blob: 12fd80e7dbf091f55db691e920d1c457c798a889 [file] [log] [blame]
York Sun9533acf2016-09-26 08:09:26 -07001config ARCH_LS1012A
York Sun4a444172016-10-04 14:31:47 -07002 bool
Hou Zhiqiangee2a5102017-01-06 17:41:11 +08003 select ARMV8_SET_SMPEN
York Sunfb2bf8c2016-10-04 14:31:48 -07004 select FSL_LSCH2
York Sun24aaa092016-10-04 18:03:08 -07005 select SYS_FSL_DDR_BE
York Sun9533acf2016-09-26 08:09:26 -07006 select SYS_FSL_MMDC
York Sun0a37cf82016-09-26 08:09:27 -07007 select SYS_FSL_ERRATUM_A010315
Simon Glassa4211922017-01-23 13:31:19 -07008 select ARCH_EARLY_INIT_R
Simon Glassa5d67542017-01-23 13:31:20 -07009 select BOARD_EARLY_INIT_F
York Sun0a37cf82016-09-26 08:09:27 -070010
11config ARCH_LS1043A
York Sun4a444172016-10-04 14:31:47 -070012 bool
Hou Zhiqiangee2a5102017-01-06 17:41:11 +080013 select ARMV8_SET_SMPEN
York Sunfb2bf8c2016-10-04 14:31:48 -070014 select FSL_LSCH2
York Sund26e34c2016-12-28 08:43:40 -080015 select SYS_FSL_DDR
York Sun24aaa092016-10-04 18:03:08 -070016 select SYS_FSL_DDR_BE
17 select SYS_FSL_DDR_VER_50
York Sunba1b6fb2016-12-28 08:43:41 -080018 select SYS_FSL_ERRATUM_A008850
19 select SYS_FSL_ERRATUM_A009660
20 select SYS_FSL_ERRATUM_A009663
21 select SYS_FSL_ERRATUM_A009929
22 select SYS_FSL_ERRATUM_A009942
York Sun0a37cf82016-09-26 08:09:27 -070023 select SYS_FSL_ERRATUM_A010315
Hou Zhiqiang0ea36712016-09-29 12:42:44 +080024 select SYS_FSL_ERRATUM_A010539
York Sund26e34c2016-12-28 08:43:40 -080025 select SYS_FSL_HAS_DDR3
26 select SYS_FSL_HAS_DDR4
Simon Glassa4211922017-01-23 13:31:19 -070027 select ARCH_EARLY_INIT_R
Simon Glassa5d67542017-01-23 13:31:20 -070028 select BOARD_EARLY_INIT_F
York Sun9533acf2016-09-26 08:09:26 -070029
York Sunda28e582016-09-26 08:09:24 -070030config ARCH_LS1046A
York Sun4a444172016-10-04 14:31:47 -070031 bool
Hou Zhiqiangee2a5102017-01-06 17:41:11 +080032 select ARMV8_SET_SMPEN
York Sunfb2bf8c2016-10-04 14:31:48 -070033 select FSL_LSCH2
York Sund26e34c2016-12-28 08:43:40 -080034 select SYS_FSL_DDR
York Sun24aaa092016-10-04 18:03:08 -070035 select SYS_FSL_DDR_BE
York Sun24aaa092016-10-04 18:03:08 -070036 select SYS_FSL_DDR_VER_50
York Sun0ae70502017-01-27 09:57:31 -080037 select SYS_FSL_ERRATUM_A008336
York Sunba1b6fb2016-12-28 08:43:41 -080038 select SYS_FSL_ERRATUM_A008511
Shengzhou Liufb806ad2017-03-23 18:14:40 +080039 select SYS_FSL_ERRATUM_A008850
York Sunba1b6fb2016-12-28 08:43:41 -080040 select SYS_FSL_ERRATUM_A009801
41 select SYS_FSL_ERRATUM_A009803
42 select SYS_FSL_ERRATUM_A009942
43 select SYS_FSL_ERRATUM_A010165
Hou Zhiqiang0ea36712016-09-29 12:42:44 +080044 select SYS_FSL_ERRATUM_A010539
York Sund26e34c2016-12-28 08:43:40 -080045 select SYS_FSL_HAS_DDR4
York Sunf534b8f2016-10-04 18:01:34 -070046 select SYS_FSL_SRDS_2
Simon Glassa4211922017-01-23 13:31:19 -070047 select ARCH_EARLY_INIT_R
Simon Glassa5d67542017-01-23 13:31:20 -070048 select BOARD_EARLY_INIT_F
York Sun9533acf2016-09-26 08:09:26 -070049
York Sun4a444172016-10-04 14:31:47 -070050config ARCH_LS2080A
51 bool
Hou Zhiqiangee2a5102017-01-06 17:41:11 +080052 select ARMV8_SET_SMPEN
Tom Rini8dda2e22017-03-07 07:13:42 -050053 select ARM_ERRATA_826974
54 select ARM_ERRATA_828024
55 select ARM_ERRATA_829520
56 select ARM_ERRATA_833471
York Sunfb2bf8c2016-10-04 14:31:48 -070057 select FSL_LSCH3
York Sund26e34c2016-12-28 08:43:40 -080058 select SYS_FSL_DDR
York Sun24aaa092016-10-04 18:03:08 -070059 select SYS_FSL_DDR_LE
60 select SYS_FSL_DDR_VER_50
York Sunf534b8f2016-10-04 18:01:34 -070061 select SYS_FSL_HAS_DP_DDR
York Sun2c2e2c92016-12-28 08:43:30 -080062 select SYS_FSL_HAS_SEC
York Sund26e34c2016-12-28 08:43:40 -080063 select SYS_FSL_HAS_DDR4
York Sun2c2e2c92016-12-28 08:43:30 -080064 select SYS_FSL_SEC_COMPAT_5
York Sun90b80382016-12-28 08:43:31 -080065 select SYS_FSL_SEC_LE
York Sunf534b8f2016-10-04 18:01:34 -070066 select SYS_FSL_SRDS_2
Ashish kumar85a9a142017-04-07 11:40:32 +053067 select FSL_TZASC_1
68 select FSL_TZASC_2
York Sunba1b6fb2016-12-28 08:43:41 -080069 select SYS_FSL_ERRATUM_A008336
70 select SYS_FSL_ERRATUM_A008511
71 select SYS_FSL_ERRATUM_A008514
72 select SYS_FSL_ERRATUM_A008585
73 select SYS_FSL_ERRATUM_A009635
74 select SYS_FSL_ERRATUM_A009663
75 select SYS_FSL_ERRATUM_A009801
76 select SYS_FSL_ERRATUM_A009803
77 select SYS_FSL_ERRATUM_A009942
78 select SYS_FSL_ERRATUM_A010165
Ashish kumardd48f0b2017-02-23 16:03:57 +053079 select SYS_FSL_ERRATUM_A009203
Simon Glassa4211922017-01-23 13:31:19 -070080 select ARCH_EARLY_INIT_R
Simon Glassa5d67542017-01-23 13:31:20 -070081 select BOARD_EARLY_INIT_F
York Sunfb2bf8c2016-10-04 14:31:48 -070082
83config FSL_LSCH2
84 bool
York Sun2c2e2c92016-12-28 08:43:30 -080085 select SYS_FSL_HAS_SEC
86 select SYS_FSL_SEC_COMPAT_5
York Sun90b80382016-12-28 08:43:31 -080087 select SYS_FSL_SEC_BE
York Sunf534b8f2016-10-04 18:01:34 -070088 select SYS_FSL_SRDS_1
89 select SYS_HAS_SERDES
York Sunfb2bf8c2016-10-04 14:31:48 -070090
91config FSL_LSCH3
92 bool
York Sunf534b8f2016-10-04 18:01:34 -070093 select SYS_FSL_SRDS_1
94 select SYS_HAS_SERDES
York Sunfb2bf8c2016-10-04 14:31:48 -070095
York Sune243b6e2017-03-06 09:02:25 -080096config FSL_MC_ENET
97 bool "Management Complex network"
98 depends on ARCH_LS2080A
99 default y
100 select RESV_RAM
101 help
102 Enable Management Complex (MC) network
103
York Sunfb2bf8c2016-10-04 14:31:48 -0700104menu "Layerscape architecture"
105 depends on FSL_LSCH2 || FSL_LSCH3
York Sun4a444172016-10-04 14:31:47 -0700106
Hou Zhiqiang19538f32016-12-13 14:54:24 +0800107config FSL_PCIE_COMPAT
108 string "PCIe compatible of Kernel DT"
109 depends on PCIE_LAYERSCAPE
110 default "fsl,ls1012a-pcie" if ARCH_LS1012A
111 default "fsl,ls1043a-pcie" if ARCH_LS1043A
112 default "fsl,ls1046a-pcie" if ARCH_LS1046A
113 default "fsl,ls2080a-pcie" if ARCH_LS2080A
114 help
115 This compatible is used to find pci controller node in Kernel DT
116 to complete fixup.
117
Wenbin Songfa18ed72017-01-17 18:31:15 +0800118config HAS_FEATURE_GIC64K_ALIGN
119 bool
120 default y if ARCH_LS1043A
121
Wenbin Song2ca84bf2017-01-17 18:31:16 +0800122config HAS_FEATURE_ENHANCED_MSI
123 bool
124 default y if ARCH_LS1043A
Wenbin Songfa18ed72017-01-17 18:31:15 +0800125
macro.wave.z@gmail.com2d16a1a2016-12-08 11:58:21 +0800126menu "Layerscape PPA"
127config FSL_LS_PPA
128 bool "FSL Layerscape PPA firmware support"
macro.wave.z@gmail.comdf88cb32016-12-08 11:58:22 +0800129 depends on !ARMV8_PSCI
Hou Zhiqiang05415272017-01-16 17:31:49 +0800130 select ARMV8_SEC_FIRMWARE_SUPPORT
Hou Zhiqiangdaa92642017-01-16 17:31:48 +0800131 select SEC_FIRMWARE_ARMV8_PSCI
Hou Zhiqiang05415272017-01-16 17:31:49 +0800132 select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2
macro.wave.z@gmail.com2d16a1a2016-12-08 11:58:21 +0800133 help
134 The FSL Primary Protected Application (PPA) is a software component
135 which is loaded during boot stage, and then remains resident in RAM
136 and runs in the TrustZone after boot.
137 Say y to enable it.
Hou Zhiqiang05415272017-01-16 17:31:49 +0800138choice
139 prompt "FSL Layerscape PPA firmware loading-media select"
140 depends on FSL_LS_PPA
Hou Zhiqiang77bbe552017-03-17 16:12:33 +0800141 default SYS_LS_PPA_FW_IN_MMC if SD_BOOT
142 default SYS_LS_PPA_FW_IN_NAND if NAND_BOOT
Hou Zhiqiang05415272017-01-16 17:31:49 +0800143 default SYS_LS_PPA_FW_IN_XIP
144
145config SYS_LS_PPA_FW_IN_XIP
146 bool "XIP"
147 help
148 Say Y here if the PPA firmware locate at XIP flash, such
149 as NOR or QSPI flash.
150
Hou Zhiqiang77bbe552017-03-17 16:12:33 +0800151config SYS_LS_PPA_FW_IN_MMC
152 bool "eMMC or SD Card"
153 help
154 Say Y here if the PPA firmware locate at eMMC/SD card.
155
156config SYS_LS_PPA_FW_IN_NAND
157 bool "NAND"
158 help
159 Say Y here if the PPA firmware locate at NAND flash.
160
Hou Zhiqiang05415272017-01-16 17:31:49 +0800161endchoice
162
163config SYS_LS_PPA_FW_ADDR
164 hex "Address of PPA firmware loading from"
165 depends on FSL_LS_PPA
166 default 0x40500000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
Santan Kumar54ad7b52017-03-07 11:21:03 +0530167 default 0x580a00000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS2080A
Hou Zhiqiang05415272017-01-16 17:31:49 +0800168 default 0x60500000 if SYS_LS_PPA_FW_IN_XIP
Hou Zhiqiang77bbe552017-03-17 16:12:33 +0800169 default 0x500000 if SYS_LS_PPA_FW_IN_MMC
170 default 0x500000 if SYS_LS_PPA_FW_IN_NAND
171
Hou Zhiqiang05415272017-01-16 17:31:49 +0800172 help
173 If the PPA firmware locate at XIP flash, such as NOR or
174 QSPI flash, this address is a directly memory-mapped.
175 If it is in a serial accessed flash, such as NAND and SD
176 card, it is a byte offset.
Vinitha Pillai-B57223d1a795a2017-03-23 13:48:14 +0530177
178config SYS_LS_PPA_ESBC_ADDR
179 hex "hdr address of PPA firmware loading from"
180 depends on FSL_LS_PPA && CHAIN_OF_TRUST
181 default 0x600c0000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1043A
Vinitha Pillai-B57223b3635f52017-03-23 13:48:16 +0530182 default 0x40740000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1046A
Vinitha Pillai-B57223d2a99502017-03-23 13:48:19 +0530183 default 0x40480000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1012A
Vinitha Pillai-B57223d1a795a2017-03-23 13:48:14 +0530184 default 0x580c40000 if SYS_LS_PPA_FW_IN_XIP && FSL_LSCH3
185 help
186 If the PPA header firmware locate at XIP flash, such as NOR or
187 QSPI flash, this address is a directly memory-mapped.
188 If it is in a serial accessed flash, such as NAND and SD
189 card, it is a byte offset.
190
macro.wave.z@gmail.com2d16a1a2016-12-08 11:58:21 +0800191endmenu
192
York Sun0a37cf82016-09-26 08:09:27 -0700193config SYS_FSL_ERRATUM_A010315
194 bool "Workaround for PCIe erratum A010315"
Hou Zhiqiang0ea36712016-09-29 12:42:44 +0800195
196config SYS_FSL_ERRATUM_A010539
197 bool "Workaround for PIN MUX erratum A010539"
York Sunfb2bf8c2016-10-04 14:31:48 -0700198
York Sunb4b60d02016-10-04 14:45:01 -0700199config MAX_CPUS
200 int "Maximum number of CPUs permitted for Layerscape"
201 default 4 if ARCH_LS1043A
202 default 4 if ARCH_LS1046A
203 default 16 if ARCH_LS2080A
204 default 1
205 help
206 Set this number to the maximum number of possible CPUs in the SoC.
207 SoCs may have multiple clusters with each cluster may have multiple
208 ports. If some ports are reserved but higher ports are used for
209 cores, count the reserved ports. This will allocate enough memory
210 in spin table to properly handle all cores.
211
York Sun01f65d92016-12-02 09:32:35 -0800212config SECURE_BOOT
York Sun9cfab062017-01-04 10:32:08 -0800213 bool "Secure Boot"
York Sun01f65d92016-12-02 09:32:35 -0800214 help
215 Enable Freescale Secure Boot feature
216
Yuan Yaodd2ad2f2016-12-01 10:13:52 +0800217config QSPI_AHB_INIT
218 bool "Init the QSPI AHB bus"
219 help
220 The default setting for QSPI AHB bus just support 3bytes addressing.
221 But some QSPI flash size up to 64MBytes, so initialize the QSPI AHB
222 bus for those flashes to support the full QSPI flash size.
223
York Sun25af7dc2016-10-04 14:45:54 -0700224config SYS_FSL_IFC_BANK_COUNT
225 int "Maximum banks of Integrated flash controller"
226 depends on ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A
227 default 4 if ARCH_LS1043A
228 default 4 if ARCH_LS1046A
229 default 8 if ARCH_LS2080A
230
York Sunfd638102016-10-04 14:46:50 -0700231config SYS_FSL_HAS_DP_DDR
232 bool
233
York Sunf534b8f2016-10-04 18:01:34 -0700234config SYS_FSL_SRDS_1
235 bool
236
237config SYS_FSL_SRDS_2
238 bool
239
240config SYS_HAS_SERDES
241 bool
242
Ashish kumar85a9a142017-04-07 11:40:32 +0530243config FSL_TZASC_1
244 bool
245
246config FSL_TZASC_2
247 bool
248
York Sunfb2bf8c2016-10-04 14:31:48 -0700249endmenu
York Sunba1b6fb2016-12-28 08:43:41 -0800250
Hou Zhiqiang904110c2017-01-10 16:44:15 +0800251menu "Layerscape clock tree configuration"
252 depends on FSL_LSCH2 || FSL_LSCH3
253
254config SYS_FSL_CLK
255 bool "Enable clock tree initialization"
256 default y
257
258config CLUSTER_CLK_FREQ
259 int "Reference clock of core cluster"
260 depends on ARCH_LS1012A
261 default 100000000
262 help
263 This number is the reference clock frequency of core PLL.
264 For most platforms, the core PLL and Platform PLL have the same
265 reference clock, but for some platforms, LS1012A for instance,
266 they are provided sepatately.
267
268config SYS_FSL_PCLK_DIV
269 int "Platform clock divider"
270 default 1 if ARCH_LS1043A
271 default 1 if ARCH_LS1046A
272 default 2
273 help
274 This is the divider that is used to derive Platform clock from
275 Platform PLL, in another word:
276 Platform_clk = Platform_PLL_freq / this_divider
277
278config SYS_FSL_DSPI_CLK_DIV
279 int "DSPI clock divider"
280 default 1 if ARCH_LS1043A
281 default 2
282 help
283 This is the divider that is used to derive DSPI clock from Platform
284 PLL, in another word DSPI_clk = Platform_PLL_freq / this_divider.
285
286config SYS_FSL_DUART_CLK_DIV
287 int "DUART clock divider"
288 default 1 if ARCH_LS1043A
289 default 2
290 help
291 This is the divider that is used to derive DUART clock from Platform
292 clock, in another word DUART_clk = Platform_clk / this_divider.
293
294config SYS_FSL_I2C_CLK_DIV
295 int "I2C clock divider"
296 default 1 if ARCH_LS1043A
297 default 2
298 help
299 This is the divider that is used to derive I2C clock from Platform
300 clock, in another word I2C_clk = Platform_clk / this_divider.
301
302config SYS_FSL_IFC_CLK_DIV
303 int "IFC clock divider"
304 default 1 if ARCH_LS1043A
305 default 2
306 help
307 This is the divider that is used to derive IFC clock from Platform
308 clock, in another word IFC_clk = Platform_clk / this_divider.
309
310config SYS_FSL_LPUART_CLK_DIV
311 int "LPUART clock divider"
312 default 1 if ARCH_LS1043A
313 default 2
314 help
315 This is the divider that is used to derive LPUART clock from Platform
316 clock, in another word LPUART_clk = Platform_clk / this_divider.
317
318config SYS_FSL_SDHC_CLK_DIV
319 int "SDHC clock divider"
320 default 1 if ARCH_LS1043A
321 default 1 if ARCH_LS1012A
322 default 2
323 help
324 This is the divider that is used to derive SDHC clock from Platform
325 clock, in another word SDHC_clk = Platform_clk / this_divider.
326endmenu
327
York Sunf2ccf7f2017-03-06 09:02:24 -0800328config RESV_RAM
329 bool
330 help
331 Reserve memory from the top, tracked by gd->arch.resv_ram. This
332 reserved RAM can be used by special driver that resides in memory
333 after U-Boot exits. It's up to implementation to allocate and allow
334 access to this reserved memory. For example, the reserved RAM can
335 be at the high end of physical memory. The reserve RAM may be
336 excluded from memory bank(s) passed to OS, or marked as reserved.
337
York Sunba1b6fb2016-12-28 08:43:41 -0800338config SYS_FSL_ERRATUM_A008336
339 bool
340
341config SYS_FSL_ERRATUM_A008514
342 bool
343
344config SYS_FSL_ERRATUM_A008585
345 bool
346
347config SYS_FSL_ERRATUM_A008850
348 bool
349
Ashish kumardd48f0b2017-02-23 16:03:57 +0530350config SYS_FSL_ERRATUM_A009203
351 bool
352
York Sunba1b6fb2016-12-28 08:43:41 -0800353config SYS_FSL_ERRATUM_A009635
354 bool
355
356config SYS_FSL_ERRATUM_A009660
357 bool
358
359config SYS_FSL_ERRATUM_A009929
360 bool
York Sunf692d4e2017-03-06 09:02:26 -0800361
362config SYS_MC_RSV_MEM_ALIGN
363 hex "Management Complex reserved memory alignment"
364 depends on RESV_RAM
365 default 0x20000000
366 help
367 Reserved memory needs to be aligned for MC to use. Default value
368 is 512MB.