Home
last modified time | relevance | path

Searched refs:BL1_RW_LIMIT (Results 1 – 17 of 17) sorted by relevance

/trusted-firmware-a-3.4.0/plat/brcm/board/stingray/include/
Dplatform_def.h102 #define BL1_RW_LIMIT (BL1_RW_BASE + 0x12000) macro
104 #define BL11_RW_BASE BL1_RW_LIMIT
114 #define BL2_RW_BASE BL1_RW_LIMIT
120 #define BL2_RW_BASE BL1_RW_LIMIT
124 #define BL2_BASE (BL1_RW_LIMIT + PAGE_SIZE)
Dsr_def.h462 #define BCM_ELOG_BL2_BASE BL1_RW_LIMIT
/trusted-firmware-a-3.4.0/bl1/
Dbl1.ld.S24 RAM (rwx): ORIGIN = BL1_RW_BASE, LENGTH = BL1_RW_LIMIT - BL1_RW_BASE
148 ASSERT(. <= BL1_RW_LIMIT, "BL1's RW section has exceeded its limit.")
/trusted-firmware-a-3.4.0/plat/hisilicon/poplar/include/
Dpoplar_layout.h122 #define BL1_RW_LIMIT (BL1_RW_BASE + BL1_RW_SIZE) macro
/trusted-firmware-a-3.4.0/plat/rpi/rpi3/include/
Dplatform_def.h171 #define BL1_RW_BASE (BL1_RW_LIMIT - PLAT_MAX_BL1_RW_SIZE)
172 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE) macro
/trusted-firmware-a-3.4.0/plat/qemu/qemu/include/
Dplatform_def.h131 #define BL1_RW_BASE (BL1_RW_LIMIT - 0x12000)
132 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE) macro
/trusted-firmware-a-3.4.0/plat/hisilicon/hikey/include/
Dhikey_layout.h42 #define BL1_RW_LIMIT (0xF9898000) macro
/trusted-firmware-a-3.4.0/plat/hisilicon/hikey960/include/
Dplatform_def.h56 #define BL1_RW_LIMIT (0x1B000000) macro
/trusted-firmware-a-3.4.0/plat/hisilicon/hikey960/aarch64/
Dhikey960_common.c30 BL1_RW_LIMIT - BL1_RW_BASE, \
/trusted-firmware-a-3.4.0/include/plat/marvell/armada/a3k/common/
Dmarvell_def.h151 #define BL1_RW_LIMIT (MARVELL_BL_RAM_BASE + MARVELL_BL_RAM_SIZE) macro
/trusted-firmware-a-3.4.0/plat/qemu/qemu_sbsa/include/
Dplatform_def.h118 #define BL1_RW_BASE (BL1_RW_LIMIT - BL1_SIZE)
119 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE) macro
/trusted-firmware-a-3.4.0/include/plat/marvell/armada/a8k/common/
Dmarvell_def.h182 #define BL1_RW_LIMIT (MARVELL_BL_RAM_BASE + MARVELL_BL_RAM_SIZE) macro
/trusted-firmware-a-3.4.0/plat/intel/soc/common/include/
Dplatform_def.h125 #define BL1_RW_LIMIT (0xffe1ffff) macro
/trusted-firmware-a-3.4.0/plat/arm/board/a5ds/include/
Dplatform_def.h224 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ macro
/trusted-firmware-a-3.4.0/plat/arm/board/fvp_ve/include/
Dplatform_def.h207 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ macro
/trusted-firmware-a-3.4.0/include/plat/arm/common/
Darm_def.h345 BL1_RW_LIMIT - BL1_RW_BASE, \
541 #define BL1_RW_LIMIT (ARM_BL_RAM_BASE + \ macro
/trusted-firmware-a-3.4.0/docs/getting_started/
Dporting-guide.rst196 - **#define : BL1_RW_LIMIT**