Home
last modified time | relevance | path

Searched refs:BL2_BASE (Results 1 – 25 of 55) sorted by relevance

123

/trusted-firmware-a-latest/plat/brcm/board/stingray/include/
Dplatform_def.h112 #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/
Dpbl_ch2.mk25 …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} \
Dpbl_ch3.mk33 …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/
Dcss_def.h187 #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/
Dbl2.ld.S15 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE
21 . = BL2_BASE; define
Dbl2_el3.ld.S19 RAM (rwx): ORIGIN = BL2_BASE, LENGTH = BL2_LIMIT - BL2_BASE
45 . = BL2_BASE; define
/trusted-firmware-a-latest/include/drivers/arm/css/
Dcss_scp.h45 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/
Dplatform_def.h115 #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/
Dcommon_def.h71 .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/
Dpoplar_layout.h125 #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/
Dplatform_def.h53 #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/
Dnpcm845x_arm_def.h435 #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/
Dplatform_def.h61 #define BL2_BASE (0x1AC00000) macro
62 #define BL2_LIMIT (BL2_BASE + 0x58000) /* 1AC5_8000 */
/trusted-firmware-a-latest/bl1/tbbr/
Dtbbr_img_desc.c17 .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/
Dsoc_common_def.mk50 ifneq (${BL2_BASE},)
51 $(eval $(call add_define_val,BL2_BASE,${BL2_BASE}))
/trusted-firmware-a-latest/plat/hisilicon/poplar/
Dbl1_plat_setup.c56 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/
Dsoc.def64 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/
Darm_def.h591 #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/
Dcss_bom_bootloader.c56 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/
Dplat_def.h44 #define BL2_NOLOAD_LIMIT BL2_BASE
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/ls1088aqds/
Dplat_def.h44 #define BL2_NOLOAD_LIMIT BL2_BASE
/trusted-firmware-a-latest/plat/intel/soc/agilex/
Dbl2_plat_setup.c96 MAP_REGION_FLAT(BL2_BASE, BL2_END - BL2_BASE, in bl2_el3_plat_arch_setup()
/trusted-firmware-a-latest/plat/intel/soc/stratix10/
Dbl2_plat_setup.c95 MAP_REGION_FLAT(BL2_BASE, BL2_END - BL2_BASE, in bl2_el3_plat_arch_setup()
/trusted-firmware-a-latest/plat/st/stm32mp2/include/
Dplatform_def.h60 #define BL2_BASE STM32MP_BL2_BASE macro
/trusted-firmware-a-latest/bl2/aarch64/
Dbl2_el3_entrypoint.S19 #define FIXUP_SIZE ((BL2_LIMIT) - (BL2_BASE))

123