Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dglobal_data.h82 enum pei_boot_mode_t pei_boot_mode; member
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c180 gd->arch.pei_boot_mode = boot_mode; in checkcpu()
H A Dsdram.c483 pei_data->boot_mode = gd->arch.pei_boot_mode; in dram_init()
484 debug("Boot mode %d\n", gd->arch.pei_boot_mode); in dram_init()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c142 gd->arch.pei_boot_mode = PEI_BOOT_NONE; in checkcpu()