Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/intel/soc/stratix10/
Dbl2_plat_setup.c49 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()
/external/arm-trusted-firmware/plat/intel/soc/agilex/
Dbl2_plat_setup.c51 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()
/external/arm-trusted-firmware/plat/brcm/common/
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()
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
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()
/external/arm-trusted-firmware/plat/intel/soc/common/
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()
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dbrcm_pm_ops.c302 uint32_t boot_source = (uint32_t)cookie; in brcm_system_reset2() local
304 boot_source &= BOOT_SOURCE_MASK; in brcm_system_reset2()
305 brcm_stingray_set_straps(boot_source); in brcm_system_reset2()
/external/autotest/server/site_tests/platform_ServoPowerStateController/
Dplatform_ServoPowerStateController.py151 boot_source = ('USB' if boot_from_usb else
154 ('rec' if rec_on else 'on', boot_source))
/external/arm-trusted-firmware/plat/intel/soc/common/include/
Dsocfpga_private.h37 void socfpga_io_setup(int boot_source);