/arm-trusted-firmware-2.8.0/plat/xilinx/versal/include/ |
A D | platform_def.h | 49 # define BL32_LIMIT U(0x7fffffff) macro 52 # define BL32_LIMIT (VERSAL_BL32_MEM_BASE + VERSAL_BL32_MEM_SIZE - 1) macro 68 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1)
|
/arm-trusted-firmware-2.8.0/plat/xilinx/versal_net/include/ |
A D | platform_def.h | 56 # define BL32_LIMIT U(0x7FFFFFFF) macro 59 # define BL32_LIMIT U(VERSAL_NET_BL32_MEM_BASE + VERSAL_NET_BL32_MEM_SIZE - 1) macro 75 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1U)
|
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/include/ |
A D | platform_def.h | 60 #define BL32_LIMIT (BL32_BASE + UNIPHIER_BL32_MAX_SIZE) macro 73 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE))
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/include/ |
A D | hikey_layout.h | 105 #define BL32_LIMIT BL32_DRAM_LIMIT macro 110 #define BL32_LIMIT BL32_SRAM_LIMIT macro
|
/arm-trusted-firmware-2.8.0/include/plat/arm/common/ |
A D | arm_def.h | 212 BL32_LIMIT - BL32_BASE, \ 647 # define BL32_LIMIT PLAT_ARM_MAX_BL32_SIZE macro 653 # define BL32_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) macro 669 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \ macro 675 # define BL32_LIMIT (PLAT_ARM_SPMC_BASE + \ macro 684 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \ macro 691 # define BL32_LIMIT BL31_BASE macro 696 # define BL32_LIMIT (PLAT_ARM_TRUSTED_DRAM_BASE \ macro 702 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \ macro
|
/arm-trusted-firmware-2.8.0/plat/xilinx/zynqmp/include/ |
A D | platform_def.h | 59 # define BL32_LIMIT U(0x7fffffff) macro 62 # define BL32_LIMIT (ZYNQMP_BL32_MEM_BASE + ZYNQMP_BL32_MEM_SIZE - 1) macro 78 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1)
|
/arm-trusted-firmware-2.8.0/plat/nxp/common/include/default/ |
A D | plat_default_def.h | 100 #ifndef BL32_LIMIT 101 #define BL32_LIMIT (NXP_SECURE_DRAM_ADDR + \ macro
|
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3288/include/shared/ |
A D | bl32_param.h | 24 #define BL32_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
|
/arm-trusted-firmware-2.8.0/plat/socionext/synquacer/include/ |
A D | platform_def.h | 81 #define BL32_LIMIT (BL32_BASE + BL32_SIZE) macro 133 #define PLAT_SPM_BUF_BASE (BL32_LIMIT - 32 * PLAT_SPM_BUF_SIZE) 141 #define PLAT_SP_IMAGE_NS_BUF_BASE BL32_LIMIT
|
/arm-trusted-firmware-2.8.0/plat/rpi/rpi3/include/ |
A D | platform_def.h | 221 # define BL32_LIMIT BL32_SRAM_LIMIT macro 226 # define BL32_LIMIT BL32_DRAM_LIMIT macro 230 #define BL32_SIZE (BL32_LIMIT - BL32_BASE)
|
/arm-trusted-firmware-2.8.0/bl32/sp_min/ |
A D | sp_min.ld.S | 15 RAM (rwx): ORIGIN = BL32_BASE, LENGTH = BL32_LIMIT - BL32_BASE 149 ASSERT(. <= BL32_LIMIT, "BL32 image has exceeded its limit.")
|
/arm-trusted-firmware-2.8.0/include/plat/marvell/armada/a8k/common/ |
A D | marvell_def.h | 107 BL32_LIMIT - BL32_BASE, \ 216 #define BL32_LIMIT (BL32_BASE + PLAT_MARVELL_TRUSTED_RAM_SIZE) macro
|
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/aarch64/ |
A D | ls_bl2_mem_params_desc.c | 69 .image_info.image_max_size = (BL32_LIMIT - BL32_BASE) + 73 .image_info.image_max_size = (BL32_LIMIT - BL32_BASE),
|
/arm-trusted-firmware-2.8.0/plat/qemu/common/ |
A D | qemu_spmd_manifest.c | 27 manifest->binary_size = BL32_LIMIT - BL32_BASE; in plat_spm_core_manifest_load()
|
A D | qemu_bl2_mem_params_desc.c | 84 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 102 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
/arm-trusted-firmware-2.8.0/plat/rpi/rpi3/aarch64/ |
A D | rpi3_bl2_mem_params_desc.c | 62 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 83 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/include/ |
A D | platform_def.h | 71 #define BL32_LIMIT STM32MP_BL32_SIZE macro 74 #define BL32_LIMIT (STM32MP_BL32_BASE + \ macro
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/ |
A D | hikey_bl2_mem_params_desc.c | 98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 117 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/ |
A D | bl2_plat_mem_params_desc.c | 98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 117 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
/arm-trusted-firmware-2.8.0/plat/marvell/armada/common/aarch64/ |
A D | marvell_bl2_mem_params_desc.c | 99 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 118 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/ |
A D | hikey960_bl2_mem_params_desc.c | 98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 117 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
/arm-trusted-firmware-2.8.0/plat/socionext/synquacer/ |
A D | sq_spm.c | 45 .sp_mem_limit = BL32_LIMIT,
|
/arm-trusted-firmware-2.8.0/plat/qemu/qemu/include/ |
A D | platform_def.h | 171 # define BL32_LIMIT BL32_SRAM_LIMIT macro 176 # define BL32_LIMIT BL32_DRAM_LIMIT macro
|
/arm-trusted-firmware-2.8.0/bl32/tsp/ |
A D | tsp.ld.S | 122 ASSERT(. <= BL32_LIMIT, "BL32 image has exceeded its limit.")
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/include/ |
A D | platform_def.h | 90 #define BL32_LIMIT BL32_DRAM_LIMIT macro
|