/trusted-firmware-a-latest/plat/nxp/common/include/default/ |
D | plat_default_def.h | 87 #ifndef BL31_SIZE 88 #define BL31_SIZE (0x200000) macro 92 #define BL31_LIMIT (BL31_BASE + BL31_SIZE) 97 #define BL32_BASE (NXP_SECURE_DRAM_ADDR + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/aspeed/ast2700/include/ |
D | platform_def.h | 45 #define BL31_SIZE SZ_512K macro 46 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/hisilicon/poplar/include/ |
D | poplar_layout.h | 92 #define BL31_SIZE 0x00014000 macro 130 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/nvidia/tegra/include/ |
D | platform_def.h | 68 #define BL31_LIMIT (TZDRAM_BASE + BL31_SIZE - 1) 69 #define BL32_BASE (TZDRAM_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/socionext/synquacer/include/ |
D | platform_def.h | 70 #define BL31_SIZE 0x00100000 macro 74 #define BL31_SIZE 0x00080000 macro 77 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/amlogic/gxbb/ |
D | gxbb_def.h | 27 #define BL31_SIZE UL(0x000C0000) macro 28 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/qti/qtiseclib/inc/sc7180/ |
D | qtiseclib_defs_plat.h | 14 #define BL31_SIZE 0x00100000 macro
|
/trusted-firmware-a-latest/plat/amlogic/axg/ |
D | axg_def.h | 33 #define BL31_SIZE UL(0x00100000) macro 34 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/amlogic/gxl/ |
D | gxl_def.h | 27 #define BL31_SIZE UL(0x000C0000) macro 28 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/qti/qtiseclib/inc/sc7280/ |
D | qtiseclib_defs_plat.h | 14 #define BL31_SIZE 0x00100000 macro
|
/trusted-firmware-a-latest/plat/amlogic/g12a/ |
D | g12a_def.h | 39 #define BL31_SIZE UL(0x00100000) macro 40 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/ti/k3/include/ |
D | platform_def.h | 64 #define BL31_SIZE UL(0x00020000) /* 128k */ macro 65 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/qemu/qemu_sbsa/include/ |
D | platform_def.h | 137 #define BL31_SIZE 0x300000 macro 138 #define BL31_BASE (BL31_LIMIT - BL31_SIZE) 153 BL2_SIZE - BL31_SIZE)
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mq/include/ |
D | platform_def.h | 37 #define BL31_SIZE SZ_64K macro 38 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mm/include/ |
D | platform_def.h | 59 #define BL31_SIZE SZ_128K macro 60 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/qti/sc7180/inc/ |
D | platform_def.h | 174 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/qti/sc7280/inc/ |
D | platform_def.h | 174 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mn/include/ |
D | platform_def.h | 44 #define BL31_SIZE SZ_128K macro 45 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/socionext/synquacer/ |
D | sq_image_desc.c | 21 .image_info.image_max_size = BL31_SIZE,
|
D | sq_bl31_setup.c | 233 sq_mmap_setup(BL31_BASE, BL31_SIZE, secure_partition_mmap); in bl31_plat_arch_setup()
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mp/include/ |
D | platform_def.h | 56 #define BL31_SIZE SZ_128K macro 57 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
|
/trusted-firmware-a-latest/plat/ti/k3/common/ |
D | k3_bl31_setup.c | 107 MAP_REGION_FLAT(BL31_START, BL31_SIZE, MT_MEMORY | MT_RW | MT_SECURE), in bl31_plat_arch_setup()
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mn/ |
D | imx8mn_bl31_setup.c | 203 MAP_REGION_FLAT(BL31_START, BL31_SIZE, MT_MEMORY | MT_RW | MT_SECURE)
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mp/ |
D | imx8mp_bl31_setup.c | 192 MAP_REGION_FLAT(BL31_START, BL31_SIZE, MT_MEMORY | MT_RW | MT_SECURE)
|
/trusted-firmware-a-latest/plat/nvidia/tegra/include/t210/ |
D | tegra_def.h | 16 #define BL31_SIZE U(0x40000) macro
|