Home
last modified time | relevance | path

Searched refs:bootx_dt_add_string (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c213 static void __init bootx_dt_add_string(char *s, unsigned long *mem_end) in bootx_dt_add_string() function
239 bootx_dt_add_string("linux,bootx", mem_end); in bootx_scan_dt_build_strings()
240 bootx_dt_add_string("linux,stdout-path", mem_end); in bootx_scan_dt_build_strings()
241 bootx_dt_add_string("linux,initrd-start", mem_end); in bootx_scan_dt_build_strings()
242 bootx_dt_add_string("linux,initrd-end", mem_end); in bootx_scan_dt_build_strings()
243 bootx_dt_add_string("bootargs", mem_end); in bootx_scan_dt_build_strings()
248 bootx_dt_add_string("linux,boot-display", mem_end); in bootx_scan_dt_build_strings()
249 bootx_dt_add_string("linux,opened", mem_end); in bootx_scan_dt_build_strings()
264 bootx_dt_add_string(namep, mem_end); in bootx_scan_dt_build_strings()
382 bootx_dt_add_string("linux,bootx-noscreen", &mem_end); in bootx_flatten_dt()
[all …]