Home
last modified time | relevance | path

Searched refs:spl_phase (Results 1 – 21 of 21) sorted by relevance

/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()
120 else if (spl_phase() == PHASE_SPL) in p2sb_probe()
/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.c246 if (spl_phase() == PHASE_TPL) in arch_cpu_init()
248 else if (spl_phase() == PHASE_SPL) in arch_cpu_init()
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 Dhostbridge.c259 if (spl_phase() == PHASE_TPL) in apl_hostbridge_probe()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c28 if (!ll_boot_init() || spl_phase() != PHASE_BOARD_F) in arch_cpu_init_dm()
135 if (spl_phase() >= PHASE_BOARD_F) { in fsp_locate_fsp()
A Dfsp_dram.c32 if (spl_phase() == PHASE_SPL) { in dram_init()
/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/drivers/i2c/
A Ddesignware_i2c_pci.c41 if (spl_phase() < PHASE_SPL) { in designware_i2c_pci_of_to_plat()
57 if (spl_phase() < PHASE_BOARD_F) { in designware_i2c_pci_of_to_plat()
/u-boot/drivers/sysreset/
A Dsysreset-uclass.c106 if (spl_phase() <= PHASE_SPL) in sysreset_walk_halt()
/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/include/
A Dspl.h111 static inline enum u_boot_phase spl_phase(void) in spl_phase() function
/u-boot/drivers/power/acpi_pmc/
A Dacpi-pmc-uclass.c64 if (spl_phase() > PHASE_TPL) in pmc_gpe_init()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c274 if (spl_phase() == PHASE_TPL) { in identify_cpu()
/u-boot/common/
A Dbootstage.c490 if (spl_phase() == PHASE_SPL) in bootstage_unstash()
/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 37 milliseconds