Convert CONFIG_ESBC_HDR_LS et al to Kconfig
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / config.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2016-2018, 2020 NXP
4  * Copyright 2015, Freescale Semiconductor
5  */
6
7 #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
8 #define _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
9
10 #include <linux/kconfig.h>
11 #include <fsl_ddrc_version.h>
12
13 #ifndef __ASSEMBLY__
14 #include <linux/bitops.h>
15 #endif
16
17 #define CONFIG_STANDALONE_LOAD_ADDR     0x80300000
18
19 /*
20  * Reserve secure memory
21  * To be aligned with MMU block size
22  */
23 #define CONFIG_SYS_MEM_RESERVE_SECURE   (66 * 1024 * 1024)      /* 66MB */
24 #define SPL_TLB_SETBACK 0x1000000       /* 16MB under effective memory top */
25
26 #ifdef CONFIG_ARCH_LS2080A
27 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1, 4, 4 }
28 #define SRDS_MAX_LANES  8
29 #define CONFIG_SYS_PAGE_SIZE            0x10000
30 #ifndef L1_CACHE_BYTES
31 #define L1_CACHE_SHIFT          6
32 #define L1_CACHE_BYTES          BIT(L1_CACHE_SHIFT)
33 #endif
34
35 #define CONFIG_SYS_FSL_OCRAM_BASE       0x18000000 /* initial RAM */
36 #define SYS_FSL_OCRAM_SPACE_SIZE        0x00200000 /* 2M space */
37 #define CONFIG_SYS_FSL_OCRAM_SIZE       0x00020000 /* Real size 128K */
38
39 /* DDR */
40 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
41 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
42
43 #define CONFIG_SYS_FSL_CCSR_GUR_LE
44 #define CONFIG_SYS_FSL_CCSR_SCFG_LE
45 #define CONFIG_SYS_FSL_ESDHC_LE
46 #define CONFIG_SYS_FSL_IFC_LE
47 #define CONFIG_SYS_FSL_PEX_LUT_LE
48
49 #define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
50
51 /* Generic Interrupt Controller Definitions */
52 #define GICD_BASE                       0x06000000
53 #define GICR_BASE                       0x06100000
54
55 /* SMMU Defintions */
56 #define SMMU_BASE                       0x05000000 /* GR0 Base */
57
58 /* SFP */
59 #define CONFIG_SYS_FSL_SFP_VER_3_4
60 #define CONFIG_SYS_FSL_SFP_LE
61 #define CONFIG_SYS_FSL_SRK_LE
62
63 /* Security Monitor */
64 #define CONFIG_SYS_FSL_SEC_MON_LE
65
66 /* DCFG - GUR */
67 #define CONFIG_SYS_FSL_CCSR_GUR_LE
68
69 /* Cache Coherent Interconnect */
70 #define CCI_MN_BASE                     0x04000000
71 #define CCI_MN_RNF_NODEID_LIST          0x180
72 #define CCI_MN_DVM_DOMAIN_CTL           0x200
73 #define CCI_MN_DVM_DOMAIN_CTL_SET       0x210
74
75 #define CCI_HN_F_0_BASE                 (CCI_MN_BASE + 0x200000)
76 #define CCI_HN_F_1_BASE                 (CCI_MN_BASE + 0x210000)
77 #define CCN_HN_F_SAM_CTL                0x8     /* offset on base HN_F base */
78 #define CCN_HN_F_SAM_NODEID_MASK        0x7f
79 #define CCN_HN_F_SAM_NODEID_DDR0        0x4
80 #define CCN_HN_F_SAM_NODEID_DDR1        0xe
81
82 #define CCI_RN_I_0_BASE                 (CCI_MN_BASE + 0x800000)
83 #define CCI_RN_I_2_BASE                 (CCI_MN_BASE + 0x820000)
84 #define CCI_RN_I_6_BASE                 (CCI_MN_BASE + 0x860000)
85 #define CCI_RN_I_12_BASE                (CCI_MN_BASE + 0x8C0000)
86 #define CCI_RN_I_16_BASE                (CCI_MN_BASE + 0x900000)
87 #define CCI_RN_I_20_BASE                (CCI_MN_BASE + 0x940000)
88
89 #define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10)
90 #define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110)
91 #define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210)
92
93 #define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
94
95 /* TZ Protection Controller Definitions */
96 #define TZPC_BASE                               0x02200000
97 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
98 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
99 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
100 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
101 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
102 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
103 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
104 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
105 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
106 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
107
108 #define DCSR_CGACRE5            0x700070914ULL
109 #define EPU_EPCMPR5             0x700060914ULL
110 #define EPU_EPCCR5              0x700060814ULL
111 #define EPU_EPSMCR5             0x700060228ULL
112 #define EPU_EPECR5              0x700060314ULL
113 #define EPU_EPCTR5              0x700060a14ULL
114 #define EPU_EPGCR               0x700060000ULL
115
116 #define CONFIG_SYS_FSL_ERRATUM_A008751
117
118 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
119
120 #elif defined(CONFIG_ARCH_LS1088A)
121 #define CONFIG_SYS_FSL_NUM_CC_PLLS              3
122 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1 }
123 #define CONFIG_SYS_PAGE_SIZE            0x10000
124
125 #define SRDS_MAX_LANES  4
126 #define SRDS_BITS_PER_LANE      4
127
128 /* TZ Protection Controller Definitions */
129 #define TZPC_BASE                               0x02200000
130 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
131 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
132 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
133 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
134 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
135 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
136 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
137 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
138 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
139 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
140
141 /* Generic Interrupt Controller Definitions */
142 #define GICD_BASE                       0x06000000
143 #define GICR_BASE                       0x06100000
144
145 /* SMMU Defintions */
146 #define SMMU_BASE                       0x05000000 /* GR0 Base */
147
148 /* DDR */
149 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
150 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
151
152 #define CONFIG_SYS_FSL_CCSR_GUR_LE
153 #define CONFIG_SYS_FSL_CCSR_SCFG_LE
154 #define CONFIG_SYS_FSL_ESDHC_LE
155 #define CONFIG_SYS_FSL_IFC_LE
156 #define CONFIG_SYS_FSL_PEX_LUT_LE
157
158 #define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
159
160 /* SFP */
161 #define CONFIG_SYS_FSL_SFP_VER_3_4
162 #define CONFIG_SYS_FSL_SFP_LE
163 #define CONFIG_SYS_FSL_SRK_LE
164
165 /* Security Monitor */
166 #define CONFIG_SYS_FSL_SEC_MON_LE
167
168 /* DCFG - GUR */
169 #define CONFIG_SYS_FSL_CCSR_GUR_LE
170 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC   1
171 #define CONFIG_SYS_FSL_OCRAM_BASE       0x18000000 /* initial RAM */
172 #define SYS_FSL_OCRAM_SPACE_SIZE        0x00200000 /* 2M space */
173 #define CONFIG_SYS_FSL_OCRAM_SIZE       0x00020000 /* Real size 128K */
174
175 /* LX2160A/LX2162A Soc Support */
176 #elif defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
177 #define TZPC_BASE                               0x02200000
178 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
179 #define SRDS_MAX_LANES  8
180 #ifndef L1_CACHE_BYTES
181 #define L1_CACHE_SHIFT          6
182 #define L1_CACHE_BYTES          BIT(L1_CACHE_SHIFT)
183 #endif
184 #define CONFIG_SYS_FSL_CORES_PER_CLUSTER        2
185 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1, 1, 1, 4, 4, 4, 4 }
186 #define CONFIG_SYS_FSL_NUM_CC_PLLS              4
187
188 #define CONFIG_SYS_PAGE_SIZE                    0x10000
189
190 #define CONFIG_SYS_FSL_OCRAM_BASE               0x18000000 /* initial RAM */
191 #define SYS_FSL_OCRAM_SPACE_SIZE                0x00200000 /* 2M space */
192 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x00040000 /* Real size 256K */
193
194 /* DDR */
195 #define CONFIG_SYS_DDR_BLOCK1_SIZE              ((phys_size_t)2 << 30)
196 #define CONFIG_MAX_MEM_MAPPED                   CONFIG_SYS_DDR_BLOCK1_SIZE
197
198 #define CONFIG_SYS_FSL_CCSR_GUR_LE
199 #define CONFIG_SYS_FSL_CCSR_SCFG_LE
200 #define CONFIG_SYS_FSL_ESDHC_LE
201 #define CONFIG_SYS_FSL_PEX_LUT_LE
202
203 #define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
204
205 /* Generic Interrupt Controller Definitions */
206 #define GICD_BASE                               0x06000000
207 #define GICR_BASE                               0x06200000
208
209 /* SMMU Definitions */
210 #define SMMU_BASE                               0x05000000 /* GR0 Base */
211
212 /* SFP */
213 #define CONFIG_SYS_FSL_SFP_VER_3_4
214 #define CONFIG_SYS_FSL_SFP_LE
215 #define CONFIG_SYS_FSL_SRK_LE
216
217 /* Security Monitor */
218 #define CONFIG_SYS_FSL_SEC_MON_LE
219
220 /* DCFG - GUR */
221 #define CONFIG_SYS_FSL_CCSR_GUR_LE
222
223 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
224
225 #elif defined(CONFIG_ARCH_LS1028A)
226 #define CONFIG_SYS_FSL_NUM_CC_PLLS              3
227 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1 }
228 #define CONFIG_FSL_TZASC_400
229
230 /* TZ Protection Controller Definitions */
231 #define TZPC_BASE                               0x02200000
232 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
233 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
234 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
235 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
236 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
237 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
238 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
239 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
240 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
241 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
242
243 #define SRDS_MAX_LANES  4
244 #define SRDS_BITS_PER_LANE      4
245
246 #define CONFIG_SYS_FSL_OCRAM_BASE               0x18000000 /* initial RAM */
247 #define SYS_FSL_OCRAM_SPACE_SIZE                0x00200000 /* 2M */
248 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x00040000 /* Real size 256K */
249
250 /* Generic Interrupt Controller Definitions */
251 #define GICD_BASE                               0x06000000
252 #define GICR_BASE                               0x06040000
253
254 /* SMMU Definitions */
255 #define SMMU_BASE                               0x05000000 /* GR0 Base */
256
257 /* DDR */
258 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
259 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
260
261 #define CONFIG_SYS_FSL_CCSR_GUR_LE
262 #define CONFIG_SYS_FSL_CCSR_SCFG_LE
263 #define CONFIG_SYS_FSL_ESDHC_LE
264 #define CONFIG_SYS_FSL_PEX_LUT_LE
265
266 #define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
267
268 /* SFP */
269 #define CONFIG_SYS_FSL_SFP_VER_3_4
270 #define CONFIG_SYS_FSL_SFP_LE
271 #define CONFIG_SYS_FSL_SRK_LE
272
273 /* SEC */
274 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
275
276 /* Security Monitor */
277 #define CONFIG_SYS_FSL_SEC_MON_LE
278
279 /* DCFG - GUR */
280 #define CONFIG_SYS_FSL_CCSR_GUR_LE
281
282 #elif defined(CONFIG_FSL_LSCH2)
283 #define CONFIG_SYS_FSL_OCRAM_BASE               0x10000000 /* initial RAM */
284 #define SYS_FSL_OCRAM_SPACE_SIZE                0x00200000 /* 2M space */
285 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x00020000 /* Real size 128K */
286
287 #define DCSR_DCFG_SBEESR2                       0x20140534
288 #define DCSR_DCFG_MBEESR2                       0x20140544
289
290 #define CONFIG_SYS_FSL_CCSR_SCFG_BE
291 #define CONFIG_SYS_FSL_ESDHC_BE
292 #define CONFIG_SYS_FSL_WDOG_BE
293 #define CONFIG_SYS_FSL_DSPI_BE
294 #define CONFIG_SYS_FSL_CCSR_GUR_BE
295 #define CONFIG_SYS_FSL_PEX_LUT_BE
296
297 /* SoC related */
298 #ifdef CONFIG_ARCH_LS1043A
299 #define CONFIG_SYS_FMAN_V3
300 #define CONFIG_SYS_FSL_QMAN_V3
301 #define CONFIG_SYS_NUM_FMAN                     1
302 #define CONFIG_SYS_NUM_FM1_DTSEC                7
303 #define CONFIG_SYS_NUM_FM1_10GEC                1
304 #define CONFIG_SYS_DDR_BLOCK1_SIZE              ((phys_size_t)2 << 30)
305 #define CONFIG_MAX_MEM_MAPPED                   CONFIG_SYS_DDR_BLOCK1_SIZE
306
307 #define QE_MURAM_SIZE           0x6000UL
308 #define MAX_QE_RISC             1
309 #define QE_NUM_OF_SNUM          28
310
311 #define CONFIG_SYS_FSL_IFC_BE
312 #define CONFIG_SYS_FSL_SFP_VER_3_2
313 #define CONFIG_SYS_FSL_SEC_MON_BE
314 #define CONFIG_SYS_FSL_SFP_BE
315 #define CONFIG_SYS_FSL_SRK_LE
316 #define CONFIG_KEY_REVOCATION
317
318 /* SMMU Defintions */
319 #define SMMU_BASE               0x09000000
320
321 /* Generic Interrupt Controller Definitions */
322 #define GICD_BASE               0x01401000
323 #define GICC_BASE               0x01402000
324 #define GICH_BASE               0x01404000
325 #define GICV_BASE               0x01406000
326 #define GICD_SIZE               0x1000
327 #define GICC_SIZE               0x2000
328 #define GICH_SIZE               0x2000
329 #define GICV_SIZE               0x2000
330 #ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN
331 #define GICD_BASE_64K           0x01410000
332 #define GICC_BASE_64K           0x01420000
333 #define GICH_BASE_64K           0x01440000
334 #define GICV_BASE_64K           0x01460000
335 #define GICD_SIZE_64K           0x10000
336 #define GICC_SIZE_64K           0x20000
337 #define GICH_SIZE_64K           0x20000
338 #define GICV_SIZE_64K           0x20000
339 #endif
340
341 #define DCFG_CCSR_SVR           0x1ee00a4
342 #define REV1_0                  0x10
343 #define REV1_1                  0x11
344 #define GIC_ADDR_BIT            31
345 #define SCFG_GIC400_ALIGN       0x1570188
346
347 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
348
349 #elif defined(CONFIG_ARCH_LS1012A)
350 #define GICD_BASE               0x01401000
351 #define GICC_BASE               0x01402000
352 #define CONFIG_SYS_FSL_SFP_VER_3_2
353 #define CONFIG_SYS_FSL_SEC_MON_BE
354 #define CONFIG_SYS_FSL_SFP_BE
355 #define CONFIG_SYS_FSL_SRK_LE
356 #define CONFIG_KEY_REVOCATION
357 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
358 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
359 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
360
361 #elif defined(CONFIG_ARCH_LS1046A)
362 #define CONFIG_SYS_FMAN_V3
363 #define CONFIG_SYS_FSL_QMAN_V3
364 #define CONFIG_SYS_NUM_FMAN                     1
365 #define CONFIG_SYS_NUM_FM1_DTSEC                8
366 #define CONFIG_SYS_NUM_FM1_10GEC                2
367 #define CONFIG_SYS_DDR_BLOCK1_SIZE  ((phys_size_t)2 << 30)
368 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
369
370 #define CONFIG_SYS_FSL_IFC_BE
371 #define CONFIG_SYS_FSL_SFP_VER_3_2
372 #define CONFIG_SYS_FSL_SEC_MON_BE
373 #define CONFIG_SYS_FSL_SFP_BE
374 #define CONFIG_SYS_FSL_SRK_LE
375 #define CONFIG_KEY_REVOCATION
376
377 /* SMMU Defintions */
378 #define SMMU_BASE               0x09000000
379
380 /* Generic Interrupt Controller Definitions */
381 #define GICD_BASE               0x01410000
382 #define GICC_BASE               0x01420000
383
384 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
385 #else
386 #error SoC not defined
387 #endif
388 #endif
389
390 #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */