Searched refs:bootx_dt_add_prop (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | bootx_init.c | 130 static void __init bootx_dt_add_prop(char *name, void *data, int size, in bootx_dt_add_prop() function 162 bootx_dt_add_prop("linux,bootx", NULL, 0, mem_end); in bootx_add_chosen_props() 167 bootx_dt_add_prop("bootargs", args, strlen(args) + 1, mem_end); in bootx_add_chosen_props() 171 bootx_dt_add_prop("linux,initrd-start", &val, 4, mem_end); in bootx_add_chosen_props() 173 bootx_dt_add_prop("linux,initrd-end", &val, 4, mem_end); in bootx_add_chosen_props() 176 bootx_dt_add_prop("linux,stdout-path", bootx_disp_path, in bootx_add_chosen_props() 188 bootx_dt_add_prop("linux,boot-display", NULL, 0, mem_end); in bootx_add_display_props() 189 bootx_dt_add_prop("linux,opened", NULL, 0, mem_end); in bootx_add_display_props() 191 bootx_dt_add_prop("linux,bootx-noscreen", NULL, 0, mem_end); in bootx_add_display_props() 194 bootx_dt_add_prop("linux,bootx-depth", &tmp, 4, mem_end); in bootx_add_display_props() [all …]
|