Home
last modified time | relevance | path

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

/u-boot/include/
A Dspl.h66 PHASE_SPL, /* Running in SPL */ enumerator
123 return PHASE_SPL; in spl_phase()
151 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : in spl_prev_phase()
165 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : PHASE_SPL; in spl_next_phase()
167 return PHASE_SPL; in spl_next_phase()
185 case PHASE_SPL: in spl_phase_name()
208 case PHASE_SPL: in spl_phase_prefix()
/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.c190 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/spl/
A Dspl.c167 return spl_next_phase() == PHASE_SPL ? in spl_get_image_pos()
181 return spl_next_phase() == PHASE_SPL ? in spl_get_image_size()
192 return spl_next_phase() == PHASE_SPL ? CONFIG_SPL_TEXT_BASE : in spl_get_image_text_base()
/u-boot/boot/
A Dvbe_simple_fw.c161 if (spl_phase() != PHASE_VPL && spl_phase() != PHASE_SPL) in simple_load_from_image()
/u-boot/doc/develop/
A Dspl.rst104 Use `spl_phase()` to find the current U-Boot phase, e.g. `PHASE_SPL`. You can
/u-boot/common/
A Dbootstage.c490 if (spl_phase() == PHASE_SPL) in bootstage_unstash()
/u-boot/lib/
A Dfdtdec.c607 if (spl_phase() <= PHASE_SPL) { in fdtdec_prepare_fdt()

Completed in 16 milliseconds