]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv8/fsl-layerscape/Kconfig
cdadd38a1242dcb7b7158de4f7773e822432711d
[u-boot] / arch / arm / cpu / armv8 / fsl-layerscape / Kconfig
1 config ARCH_LS1012A
2         bool
3         select ARMV8_SET_SMPEN
4         select FSL_LSCH2
5         select SYS_FSL_DDR_BE
6         select SYS_FSL_MMDC
7         select SYS_FSL_ERRATUM_A010315
8         select ARCH_EARLY_INIT_R
9         select BOARD_EARLY_INIT_F
10
11 config ARCH_LS1043A
12         bool
13         select ARMV8_SET_SMPEN
14         select FSL_LSCH2
15         select SYS_FSL_DDR
16         select SYS_FSL_DDR_BE
17         select SYS_FSL_DDR_VER_50
18         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
23         select SYS_FSL_ERRATUM_A010315
24         select SYS_FSL_ERRATUM_A010539
25         select SYS_FSL_HAS_DDR3
26         select SYS_FSL_HAS_DDR4
27         select ARCH_EARLY_INIT_R
28         select BOARD_EARLY_INIT_F
29         imply SCSI
30         imply CMD_PCI
31
32 config ARCH_LS1046A
33         bool
34         select ARMV8_SET_SMPEN
35         select FSL_LSCH2
36         select SYS_FSL_DDR
37         select SYS_FSL_DDR_BE
38         select SYS_FSL_DDR_VER_50
39         select SYS_FSL_ERRATUM_A008336
40         select SYS_FSL_ERRATUM_A008511
41         select SYS_FSL_ERRATUM_A008850
42         select SYS_FSL_ERRATUM_A009801
43         select SYS_FSL_ERRATUM_A009803
44         select SYS_FSL_ERRATUM_A009942
45         select SYS_FSL_ERRATUM_A010165
46         select SYS_FSL_ERRATUM_A010539
47         select SYS_FSL_HAS_DDR4
48         select SYS_FSL_SRDS_2
49         select ARCH_EARLY_INIT_R
50         select BOARD_EARLY_INIT_F
51         imply SCSI
52
53 config ARCH_LS2080A
54         bool
55         select ARMV8_SET_SMPEN
56         select ARM_ERRATA_826974
57         select ARM_ERRATA_828024
58         select ARM_ERRATA_829520
59         select ARM_ERRATA_833471
60         select FSL_LSCH3
61         select SYS_FSL_DDR
62         select SYS_FSL_DDR_LE
63         select SYS_FSL_DDR_VER_50
64         select SYS_FSL_HAS_DP_DDR
65         select SYS_FSL_HAS_SEC
66         select SYS_FSL_HAS_DDR4
67         select SYS_FSL_SEC_COMPAT_5
68         select SYS_FSL_SEC_LE
69         select SYS_FSL_SRDS_2
70         select FSL_TZASC_1
71         select FSL_TZASC_2
72         select SYS_FSL_ERRATUM_A008336
73         select SYS_FSL_ERRATUM_A008511
74         select SYS_FSL_ERRATUM_A008514
75         select SYS_FSL_ERRATUM_A008585
76         select SYS_FSL_ERRATUM_A009635
77         select SYS_FSL_ERRATUM_A009663
78         select SYS_FSL_ERRATUM_A009801
79         select SYS_FSL_ERRATUM_A009803
80         select SYS_FSL_ERRATUM_A009942
81         select SYS_FSL_ERRATUM_A010165
82         select SYS_FSL_ERRATUM_A009203
83         select ARCH_EARLY_INIT_R
84         select BOARD_EARLY_INIT_F
85
86 config FSL_LSCH2
87         bool
88         select SYS_FSL_HAS_CCI400
89         select SYS_FSL_HAS_SEC
90         select SYS_FSL_SEC_COMPAT_5
91         select SYS_FSL_SEC_BE
92         select SYS_FSL_SRDS_1
93         select SYS_HAS_SERDES
94
95 config FSL_LSCH3
96         bool
97         select SYS_FSL_SRDS_1
98         select SYS_HAS_SERDES
99
100 config FSL_MC_ENET
101         bool "Management Complex network"
102         depends on ARCH_LS2080A
103         default y
104         select RESV_RAM
105         help
106           Enable Management Complex (MC) network
107
108 menu "Layerscape architecture"
109         depends on FSL_LSCH2 || FSL_LSCH3
110
111 config FSL_PCIE_COMPAT
112         string "PCIe compatible of Kernel DT"
113         depends on PCIE_LAYERSCAPE
114         default "fsl,ls1012a-pcie" if ARCH_LS1012A
115         default "fsl,ls1043a-pcie" if ARCH_LS1043A
116         default "fsl,ls1046a-pcie" if ARCH_LS1046A
117         default "fsl,ls2080a-pcie" if ARCH_LS2080A
118         help
119           This compatible is used to find pci controller node in Kernel DT
120           to complete fixup.
121
122 config HAS_FEATURE_GIC64K_ALIGN
123         bool
124         default y if ARCH_LS1043A
125
126 config HAS_FEATURE_ENHANCED_MSI
127         bool
128         default y if ARCH_LS1043A
129
130 menu "Layerscape PPA"
131 config FSL_LS_PPA
132         bool "FSL Layerscape PPA firmware support"
133         depends on !ARMV8_PSCI
134         select ARMV8_SEC_FIRMWARE_SUPPORT
135         select SEC_FIRMWARE_ARMV8_PSCI
136         select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2
137         help
138           The FSL Primary Protected Application (PPA) is a software component
139           which is loaded during boot stage, and then remains resident in RAM
140           and runs in the TrustZone after boot.
141           Say y to enable it.
142
143 config SPL_FSL_LS_PPA
144         bool "FSL Layerscape PPA firmware support for SPL build"
145         depends on !ARMV8_PSCI
146         select SPL_ARMV8_SEC_FIRMWARE_SUPPORT
147         select SEC_FIRMWARE_ARMV8_PSCI
148         select ARMV8_SEC_FIRMWARE_ERET_ADDR_REVERT if FSL_LSCH2
149         help
150           The FSL Primary Protected Application (PPA) is a software component
151           which is loaded during boot stage, and then remains resident in RAM
152           and runs in the TrustZone after boot. This is to load PPA during SPL
153           stage instead of the RAM version of U-Boot. Once PPA is initialized,
154           the rest of U-Boot (including RAM version) runs at EL2.
155 choice
156         prompt "FSL Layerscape PPA firmware loading-media select"
157         depends on FSL_LS_PPA
158         default SYS_LS_PPA_FW_IN_MMC if SD_BOOT
159         default SYS_LS_PPA_FW_IN_NAND if NAND_BOOT
160         default SYS_LS_PPA_FW_IN_XIP
161
162 config SYS_LS_PPA_FW_IN_XIP
163         bool "XIP"
164         help
165           Say Y here if the PPA firmware locate at XIP flash, such
166           as NOR or QSPI flash.
167
168 config SYS_LS_PPA_FW_IN_MMC
169         bool "eMMC or SD Card"
170         help
171           Say Y here if the PPA firmware locate at eMMC/SD card.
172
173 config SYS_LS_PPA_FW_IN_NAND
174         bool "NAND"
175         help
176           Say Y here if the PPA firmware locate at NAND flash.
177
178 endchoice
179
180 config SYS_LS_PPA_FW_ADDR
181         hex "Address of PPA firmware loading from"
182         depends on FSL_LS_PPA
183         default 0x20400000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT && ARCH_LS2080A
184         default 0x40400000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
185         default 0x580400000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS2080A
186         default 0x60400000 if SYS_LS_PPA_FW_IN_XIP
187         default 0x400000 if SYS_LS_PPA_FW_IN_MMC
188         default 0x400000 if SYS_LS_PPA_FW_IN_NAND
189
190         help
191           If the PPA firmware locate at XIP flash, such as NOR or
192           QSPI flash, this address is a directly memory-mapped.
193           If it is in a serial accessed flash, such as NAND and SD
194           card, it is a byte offset.
195
196 config SYS_LS_PPA_ESBC_ADDR
197         hex "hdr address of PPA firmware loading from"
198         depends on FSL_LS_PPA && CHAIN_OF_TRUST
199         default 0x60680000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1043A
200         default 0x40680000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1046A
201         default 0x40680000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1012A
202         default 0x20680000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT && ARCH_LS2080A
203         default 0x580680000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS2080A
204         default 0x680000 if SYS_LS_PPA_FW_IN_MMC
205         default 0x680000 if SYS_LS_PPA_FW_IN_NAND
206         help
207           If the PPA header firmware locate at XIP flash, such as NOR or
208           QSPI flash, this address is a directly memory-mapped.
209           If it is in a serial accessed flash, such as NAND and SD
210           card, it is a byte offset.
211
212 config LS_PPA_ESBC_HDR_SIZE
213         hex "Length of PPA ESBC header"
214         depends on FSL_LS_PPA && CHAIN_OF_TRUST && !SYS_LS_PPA_FW_IN_XIP
215         default 0x2000
216         help
217           Length (in bytes) of PPA ESBC header to be copied from MMC/SD or
218           NAND to memory to validate PPA image.
219
220 endmenu
221
222 config SYS_FSL_ERRATUM_A010315
223         bool "Workaround for PCIe erratum A010315"
224
225 config SYS_FSL_ERRATUM_A010539
226         bool "Workaround for PIN MUX erratum A010539"
227
228 config MAX_CPUS
229         int "Maximum number of CPUs permitted for Layerscape"
230         default 4 if ARCH_LS1043A
231         default 4 if ARCH_LS1046A
232         default 16 if ARCH_LS2080A
233         default 1
234         help
235           Set this number to the maximum number of possible CPUs in the SoC.
236           SoCs may have multiple clusters with each cluster may have multiple
237           ports. If some ports are reserved but higher ports are used for
238           cores, count the reserved ports. This will allocate enough memory
239           in spin table to properly handle all cores.
240
241 config SECURE_BOOT
242         bool "Secure Boot"
243         help
244                 Enable Freescale Secure Boot feature
245
246 config QSPI_AHB_INIT
247         bool "Init the QSPI AHB bus"
248         help
249           The default setting for QSPI AHB bus just support 3bytes addressing.
250           But some QSPI flash size up to 64MBytes, so initialize the QSPI AHB
251           bus for those flashes to support the full QSPI flash size.
252
253 config SYS_CCI400_OFFSET
254         hex "Offset for CCI400 base"
255         depends on SYS_FSL_HAS_CCI400
256         default 0x3090000 if ARCH_LS1088A
257         default 0x180000 if FSL_LSCH2
258         help
259           Offset for CCI400 base
260           CCI400 base addr = CCSRBAR + CCI400_OFFSET
261
262 config SYS_FSL_IFC_BANK_COUNT
263         int "Maximum banks of Integrated flash controller"
264         depends on ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A
265         default 4 if ARCH_LS1043A
266         default 4 if ARCH_LS1046A
267         default 8 if ARCH_LS2080A
268
269 config SYS_FSL_HAS_CCI400
270         bool
271
272 config SYS_FSL_HAS_DP_DDR
273         bool
274
275 config SYS_FSL_SRDS_1
276         bool
277
278 config SYS_FSL_SRDS_2
279         bool
280
281 config SYS_HAS_SERDES
282         bool
283
284 config FSL_TZASC_1
285         bool
286
287 config FSL_TZASC_2
288         bool
289
290 endmenu
291
292 menu "Layerscape clock tree configuration"
293         depends on FSL_LSCH2 || FSL_LSCH3
294
295 config SYS_FSL_CLK
296         bool "Enable clock tree initialization"
297         default y
298
299 config CLUSTER_CLK_FREQ
300         int "Reference clock of core cluster"
301         depends on ARCH_LS1012A
302         default 100000000
303         help
304           This number is the reference clock frequency of core PLL.
305           For most platforms, the core PLL and Platform PLL have the same
306           reference clock, but for some platforms, LS1012A for instance,
307           they are provided sepatately.
308
309 config SYS_FSL_PCLK_DIV
310         int "Platform clock divider"
311         default 1 if ARCH_LS1043A
312         default 1 if ARCH_LS1046A
313         default 2
314         help
315           This is the divider that is used to derive Platform clock from
316           Platform PLL, in another word:
317                 Platform_clk = Platform_PLL_freq / this_divider
318
319 config SYS_FSL_DSPI_CLK_DIV
320         int "DSPI clock divider"
321         default 1 if ARCH_LS1043A
322         default 2
323         help
324           This is the divider that is used to derive DSPI clock from Platform
325           clock, in another word DSPI_clk = Platform_clk / this_divider.
326
327 config SYS_FSL_DUART_CLK_DIV
328         int "DUART clock divider"
329         default 1 if ARCH_LS1043A
330         default 2
331         help
332           This is the divider that is used to derive DUART clock from Platform
333           clock, in another word DUART_clk = Platform_clk / this_divider.
334
335 config SYS_FSL_I2C_CLK_DIV
336         int "I2C clock divider"
337         default 1 if ARCH_LS1043A
338         default 2
339         help
340           This is the divider that is used to derive I2C clock from Platform
341           clock, in another word I2C_clk = Platform_clk / this_divider.
342
343 config SYS_FSL_IFC_CLK_DIV
344         int "IFC clock divider"
345         default 1 if ARCH_LS1043A
346         default 2
347         help
348           This is the divider that is used to derive IFC clock from Platform
349           clock, in another word IFC_clk = Platform_clk / this_divider.
350
351 config SYS_FSL_LPUART_CLK_DIV
352         int "LPUART clock divider"
353         default 1 if ARCH_LS1043A
354         default 2
355         help
356           This is the divider that is used to derive LPUART clock from Platform
357           clock, in another word LPUART_clk = Platform_clk / this_divider.
358
359 config SYS_FSL_SDHC_CLK_DIV
360         int "SDHC clock divider"
361         default 1 if ARCH_LS1043A
362         default 1 if ARCH_LS1012A
363         default 2
364         help
365           This is the divider that is used to derive SDHC clock from Platform
366           clock, in another word SDHC_clk = Platform_clk / this_divider.
367 endmenu
368
369 config RESV_RAM
370         bool
371         help
372           Reserve memory from the top, tracked by gd->arch.resv_ram. This
373           reserved RAM can be used by special driver that resides in memory
374           after U-Boot exits. It's up to implementation to allocate and allow
375           access to this reserved memory. For example, the reserved RAM can
376           be at the high end of physical memory. The reserve RAM may be
377           excluded from memory bank(s) passed to OS, or marked as reserved.
378
379 config SYS_FSL_ERRATUM_A008336
380         bool
381
382 config SYS_FSL_ERRATUM_A008514
383         bool
384
385 config SYS_FSL_ERRATUM_A008585
386         bool
387
388 config SYS_FSL_ERRATUM_A008850
389         bool
390
391 config SYS_FSL_ERRATUM_A009203
392         bool
393
394 config SYS_FSL_ERRATUM_A009635
395         bool
396
397 config SYS_FSL_ERRATUM_A009660
398         bool
399
400 config SYS_FSL_ERRATUM_A009929
401         bool
402
403 config SYS_MC_RSV_MEM_ALIGN
404         hex "Management Complex reserved memory alignment"
405         depends on RESV_RAM
406         default 0x20000000
407         help
408           Reserved memory needs to be aligned for MC to use. Default value
409           is 512MB.
410
411 config SPL_LDSCRIPT
412         default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARCH_LS1043A || ARCH_LS1046A || ARCH_LS2080A