Home
last modified time | relevance | path

Searched refs:PHASE_TPL (Results 1 – 15 of 15) sorted by relevance

/u-boot/include/
A Dspl.h62 PHASE_TPL, /* Running in TPL */ enumerator
114 return PHASE_TPL; in spl_phase()
138 return IS_ENABLED(CONFIG_TPL) ? PHASE_TPL : PHASE_NONE; in spl_prev_phase()
167 case PHASE_TPL: in spl_phase_name()
/u-boot/arch/x86/cpu/intel_common/
A Dp2sb.c100 if (spl_phase() == PHASE_TPL) { in p2sb_of_to_plat()
118 if (spl_phase() == PHASE_TPL) in p2sb_probe()
/u-boot/common/spl/
A Dspl.c136 return spl_phase() == PHASE_TPL ? in spl_get_image_pos()
143 return spl_phase() == PHASE_TPL ? in spl_get_image_size()
150 return spl_phase() == PHASE_TPL ? CONFIG_SPL_TEXT_BASE : in spl_get_image_text_base()
419 bootstage_mark_name(spl_phase() == PHASE_TPL ? BOOTSTAGE_ID_START_TPL : in spl_common_init()
437 spl_phase() == PHASE_TPL ? "dm tpl" : "dm_spl"); in spl_common_init()
735 bootstage_mark_name(spl_phase() == PHASE_TPL ? BOOTSTAGE_ID_END_TPL : in board_init_r()
/u-boot/arch/x86/cpu/apollolake/
A Dpmc.c119 if (spl_phase() == PHASE_TPL) { in apl_pmc_ofdata_to_uc_plat()
190 if (spl_phase() == PHASE_TPL) { in apl_pmc_probe()
A Dlpc.c84 if (spl_phase() > PHASE_TPL) { in lpc_open_pmio_window()
A Dspl.c120 spl_image->entry_point = spl_phase() == PHASE_TPL ? in spl_fast_spi_load_image()
A Dcpu_spl.c246 if (spl_phase() == PHASE_TPL) in arch_cpu_init()
A Dhostbridge.c259 if (spl_phase() == PHASE_TPL) in apl_hostbridge_probe()
/u-boot/lib/
A Dtime.c102 if (spl_phase() > PHASE_TPL) in get_ticks()
/u-boot/drivers/pinctrl/intel/
A Dpinctrl.c277 if (spl_phase() > PHASE_TPL) in pinctrl_configure_itss()
319 if (spl_phase() > PHASE_TPL) in pinctrl_pad_reset_config_override()
626 if (spl_phase() > PHASE_TPL) in intel_pinctrl_of_to_plat()
/u-boot/drivers/misc/
A Dp2sb-uclass.c200 if (spl_phase() > PHASE_TPL && !CONFIG_IS_ENABLED(OF_PLATDATA)) in p2sb_post_bind()
/u-boot/drivers/power/acpi_pmc/
A Dacpi-pmc-uclass.c64 if (spl_phase() > PHASE_TPL) in pmc_gpe_init()
/u-boot/common/
A Dbloblist.c346 if (spl_prev_phase() == PHASE_TPL && !IS_ENABLED(CONFIG_TPL_BLOBLIST)) in bloblist_init()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c274 if (spl_phase() == PHASE_TPL) { in identify_cpu()
/u-boot/drivers/spi/
A Dich.c783 if (spl_phase() == PHASE_TPL) { in ich_init_controller()
871 if (spl_phase() == PHASE_TPL) { in ich_spi_probe()

Completed in 18 milliseconds