blob: 1315bebb56f7c76155a2841ba501b445198f2445 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Mingkai Hu0e58b512015-10-26 19:47:50 +08002/*
Meenakshi Aggarwalccb5d5d2020-10-29 19:16:16 +05303 * Copyright 2016-2018, 2020 NXP
Mingkai Hu0e58b512015-10-26 19:47:50 +08004 * Copyright 2015, Freescale Semiconductor
Mingkai Hu0e58b512015-10-26 19:47:50 +08005 */
6
7#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
8#define _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
9
York Sunbad49842016-09-26 08:09:24 -070010#include <linux/kconfig.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080011#include <fsl_ddrc_version.h>
12
Simon Glass4dcacfc2020-05-10 11:40:13 -060013#ifndef __ASSEMBLY__
14#include <linux/bitops.h>
15#endif
16
Shaohui Xie6759cc22016-09-07 17:56:09 +080017#define CONFIG_STANDALONE_LOAD_ADDR 0x80300000
18
York Sun0804d562015-12-04 11:57:08 -080019/*
20 * Reserve secure memory
21 * To be aligned with MMU block size
22 */
Sumit Garg251c44b2017-09-01 13:55:00 +053023#define CONFIG_SYS_MEM_RESERVE_SECURE (66 * 1024 * 1024) /* 66MB */
York Sunf2aaf842017-05-15 08:52:00 -070024#define SPL_TLB_SETBACK 0x1000000 /* 16MB under effective memory top */
York Sun0804d562015-12-04 11:57:08 -080025
York Sun4ce6fbf2017-03-27 11:41:01 -070026#ifdef CONFIG_ARCH_LS2080A
Mingkai Hu0e58b512015-10-26 19:47:50 +080027#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4, 4 }
28#define SRDS_MAX_LANES 8
Mingkai Hu0e58b512015-10-26 19:47:50 +080029#define CONFIG_SYS_PAGE_SIZE 0x10000
Mingkai Hu0e58b512015-10-26 19:47:50 +080030#ifndef L1_CACHE_BYTES
31#define L1_CACHE_SHIFT 6
32#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
33#endif
34
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +080035#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 */
Mingkai Hu0e58b512015-10-26 19:47:50 +080038
39/* DDR */
York Sun4de24ef2017-03-06 09:02:28 -080040#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
41#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
Mingkai Hu0e58b512015-10-26 19:47:50 +080042
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
Mingkai Hu19218992015-11-11 17:58:34 +080047#define CONFIG_SYS_FSL_PEX_LUT_LE
Mingkai Hu0e58b512015-10-26 19:47:50 +080048
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
Saksham Jain62888be2016-03-23 16:24:32 +053058/* SFP */
59#define CONFIG_SYS_FSL_SFP_VER_3_4
60#define CONFIG_SYS_FSL_SFP_LE
Saksham Jain6ae7f582016-03-23 16:24:33 +053061#define CONFIG_SYS_FSL_SRK_LE
62
Saksham Jain6ae7f582016-03-23 16:24:33 +053063/* Security Monitor */
64#define CONFIG_SYS_FSL_SEC_MON_LE
65
Saksham Jain6121f082016-03-23 16:24:34 +053066/* Secure Boot */
67#define CONFIG_ESBC_HDR_LS
Saksham Jain62888be2016-03-23 16:24:32 +053068
Saksham Jain7b0b2502016-03-23 16:24:39 +053069/* DCFG - GUR */
70#define CONFIG_SYS_FSL_CCSR_GUR_LE
71
Mingkai Hu0e58b512015-10-26 19:47:50 +080072/* Cache Coherent Interconnect */
73#define CCI_MN_BASE 0x04000000
74#define CCI_MN_RNF_NODEID_LIST 0x180
75#define CCI_MN_DVM_DOMAIN_CTL 0x200
76#define CCI_MN_DVM_DOMAIN_CTL_SET 0x210
77
York Sund957a672015-11-04 09:53:10 -080078#define CCI_HN_F_0_BASE (CCI_MN_BASE + 0x200000)
79#define CCI_HN_F_1_BASE (CCI_MN_BASE + 0x210000)
80#define CCN_HN_F_SAM_CTL 0x8 /* offset on base HN_F base */
81#define CCN_HN_F_SAM_NODEID_MASK 0x7f
82#define CCN_HN_F_SAM_NODEID_DDR0 0x4
83#define CCN_HN_F_SAM_NODEID_DDR1 0xe
84
Mingkai Hu0e58b512015-10-26 19:47:50 +080085#define CCI_RN_I_0_BASE (CCI_MN_BASE + 0x800000)
86#define CCI_RN_I_2_BASE (CCI_MN_BASE + 0x820000)
87#define CCI_RN_I_6_BASE (CCI_MN_BASE + 0x860000)
88#define CCI_RN_I_12_BASE (CCI_MN_BASE + 0x8C0000)
89#define CCI_RN_I_16_BASE (CCI_MN_BASE + 0x900000)
90#define CCI_RN_I_20_BASE (CCI_MN_BASE + 0x940000)
91
92#define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10)
93#define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110)
94#define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210)
95
Prabhakar Kushwahaedbbd252016-01-25 12:08:45 +053096#define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
97
Mingkai Hu0e58b512015-10-26 19:47:50 +080098/* TZ Protection Controller Definitions */
99#define TZPC_BASE 0x02200000
100#define TZPCR0SIZE_BASE (TZPC_BASE)
101#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
102#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
103#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
104#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
105#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
106#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
107#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
108#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
109#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
110
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +0530111#define DCSR_CGACRE5 0x700070914ULL
112#define EPU_EPCMPR5 0x700060914ULL
113#define EPU_EPCCR5 0x700060814ULL
114#define EPU_EPSMCR5 0x700060228ULL
115#define EPU_EPECR5 0x700060314ULL
116#define EPU_EPCTR5 0x700060a14ULL
117#define EPU_EPGCR 0x700060000ULL
118
Mingkai Hu0e58b512015-10-26 19:47:50 +0800119#define CONFIG_SYS_FSL_ERRATUM_A008751
Shengzhou Liubdda96c2015-12-16 16:45:41 +0800120
Alex Porosanub4848d02016-04-29 15:17:59 +0300121#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Ashish Kumarb25faa22017-08-31 16:12:53 +0530122
123#elif defined(CONFIG_ARCH_LS1088A)
124#define CONFIG_SYS_FSL_NUM_CC_PLLS 3
125#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
Ashish Kumarb25faa22017-08-31 16:12:53 +0530126#define CONFIG_SYS_PAGE_SIZE 0x10000
127
128#define SRDS_MAX_LANES 4
Alex Marginean47568ce2020-01-11 01:05:40 +0200129#define SRDS_BITS_PER_LANE 4
Ashish Kumarb25faa22017-08-31 16:12:53 +0530130
131/* TZ Protection Controller Definitions */
132#define TZPC_BASE 0x02200000
133#define TZPCR0SIZE_BASE (TZPC_BASE)
134#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
135#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
136#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
137#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
138#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
139#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
140#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
141#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
142#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
143
144/* Generic Interrupt Controller Definitions */
145#define GICD_BASE 0x06000000
146#define GICR_BASE 0x06100000
147
148/* SMMU Defintions */
149#define SMMU_BASE 0x05000000 /* GR0 Base */
150
151/* DDR */
152#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
153#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
154
155#define CONFIG_SYS_FSL_CCSR_GUR_LE
156#define CONFIG_SYS_FSL_CCSR_SCFG_LE
157#define CONFIG_SYS_FSL_ESDHC_LE
158#define CONFIG_SYS_FSL_IFC_LE
159#define CONFIG_SYS_FSL_PEX_LUT_LE
160
161#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
162
163/* SFP */
164#define CONFIG_SYS_FSL_SFP_VER_3_4
165#define CONFIG_SYS_FSL_SFP_LE
166#define CONFIG_SYS_FSL_SRK_LE
167
168/* Security Monitor */
169#define CONFIG_SYS_FSL_SEC_MON_LE
170
171/* Secure Boot */
172#define CONFIG_ESBC_HDR_LS
173
174/* DCFG - GUR */
175#define CONFIG_SYS_FSL_CCSR_GUR_LE
176#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
177#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
178#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
179#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
180
Meenakshi Aggarwalccb5d5d2020-10-29 19:16:16 +0530181/* LX2160A/LX2162A Soc Support */
182#elif defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000183#define TZPC_BASE 0x02200000
184#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000185#define SRDS_MAX_LANES 8
186#ifndef L1_CACHE_BYTES
187#define L1_CACHE_SHIFT 6
188#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
189#endif
190#define CONFIG_SYS_FSL_CORES_PER_CLUSTER 2
191#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1, 4, 4, 4, 4 }
192#define CONFIG_SYS_FSL_NUM_CC_PLLS 4
193
194#define CONFIG_SYS_PAGE_SIZE 0x10000
195
196#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
197#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
198#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00040000 /* Real size 256K */
199
200/* DDR */
201#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
202#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
203
204#define CONFIG_SYS_FSL_CCSR_GUR_LE
205#define CONFIG_SYS_FSL_CCSR_SCFG_LE
206#define CONFIG_SYS_FSL_ESDHC_LE
207#define CONFIG_SYS_FSL_PEX_LUT_LE
208
209#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
210
211/* Generic Interrupt Controller Definitions */
212#define GICD_BASE 0x06000000
213#define GICR_BASE 0x06200000
214
215/* SMMU Definitions */
216#define SMMU_BASE 0x05000000 /* GR0 Base */
217
218/* SFP */
219#define CONFIG_SYS_FSL_SFP_VER_3_4
220#define CONFIG_SYS_FSL_SFP_LE
221#define CONFIG_SYS_FSL_SRK_LE
222
223/* Security Monitor */
224#define CONFIG_SYS_FSL_SEC_MON_LE
225
226/* Secure Boot */
227#define CONFIG_ESBC_HDR_LS
228
229/* DCFG - GUR */
230#define CONFIG_SYS_FSL_CCSR_GUR_LE
231
232#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
233
Yuantian Tang4aefa162019-04-10 16:43:33 +0800234#elif defined(CONFIG_ARCH_LS1028A)
235#define CONFIG_SYS_FSL_NUM_CC_PLLS 3
236#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
Yuantian Tang4aefa162019-04-10 16:43:33 +0800237#define CONFIG_FSL_TZASC_400
238
239/* TZ Protection Controller Definitions */
240#define TZPC_BASE 0x02200000
241#define TZPCR0SIZE_BASE (TZPC_BASE)
242#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
243#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
244#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
245#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
246#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
247#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
248#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
249#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
250#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
251
252#define SRDS_MAX_LANES 4
Alex Marginean47568ce2020-01-11 01:05:40 +0200253#define SRDS_BITS_PER_LANE 4
Yuantian Tang4aefa162019-04-10 16:43:33 +0800254
255#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
256#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M */
257#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00040000 /* Real size 256K */
258
259/* Generic Interrupt Controller Definitions */
260#define GICD_BASE 0x06000000
261#define GICR_BASE 0x06040000
262
263/* SMMU Definitions */
264#define SMMU_BASE 0x05000000 /* GR0 Base */
265
266/* DDR */
267#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
268#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
269
270#define CONFIG_SYS_FSL_CCSR_GUR_LE
271#define CONFIG_SYS_FSL_CCSR_SCFG_LE
272#define CONFIG_SYS_FSL_ESDHC_LE
273#define CONFIG_SYS_FSL_PEX_LUT_LE
274
275#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
276
277/* SFP */
278#define CONFIG_SYS_FSL_SFP_VER_3_4
279#define CONFIG_SYS_FSL_SFP_LE
280#define CONFIG_SYS_FSL_SRK_LE
281
282/* SEC */
283#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
284
285/* Security Monitor */
286#define CONFIG_SYS_FSL_SEC_MON_LE
287
288/* Secure Boot */
289#define CONFIG_ESBC_HDR_LS
290
291/* DCFG - GUR */
292#define CONFIG_SYS_FSL_CCSR_GUR_LE
293
Qianyu Gong8aec7192016-07-05 16:01:53 +0800294#elif defined(CONFIG_FSL_LSCH2)
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800295#define CONFIG_SYS_FSL_OCRAM_BASE 0x10000000 /* initial RAM */
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +0800296#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
297#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800298
Hou Zhiqiangc4797802016-12-16 17:15:46 +0800299#define DCSR_DCFG_SBEESR2 0x20140534
300#define DCSR_DCFG_MBEESR2 0x20140544
301
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800302#define CONFIG_SYS_FSL_CCSR_SCFG_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800303#define CONFIG_SYS_FSL_ESDHC_BE
304#define CONFIG_SYS_FSL_WDOG_BE
305#define CONFIG_SYS_FSL_DSPI_BE
Qianyu Gong8aec7192016-07-05 16:01:53 +0800306#define CONFIG_SYS_FSL_CCSR_GUR_BE
Mingkai Hu19218992015-11-11 17:58:34 +0800307#define CONFIG_SYS_FSL_PEX_LUT_BE
Qianyu Gong8aec7192016-07-05 16:01:53 +0800308
Qianyu Gong8aec7192016-07-05 16:01:53 +0800309/* SoC related */
York Sun342cf062017-03-27 11:41:02 -0700310#ifdef CONFIG_ARCH_LS1043A
Qianyu Gong8aec7192016-07-05 16:01:53 +0800311#define CONFIG_SYS_FMAN_V3
Laurentiu Tudor2ace3672018-08-27 17:33:58 +0300312#define CONFIG_SYS_FSL_QMAN_V3
Qianyu Gong8aec7192016-07-05 16:01:53 +0800313#define CONFIG_SYS_NUM_FMAN 1
314#define CONFIG_SYS_NUM_FM1_DTSEC 7
315#define CONFIG_SYS_NUM_FM1_10GEC 1
Qianyu Gong8aec7192016-07-05 16:01:53 +0800316#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
317#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800318
319#define QE_MURAM_SIZE 0x6000UL
320#define MAX_QE_RISC 1
321#define QE_NUM_OF_SNUM 28
322
Qianyu Gong8aec7192016-07-05 16:01:53 +0800323#define CONFIG_SYS_FSL_IFC_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800324#define CONFIG_SYS_FSL_SFP_VER_3_2
Aneesh Bansalb3e98202015-12-08 13:54:29 +0530325#define CONFIG_SYS_FSL_SEC_MON_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800326#define CONFIG_SYS_FSL_SFP_BE
327#define CONFIG_SYS_FSL_SRK_LE
328#define CONFIG_KEY_REVOCATION
329
330/* SMMU Defintions */
331#define SMMU_BASE 0x09000000
332
333/* Generic Interrupt Controller Definitions */
334#define GICD_BASE 0x01401000
335#define GICC_BASE 0x01402000
Wenbin Songa8f57a92017-01-17 18:31:15 +0800336#define GICH_BASE 0x01404000
337#define GICV_BASE 0x01406000
338#define GICD_SIZE 0x1000
339#define GICC_SIZE 0x2000
340#define GICH_SIZE 0x2000
341#define GICV_SIZE 0x2000
342#ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN
343#define GICD_BASE_64K 0x01410000
344#define GICC_BASE_64K 0x01420000
345#define GICH_BASE_64K 0x01440000
346#define GICV_BASE_64K 0x01460000
347#define GICD_SIZE_64K 0x10000
348#define GICC_SIZE_64K 0x20000
349#define GICH_SIZE_64K 0x20000
350#define GICV_SIZE_64K 0x20000
351#endif
352
353#define DCFG_CCSR_SVR 0x1ee00a4
354#define REV1_0 0x10
355#define REV1_1 0x11
356#define GIC_ADDR_BIT 31
357#define SCFG_GIC400_ALIGN 0x1570188
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800358
Alex Porosanub4848d02016-04-29 15:17:59 +0300359#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530360
York Sund297d392016-12-28 08:43:40 -0800361#elif defined(CONFIG_ARCH_LS1012A)
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530362#define GICD_BASE 0x01401000
363#define GICC_BASE 0x01402000
Vinitha Pillai-B572236cb92e72017-03-23 13:48:19 +0530364#define CONFIG_SYS_FSL_SFP_VER_3_2
365#define CONFIG_SYS_FSL_SEC_MON_BE
366#define CONFIG_SYS_FSL_SFP_BE
367#define CONFIG_SYS_FSL_SRK_LE
368#define CONFIG_KEY_REVOCATION
369#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Prabhakar Kushwaha1fb2f112017-01-30 17:05:22 +0530370#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
371#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
372
York Sunbad49842016-09-26 08:09:24 -0700373#elif defined(CONFIG_ARCH_LS1046A)
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800374#define CONFIG_SYS_FMAN_V3
Laurentiu Tudor60707f42018-08-09 15:19:43 +0300375#define CONFIG_SYS_FSL_QMAN_V3
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800376#define CONFIG_SYS_NUM_FMAN 1
377#define CONFIG_SYS_NUM_FM1_DTSEC 8
378#define CONFIG_SYS_NUM_FM1_10GEC 2
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800379#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
380#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
381
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800382#define CONFIG_SYS_FSL_IFC_BE
383#define CONFIG_SYS_FSL_SFP_VER_3_2
Vinitha Pillai-B572238a3c6452017-03-23 13:48:16 +0530384#define CONFIG_SYS_FSL_SEC_MON_BE
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800385#define CONFIG_SYS_FSL_SFP_BE
386#define CONFIG_SYS_FSL_SRK_LE
387#define CONFIG_KEY_REVOCATION
388
389/* SMMU Defintions */
390#define SMMU_BASE 0x09000000
391
392/* Generic Interrupt Controller Definitions */
393#define GICD_BASE 0x01410000
394#define GICC_BASE 0x01420000
395
396#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Mingkai Hu0e58b512015-10-26 19:47:50 +0800397#else
398#error SoC not defined
399#endif
Qianyu Gong8aec7192016-07-05 16:01:53 +0800400#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +0800401
402#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */