Home
last modified time | relevance | path

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

/u-boot/include/
A Dspl.h63 PHASE_SPL, /* Running in SPL */ enumerator
116 return PHASE_SPL; in spl_phase()
140 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : PHASE_NONE; in spl_prev_phase()
153 return PHASE_SPL; in spl_next_phase()
169 case PHASE_SPL: in spl_phase_name()
/u-boot/arch/x86/cpu/apollolake/
A Dpch.c16 if (spl_phase() == PHASE_SPL) in apl_set_spi_protect()
A Dpunit.c80 if (spl_phase() == PHASE_SPL) in apl_punit_probe()
A Dcpu_spl.c248 else if (spl_phase() == PHASE_SPL) in arch_cpu_init()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_dram.c32 if (spl_phase() == PHASE_SPL) { in dram_init()
/u-boot/drivers/sysreset/
A Dsysreset-uclass.c106 if (spl_phase() <= PHASE_SPL) in sysreset_walk_halt()
/u-boot/arch/x86/cpu/intel_common/
A Dp2sb.c120 else if (spl_phase() == PHASE_SPL) in p2sb_probe()
/u-boot/drivers/i2c/
A Ddesignware_i2c_pci.c41 if (spl_phase() < PHASE_SPL) { in designware_i2c_pci_of_to_plat()
/u-boot/common/
A Dbootstage.c490 if (spl_phase() == PHASE_SPL) in bootstage_unstash()

Completed in 9 milliseconds