blob: c6cf0e616a866cbde78748b771a8bad65053d38f [file] [log] [blame]
Nariman Poushin0ece80f2018-02-26 06:52:04 +00001/*
Rohit Mathew2fd52052021-12-13 15:40:25 +00002 * Copyright (c) 2018-2022, Arm Limited and Contributors. All rights reserved.
Nariman Poushin0ece80f2018-02-26 06:52:04 +00003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Chandni Cherukuria3f66132018-08-10 11:17:58 +05307#ifndef SGI_BASE_PLATFORM_DEF_H
8#define SGI_BASE_PLATFORM_DEF_H
Nariman Poushin0ece80f2018-02-26 06:52:04 +00009
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000010#include <lib/utils_def.h>
11#include <lib/xlat_tables/xlat_tables_defs.h>
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +000012#include <plat/arm/common/arm_def.h>
13#include <plat/arm/common/arm_spm_def.h>
14#include <plat/arm/css/common/css_def.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000015#include <plat/common/common_def.h>
16
Vijayenthiran Subramaniamc4e68a42019-10-28 14:49:48 +053017#define PLATFORM_CORE_COUNT (CSS_SGI_CHIP_COUNT * \
18 PLAT_ARM_CLUSTER_COUNT * \
19 CSS_SGI_MAX_CPUS_PER_CLUSTER * \
Vishwanatha HG64f0b6f2018-05-08 17:15:37 +053020 CSS_SGI_MAX_PE_PER_CPU)
Nariman Poushin0ece80f2018-02-26 06:52:04 +000021
Rohit Mathew9ab8d332022-07-08 12:59:29 +010022#define PLAT_ARM_TRUSTED_SRAM_SIZE 0x00080000 /* 512 KB */
Antonio Nino Diaz48bfb542018-10-11 13:02:34 +010023
Vijayenthiran Subramaniam00cd0802022-01-25 20:37:20 +053024/* Remote chip address offset */
25#define CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) \
26 ((ULL(1) << CSS_SGI_ADDR_BITS_PER_CHIP) * (n))
Vijayenthiran Subramaniam2478f8e2019-10-28 14:49:48 +053027
Antonio Nino Diaz92029262018-09-28 16:39:26 +010028/*
29 * PLAT_ARM_MMAP_ENTRIES depends on the number of entries in the
Aditya Angadica14fb82021-02-17 18:39:32 +053030 * plat_arm_mmap array defined for each BL stage. In addition to that, on
31 * multi-chip platforms, address regions on each of the remote chips are
32 * also mapped. In BL31, for instance, three address regions on the remote
33 * chips are accessed - secure ram, css device and soc device regions.
Antonio Nino Diaz92029262018-09-28 16:39:26 +010034 */
35#if defined(IMAGE_BL31)
Paul Beesleydb4e25a2019-10-14 15:27:12 +000036# if SPM_MM
Aditya Angadica14fb82021-02-17 18:39:32 +053037# define PLAT_ARM_MMAP_ENTRIES (9 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
38# define MAX_XLAT_TABLES (7 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
Rohit Mathew9c07f602021-12-13 15:33:04 +000039# define PLAT_SP_IMAGE_MMAP_REGIONS 10
40# define PLAT_SP_IMAGE_MAX_XLAT_TABLES 12
Antonio Nino Diaz92029262018-09-28 16:39:26 +010041# else
Aditya Angadid1608f12020-04-08 14:17:08 +053042# define PLAT_ARM_MMAP_ENTRIES (5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
Sami Mujawara4f315c2020-04-30 15:50:34 +010043# define MAX_XLAT_TABLES (6 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
Antonio Nino Diaz92029262018-09-28 16:39:26 +010044# endif
45#elif defined(IMAGE_BL32)
46# define PLAT_ARM_MMAP_ENTRIES 8
Nariman Poushin0ece80f2018-02-26 06:52:04 +000047# define MAX_XLAT_TABLES 5
Aditya Angadica14fb82021-02-17 18:39:32 +053048#elif defined(IMAGE_BL2)
49# define PLAT_ARM_MMAP_ENTRIES (11 + (CSS_SGI_CHIP_COUNT - 1))
50
51/*
52 * MAX_XLAT_TABLES entries need to be doubled because when the address width
53 * exceeds 40 bits an additional level of translation is required. In case of
54 * multichip platforms peripherals also fall into address space with width
55 * > 40 bits
56 *
57 */
58# define MAX_XLAT_TABLES (7 + ((CSS_SGI_CHIP_COUNT - 1) * 2))
Antonio Nino Diaz92029262018-09-28 16:39:26 +010059#elif !USE_ROMLIB
60# define PLAT_ARM_MMAP_ENTRIES 11
Vijayenthiran Subramaniamc4e68a42019-10-28 14:49:48 +053061# define MAX_XLAT_TABLES 7
Antonio Nino Diaz92029262018-09-28 16:39:26 +010062#else
63# define PLAT_ARM_MMAP_ENTRIES 12
64# define MAX_XLAT_TABLES 6
Nariman Poushin0ece80f2018-02-26 06:52:04 +000065#endif
66
Antonio Nino Diaz92029262018-09-28 16:39:26 +010067/*
68 * PLAT_ARM_MAX_BL1_RW_SIZE is calculated using the current BL1 RW debug size
69 * plus a little space for growth.
70 */
Vijayenthiran Subramaniam061e3722022-01-25 22:59:10 +053071#define PLAT_ARM_MAX_BL1_RW_SIZE (64 * 1024) /* 64 KB */
Antonio Nino Diaz92029262018-09-28 16:39:26 +010072
73/*
74 * PLAT_ARM_MAX_ROMLIB_RW_SIZE is define to use a full page
75 */
76
77#if USE_ROMLIB
78#define PLAT_ARM_MAX_ROMLIB_RW_SIZE 0x1000
79#define PLAT_ARM_MAX_ROMLIB_RO_SIZE 0xe000
Nariman Poushin0ece80f2018-02-26 06:52:04 +000080#else
Antonio Nino Diaz92029262018-09-28 16:39:26 +010081#define PLAT_ARM_MAX_ROMLIB_RW_SIZE 0
82#define PLAT_ARM_MAX_ROMLIB_RO_SIZE 0
Nariman Poushin0ece80f2018-02-26 06:52:04 +000083#endif
84
Antonio Nino Diaz92029262018-09-28 16:39:26 +010085/*
86 * PLAT_ARM_MAX_BL2_SIZE is calculated using the current BL2 debug size plus a
Aditya Angadica14fb82021-02-17 18:39:32 +053087 * little space for growth. Additional 8KiB space is added per chip in
88 * order to accommodate the additional level of translation required for "TZC"
89 * peripheral access which lies in >4TB address space.
90 *
Antonio Nino Diaz92029262018-09-28 16:39:26 +010091 */
Nariman Poushin0ece80f2018-02-26 06:52:04 +000092#if TRUSTED_BOARD_BOOT
Vijayenthiran Subramaniam0e5ee5e2021-10-06 15:12:25 +053093# define PLAT_ARM_MAX_BL2_SIZE (0x20000 + ((CSS_SGI_CHIP_COUNT - 1) * \
Aditya Angadica14fb82021-02-17 18:39:32 +053094 0x2000))
Nariman Poushin0ece80f2018-02-26 06:52:04 +000095#else
Aditya Angadica14fb82021-02-17 18:39:32 +053096# define PLAT_ARM_MAX_BL2_SIZE (0x14000 + ((CSS_SGI_CHIP_COUNT - 1) * \
97 0x2000))
Nariman Poushin0ece80f2018-02-26 06:52:04 +000098#endif
99
Antonio Nino Diaz92029262018-09-28 16:39:26 +0100100/*
101 * Since BL31 NOBITS overlays BL2 and BL1-RW, PLAT_ARM_MAX_BL31_SIZE is
Rohit Mathew9ab8d332022-07-08 12:59:29 +0100102 * calculated using the current BL31 PROGBITS debug size plus the sizes of BL2
103 * and BL1-RW. CSS_SGI_BL31_SIZE - is tuned with respect to the actual BL31
104 * PROGBITS size which is around 64-68KB at the time this change is being made.
105 * A buffer of ~35KB is added to account for future expansion of the image,
106 * making it a total of 100KB.
Antonio Nino Diaz92029262018-09-28 16:39:26 +0100107 */
Rohit Mathew9ab8d332022-07-08 12:59:29 +0100108#define CSS_SGI_BL31_SIZE (100 * 1024) /* 100 KB */
109#define PLAT_ARM_MAX_BL31_SIZE (CSS_SGI_BL31_SIZE + \
110 PLAT_ARM_MAX_BL2_SIZE + \
111 PLAT_ARM_MAX_BL1_RW_SIZE)
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000112
Antonio Nino Diaz48bfb542018-10-11 13:02:34 +0100113/*
114 * Size of cacheable stacks
115 */
116#if defined(IMAGE_BL1)
117# if TRUSTED_BOARD_BOOT
118# define PLATFORM_STACK_SIZE 0x1000
119# else
120# define PLATFORM_STACK_SIZE 0x440
121# endif
122#elif defined(IMAGE_BL2)
123# if TRUSTED_BOARD_BOOT
124# define PLATFORM_STACK_SIZE 0x1000
125# else
126# define PLATFORM_STACK_SIZE 0x400
127# endif
128#elif defined(IMAGE_BL2U)
129# define PLATFORM_STACK_SIZE 0x400
130#elif defined(IMAGE_BL31)
Paul Beesleydb4e25a2019-10-14 15:27:12 +0000131# if SPM_MM
Antonio Nino Diaz48bfb542018-10-11 13:02:34 +0100132# define PLATFORM_STACK_SIZE 0x500
133# else
134# define PLATFORM_STACK_SIZE 0x400
135# endif
136#elif defined(IMAGE_BL32)
137# define PLATFORM_STACK_SIZE 0x440
138#endif
139
Rohit Mathew2fd52052021-12-13 15:40:25 +0000140/* PL011 UART related constants */
141#define SOC_CSS_SEC_UART_BASE UL(0x2A410000)
142#define SOC_CSS_NSEC_UART_BASE UL(0x2A400000)
143#define SOC_CSS_UART_SIZE UL(0x10000)
144#define SOC_CSS_UART_CLK_IN_HZ UL(7372800)
145
146/* UART related constants */
147#define PLAT_ARM_BOOT_UART_BASE SOC_CSS_SEC_UART_BASE
148#define PLAT_ARM_BOOT_UART_CLK_IN_HZ SOC_CSS_UART_CLK_IN_HZ
149
150#define PLAT_ARM_RUN_UART_BASE SOC_CSS_SEC_UART_BASE
151#define PLAT_ARM_RUN_UART_CLK_IN_HZ SOC_CSS_UART_CLK_IN_HZ
152
153#define PLAT_ARM_CRASH_UART_BASE SOC_CSS_SEC_UART_BASE
154#define PLAT_ARM_CRASH_UART_CLK_IN_HZ SOC_CSS_UART_CLK_IN_HZ
Antonio Nino Diaz48bfb542018-10-11 13:02:34 +0100155
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000156#define PLAT_ARM_NSTIMER_FRAME_ID 0
157
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000158#define PLAT_ARM_TRUSTED_ROM_BASE 0x0
159#define PLAT_ARM_TRUSTED_ROM_SIZE 0x00080000 /* 512KB */
160
Chris Kay42fbdfc2018-05-10 14:27:45 +0100161#define PLAT_ARM_NSRAM_BASE 0x06000000
162#define PLAT_ARM_NSRAM_SIZE 0x00080000 /* 512KB */
163
Suyash Pathak00b99832020-02-12 10:36:20 +0530164#define PLAT_ARM_DRAM2_BASE ULL(0x8080000000)
165#define PLAT_ARM_DRAM2_SIZE ULL(0x180000000)
166
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000167#define PLAT_ARM_G1S_IRQ_PROPS(grp) CSS_G1S_IRQ_PROPS(grp)
168#define PLAT_ARM_G0_IRQ_PROPS(grp) ARM_G0_IRQ_PROPS(grp)
169
170#define CSS_SGI_DEVICE_BASE (0x20000000)
171#define CSS_SGI_DEVICE_SIZE (0x20000000)
172#define CSS_SGI_MAP_DEVICE MAP_REGION_FLAT( \
173 CSS_SGI_DEVICE_BASE, \
174 CSS_SGI_DEVICE_SIZE, \
175 MT_DEVICE | MT_RW | MT_SECURE)
176
Vijayenthiran Subramaniam2478f8e2019-10-28 14:49:48 +0530177#define ARM_MAP_SHARED_RAM_REMOTE_CHIP(n) \
178 MAP_REGION_FLAT( \
179 CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + \
180 ARM_SHARED_RAM_BASE, \
181 ARM_SHARED_RAM_SIZE, \
Vijayenthiran Subramaniambaa930c2020-03-11 15:05:49 +0530182 MT_NON_CACHEABLE | MT_RW | MT_SECURE \
Vijayenthiran Subramaniam2478f8e2019-10-28 14:49:48 +0530183 )
184
185#define CSS_SGI_MAP_DEVICE_REMOTE_CHIP(n) \
186 MAP_REGION_FLAT( \
187 CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + \
188 CSS_SGI_DEVICE_BASE, \
189 CSS_SGI_DEVICE_SIZE, \
190 MT_DEVICE | MT_RW | MT_SECURE \
191 )
192
193#define SOC_CSS_MAP_DEVICE_REMOTE_CHIP(n) \
194 MAP_REGION_FLAT( \
195 CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + \
196 SOC_CSS_DEVICE_BASE, \
197 SOC_CSS_DEVICE_SIZE, \
198 MT_DEVICE | MT_RW | MT_SECURE \
199 )
200
Sughosh Ganue1579e02018-05-16 17:19:56 +0530201/* Map the secure region for access from S-EL0 */
202#define PLAT_ARM_SECURE_MAP_DEVICE MAP_REGION_FLAT( \
203 SOC_CSS_DEVICE_BASE, \
204 SOC_CSS_DEVICE_SIZE, \
205 MT_DEVICE | MT_RW | MT_SECURE | MT_USER)
206
Sughosh Ganud284b572018-11-14 10:42:46 +0530207#define PLAT_SP_PRI PLAT_RAS_PRI
208
Manish Pandeyd419e222023-02-13 12:39:17 +0000209#if SPM_MM && RAS_FFH_SUPPORT
Thomas Abrahama0aea1a2021-02-16 11:36:00 +0530210/*
211 * CPER buffer memory of 128KB is reserved and it is placed adjacent to the
212 * memory shared between EL3 and S-EL0.
213 */
214#define CSS_SGI_SP_CPER_BUF_BASE (PLAT_SP_IMAGE_NS_BUF_BASE + \
215 PLAT_SP_IMAGE_NS_BUF_SIZE)
216#define CSS_SGI_SP_CPER_BUF_SIZE ULL(0x20000)
217#define CSS_SGI_SP_CPER_BUF_MMAP MAP_REGION2( \
218 CSS_SGI_SP_CPER_BUF_BASE, \
219 CSS_SGI_SP_CPER_BUF_BASE, \
220 CSS_SGI_SP_CPER_BUF_SIZE, \
221 MT_RW_DATA | MT_NS | MT_USER, \
Sughosh Ganu70661cf2018-05-16 17:26:40 +0530222 PAGE_SIZE)
Sughosh Ganu5f212942018-05-16 15:35:25 +0530223
Thomas Abrahama0aea1a2021-02-16 11:36:00 +0530224/*
225 * Secure partition stack follows right after the memory space reserved for
226 * CPER buffer memory.
227 */
228#define PLAT_ARM_SP_IMAGE_STACK_BASE (PLAT_SP_IMAGE_NS_BUF_BASE + \
229 PLAT_SP_IMAGE_NS_BUF_SIZE + \
230 CSS_SGI_SP_CPER_BUF_SIZE)
231#elif SPM_MM
232/*
233 * Secure partition stack follows right after the memory region that is shared
234 * between EL3 and S-EL0.
235 */
Ard Biesheuvel8b034fc2018-12-29 19:43:21 +0100236#define PLAT_ARM_SP_IMAGE_STACK_BASE (PLAT_SP_IMAGE_NS_BUF_BASE + \
237 PLAT_SP_IMAGE_NS_BUF_SIZE)
Manish Pandeyd419e222023-02-13 12:39:17 +0000238#endif /* SPM_MM && RAS_FFH_SUPPORT */
Sughosh Ganu5f212942018-05-16 15:35:25 +0530239
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000240/* Platform ID address */
241#define SSC_VERSION (SSC_REG_BASE + SSC_VERSION_OFFSET)
Julius Werner53456fc2019-07-09 13:49:11 -0700242#ifndef __ASSEMBLER__
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000243/* SSC_VERSION related accessors */
244/* Returns the part number of the platform */
245#define GET_SGI_PART_NUM \
246 GET_SSC_VERSION_PART_NUM(mmio_read_32(SSC_VERSION))
247/* Returns the configuration number of the platform */
248#define GET_SGI_CONFIG_NUM \
249 GET_SSC_VERSION_CONFIG(mmio_read_32(SSC_VERSION))
Julius Werner53456fc2019-07-09 13:49:11 -0700250#endif /* __ASSEMBLER__ */
Nariman Poushin0ece80f2018-02-26 06:52:04 +0000251
Roberto Vargasbcca6c62018-06-11 16:15:35 +0100252/*******************************************************************************
253 * Memprotect definitions
254 ******************************************************************************/
255/* PSCI memory protect definitions:
256 * This variable is stored in a non-secure flash because some ARM reference
257 * platforms do not have secure NVRAM. Real systems that provided MEM_PROTECT
258 * support must use a secure NVRAM to store the PSCI MEM_PROTECT definitions.
259 */
260#define PLAT_ARM_MEM_PROT_ADDR (V2M_FLASH0_BASE + \
261 V2M_FLASH0_SIZE - V2M_FLASH_BLOCK_SIZE)
262
Aditya Angadi20b48412019-04-16 11:29:14 +0530263/*Secure Watchdog Constants */
264#define SBSA_SECURE_WDOG_BASE UL(0x2A480000)
265#define SBSA_SECURE_WDOG_TIMEOUT UL(100)
Roberto Vargasbcca6c62018-06-11 16:15:35 +0100266
Aditya Angadi7f8837b2019-12-31 14:23:53 +0530267/* Number of SCMI channels on the platform */
268#define PLAT_ARM_SCMI_CHANNEL_COUNT CSS_SGI_CHIP_COUNT
269
Aditya Angadi44224bd2020-05-14 17:00:07 +0530270/*
271 * Mapping definition of the TrustZone Controller for ARM SGI/RD platforms
272 * where both the DRAM regions are marked for non-secure access. This applies
273 * to multi-chip platforms.
274 */
275#define SGI_PLAT_TZC_NS_REMOTE_REGIONS_DEF(n) \
276 {CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + ARM_DRAM1_BASE, \
277 CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + ARM_DRAM1_END, \
278 ARM_TZC_NS_DRAM_S_ACCESS, PLAT_ARM_TZC_NS_DEV_ACCESS}, \
279 {CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + ARM_DRAM2_BASE, \
280 CSS_SGI_REMOTE_CHIP_MEM_OFFSET(n) + ARM_DRAM2_END, \
281 ARM_TZC_NS_DRAM_S_ACCESS, PLAT_ARM_TZC_NS_DEV_ACCESS}
282
Rohit Mathew9c07f602021-12-13 15:33:04 +0000283#if SPM_MM
284
285/*
286 * Stand-alone MM logs would be routed via secure UART. Define page table
287 * entry for secure UART which would be common to all platforms.
288 */
289#define SOC_PLATFORM_SECURE_UART MAP_REGION_FLAT( \
290 SOC_CSS_SEC_UART_BASE, \
291 SOC_CSS_UART_SIZE, \
292 MT_DEVICE | MT_RW | \
293 MT_SECURE | MT_USER)
294
295#endif
296
Nishant Sharma289f7822021-11-30 09:31:48 +0000297/* SDS ID for unusable CPU MPID list structure */
298#define SDS_ISOLATED_CPU_LIST_ID U(128)
299
Chandni Cherukuria3f66132018-08-10 11:17:58 +0530300#endif /* SGI_BASE_PLATFORM_DEF_H */