Home
last modified time | relevance | path

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

1234

/tf-a-ffa_el3_spmc/plat/renesas/common/include/
A Dplat.ld.S14 PRAM (r): ORIGIN = BL31_LIMIT - DEVICE_SRAM_SIZE, LENGTH = DEVICE_SRAM_SIZE
20 . = BL31_LIMIT - DEVICE_SRAM_SIZE; define
31 ASSERT(__BL31_END__ <= BL31_LIMIT - DEVICE_SRAM_SIZE,
/tf-a-ffa_el3_spmc/plat/allwinner/common/include/
A Dplatform_def.h19 #define BL31_LIMIT (SUNXI_DRAM_BASE + 0x40000) macro
30 #define BL31_LIMIT (SUNXI_SRAM_A2_BASE + \ macro
43 #define SUNXI_SCP_BASE BL31_LIMIT
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/include/
A Dhikey_layout.h80 #define BL31_LIMIT (0xF9898000) macro
89 #define BL32_SRAM_BASE BL31_LIMIT
90 #define BL32_SRAM_LIMIT (BL31_LIMIT+0x80000) /* 512K */
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/include/
A Dplatform_def.h41 # define BL31_LIMIT 0xffffffff macro
44 # define BL31_LIMIT 0x7ffff macro
48 # define BL31_LIMIT (ZYNQMP_ATF_MEM_BASE + ZYNQMP_ATF_MEM_SIZE - 1) macro
92 #if (BL31_LIMIT < PLAT_DDR_LOWMEM_MAX)
/tf-a-ffa_el3_spmc/plat/xilinx/versal/include/
A Dplatform_def.h35 # define BL31_LIMIT 0xffffffff macro
38 # define BL31_LIMIT (VERSAL_ATF_MEM_BASE + VERSAL_ATF_MEM_SIZE - 1) macro
/tf-a-ffa_el3_spmc/bl31/
A Dbl31.ld.S16 RAM (rwx): ORIGIN = BL31_BASE, LENGTH = BL31_LIMIT - BL31_BASE
133 ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
193 ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/include/
A Dplatform_def.h68 #define BL31_LIMIT (BL31_BASE + 0x40000) /* 1AC9_8000 */ macro
104 #define NS_BL1U_BASE (BL31_LIMIT) /* 1AC9_8000 */
/tf-a-ffa_el3_spmc/plat/arm/board/arm_fpga/include/
A Dplatform_def.h33 #define BL31_LIMIT UL(0x80100000) macro
36 #define BL31_LIMIT UL(0x01000000) macro
/tf-a-ffa_el3_spmc/plat/nxp/common/include/default/
A Dplat_default_def.h83 #ifndef BL31_LIMIT
84 #define BL31_LIMIT (BL31_BASE + BL31_SIZE) macro
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/
A Dbl31_zynqmp_setup.c166 #if (BL31_LIMIT < PLAT_DDR_LOWMEM_MAX)
195 if (fdt_add_reserved_memory(dtb, "tf-a", BL31_BASE, BL31_LIMIT - BL31_BASE)) { in prepare_dtb()
211 #if (BL31_LIMIT < PLAT_DDR_LOWMEM_MAX) in bl31_platform_setup()
245 #if (BL31_LIMIT < PLAT_DDR_LOWMEM_MAX) in bl31_plat_arch_setup()
A Dzynqmp_sdei.c19 return (entrypoint < BL31_BASE || entrypoint > BL31_LIMIT) ? 0 : -1; in arm_validate_ns_entrypoint()
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/include/shared/
A Dbl31_param.h24 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/include/
A Dplatform_def.h147 #define BL31_LIMIT (BRCM_AP_TZC_DRAM1_BASE + \ macro
154 #define BL31_LIMIT (NOR_BASE_ADDR + NOR_SIZE) macro
157 #define SECURE_DDR_END_ADDRESS BL31_LIMIT
/tf-a-ffa_el3_spmc/plat/nxp/common/setup/aarch64/
A Dls_bl2_mem_params_desc.c43 .image_info.image_max_size = (BL31_LIMIT - BL31_BASE) +
47 .image_info.image_max_size = (BL31_LIMIT - BL31_BASE),
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_h616/
A Dprepare_dtb.c30 BL31_LIMIT - BL31_BASE)) { in sunxi_prepare_dtb()
/tf-a-ffa_el3_spmc/plat/layerscape/board/ls1043/include/
A Dplatform_def.h103 #define BL31_LIMIT (LS_SRAM_BASE + PLAT_LS_MAX_BL31_SIZE) macro
127 #define BL1_RW_BASE BL31_LIMIT
/tf-a-ffa_el3_spmc/plat/imx/imx8qx/
A Dimx8qx_bl31_setup.c242 if (BL31_BASE >= start && (BL31_LIMIT - 1) <= end) { in imx8_partition_resources()
257 if ((BL31_LIMIT - 1) < end) { in imx8_partition_resources()
258 err = sc_rm_memreg_alloc(ipc_handle, &mr, BL31_LIMIT, end); in imx8_partition_resources()
261 (sc_faddr_t)BL31_LIMIT, end); in imx8_partition_resources()
265 (sc_faddr_t)BL31_LIMIT, end); in imx8_partition_resources()
/tf-a-ffa_el3_spmc/bl31/aarch64/
A Dbl31_entrypoint.S52 _pie_fixup_size=BL31_LIMIT - BL31_BASE
68 _pie_fixup_size=BL31_LIMIT - BL31_BASE
/tf-a-ffa_el3_spmc/plat/imx/imx8qm/
A Dimx8qm_bl31_setup.c265 if (BL31_BASE >= start && (BL31_LIMIT - 1) <= end) { in mx8_partition_resources()
280 if ((BL31_LIMIT - 1) < end) { in mx8_partition_resources()
281 err = sc_rm_memreg_alloc(ipc_handle, &mr, BL31_LIMIT, end); in mx8_partition_resources()
284 (sc_faddr_t)BL31_LIMIT, end); in mx8_partition_resources()
288 (sc_faddr_t)BL31_LIMIT, end); in mx8_partition_resources()
/tf-a-ffa_el3_spmc/plat/imx/imx8qx/include/
A Dplatform_def.h31 #define BL31_LIMIT 0x80020000 macro
/tf-a-ffa_el3_spmc/plat/hisilicon/poplar/include/
A Dpoplar_layout.h130 #define BL31_LIMIT (BL31_BASE + BL31_SIZE) macro
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/include/
A Dplatform_def.h43 #define BL31_LIMIT U(0x920000) macro
54 #define BL31_LIMIT U(0x940000) macro
/tf-a-ffa_el3_spmc/plat/rockchip/rk3328/include/
A Dplatform_def.h80 #define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE) macro
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/include/
A Dplatform_def.h57 #define BL31_LIMIT (BL31_BASE + UNIPHIER_BL31_MAX_SIZE) macro
/tf-a-ffa_el3_spmc/plat/imx/imx8qm/include/
A Dplatform_def.h36 #define BL31_LIMIT 0x80020000 macro

Completed in 30 milliseconds

1234