Home
last modified time | relevance | path

Searched refs:BL32_BASE (Results 1 – 25 of 117) sorted by relevance

12345

/rk3399_ARM-atf/plat/rpi/rpi3/aarch64/
H A Drpi3_bl2_mem_params_desc.c42 # 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 Dplatform_def.h59 #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 Dmarvell_bl2_mem_params_desc.c80 # 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 Dhikey_bl2_mem_params_desc.c79 # 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 Dbl2_plat_mem_params_desc.c79 # 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 Dhikey960_bl2_mem_params_desc.c79 # 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 Dbl2_plat_mem_params_desc.c42 # 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 Dbrcm_bl2_mem_params_desc.c58 #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 Dmarvell_def.h106 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 Drdaspen_bl2_mem_params_desc.c30 #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 Dls_bl2_mem_params_desc.c63 .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 Dimx9_bl31_setup.c63 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 Dplatform_def.h23 #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 Dplatform_def.h52 # 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 Dplatform_def.h61 # 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 Dboard.mk10 BL32_BASE ?= 0x80200000
11 $(eval $(call add_define,BL32_BASE))
/rk3399_ARM-atf/plat/arm/common/aarch64/
H A Darm_bl2_mem_params_desc.c78 # 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 Dhikey_layout.h104 #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 Dimx8ulp_bl31_setup.c34 #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 Dplatform_def.h79 #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 Dmsm8916_tsp_setup.c22 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 Dplatform_def.h60 # 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 Dplatform_def.h23 #define BL32_BASE 0x1c300000 macro
25 #define BL32_LIMIT (BL32_BASE + BL32_SIZE)
/rk3399_ARM-atf/include/plat/marvell/armada/a3k/common/
H A Dmarvell_def.h181 #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 Darm_bl2_mem_params_desc.c45 .ep_info.pc = BL32_BASE,
51 .image_info.image_base = BL32_BASE,
52 .image_info.image_max_size = BL32_LIMIT - BL32_BASE,

12345