/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/agilex5/ |
D | bl2_plat_setup.c | 65 boot_source_type boot_source = BOOT_SOURCE; variable 110 switch (boot_source) { in bl2_el3_plat_arch_setup() 114 socfpga_io_setup(boot_source, PLAT_SDMMC_DATA_BASE); in bl2_el3_plat_arch_setup() 125 socfpga_io_setup(boot_source, offset); in bl2_el3_plat_arch_setup() 131 socfpga_io_setup(boot_source, PLAT_NAND_DATA_BASE); in bl2_el3_plat_arch_setup()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/common/ |
D | brcm_io_storage.c | 331 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()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/common/ |
H A D | brcm_io_storage.c | 331 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()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/intel/soc/agilex/ |
H A D | bl2_plat_setup.c | 52 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()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/intel/soc/stratix10/ |
H A D | bl2_plat_setup.c | 50 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()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/agilex/ |
D | bl2_plat_setup.c | 55 boot_source_type boot_source = BOOT_SOURCE; variable 125 switch (boot_source) { in bl2_el3_plat_arch_setup() 128 socfpga_io_setup(boot_source, PLAT_SDMMC_DATA_BASE); in bl2_el3_plat_arch_setup() 138 socfpga_io_setup(boot_source, offset); in bl2_el3_plat_arch_setup()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/stratix10/ |
D | bl2_plat_setup.c | 53 boot_source_type boot_source = BOOT_SOURCE; variable 122 switch (boot_source) { in bl2_el3_plat_arch_setup() 125 socfpga_io_setup(boot_source, PLAT_SDMMC_DATA_BASE); in bl2_el3_plat_arch_setup() 132 socfpga_io_setup(boot_source, PLAT_QSPI_DATA_BASE); in bl2_el3_plat_arch_setup()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_storage.c | 149 void socfpga_io_setup(int boot_source, unsigned long offset) in socfpga_io_setup() argument 154 switch (boot_source) { in socfpga_io_setup() 189 if (boot_source == BOOT_SOURCE_NAND) { in socfpga_io_setup() 201 if (boot_source == BOOT_SOURCE_SDMMC) { in socfpga_io_setup()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/intel/soc/common/ |
H A D | socfpga_storage.c | 131 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()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
D | brcm_pm_ops.c | 303 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()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
H A D | brcm_pm_ops.c | 303 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()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/include/ |
D | sr_utils.h | 26 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()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/board/stingray/include/ |
H A D | sr_utils.h | 26 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()
|
/aosp_15_r20/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
H A D | platform_ServoPowerStateController.py | 153 boot_source = ('USB' if boot_from_usb else 156 ('rec' if rec_on else 'on', boot_source))
|
/aosp_15_r20/external/arm-trusted-firmware/plat/intel/soc/common/include/ |
H A D | socfpga_private.h | 37 void socfpga_io_setup(int boot_source);
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/common/include/ |
D | socfpga_private.h | 36 void socfpga_io_setup(int boot_source, unsigned long offset);
|
/aosp_15_r20/external/arm-trusted-firmware/tools/nxp/create_pbl/ |
H A D | README | 50 …./create_pbl -r <RCW file> -i <bl2.bin> -c <chassis_no> -b <boot_source = sd/qspi/nor> -d <Destina…
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/nxp/create_pbl/ |
D | README | 50 …./create_pbl -r <RCW file> -i <bl2.bin> -c <chassis_no> -b <boot_source = sd/qspi/nor> -d <Destina…
|