Home
last modified time | relevance | path

Searched refs:BL31_LIMIT (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
Dplatform_def.h101 #define BL31_LIMIT 0xF9898000 macro
110 #define BL32_SRAM_BASE BL31_LIMIT
111 #define BL32_SRAM_LIMIT (BL31_LIMIT+0x80000) /* 512K */
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
Dplatform_def.h44 #define BL31_LIMIT ((BL31_BASE) + 0x00080000) macro
46 #define BL32_BASE (BL31_LIMIT)
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dplatform_def.h66 #define BL31_LIMIT (BL31_BASE + 0x40000) /* 1AC9_8000 */ macro
104 #define NS_BL1U_BASE (BL31_LIMIT) /* 1AC9_8000 */
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/include/
Dplatform_def.h38 # define BL31_LIMIT 0xffffffff macro
41 # define BL31_LIMIT (ZYNQMP_ATF_MEM_BASE + ZYNQMP_ATF_MEM_SIZE - 1) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h128 #define BL31_BASE (BL31_LIMIT - 0x20000)
129 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dbl31.ld.S15 RAM (rwx): ORIGIN = BL31_BASE, LENGTH = BL31_LIMIT - BL31_BASE
248 ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
Dbl31_param.h24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h353 #define BL31_LIMIT (ARM_AP_TZC_DRAM1_BASE + \ macro
361 #define BL31_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) macro
370 #define BL31_LIMIT (ARM_BL_RAM_BASE + ARM_BL_RAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_bl2u_setup.c60 BL31_LIMIT, in arm_bl2u_plat_arch_setup()
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
Dplatform_def.h50 #define BL31_LIMIT (TZDRAM_BASE + BL31_SIZE - 1) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/include/
Dpoplar_layout.h106 #define BL31_LIMIT (BL31_BASE + BL31_SIZE) macro
Dplatform_def.h52 #define BL_MEM_LIMIT (BL31_LIMIT)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/include/
Dplatform_def.h83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/include/
Dplatform_def.h83 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
Dplatform_def.h93 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
Dbl31.ld.S129 ASSERT(. <= BL31_LIMIT, "BL3-1 image has exceeded its limit.")
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_image_desc.c35 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl31_setup.c152 BL31_LIMIT - BL31_BASE, in bl31_plat_arch_setup()
Dhikey960_bl2_mem_params_desc.c77 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_bl31_setup.c149 BL31_LIMIT - BL31_BASE, in bl31_plat_arch_setup()
Dhikey_bl2_mem_params_desc.c77 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_bl2_mem_params_desc.c52 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
Dplatform_def.h192 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c77 .image_info.image_max_size = BL31_LIMIT - BL31_BASE,