Searched refs:bootx_dt_add_string (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 236 bootx_dt_add_string("linux,bootx", mem_end); in bootx_scan_dt_build_strings() 237 bootx_dt_add_string("linux,stdout-path", mem_end); in bootx_scan_dt_build_strings() 238 bootx_dt_add_string("linux,initrd-start", mem_end); in bootx_scan_dt_build_strings() 239 bootx_dt_add_string("linux,initrd-end", mem_end); in bootx_scan_dt_build_strings() 240 bootx_dt_add_string("bootargs", mem_end); in bootx_scan_dt_build_strings() 245 bootx_dt_add_string("linux,boot-display", mem_end); in bootx_scan_dt_build_strings() 246 bootx_dt_add_string("linux,opened", mem_end); in bootx_scan_dt_build_strings() 261 bootx_dt_add_string(namep, mem_end); in bootx_scan_dt_build_strings() 380 bootx_dt_add_string("linux,bootx-depth", &mem_end); in bootx_flatten_dt() 381 bootx_dt_add_string("linux,bootx-width", &mem_end); in bootx_flatten_dt() [all …]
|