Kconfig 14.7 KB
Newer Older
1
config ARCH_LS1012A
2
	bool
3
	select ARMV8_SET_SMPEN
4
	select ARM_ERRATA_855873 if !TFABOOT
5
	select FSL_LSCH2
6
7
	select SYS_FSL_SRDS_1
	select SYS_HAS_SERDES
8
	select SYS_FSL_DDR_BE
9
	select SYS_FSL_MMDC
10
	select SYS_FSL_ERRATUM_A010315
11
12
13
14
	select SYS_FSL_ERRATUM_A009798
	select SYS_FSL_ERRATUM_A008997
	select SYS_FSL_ERRATUM_A009007
	select SYS_FSL_ERRATUM_A009008
15
	select ARCH_EARLY_INIT_R
16
	select BOARD_EARLY_INIT_F
17
18
19
	select SYS_I2C_MXC
	select SYS_I2C_MXC_I2C1
	select SYS_I2C_MXC_I2C2
20
	imply PANIC_HANG
21
22

config ARCH_LS1043A
23
	bool
24
	select ARMV8_SET_SMPEN
25
	select ARM_ERRATA_855873 if !TFABOOT
26
	select FSL_LSCH2
27
28
	select SYS_FSL_SRDS_1
	select SYS_HAS_SERDES
29
	select SYS_FSL_DDR
30
31
	select SYS_FSL_DDR_BE
	select SYS_FSL_DDR_VER_50
32
	select SYS_FSL_ERRATUM_A008850 if !TFABOOT
33
	select SYS_FSL_ERRATUM_A008997
34
	select SYS_FSL_ERRATUM_A009007
35
	select SYS_FSL_ERRATUM_A009008
36
37
	select SYS_FSL_ERRATUM_A009660 if !TFABOOT
	select SYS_FSL_ERRATUM_A009663 if !TFABOOT
38
	select SYS_FSL_ERRATUM_A009798
39
	select SYS_FSL_ERRATUM_A009929
40
	select SYS_FSL_ERRATUM_A009942 if !TFABOOT
41
	select SYS_FSL_ERRATUM_A010315
42
	select SYS_FSL_ERRATUM_A010539
43
44
	select SYS_FSL_HAS_DDR3
	select SYS_FSL_HAS_DDR4
45
	select ARCH_EARLY_INIT_R
46
	select BOARD_EARLY_INIT_F
47
48
49
50
51
	select SYS_I2C_MXC
	select SYS_I2C_MXC_I2C1
	select SYS_I2C_MXC_I2C2
	select SYS_I2C_MXC_I2C3
	select SYS_I2C_MXC_I2C4
Simon Glass's avatar
Simon Glass committed
52
	imply SCSI
53
	imply SCSI_AHCI
54
	imply CMD_PCI
55

56
config ARCH_LS1046A
57
	bool
58
	select ARMV8_SET_SMPEN
59
	select FSL_LSCH2
60
61
	select SYS_FSL_SRDS_1
	select SYS_HAS_SERDES
62
	select SYS_FSL_DDR
63
64
	select SYS_FSL_DDR_BE
	select SYS_FSL_DDR_VER_50
65
66
67
	select SYS_FSL_ERRATUM_A008336 if !TFABOOT
	select SYS_FSL_ERRATUM_A008511 if !TFABOOT
	select SYS_FSL_ERRATUM_A008850 if !TFABOOT
68
	select SYS_FSL_ERRATUM_A008997
69
	select SYS_FSL_ERRATUM_A009007
70
	select SYS_FSL_ERRATUM_A009008
71
	select SYS_FSL_ERRATUM_A009798
72
	select SYS_FSL_ERRATUM_A009801
73
74
75
	select SYS_FSL_ERRATUM_A009803 if !TFABOOT
	select SYS_FSL_ERRATUM_A009942 if !TFABOOT
	select SYS_FSL_ERRATUM_A010165 if !TFABOOT
76
	select SYS_FSL_ERRATUM_A010539
77
	select SYS_FSL_HAS_DDR4
78
	select SYS_FSL_SRDS_2
79
	select ARCH_EARLY_INIT_R
80
	select BOARD_EARLY_INIT_F
81
82
83
84
85
	select SYS_I2C_MXC
	select SYS_I2C_MXC_I2C1
	select SYS_I2C_MXC_I2C2
	select SYS_I2C_MXC_I2C3
	select SYS_I2C_MXC_I2C4
Simon Glass's avatar
Simon Glass committed
86
	imply SCSI
87
	imply SCSI_AHCI
88

89
90
91
config ARCH_LS1088A
	bool
	select ARMV8_SET_SMPEN
92
	select ARM_ERRATA_855873 if !TFABOOT
93
	select FSL_LSCH3
94
95
	select SYS_FSL_SRDS_1
	select SYS_HAS_SERDES
96
97
98
	select SYS_FSL_DDR
	select SYS_FSL_DDR_LE
	select SYS_FSL_DDR_VER_50
99
100
	select SYS_FSL_EC1
	select SYS_FSL_EC2
101
102
103
104
105
	select SYS_FSL_ERRATUM_A009803 if !TFABOOT
	select SYS_FSL_ERRATUM_A009942 if !TFABOOT
	select SYS_FSL_ERRATUM_A010165 if !TFABOOT
	select SYS_FSL_ERRATUM_A008511 if !TFABOOT
	select SYS_FSL_ERRATUM_A008850 if !TFABOOT
106
	select SYS_FSL_ERRATUM_A009007
107
108
	select SYS_FSL_HAS_CCI400
	select SYS_FSL_HAS_DDR4
109
	select SYS_FSL_HAS_RGMII
110
111
112
113
114
115
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_5
	select SYS_FSL_SEC_LE
	select SYS_FSL_SRDS_1
	select SYS_FSL_SRDS_2
	select FSL_TZASC_1
116
117
	select FSL_TZASC_400
	select FSL_TZPC_BP147
118
119
	select ARCH_EARLY_INIT_R
	select BOARD_EARLY_INIT_F
120
121
122
123
124
	select SYS_I2C_MXC
	select SYS_I2C_MXC_I2C1
	select SYS_I2C_MXC_I2C2
	select SYS_I2C_MXC_I2C3
	select SYS_I2C_MXC_I2C4
125
	imply SCSI
126
	imply PANIC_HANG
127

128
129
config ARCH_LS2080A
	bool
130
	select ARMV8_SET_SMPEN
Tom Rini's avatar
Tom Rini committed
131
132
133
134
	select ARM_ERRATA_826974
	select ARM_ERRATA_828024
	select ARM_ERRATA_829520
	select ARM_ERRATA_833471
135
	select FSL_LSCH3
136
137
	select SYS_FSL_SRDS_1
	select SYS_HAS_SERDES
138
	select SYS_FSL_DDR
139
140
	select SYS_FSL_DDR_LE
	select SYS_FSL_DDR_VER_50
141
	select SYS_FSL_HAS_CCN504
142
	select SYS_FSL_HAS_DP_DDR
143
	select SYS_FSL_HAS_SEC
144
	select SYS_FSL_HAS_DDR4
145
	select SYS_FSL_SEC_COMPAT_5
146
	select SYS_FSL_SEC_LE
147
	select SYS_FSL_SRDS_2
148
149
	select FSL_TZASC_1
	select FSL_TZASC_2
150
151
	select FSL_TZASC_400
	select FSL_TZPC_BP147
152
153
154
	select SYS_FSL_ERRATUM_A008336 if !TFABOOT
	select SYS_FSL_ERRATUM_A008511 if !TFABOOT
	select SYS_FSL_ERRATUM_A008514 if !TFABOOT
155
	select SYS_FSL_ERRATUM_A008585
156
	select SYS_FSL_ERRATUM_A008997
157
	select SYS_FSL_ERRATUM_A009007
158
	select SYS_FSL_ERRATUM_A009008
159
	select SYS_FSL_ERRATUM_A009635
160
	select SYS_FSL_ERRATUM_A009663 if !TFABOOT
161
	select SYS_FSL_ERRATUM_A009798
162
	select SYS_FSL_ERRATUM_A009801
163
164
165
	select SYS_FSL_ERRATUM_A009803 if !TFABOOT
	select SYS_FSL_ERRATUM_A009942 if !TFABOOT
	select SYS_FSL_ERRATUM_A010165 if !TFABOOT
166
	select SYS_FSL_ERRATUM_A009203
167
	select ARCH_EARLY_INIT_R
168
	select BOARD_EARLY_INIT_F
169
170
171
172
173
	select SYS_I2C_MXC
	select SYS_I2C_MXC_I2C1
	select SYS_I2C_MXC_I2C2
	select SYS_I2C_MXC_I2C3
	select SYS_I2C_MXC_I2C4
174
	imply DISTRO_DEFAULTS
175
	imply PANIC_HANG
176

177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
config ARCH_LX2160A
	bool
	select ARMV8_SET_SMPEN
	select FSL_LSCH3
	select NXP_LSCH3_2
	select SYS_HAS_SERDES
	select SYS_FSL_SRDS_1
	select SYS_FSL_SRDS_2
	select SYS_NXP_SRDS_3
	select SYS_FSL_DDR
	select SYS_FSL_DDR_LE
	select SYS_FSL_DDR_VER_50
	select SYS_FSL_EC1
	select SYS_FSL_EC2
	select SYS_FSL_HAS_RGMII
	select SYS_FSL_HAS_SEC
	select SYS_FSL_HAS_CCN508
	select SYS_FSL_HAS_DDR4
	select SYS_FSL_SEC_COMPAT_5
	select SYS_FSL_SEC_LE
	select ARCH_EARLY_INIT_R
	select BOARD_EARLY_INIT_F
	select SYS_I2C_MXC
	select SYS_I2C_MXC_I2C1
	select SYS_I2C_MXC_I2C2
	select SYS_I2C_MXC_I2C3
	select SYS_I2C_MXC_I2C4
	select SYS_I2C_MXC_I2C5
	select SYS_I2C_MXC_I2C6
	select SYS_I2C_MXC_I2C7
	select SYS_I2C_MXC_I2C8
	imply DISTRO_DEFAULTS
	imply PANIC_HANG
	imply SCSI
	imply SCSI_AHCI

213
214
config FSL_LSCH2
	bool
215
	select SYS_FSL_HAS_CCI400
216
217
	select SYS_FSL_HAS_SEC
	select SYS_FSL_SEC_COMPAT_5
218
	select SYS_FSL_SEC_BE
219
220
221
222

config FSL_LSCH3
	bool

223
224
225
config NXP_LSCH3_2
	bool

226
227
config FSL_MC_ENET
	bool "Management Complex network"
228
	depends on ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A
229
230
231
232
233
	default y
	select RESV_RAM
	help
	  Enable Management Complex (MC) network

234
235
menu "Layerscape architecture"
	depends on FSL_LSCH2 || FSL_LSCH3
236

237
238
239
240
241
242
243
config FSL_PCIE_COMPAT
	string "PCIe compatible of Kernel DT"
	depends on PCIE_LAYERSCAPE
	default "fsl,ls1012a-pcie" if ARCH_LS1012A
	default "fsl,ls1043a-pcie" if ARCH_LS1043A
	default "fsl,ls1046a-pcie" if ARCH_LS1046A
	default "fsl,ls2080a-pcie" if ARCH_LS2080A
244
	default "fsl,ls1088a-pcie" if ARCH_LS1088A
245
	default "fsl,lx2160a-pcie" if ARCH_LX2160A
246
247
248
249
	help
	  This compatible is used to find pci controller node in Kernel DT
	  to complete fixup.

250
251
252
253
config HAS_FEATURE_GIC64K_ALIGN
	bool
	default y if ARCH_LS1043A

254
255
256
config HAS_FEATURE_ENHANCED_MSI
	bool
	default y if ARCH_LS1043A
257

258
259
260
menu "Layerscape PPA"
config FSL_LS_PPA
	bool "FSL Layerscape PPA firmware support"
261
	depends on !ARMV8_PSCI
262
	select ARMV8_SEC_FIRMWARE_SUPPORT
263
	select SEC_FIRMWARE_ARMV8_PSCI
264
	select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2
265
266
267
268
269
	help
	  The FSL Primary Protected Application (PPA) is a software component
	  which is loaded during boot stage, and then remains resident in RAM
	  and runs in the TrustZone after boot.
	  Say y to enable it.
270
271
272
273
274
275
276
277
278
279
280
281
282

config SPL_FSL_LS_PPA
	bool "FSL Layerscape PPA firmware support for SPL build"
	depends on !ARMV8_PSCI
	select SPL_ARMV8_SEC_FIRMWARE_SUPPORT
	select SEC_FIRMWARE_ARMV8_PSCI
	select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2
	help
	  The FSL Primary Protected Application (PPA) is a software component
	  which is loaded during boot stage, and then remains resident in RAM
	  and runs in the TrustZone after boot. This is to load PPA during SPL
	  stage instead of the RAM version of U-Boot. Once PPA is initialized,
	  the rest of U-Boot (including RAM version) runs at EL2.
283
284
285
choice
	prompt "FSL Layerscape PPA firmware loading-media select"
	depends on FSL_LS_PPA
286
287
	default SYS_LS_PPA_FW_IN_MMC if SD_BOOT
	default SYS_LS_PPA_FW_IN_NAND if NAND_BOOT
288
289
290
291
292
293
294
295
	default SYS_LS_PPA_FW_IN_XIP

config SYS_LS_PPA_FW_IN_XIP
	bool "XIP"
	help
	  Say Y here if the PPA firmware locate at XIP flash, such
	  as NOR or QSPI flash.

296
297
298
299
300
301
302
303
304
305
config SYS_LS_PPA_FW_IN_MMC
	bool "eMMC or SD Card"
	help
	  Say Y here if the PPA firmware locate at eMMC/SD card.

config SYS_LS_PPA_FW_IN_NAND
	bool "NAND"
	help
	  Say Y here if the PPA firmware locate at NAND flash.

306
307
endchoice

308
309
310
311
312
313
314
315
config LS_PPA_ESBC_HDR_SIZE
	hex "Length of PPA ESBC header"
	depends on FSL_LS_PPA && CHAIN_OF_TRUST && !SYS_LS_PPA_FW_IN_XIP
	default 0x2000
	help
	  Length (in bytes) of PPA ESBC header to be copied from MMC/SD or
	  NAND to memory to validate PPA image.

316
317
endmenu

318
319
320
config SYS_FSL_ERRATUM_A008997
	bool "Workaround for USB PHY erratum A008997"

321
322
323
324
325
config SYS_FSL_ERRATUM_A009007
	bool
	help
	  Workaround for USB PHY erratum A009007

326
327
328
config SYS_FSL_ERRATUM_A009008
	bool "Workaround for USB PHY erratum A009008"

329
330
331
config SYS_FSL_ERRATUM_A009798
	bool "Workaround for USB PHY erratum A009798"

332
333
config SYS_FSL_ERRATUM_A010315
	bool "Workaround for PCIe erratum A010315"
334
335
336

config SYS_FSL_ERRATUM_A010539
	bool "Workaround for PIN MUX erratum A010539"
337

York Sun's avatar
York Sun committed
338
339
340
341
342
config MAX_CPUS
	int "Maximum number of CPUs permitted for Layerscape"
	default 4 if ARCH_LS1043A
	default 4 if ARCH_LS1046A
	default 16 if ARCH_LS2080A
343
	default 8 if ARCH_LS1088A
344
	default 16 if ARCH_LX2160A
York Sun's avatar
York Sun committed
345
346
347
348
349
350
351
352
	default 1
	help
	  Set this number to the maximum number of possible CPUs in the SoC.
	  SoCs may have multiple clusters with each cluster may have multiple
	  ports. If some ports are reserved but higher ports are used for
	  cores, count the reserved ports. This will allocate enough memory
	  in spin table to properly handle all cores.

353
354
355
356
357
358
config EMC2305
	bool "Fan controller"
	help
	 Enable the EMC2305 fan controller for configuration of fan
	 speed.

359
config SECURE_BOOT
360
	bool "Secure Boot"
361
362
363
	help
		Enable Freescale Secure Boot feature

364
365
366
367
368
369
370
config QSPI_AHB_INIT
	bool "Init the QSPI AHB bus"
	help
	  The default setting for QSPI AHB bus just support 3bytes addressing.
	  But some QSPI flash size up to 64MBytes, so initialize the QSPI AHB
	  bus for those flashes to support the full QSPI flash size.

371
372
373
374
375
376
377
378
379
config SYS_CCI400_OFFSET
	hex "Offset for CCI400 base"
	depends on SYS_FSL_HAS_CCI400
	default 0x3090000 if ARCH_LS1088A
	default 0x180000 if FSL_LSCH2
	help
	  Offset for CCI400 base
	  CCI400 base addr = CCSRBAR + CCI400_OFFSET

380
381
config SYS_FSL_IFC_BANK_COUNT
	int "Maximum banks of Integrated flash controller"
382
	depends on ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A || ARCH_LS1088A
383
384
	default 4 if ARCH_LS1043A
	default 4 if ARCH_LS1046A
385
	default 8 if ARCH_LS2080A || ARCH_LS1088A
386

387
388
389
config SYS_FSL_HAS_CCI400
	bool

390
391
392
config SYS_FSL_HAS_CCN504
	bool

393
394
395
config SYS_FSL_HAS_CCN508
	bool

396
397
398
config SYS_FSL_HAS_DP_DDR
	bool

399
400
401
402
403
404
config SYS_FSL_SRDS_1
	bool

config SYS_FSL_SRDS_2
	bool

405
406
407
config SYS_NXP_SRDS_3
	bool

408
409
410
config SYS_HAS_SERDES
	bool

411
412
413
414
415
416
config FSL_TZASC_1
	bool

config FSL_TZASC_2
	bool

417
418
419
420
421
config FSL_TZASC_400
	bool

config FSL_TZPC_BP147
	bool
422
endmenu
423

424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
menu "Layerscape clock tree configuration"
	depends on FSL_LSCH2 || FSL_LSCH3

config SYS_FSL_CLK
	bool "Enable clock tree initialization"
	default y

config CLUSTER_CLK_FREQ
	int "Reference clock of core cluster"
	depends on ARCH_LS1012A
	default 100000000
	help
	  This number is the reference clock frequency of core PLL.
	  For most platforms, the core PLL and Platform PLL have the same
	  reference clock, but for some platforms, LS1012A for instance,
	  they are provided sepatately.

config SYS_FSL_PCLK_DIV
	int "Platform clock divider"
	default 1 if ARCH_LS1043A
	default 1 if ARCH_LS1046A
445
	default 1 if ARCH_LS1088A
446
447
448
449
450
451
452
453
454
455
456
457
	default 2
	help
	  This is the divider that is used to derive Platform clock from
	  Platform PLL, in another word:
		Platform_clk = Platform_PLL_freq / this_divider

config SYS_FSL_DSPI_CLK_DIV
	int "DSPI clock divider"
	default 1 if ARCH_LS1043A
	default 2
	help
	  This is the divider that is used to derive DSPI clock from Platform
458
	  clock, in another word DSPI_clk = Platform_clk / this_divider.
459
460
461
462

config SYS_FSL_DUART_CLK_DIV
	int "DUART clock divider"
	default 1 if ARCH_LS1043A
463
	default 4 if ARCH_LX2160A
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
	default 2
	help
	  This is the divider that is used to derive DUART clock from Platform
	  clock, in another word DUART_clk = Platform_clk / this_divider.

config SYS_FSL_I2C_CLK_DIV
	int "I2C clock divider"
	default 1 if ARCH_LS1043A
	default 2
	help
	  This is the divider that is used to derive I2C clock from Platform
	  clock, in another word I2C_clk = Platform_clk / this_divider.

config SYS_FSL_IFC_CLK_DIV
	int "IFC clock divider"
	default 1 if ARCH_LS1043A
	default 2
	help
	  This is the divider that is used to derive IFC clock from Platform
	  clock, in another word IFC_clk = Platform_clk / this_divider.

config SYS_FSL_LPUART_CLK_DIV
	int "LPUART clock divider"
	default 1 if ARCH_LS1043A
	default 2
	help
	  This is the divider that is used to derive LPUART clock from Platform
	  clock, in another word LPUART_clk = Platform_clk / this_divider.

config SYS_FSL_SDHC_CLK_DIV
	int "SDHC clock divider"
	default 1 if ARCH_LS1043A
	default 1 if ARCH_LS1012A
	default 2
	help
	  This is the divider that is used to derive SDHC clock from Platform
	  clock, in another word SDHC_clk = Platform_clk / this_divider.
501
502
503
504
505
506
507
508

config SYS_FSL_QMAN_CLK_DIV
	int "QMAN clock divider"
	default 1 if ARCH_LS1043A
	default 2
	help
	  This is the divider that is used to derive QMAN clock from Platform
	  clock, in another word QMAN_clk = Platform_clk / this_divider.
509
510
endmenu

York Sun's avatar
York Sun committed
511
512
513
514
515
516
517
518
519
520
config RESV_RAM
	bool
	help
	  Reserve memory from the top, tracked by gd->arch.resv_ram. This
	  reserved RAM can be used by special driver that resides in memory
	  after U-Boot exits. It's up to implementation to allocate and allow
	  access to this reserved memory. For example, the reserved RAM can
	  be at the high end of physical memory. The reserve RAM may be
	  excluded from memory bank(s) passed to OS, or marked as reserved.

521
522
523
config SYS_FSL_EC1
	bool
	help
524
525
	  Ethernet controller 1, this is connected to
	  MAC17 for LX2160A or to MAC3 for other SoCs
526
527
528
529
530
	  Provides DPAA2 capabilities

config SYS_FSL_EC2
	bool
	help
531
532
	  Ethernet controller 2, this is connected to
	  MAC18 for LX2160A or to MAC4 for other SoCs
533
534
	  Provides DPAA2 capabilities

535
536
537
538
539
540
541
542
543
544
545
546
config SYS_FSL_ERRATUM_A008336
	bool

config SYS_FSL_ERRATUM_A008514
	bool

config SYS_FSL_ERRATUM_A008585
	bool

config SYS_FSL_ERRATUM_A008850
	bool

547
548
549
config SYS_FSL_ERRATUM_A009203
	bool

550
551
552
553
554
555
556
557
config SYS_FSL_ERRATUM_A009635
	bool

config SYS_FSL_ERRATUM_A009660
	bool

config SYS_FSL_ERRATUM_A009929
	bool
558

559
560
561
562
563
564

config SYS_FSL_HAS_RGMII
	bool
	depends on SYS_FSL_EC1 || SYS_FSL_EC2


565
566
567
config SYS_MC_RSV_MEM_ALIGN
	hex "Management Complex reserved memory alignment"
	depends on RESV_RAM
568
	default 0x20000000 if ARCH_LS2080A || ARCH_LS1088A || ARCH_LX2160A
569
570
571
	help
	  Reserved memory needs to be aligned for MC to use. Default value
	  is 512MB.
572
573
574

config SPL_LDSCRIPT
	default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A
575
576
577
578
579
580
581

config HAS_FSL_XHCI_USB
	bool
	default y if ARCH_LS1043A || ARCH_LS1046A
	help
	  For some SoC(such as LS1043A and LS1046A), USB and QE-HDLC multiplex use
	  pins, select it when the pins are assigned to USB.
582
583
584
585
586
587
588

config TFABOOT
       bool "Support for booting from TFA"
       default n
       help
         Enabling this will make a U-Boot binary that is capable of being
         booted via TFA.