Home
last modified time | relevance | path

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

/u-boot/include/
A Dspl.h65 PHASE_VPL, /* Running in VPL */ enumerator
121 return PHASE_VPL; in spl_phase()
147 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : in spl_prev_phase()
165 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : PHASE_SPL; in spl_next_phase()
183 case PHASE_VPL: in spl_phase_name()
206 case PHASE_VPL: in spl_phase_prefix()
/u-boot/common/spl/
A Dspl.c164 if (spl_next_phase() == PHASE_VPL) in spl_get_image_pos()
178 if (spl_next_phase() == PHASE_VPL) in spl_get_image_size()
189 if (spl_next_phase() == PHASE_VPL) in spl_get_image_text_base()
520 else if (IS_ENABLED(CONFIG_VPL_BUILD) && phase == PHASE_VPL) in get_bootstage_id()
/u-boot/boot/
A Dvbe_simple_fw.c161 if (spl_phase() != PHASE_VPL && spl_phase() != PHASE_SPL) in simple_load_from_image()

Completed in 18 milliseconds