Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/cpu/
A Dspl.c27 next_prefix = spl_phase_prefix(spl_next_phase()); in sandbox_find_next_phase()
99 next_phase = spl_next_phase(); in load_from_image()
/u-boot/common/spl/
A Dspl.c164 if (spl_next_phase() == PHASE_VPL) in spl_get_image_pos()
167 return spl_next_phase() == PHASE_SPL ? in spl_get_image_pos()
178 if (spl_next_phase() == PHASE_VPL) in spl_get_image_size()
181 return spl_next_phase() == PHASE_SPL ? in spl_get_image_size()
189 if (spl_next_phase() == PHASE_VPL) in spl_get_image_text_base()
192 return spl_next_phase() == PHASE_SPL ? CONFIG_SPL_TEXT_BASE : in spl_get_image_text_base()
848 debug("Jumping to %s...\n", spl_phase_name(spl_next_phase())); in board_init_r()
/u-boot/arch/x86/lib/
A Dtpl.c105 debug("Jumping to %s at %lx\n", spl_phase_name(spl_next_phase()), in jump_to_image_no_args()
/u-boot/include/
A Dspl.h162 static inline enum u_boot_phase spl_next_phase(void) in spl_next_phase() function

Completed in 11 milliseconds