blob: 95e2791507773233590cdd304cdc30723b41b6aa [file] [log] [blame]
Mingkai Hu0e58b512015-10-26 19:47:50 +08001/*
2 * Copyright 2015, Freescale Semiconductor
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
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
Shaohui Xie6759cc22016-09-07 17:56:09 +080013#define CONFIG_STANDALONE_LOAD_ADDR 0x80300000
14
York Sun0804d562015-12-04 11:57:08 -080015/*
16 * Reserve secure memory
17 * To be aligned with MMU block size
18 */
Sumit Garg251c44b2017-09-01 13:55:00 +053019#define CONFIG_SYS_MEM_RESERVE_SECURE (66 * 1024 * 1024) /* 66MB */
York Sunf2aaf842017-05-15 08:52:00 -070020#define SPL_TLB_SETBACK 0x1000000 /* 16MB under effective memory top */
York Sun0804d562015-12-04 11:57:08 -080021
York Sun4ce6fbf2017-03-27 11:41:01 -070022#ifdef CONFIG_ARCH_LS2080A
Mingkai Hu0e58b512015-10-26 19:47:50 +080023#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4, 4 }
24#define SRDS_MAX_LANES 8
Mingkai Hu0e58b512015-10-26 19:47:50 +080025#define CONFIG_SYS_PAGE_SIZE 0x10000
Mingkai Hu0e58b512015-10-26 19:47:50 +080026#ifndef L1_CACHE_BYTES
27#define L1_CACHE_SHIFT 6
28#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
Priyanka Jain4a6f1732016-11-17 12:29:55 +053029#define CONFIG_FSL_TZASC_400
Mingkai Hu0e58b512015-10-26 19:47:50 +080030#endif
31
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +080032#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
33#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
34#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hu0e58b512015-10-26 19:47:50 +080035
36/* DDR */
York Sun4de24ef2017-03-06 09:02:28 -080037#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
38#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
Mingkai Hu0e58b512015-10-26 19:47:50 +080039
40#define CONFIG_SYS_FSL_CCSR_GUR_LE
41#define CONFIG_SYS_FSL_CCSR_SCFG_LE
42#define CONFIG_SYS_FSL_ESDHC_LE
43#define CONFIG_SYS_FSL_IFC_LE
Mingkai Hu19218992015-11-11 17:58:34 +080044#define CONFIG_SYS_FSL_PEX_LUT_LE
Mingkai Hu0e58b512015-10-26 19:47:50 +080045
46#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
47
48/* Generic Interrupt Controller Definitions */
49#define GICD_BASE 0x06000000
50#define GICR_BASE 0x06100000
51
52/* SMMU Defintions */
53#define SMMU_BASE 0x05000000 /* GR0 Base */
54
Saksham Jain62888be2016-03-23 16:24:32 +053055/* SFP */
56#define CONFIG_SYS_FSL_SFP_VER_3_4
57#define CONFIG_SYS_FSL_SFP_LE
Saksham Jain6ae7f582016-03-23 16:24:33 +053058#define CONFIG_SYS_FSL_SRK_LE
59
Saksham Jain6ae7f582016-03-23 16:24:33 +053060/* Security Monitor */
61#define CONFIG_SYS_FSL_SEC_MON_LE
62
Saksham Jain6121f082016-03-23 16:24:34 +053063/* Secure Boot */
64#define CONFIG_ESBC_HDR_LS
Saksham Jain62888be2016-03-23 16:24:32 +053065
Saksham Jain7b0b2502016-03-23 16:24:39 +053066/* DCFG - GUR */
67#define CONFIG_SYS_FSL_CCSR_GUR_LE
68
Mingkai Hu0e58b512015-10-26 19:47:50 +080069/* 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
York Sund957a672015-11-04 09:53:10 -080075#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
Mingkai Hu0e58b512015-10-26 19:47:50 +080082#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
Prabhakar Kushwahaedbbd252016-01-25 12:08:45 +053093#define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
94
Mingkai Hu0e58b512015-10-26 19:47:50 +080095/* 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
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +0530108#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
Mingkai Hu0e58b512015-10-26 19:47:50 +0800116#define CONFIG_SYS_FSL_ERRATUM_A008751
Shengzhou Liubdda96c2015-12-16 16:45:41 +0800117
Alex Porosanub4848d02016-04-29 15:17:59 +0300118#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Ashish Kumarb25faa22017-08-31 16:12:53 +0530119
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_GICV3
124#define CONFIG_FSL_TZPC_BP147
125#define CONFIG_FSL_TZASC_400
126#define CONFIG_SYS_PAGE_SIZE 0x10000
127
128#define SRDS_MAX_LANES 4
129
130/* TZ Protection Controller Definitions */
131#define TZPC_BASE 0x02200000
132#define TZPCR0SIZE_BASE (TZPC_BASE)
133#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
134#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
135#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
136#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
137#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
138#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
139#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
140#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
141#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
142
143/* Generic Interrupt Controller Definitions */
144#define GICD_BASE 0x06000000
145#define GICR_BASE 0x06100000
146
147/* SMMU Defintions */
148#define SMMU_BASE 0x05000000 /* GR0 Base */
149
150/* DDR */
151#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
152#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
153
154#define CONFIG_SYS_FSL_CCSR_GUR_LE
155#define CONFIG_SYS_FSL_CCSR_SCFG_LE
156#define CONFIG_SYS_FSL_ESDHC_LE
157#define CONFIG_SYS_FSL_IFC_LE
158#define CONFIG_SYS_FSL_PEX_LUT_LE
159
160#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
161
162/* SFP */
163#define CONFIG_SYS_FSL_SFP_VER_3_4
164#define CONFIG_SYS_FSL_SFP_LE
165#define CONFIG_SYS_FSL_SRK_LE
166
167/* Security Monitor */
168#define CONFIG_SYS_FSL_SEC_MON_LE
169
170/* Secure Boot */
171#define CONFIG_ESBC_HDR_LS
172
173/* DCFG - GUR */
174#define CONFIG_SYS_FSL_CCSR_GUR_LE
175#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
176#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
177#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
178#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
179
Qianyu Gong8aec7192016-07-05 16:01:53 +0800180#elif defined(CONFIG_FSL_LSCH2)
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800181#define CONFIG_SYS_FSL_OCRAM_BASE 0x10000000 /* initial RAM */
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +0800182#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
183#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800184
Hou Zhiqiangc4797802016-12-16 17:15:46 +0800185#define DCSR_DCFG_SBEESR2 0x20140534
186#define DCSR_DCFG_MBEESR2 0x20140544
187
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800188#define CONFIG_SYS_FSL_CCSR_SCFG_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800189#define CONFIG_SYS_FSL_ESDHC_BE
190#define CONFIG_SYS_FSL_WDOG_BE
191#define CONFIG_SYS_FSL_DSPI_BE
192#define CONFIG_SYS_FSL_QSPI_BE
Qianyu Gong8aec7192016-07-05 16:01:53 +0800193#define CONFIG_SYS_FSL_CCSR_GUR_BE
Mingkai Hu19218992015-11-11 17:58:34 +0800194#define CONFIG_SYS_FSL_PEX_LUT_BE
Qianyu Gong8aec7192016-07-05 16:01:53 +0800195
Qianyu Gong8aec7192016-07-05 16:01:53 +0800196/* SoC related */
York Sun342cf062017-03-27 11:41:02 -0700197#ifdef CONFIG_ARCH_LS1043A
Qianyu Gong8aec7192016-07-05 16:01:53 +0800198#define CONFIG_SYS_FMAN_V3
199#define CONFIG_SYS_NUM_FMAN 1
200#define CONFIG_SYS_NUM_FM1_DTSEC 7
201#define CONFIG_SYS_NUM_FM1_10GEC 1
Qianyu Gong8aec7192016-07-05 16:01:53 +0800202#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
203#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800204
205#define QE_MURAM_SIZE 0x6000UL
206#define MAX_QE_RISC 1
207#define QE_NUM_OF_SNUM 28
208
Qianyu Gong8aec7192016-07-05 16:01:53 +0800209#define CONFIG_SYS_FSL_IFC_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800210#define CONFIG_SYS_FSL_SFP_VER_3_2
Aneesh Bansalb3e98202015-12-08 13:54:29 +0530211#define CONFIG_SYS_FSL_SEC_MON_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800212#define CONFIG_SYS_FSL_SFP_BE
213#define CONFIG_SYS_FSL_SRK_LE
214#define CONFIG_KEY_REVOCATION
215
216/* SMMU Defintions */
217#define SMMU_BASE 0x09000000
218
219/* Generic Interrupt Controller Definitions */
220#define GICD_BASE 0x01401000
221#define GICC_BASE 0x01402000
Wenbin Songa8f57a92017-01-17 18:31:15 +0800222#define GICH_BASE 0x01404000
223#define GICV_BASE 0x01406000
224#define GICD_SIZE 0x1000
225#define GICC_SIZE 0x2000
226#define GICH_SIZE 0x2000
227#define GICV_SIZE 0x2000
228#ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN
229#define GICD_BASE_64K 0x01410000
230#define GICC_BASE_64K 0x01420000
231#define GICH_BASE_64K 0x01440000
232#define GICV_BASE_64K 0x01460000
233#define GICD_SIZE_64K 0x10000
234#define GICC_SIZE_64K 0x20000
235#define GICH_SIZE_64K 0x20000
236#define GICV_SIZE_64K 0x20000
237#endif
238
239#define DCFG_CCSR_SVR 0x1ee00a4
240#define REV1_0 0x10
241#define REV1_1 0x11
242#define GIC_ADDR_BIT 31
243#define SCFG_GIC400_ALIGN 0x1570188
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800244
Alex Porosanub4848d02016-04-29 15:17:59 +0300245#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530246
York Sund297d392016-12-28 08:43:40 -0800247#elif defined(CONFIG_ARCH_LS1012A)
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530248#define GICD_BASE 0x01401000
249#define GICC_BASE 0x01402000
Vinitha Pillai-B572236cb92e72017-03-23 13:48:19 +0530250#define CONFIG_SYS_FSL_SFP_VER_3_2
251#define CONFIG_SYS_FSL_SEC_MON_BE
252#define CONFIG_SYS_FSL_SFP_BE
253#define CONFIG_SYS_FSL_SRK_LE
254#define CONFIG_KEY_REVOCATION
255#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Prabhakar Kushwaha1fb2f112017-01-30 17:05:22 +0530256#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
257#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
258
York Sunbad49842016-09-26 08:09:24 -0700259#elif defined(CONFIG_ARCH_LS1046A)
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800260#define CONFIG_SYS_FMAN_V3
261#define CONFIG_SYS_NUM_FMAN 1
262#define CONFIG_SYS_NUM_FM1_DTSEC 8
263#define CONFIG_SYS_NUM_FM1_10GEC 2
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800264#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
265#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
266
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800267#define CONFIG_SYS_FSL_IFC_BE
268#define CONFIG_SYS_FSL_SFP_VER_3_2
Vinitha Pillai-B572238a3c6452017-03-23 13:48:16 +0530269#define CONFIG_SYS_FSL_SEC_MON_BE
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800270#define CONFIG_SYS_FSL_SFP_BE
271#define CONFIG_SYS_FSL_SRK_LE
272#define CONFIG_KEY_REVOCATION
273
274/* SMMU Defintions */
275#define SMMU_BASE 0x09000000
276
277/* Generic Interrupt Controller Definitions */
278#define GICD_BASE 0x01410000
279#define GICC_BASE 0x01420000
280
281#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Mingkai Hu0e58b512015-10-26 19:47:50 +0800282#else
283#error SoC not defined
284#endif
Qianyu Gong8aec7192016-07-05 16:01:53 +0800285#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +0800286
287#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */