Searched refs:bootx_dt_add_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 210 static void __init bootx_dt_add_string(char *s, unsigned long *mem_end) in bootx_dt_add_string() function 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() 379 bootx_dt_add_string("linux,bootx-noscreen", &mem_end); in bootx_flatten_dt() [all …]
|