Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c35 static boot_infos_t * __initdata bootx_info; variable
165 if (bootx_info->kernelParamsOffset) { in bootx_add_chosen_props()
167 bootx_info->kernelParamsOffset; in bootx_add_chosen_props()
170 if (bootx_info->ramDisk) { in bootx_add_chosen_props()
171 val = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_add_chosen_props()
173 val += bootx_info->ramDiskSize; in bootx_add_chosen_props()
185 boot_infos_t *bi = bootx_info; in bootx_add_display_props()
351 boot_infos_t *bi = bootx_info; in bootx_flatten_dt()
412 if (bootx_info->ramDisk) { in bootx_flatten_dt()
413 rsvmap[2] = ((unsigned long)bootx_info) + bootx_info->ramDisk; in bootx_flatten_dt()
[all …]