| /rk3399_ARM-atf/plat/rpi/rpi3/aarch64/ |
| H A D | rpi3_bl2_mem_params_desc.c | 42 # ifdef BL32_BASE 49 # ifdef BL32_BASE 57 .ep_info.pc = BL32_BASE, 61 .image_info.image_base = BL32_BASE, 62 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 82 .image_info.image_base = BL32_BASE, 83 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/socionext/uniphier/include/ |
| H A D | platform_def.h | 59 #define BL32_BASE (UNIPHIER_MEM_BASE + UNIPHIER_BL32_OFFSET) macro 60 #define BL32_LIMIT (BL32_BASE + UNIPHIER_BL32_MAX_SIZE) 72 #define TSP_SEC_MEM_BASE (BL32_BASE) 73 #define TSP_SEC_MEM_SIZE ((BL32_LIMIT) - (BL32_BASE))
|
| /rk3399_ARM-atf/plat/marvell/armada/common/aarch64/ |
| H A D | marvell_bl2_mem_params_desc.c | 80 # ifdef BL32_BASE 87 # ifdef BL32_BASE 94 .ep_info.pc = BL32_BASE, 98 .image_info.image_base = BL32_BASE, 99 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 117 .image_info.image_base = BL32_BASE, 118 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_bl2_mem_params_desc.c | 79 # ifdef BL32_BASE 86 # ifdef BL32_BASE 93 .ep_info.pc = BL32_BASE, 97 .image_info.image_base = BL32_BASE, 98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 116 .image_info.image_base = BL32_BASE, 117 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | bl2_plat_mem_params_desc.c | 79 # ifdef BL32_BASE 86 # ifdef BL32_BASE 93 .ep_info.pc = BL32_BASE, 97 .image_info.image_base = BL32_BASE, 98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 116 .image_info.image_base = BL32_BASE, 117 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_bl2_mem_params_desc.c | 79 # ifdef BL32_BASE 86 # ifdef BL32_BASE 93 .ep_info.pc = BL32_BASE, 97 .image_info.image_base = BL32_BASE, 98 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 116 .image_info.image_base = BL32_BASE, 117 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | bl2_plat_mem_params_desc.c | 42 # ifdef BL32_BASE 48 # ifdef BL32_BASE 54 .ep_info.pc = BL32_BASE, 60 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 61 .image_info.image_base = BL32_BASE,
|
| /rk3399_ARM-atf/plat/brcm/common/ |
| H A D | brcm_bl2_mem_params_desc.c | 58 #ifdef BL32_BASE 65 #ifdef BL32_BASE 72 .ep_info.pc = BL32_BASE, 76 .image_info.image_base = BL32_BASE, 77 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/ |
| H A D | marvell_def.h | 106 BL32_BASE, \ 107 BL32_LIMIT - BL32_BASE, \ 215 #define BL32_BASE PLAT_MARVELL_TRUSTED_RAM_BASE macro 216 #define BL32_LIMIT (BL32_BASE + PLAT_MARVELL_TRUSTED_RAM_SIZE) 219 #undef BL32_BASE
|
| /rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rdaspen/ |
| H A D | rdaspen_bl2_mem_params_desc.c | 30 #ifdef BL32_BASE 46 #ifdef BL32_BASE 52 .ep_info.pc = BL32_BASE, 55 .image_info.image_base = BL32_BASE, 56 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/nxp/common/setup/aarch64/ |
| H A D | ls_bl2_mem_params_desc.c | 63 .ep_info.pc = BL32_BASE, 68 .image_info.image_base = BL32_BASE - CSF_HDR_SZ, 69 .image_info.image_max_size = (BL32_LIMIT - BL32_BASE) + 72 .image_info.image_base = BL32_BASE, 73 .image_info.image_max_size = (BL32_LIMIT - BL32_BASE),
|
| /rk3399_ARM-atf/plat/imx/imx9/common/ |
| H A D | imx9_bl31_setup.c | 63 bl32_image_ep_info.pc = BL32_BASE; in bl31_early_platform_setup2() 67 bl33_image_ep_info.args.arg1 = BL32_BASE; in bl31_early_platform_setup2() 72 bl32_image_ep_info.args.arg1 = BL32_BASE; in bl31_early_platform_setup2() 98 mmap_add_region(BL32_BASE, BL32_BASE, BL32_SIZE, MT_MEMORY | MT_RW); in bl31_plat_arch_setup() 163 args->arg1 = BL32_BASE; in plat_trusty_set_boot_args()
|
| /rk3399_ARM-atf/plat/qti/msm8916/include/ |
| H A D | platform_def.h | 23 #define BL32_LIMIT (BL32_BASE + SZ_128K) 72 #define TSP_SEC_MEM_BASE BL32_BASE 73 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE)
|
| /rk3399_ARM-atf/plat/xilinx/versal/include/ |
| H A D | platform_def.h | 52 # define BL32_BASE U(0x60000000) macro 55 # define BL32_BASE U(VERSAL_BL32_MEM_BASE) macro 77 #define TSP_SEC_MEM_BASE BL32_BASE 78 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE)
|
| /rk3399_ARM-atf/plat/amd/versal2/include/ |
| H A D | platform_def.h | 61 # define BL32_BASE U(0x01800000) macro 64 # define BL32_BASE U(BL32_MEM_BASE) macro 80 #define TSP_SEC_MEM_BASE BL32_BASE 81 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE)
|
| /rk3399_ARM-atf/plat/ti/k3low/board/am62lx/ |
| H A D | board.mk | 10 BL32_BASE ?= 0x80200000 11 $(eval $(call add_define,BL32_BASE))
|
| /rk3399_ARM-atf/plat/arm/common/aarch64/ |
| H A D | arm_bl2_mem_params_desc.c | 78 # if defined(BL32_BASE) 121 # ifdef BL32_BASE 128 .ep_info.pc = BL32_BASE, 132 .image_info.image_base = BL32_BASE, 133 .image_info.image_max_size = BL32_LIMIT - BL32_BASE, 155 .image_info.image_base = BL32_BASE, 156 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/include/ |
| H A D | hikey_layout.h | 104 #define BL32_BASE BL32_DRAM_BASE macro 109 #define BL32_BASE BL32_SRAM_BASE macro 118 #undef BL32_BASE
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/ |
| H A D | imx8ulp_bl31_setup.c | 34 #define MAP_BL32_TOTAL MAP_REGION_FLAT(BL32_BASE, BL32_SIZE, MT_MEMORY | MT_RW) 96 bl32_image_ep_info.pc = BL32_BASE; in bl31_early_platform_setup2() 100 bl33_image_ep_info.args.arg1 = BL32_BASE; in bl31_early_platform_setup2() 105 bl32_image_ep_info.args.arg1 = BL32_BASE; in bl31_early_platform_setup2() 183 args->arg1 = BL32_BASE; in plat_trusty_set_boot_args()
|
| /rk3399_ARM-atf/plat/socionext/synquacer/include/ |
| H A D | platform_def.h | 79 #define BL32_BASE 0xfc000000 macro 81 #define BL32_LIMIT (BL32_BASE + BL32_SIZE) 154 #define PLAT_SQ_SP_IMAGE_MMAP MAP_REGION2(BL32_BASE, BL32_BASE, \ 159 #define PLAT_SQ_SP_HEAP_BASE (BL32_BASE + PLAT_SQ_SP_IMAGE_SIZE)
|
| /rk3399_ARM-atf/plat/qti/msm8916/tsp/ |
| H A D | msm8916_tsp_setup.c | 22 msm8916_plat_arch_setup(BL32_BASE, BL32_END - BL32_BASE); in tsp_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/include/ |
| H A D | platform_def.h | 60 # define BL32_BASE U(0x60000000) macro 63 # define BL32_BASE U(VERSAL_NET_BL32_MEM_BASE) macro 85 #define TSP_SEC_MEM_BASE BL32_BASE 86 #define TSP_SEC_MEM_SIZE (BL32_LIMIT - BL32_BASE)
|
| /rk3399_ARM-atf/plat/qti/kodiak/rb3gen2/inc/ |
| H A D | platform_def.h | 23 #define BL32_BASE 0x1c300000 macro 25 #define BL32_LIMIT (BL32_BASE + BL32_SIZE)
|
| /rk3399_ARM-atf/include/plat/marvell/armada/a3k/common/ |
| H A D | marvell_def.h | 181 #define BL32_BASE PLAT_MARVELL_TRUSTED_RAM_BASE macro 182 #define BL32_LIMIT (BL32_BASE + PLAT_MARVELL_TRUSTED_RAM_SIZE) 185 #undef BL32_BASE
|
| /rk3399_ARM-atf/plat/arm/common/aarch32/ |
| H A D | arm_bl2_mem_params_desc.c | 45 .ep_info.pc = BL32_BASE, 51 .image_info.image_base = BL32_BASE, 52 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,
|