Searched refs:bootx_dt_add_prop (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/platforms/powermac/ |
A D | bootx_init.c | 162 bootx_dt_add_prop("linux,bootx", NULL, 0, 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() 194 bootx_dt_add_prop("linux,bootx-depth", &tmp, 4, mem_end); in bootx_add_display_props() 196 bootx_dt_add_prop("linux,bootx-width", &tmp, 4, mem_end); in bootx_add_display_props() 198 bootx_dt_add_prop("linux,bootx-height", &tmp, 4, mem_end); in bootx_add_display_props() 206 bootx_dt_add_prop("linux,bootx-addr", &tmp, 4, mem_end); in bootx_add_display_props() [all …]
|
Completed in 4 milliseconds