Searched refs:bootx_dt_add_prop (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 131 static void __init bootx_dt_add_prop(char *name, void *data, int size, in bootx_dt_add_prop() function 163 bootx_dt_add_prop("linux,bootx", NULL, 0, mem_end); in bootx_add_chosen_props() 168 bootx_dt_add_prop("bootargs", args, strlen(args) + 1, mem_end); in bootx_add_chosen_props() 172 bootx_dt_add_prop("linux,initrd-start", &val, 4, mem_end); in bootx_add_chosen_props() 174 bootx_dt_add_prop("linux,initrd-end", &val, 4, mem_end); in bootx_add_chosen_props() 177 bootx_dt_add_prop("linux,stdout-path", bootx_disp_path, in bootx_add_chosen_props() 189 bootx_dt_add_prop("linux,boot-display", NULL, 0, mem_end); in bootx_add_display_props() 190 bootx_dt_add_prop("linux,opened", NULL, 0, mem_end); in bootx_add_display_props() 192 bootx_dt_add_prop("linux,bootx-noscreen", NULL, 0, mem_end); in bootx_add_display_props() 195 bootx_dt_add_prop("linux,bootx-depth", &tmp, 4, mem_end); in bootx_add_display_props() [all …]
|