HomeSort by relevance Sort by last modified time
    Searched refs:BL32_LIMIT (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
platform_def.h 47 #define BL32_LIMIT (UNIPHIER_SEC_DRAM_LIMIT)
65 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE))
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/include/
platform_def.h 52 # define BL32_LIMIT 0x7fffffff
55 # define BL32_LIMIT (ZYNQMP_BL32_MEM_BASE + ZYNQMP_BL32_MEM_SIZE - 1)
71 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE + 1)
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
platform_def.h 52 #define BL32_LIMIT TZDRAM_END
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
platform_def.h 128 #define BL32_LIMIT BL32_DRAM_LIMIT
133 #define BL32_LIMIT BL32_SRAM_LIMIT
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h 137 BL32_LIMIT - BL32_BASE, \
388 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \
395 # define BL32_LIMIT BL31_BASE
400 # define BL32_LIMIT (PLAT_ARM_TRUSTED_DRAM_BASE \
406 # define BL32_LIMIT (ARM_AP_TZC_DRAM1_BASE + \
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
arm_bl2_mem_params_desc.c 98 .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/
hikey_bl2_mem_params_desc.c 98 .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/
hikey960_bl2_mem_params_desc.c 98 .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/qemu/include/
platform_def.h 150 # define BL32_LIMIT BL32_SRAM_LIMIT
155 # define BL32_LIMIT BL32_DRAM_LIMIT
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl2_mem_params_desc.c 71 .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/bl32/tsp/
tsp.ld.S 136 ASSERT(. <= BL32_LIMIT, "BL32 image has exceeded its limit.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch32/
arm_bl2_mem_params_desc.c 53 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
platform_def.h 90 #define BL32_LIMIT BL32_DRAM_LIMIT
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.ld.S 14 RAM (rwx): ORIGIN = BL32_BASE, LENGTH = BL32_LIMIT - BL32_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_image_desc.c 57 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,

Completed in 214 milliseconds