Home
last modified time | relevance | path

Searched refs:boot_source (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a/plat/intel/soc/agilex/
A Dbl2_plat_setup.c52 boot_source_type boot_source = BOOT_SOURCE; variable
116 switch (boot_source) { in bl2_el3_plat_arch_setup()
119 socfpga_io_setup(boot_source); in bl2_el3_plat_arch_setup()
128 socfpga_io_setup(boot_source); in bl2_el3_plat_arch_setup()
/trusted-firmware-a/plat/intel/soc/stratix10/
A Dbl2_plat_setup.c50 boot_source_type boot_source = BOOT_SOURCE; variable
112 switch (boot_source) { in bl2_el3_plat_arch_setup()
115 socfpga_io_setup(boot_source); in bl2_el3_plat_arch_setup()
124 socfpga_io_setup(boot_source); in bl2_el3_plat_arch_setup()
/trusted-firmware-a/plat/brcm/board/stingray/include/
A Dsr_utils.h26 static inline void brcm_stingray_set_straps(uint32_t boot_source) in brcm_stingray_set_straps() argument
35 boot_source); in brcm_stingray_set_straps()
/trusted-firmware-a/plat/brcm/common/
A Dbrcm_io_storage.c331 uint32_t boot_source; in brcm_io_setup() local
344 boot_source = boot_source_get(); in brcm_io_setup()
345 switch (boot_source) { in brcm_io_setup()
378 uint32_t boot_source; in plat_get_image_source() local
383 boot_source = boot_source_get(); in plat_get_image_source()
385 policy = &boot_source_policies[boot_source]; in plat_get_image_source()
/trusted-firmware-a/plat/intel/soc/common/
A Dsocfpga_storage.c131 void socfpga_io_setup(int boot_source) in socfpga_io_setup() argument
135 switch (boot_source) { in socfpga_io_setup()
169 if (boot_source == BOOT_SOURCE_SDMMC) { in socfpga_io_setup()
/trusted-firmware-a/plat/brcm/board/stingray/src/
A Dbrcm_pm_ops.c303 uint32_t boot_source = (uint32_t)cookie; in brcm_system_reset2() local
305 boot_source &= BOOT_SOURCE_MASK; in brcm_system_reset2()
306 brcm_stingray_set_straps(boot_source); in brcm_system_reset2()
/trusted-firmware-a/plat/intel/soc/common/include/
A Dsocfpga_private.h37 void socfpga_io_setup(int boot_source);
/trusted-firmware-a/tools/nxp/create_pbl/
A DREADME50 …./create_pbl -r <RCW file> -i <bl2.bin> -c <chassis_no> -b <boot_source = sd/qspi/nor> -d <Destina…

Completed in 9 milliseconds