Home
last modified time | relevance | path

Searched refs:BL32_LIMIT (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/include/
Dplatform_def.h52 # define BL32_LIMIT 0x7fffffff macro
55 # define BL32_LIMIT (ZYNQMP_BL32_MEM_BASE + ZYNQMP_BL32_MEM_SIZE - 1) macro
71 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1)
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h137 BL32_LIMIT - BL32_BASE, \
388 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \ macro
395 # define BL32_LIMIT BL31_BASE macro
400 # define BL32_LIMIT (PLAT_ARM_TRUSTED_DRAM_BASE \ macro
406 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \ macro
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
Dplatform_def.h47 #define BL32_LIMIT (UNIPHIER_SEC_DRAM_LIMIT) macro
65 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE))
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dplatform_def.h128 #define BL32_LIMIT BL32_DRAM_LIMIT macro
133 #define BL32_LIMIT BL32_SRAM_LIMIT macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h150 # define BL32_LIMIT BL32_SRAM_LIMIT macro
155 # define BL32_LIMIT BL32_DRAM_LIMIT macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_bl2_mem_params_desc.c71 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
89 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
116 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl2_mem_params_desc.c98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
116 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl2_mem_params_desc.c98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
116 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
Dplatform_def.h52 #define BL32_LIMIT TZDRAM_END macro
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
Dtsp.ld.S136 ASSERT(. <= BL32_LIMIT, "BL32 image has exceeded its limit.")
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h90 #define BL32_LIMIT BL32_DRAM_LIMIT macro
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch32/
Darm_bl2_mem_params_desc.c53 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_image_desc.c57 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
/device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
Dsp_min.ld.S14 RAM (rwx): ORIGIN = BL32_BASE, LENGTH = BL32_LIMIT - BL32_BASE
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.rst420 ``BL32_LIMIT``.