Searched refs:PHASE_VPL (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dspl.h66 PHASE_VPL, /* Running in VPL */ enumerator in enum:u_boot_phase
122 return PHASE_VPL;
158 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL :
176 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : PHASE_SPL;
194 case PHASE_VPL:
217 case PHASE_VPL:
/u-boot/common/spl/
H A Dspl.c179 if (spl_next_phase() == PHASE_VPL)
193 if (spl_next_phase() == PHASE_VPL)
204 if (spl_next_phase() == PHASE_VPL)
450 else if (IS_ENABLED(CONFIG_VPL_BUILD) && phase == PHASE_VPL)
/u-boot/boot/
H A Dvbe_simple_fw.c160 if (spl_phase() != PHASE_VPL && spl_phase() != PHASE_SPL)

Completed in 46 milliseconds