/trusted-firmware-a-latest/plat/brcm/board/stingray/include/ |
D | platform_def.h | 112 #define BL2_BASE QSPI_BASE_ADDR macro 113 #define BL2_LIMIT (BL2_BASE + 0x40000) 118 #define BL2_BASE NAND_BASE_ADDR macro 119 #define BL2_LIMIT (BL2_BASE + 0x40000) 124 #define BL2_BASE (BL1_RW_LIMIT + PAGE_SIZE) macro
|
/trusted-firmware-a-latest/tools/nxp/create_pbl/ |
D | pbl_ch2.mk | 25 …BL} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e ${BL2_BASE}\ 46 …L} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e ${BL2_BASE} \
|
D | pbl_ch3.mk | 33 …BL} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e ${BL2_BASE}\ 62 …L} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e ${BL2_BASE} \
|
/trusted-firmware-a-latest/include/plat/arm/css/common/ |
D | css_def.h | 187 #define SCP_BL2_BASE (BL2_BASE - PLAT_CSS_MAX_SCP_BL2_SIZE) 188 #define SCP_BL2_LIMIT BL2_BASE 190 #define SCP_BL2U_BASE (BL2_BASE - PLAT_CSS_MAX_SCP_BL2U_SIZE) 191 #define SCP_BL2U_LIMIT BL2_BASE
|
/trusted-firmware-a-latest/bl2/ |
D | bl2.ld.S | 15 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE 21 . = BL2_BASE; define
|
D | bl2_el3.ld.S | 19 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE 45 . = BL2_BASE; define
|
/trusted-firmware-a-latest/include/drivers/arm/css/ |
D | css_scp.h | 45 CASSERT(SCP_BL2_LIMIT <= BL2_BASE, assert_scp_bl2_overwrite_bl2); 46 CASSERT(SCP_BL2U_LIMIT <= BL2_BASE, assert_scp_bl2u_overwrite_bl2);
|
/trusted-firmware-a-latest/plat/renesas/common/include/ |
D | platform_def.h | 115 #define BL2_BASE U(0xE6304000) macro 118 #define BL2_BASE U(0xE6344000) macro 121 #define BL2_BASE U(0xE6304000) macro 124 #define RCAR_SYSRAM_SIZE (BL2_BASE - RCAR_SYSRAM_BASE)
|
/trusted-firmware-a-latest/include/plat/common/ |
D | common_def.h | 71 .image_info.image_base = BL2_BASE, \ 72 .image_info.image_max_size = BL2_LIMIT - BL2_BASE,\ 75 .ep_info.pc = BL2_BASE, \
|
/trusted-firmware-a-latest/plat/hisilicon/poplar/include/ |
D | poplar_layout.h | 125 #define BL2_BASE (LLOADER_TEXT_BASE + BL2_OFFSET) macro 126 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
|
/trusted-firmware-a-latest/plat/socionext/uniphier/include/ |
D | platform_def.h | 53 #define BL2_BASE (UNIPHIER_MEM_BASE + UNIPHIER_BL2_OFFSET) macro 54 #define BL2_LIMIT (BL2_BASE + UNIPHIER_BL2_MAX_SIZE)
|
/trusted-firmware-a-latest/include/plat/nuvoton/common/ |
D | npcm845x_arm_def.h | 435 #define BL2_BASE (ARM_TRUSTED_SRAM_BASE + \ macro 442 #define BL2_BASE (BL1_RW_BASE - PLAT_ARM_MAX_BL2_SIZE) macro 462 #define BL31_NOBITS_BASE BL2_BASE 482 #define BL31_LIMIT BL2_BASE /* PLAT_ARM_MAX_BL31_SIZE */ 487 #define BL31_PROGBITS_LIMIT BL2_BASE 494 #define BL31_LIMIT BL2_BASE 511 #define BL2U_BASE BL2_BASE
|
/trusted-firmware-a-latest/plat/hisilicon/hikey960/include/ |
D | platform_def.h | 61 #define BL2_BASE (0x1AC00000) macro 62 #define BL2_LIMIT (BL2_BASE + 0x58000) /* 1AC5_8000 */
|
/trusted-firmware-a-latest/bl1/tbbr/ |
D | tbbr_img_desc.c | 17 .image_info.image_base = BL2_BASE, 18 .image_info.image_max_size = BL2_LIMIT - BL2_BASE,
|
/trusted-firmware-a-latest/plat/nxp/common/plat_make_helper/ |
D | soc_common_def.mk | 50 ifneq (${BL2_BASE},) 51 $(eval $(call add_define_val,BL2_BASE,${BL2_BASE}))
|
/trusted-firmware-a-latest/plat/hisilicon/poplar/ |
D | bl1_plat_setup.c | 56 bl2_tzram_layout.total_base = BL2_BASE; in bl1_plat_handle_post_image_load() 57 bl2_tzram_layout.total_size = BL32_LIMIT - BL2_BASE; in bl1_plat_handle_post_image_load()
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1028a/ |
D | soc.def | 64 BL2_BASE := $(shell echo "0x"$$(echo "obase=16; ${BL2_BASE_ADDR}" | bc)) 66 # BL2_HDR_LOC is at (BL2_BASE + NXP_ROM_RSVD) 68 # overalp with BL2_BASE
|
/trusted-firmware-a-latest/include/plat/arm/common/ |
D | arm_def.h | 591 #define BL2_BASE (ARM_TRUSTED_SRAM_BASE + \ macro 600 #define BL2_BASE (BL1_RW_BASE - PLAT_ARM_MAX_BL2_SIZE) macro 619 #define BL31_NOBITS_BASE BL2_BASE 637 #define BL31_PROGBITS_LIMIT BL2_BASE 644 #define BL31_LIMIT BL2_BASE 679 # define BL32_PROGBITS_LIMIT BL2_BASE 750 #define BL2U_BASE BL2_BASE
|
/trusted-firmware-a-latest/drivers/arm/css/scp/ |
D | css_bom_bootloader.c | 56 CASSERT(SCP_BL2_LIMIT <= BL2_BASE, assert_scp_bl2_overwrite_bl2); 57 CASSERT(SCP_BL2U_LIMIT <= BL2_BASE, assert_scp_bl2u_overwrite_bl2);
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/ls1088ardb/ |
D | plat_def.h | 44 #define BL2_NOLOAD_LIMIT BL2_BASE
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/ls1088aqds/ |
D | plat_def.h | 44 #define BL2_NOLOAD_LIMIT BL2_BASE
|
/trusted-firmware-a-latest/plat/intel/soc/agilex/ |
D | bl2_plat_setup.c | 96 MAP_REGION_FLAT(BL2_BASE, BL2_END - BL2_BASE, in bl2_el3_plat_arch_setup()
|
/trusted-firmware-a-latest/plat/intel/soc/stratix10/ |
D | bl2_plat_setup.c | 95 MAP_REGION_FLAT(BL2_BASE, BL2_END - BL2_BASE, in bl2_el3_plat_arch_setup()
|
/trusted-firmware-a-latest/plat/st/stm32mp2/include/ |
D | platform_def.h | 60 #define BL2_BASE STM32MP_BL2_BASE macro
|
/trusted-firmware-a-latest/bl2/aarch64/ |
D | bl2_el3_entrypoint.S | 19 #define FIXUP_SIZE ((BL2_LIMIT) - (BL2_BASE))
|