]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/Kconfig
ARM: dts: dra7: Add supported MMC/SD modes in MMC dt nodes
[people/ms/u-boot.git] / arch / arm / Kconfig
CommitLineData
dd84058d
MY
1menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
dd84058d
MY
5 default "arm"
6
016a954e
MY
7config ARM64
8 bool
bb6b142f 9 select PHYS_64BIT
067716ba 10 select SYS_CACHE_SHIFT_6
016a954e 11
49e93875
SW
12if ARM64
13config POSITION_INDEPENDENT
14 bool "Generate position-independent pre-relocation code"
15 help
16 U-Boot expects to be linked to a specific hard-coded address, and to
17 be loaded to and run from that address. This option lifts that
18 restriction, thus allowing the code to be loaded to and executed
19 from almost any address. This logic relies on the relocation
20 information that is embedded into the binary to support U-Boot
21 relocating itself to the top-of-RAM later during execution.
e6c90448
SW
22
23config SYS_INIT_SP_BSS_OFFSET
24 int
25 help
26 U-Boot typically uses a hard-coded value for the stack pointer
27 before relocation. Define this option to instead calculate the
28 initial SP at run-time. This is useful to avoid hard-coding addresses
29 into U-Boot, so that can be loaded and executed at arbitrary
30 addresses and thus avoid using arbitrary addresses at runtime. This
31 option's value is the offset added to &_bss_start in order to
32 calculate the stack pointer. This offset should be large enough so
33 that the early malloc region, global data (gd), and early stack usage
34 do not overlap any appended DTB.
8163faf9
SW
35
36config LINUX_KERNEL_IMAGE_HEADER
37 bool
38 help
39 Place a Linux kernel image header at the start of the U-Boot binary.
40 The format of the header is described in the Linux kernel source at
41 Documentation/arm64/booting.txt. This feature is useful since the
42 image header reports the amount of memory (BSS and similar) that
43 U-Boot needs to use, but which isn't part of the binary.
44
45if LINUX_KERNEL_IMAGE_HEADER
46config LNX_KRNL_IMG_TEXT_OFFSET_BASE
47 hex
48 help
49 The value subtracted from CONFIG_SYS_TEXT_BASE to calculate the
50 TEXT_OFFSET value written in to the Linux kernel image header.
51endif
49e93875
SW
52endif
53
54config STATIC_RELA
55 bool
56 default y if ARM64 && !POSITION_INDEPENDENT
57
37217f0e
LV
58config DMA_ADDR_T_64BIT
59 bool
60 default y if ARM64
61
2e07c249 62config HAS_VBAR
e009bfa4 63 bool
2e07c249 64
62e92077 65config HAS_THUMB2
e009bfa4 66 bool
62e92077 67
111a6af9
PE
68# Used for compatibility with asm files copied from the kernel
69config ARM_ASM_UNIFIED
70 bool
71 default y
72
73# Used for compatibility with asm files copied from the kernel
74config THUMB2_KERNEL
75 bool
76
8dda2e2f
TR
77# If set, the workarounds for these ARM errata are applied early during U-Boot
78# startup. Note that in general these options force the workarounds to be
79# applied; no CPU-type/version detection exists, unlike the similar options in
80# the Linux kernel. Do not set these options unless they apply! Also note that
81# the following can be machine specific errata. These do have ability to
82# provide rudimentary version and machine specific checks, but expect no
83# product checks:
84# CONFIG_ARM_ERRATA_430973
85# CONFIG_ARM_ERRATA_454179
86# CONFIG_ARM_ERRATA_621766
87# CONFIG_ARM_ERRATA_798870
88# CONFIG_ARM_ERRATA_801819
89config ARM_ERRATA_430973
90 bool
91
92config ARM_ERRATA_454179
93 bool
94
95config ARM_ERRATA_621766
96 bool
97
98config ARM_ERRATA_716044
99 bool
100
19a75b8c
SS
101config ARM_ERRATA_725233
102 bool
103
8dda2e2f
TR
104config ARM_ERRATA_742230
105 bool
106
107config ARM_ERRATA_743622
108 bool
109
110config ARM_ERRATA_751472
111 bool
112
113config ARM_ERRATA_761320
114 bool
115
116config ARM_ERRATA_773022
117 bool
118
119config ARM_ERRATA_774769
120 bool
121
122config ARM_ERRATA_794072
123 bool
124
125config ARM_ERRATA_798870
126 bool
127
128config ARM_ERRATA_801819
129 bool
130
131config ARM_ERRATA_826974
132 bool
133
134config ARM_ERRATA_828024
135 bool
136
137config ARM_ERRATA_829520
138 bool
139
140config ARM_ERRATA_833069
141 bool
142
143config ARM_ERRATA_833471
144 bool
145
11d94319
PF
146config ARM_ERRATA_845369
147 bool
148
8776350d
NM
149config ARM_ERRATA_852421
150 bool
151
152config ARM_ERRATA_852423
153 bool
154
ab0ab54e
AW
155config ARM_ERRATA_855873
156 bool
157
2e07c249 158config CPU_ARM720T
e009bfa4 159 bool
067716ba 160 select SYS_CACHE_SHIFT_5
2e07c249
GS
161
162config CPU_ARM920T
e009bfa4 163 bool
067716ba 164 select SYS_CACHE_SHIFT_5
2e07c249
GS
165
166config CPU_ARM926EJS
e009bfa4 167 bool
067716ba 168 select SYS_CACHE_SHIFT_5
2e07c249
GS
169
170config CPU_ARM946ES
e009bfa4 171 bool
067716ba 172 select SYS_CACHE_SHIFT_5
2e07c249
GS
173
174config CPU_ARM1136
e009bfa4 175 bool
067716ba 176 select SYS_CACHE_SHIFT_5
2e07c249
GS
177
178config CPU_ARM1176
e009bfa4
TR
179 bool
180 select HAS_VBAR
067716ba 181 select SYS_CACHE_SHIFT_5
2e07c249
GS
182
183config CPU_V7
e009bfa4
TR
184 bool
185 select HAS_VBAR
186 select HAS_THUMB2
067716ba 187 select SYS_CACHE_SHIFT_6
2e07c249 188
12d8a729 189config CPU_V7M
190 bool
e009bfa4 191 select HAS_THUMB2
111a6af9 192 select THUMB2_KERNEL
067716ba 193 select SYS_CACHE_SHIFT_5
12d8a729 194
2e07c249 195config CPU_PXA
e009bfa4 196 bool
067716ba 197 select SYS_CACHE_SHIFT_5
2e07c249
GS
198
199config CPU_SA1100
e009bfa4 200 bool
067716ba 201 select SYS_CACHE_SHIFT_5
2e07c249
GS
202
203config SYS_CPU
e009bfa4
TR
204 default "arm720t" if CPU_ARM720T
205 default "arm920t" if CPU_ARM920T
206 default "arm926ejs" if CPU_ARM926EJS
207 default "arm946es" if CPU_ARM946ES
208 default "arm1136" if CPU_ARM1136
209 default "arm1176" if CPU_ARM1176
210 default "armv7" if CPU_V7
211 default "armv7m" if CPU_V7M
212 default "pxa" if CPU_PXA
213 default "sa1100" if CPU_SA1100
01541eec 214 default "armv8" if ARM64
2e07c249 215
66020a67
MV
216config SYS_ARM_ARCH
217 int
218 default 4 if CPU_ARM720T
219 default 4 if CPU_ARM920T
220 default 5 if CPU_ARM926EJS
221 default 5 if CPU_ARM946ES
222 default 6 if CPU_ARM1136
223 default 6 if CPU_ARM1176
224 default 7 if CPU_V7
225 default 7 if CPU_V7M
226 default 5 if CPU_PXA
227 default 4 if CPU_SA1100
228 default 8 if ARM64
229
067716ba
TR
230config SYS_CACHE_SHIFT_5
231 bool
232
233config SYS_CACHE_SHIFT_6
234 bool
235
236config SYS_CACHE_SHIFT_7
237 bool
238
239config SYS_CACHELINE_SIZE
240 int
241 default 128 if SYS_CACHE_SHIFT_7
242 default 64 if SYS_CACHE_SHIFT_6
243 default 32 if SYS_CACHE_SHIFT_5
244
c54bcf68
MY
245config ARM_SMCCC
246 bool "Support for ARM SMC Calling Convention (SMCCC)"
247 depends on CPU_V7 || ARM64
573a3811 248 select ARM_PSCI_FW
c54bcf68
MY
249 help
250 Say Y here if you want to enable ARM SMC Calling Convention.
251 This should be enabled if U-Boot needs to communicate with system
252 firmware (for example, PSCI) according to SMCCC.
253
f91afc4d
LW
254config SEMIHOSTING
255 bool "support boot from semihosting"
256 help
257 In emulated environments, semihosting is a way for
258 the hosted environment to call out to the emulator to
259 retrieve files from the host machine.
260
3a649407
TR
261config SYS_THUMB_BUILD
262 bool "Build U-Boot using the Thumb instruction set"
263 depends on !ARM64
264 help
265 Use this flag to build U-Boot using the Thumb instruction set for
266 ARM architectures. Thumb instruction set provides better code
267 density. For ARM architectures that support Thumb2 this flag will
268 result in Thumb2 code generated by GCC.
269
270config SPL_SYS_THUMB_BUILD
271 bool "Build SPL using the Thumb instruction set"
272 default y if SYS_THUMB_BUILD
273 depends on !ARM64
274 help
275 Use this flag to build SPL using the Thumb instruction set for
276 ARM architectures. Thumb instruction set provides better code
277 density. For ARM architectures that support Thumb2 this flag will
278 result in Thumb2 code generated by GCC.
279
f3e9bec8
PF
280config SYS_L2CACHE_OFF
281 bool "L2cache off"
282 help
283 If SoC does not support L2CACHE or one do not want to enable
284 L2CACHE, choose this option.
285
cdaa633f
AP
286config ENABLE_ARM_SOC_BOOT0_HOOK
287 bool "prepare BOOT0 header"
288 help
289 If the SoC's BOOT0 requires a header area filled with (magic)
7d531e8a
SG
290 values, then choose this option, and create a file included as
291 <asm/arch/boot0.h> which contains the required assembler code.
cdaa633f 292
85db5831
AP
293config ARM_CORTEX_CPU_IS_UP
294 bool
295 default n
296
be72591b
FE
297config USE_ARCH_MEMCPY
298 bool "Use an assembly optimized implementation of memcpy"
40d5534c
TR
299 default y
300 depends on !ARM64
301 help
302 Enable the generation of an optimized version of memcpy.
303 Such implementation may be faster under some conditions
304 but may increase the binary size.
305
306config SPL_USE_ARCH_MEMCPY
f8136e68 307 bool "Use an assembly optimized implementation of memcpy for SPL"
40d5534c 308 default y if USE_ARCH_MEMCPY
085be482 309 depends on !ARM64
be72591b
FE
310 help
311 Enable the generation of an optimized version of memcpy.
312 Such implementation may be faster under some conditions
313 but may increase the binary size.
314
315config USE_ARCH_MEMSET
316 bool "Use an assembly optimized implementation of memset"
40d5534c
TR
317 default y
318 depends on !ARM64
319 help
320 Enable the generation of an optimized version of memset.
321 Such implementation may be faster under some conditions
322 but may increase the binary size.
323
324config SPL_USE_ARCH_MEMSET
f8136e68 325 bool "Use an assembly optimized implementation of memset for SPL"
40d5534c 326 default y if USE_ARCH_MEMSET
085be482 327 depends on !ARM64
be72591b
FE
328 help
329 Enable the generation of an optimized version of memset.
330 Such implementation may be faster under some conditions
331 but may increase the binary size.
332
ec6617c3
AW
333config ARM64_SUPPORT_AARCH32
334 bool "ARM64 system support AArch32 execution state"
335 default y if ARM64 && !TARGET_THUNDERX_88XX
336 help
337 This ARM64 system supports AArch32 execution state.
338
dd84058d
MY
339choice
340 prompt "Target select"
b928e658 341 default TARGET_HIKEY
dd84058d 342
4614b891
MY
343config ARCH_AT91
344 bool "Atmel AT91"
0680f1b1 345 select SPL_BOARD_INIT if SPL
dd84058d
MY
346
347config TARGET_EDB93XX
348 bool "Support edb93xx"
2e07c249 349 select CPU_ARM920T
884f9013 350 select PL010_SERIAL
dd84058d 351
dd84058d
MY
352config TARGET_ASPENITE
353 bool "Support aspenite"
2e07c249 354 select CPU_ARM926EJS
dd84058d
MY
355
356config TARGET_GPLUGD
357 bool "Support gplugd"
2e07c249 358 select CPU_ARM926EJS
dd84058d 359
3491ba63
MY
360config ARCH_DAVINCI
361 bool "TI DaVinci"
2e07c249 362 select CPU_ARM926EJS
15dc63d6 363 imply CMD_SAVES
3491ba63
MY
364 help
365 Support for TI's DaVinci platform.
dd84058d 366
47539e23
MY
367config KIRKWOOD
368 bool "Marvell Kirkwood"
2e07c249 369 select CPU_ARM926EJS
a5d67547 370 select BOARD_EARLY_INIT_F
4585601a 371 select ARCH_MISC_INIT
dd84058d 372
c3d89140 373config ARCH_MVEBU
21b29fc6 374 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
9cffb233
SR
375 select OF_CONTROL
376 select OF_SEPARATE
377 select DM
e3b9c98a 378 select DM_ETH
1d51ea19 379 select DM_SERIAL
09a54c00
SR
380 select DM_SPI
381 select DM_SPI_FLASH
a4884831 382
dd84058d
MY
383config TARGET_DEVKIT3250
384 bool "Support devkit3250"
2e07c249 385 select CPU_ARM926EJS
e9b3ce3f 386 select SUPPORT_SPL
dd84058d 387
412ae53a
AA
388config TARGET_WORK_92105
389 bool "Support work_92105"
390 select CPU_ARM926EJS
391 select SUPPORT_SPL
392
dd84058d
MY
393config TARGET_APF27
394 bool "Support apf27"
2e07c249 395 select CPU_ARM926EJS
02627356 396 select SUPPORT_SPL
dd84058d 397
22f2be7a
MY
398config ORION5X
399 bool "Marvell Orion"
2e07c249 400 select CPU_ARM926EJS
dd84058d 401
dd84058d
MY
402config TARGET_SPEAR300
403 bool "Support spear300"
2e07c249 404 select CPU_ARM926EJS
a5d67547 405 select BOARD_EARLY_INIT_F
15dc63d6 406 imply CMD_SAVES
d10fc50f 407 select PL011_SERIAL
dd84058d
MY
408
409config TARGET_SPEAR310
410 bool "Support spear310"
2e07c249 411 select CPU_ARM926EJS
a5d67547 412 select BOARD_EARLY_INIT_F
15dc63d6 413 imply CMD_SAVES
d10fc50f 414 select PL011_SERIAL
dd84058d
MY
415
416config TARGET_SPEAR320
417 bool "Support spear320"
2e07c249 418 select CPU_ARM926EJS
a5d67547 419 select BOARD_EARLY_INIT_F
15dc63d6 420 imply CMD_SAVES
d10fc50f 421 select PL011_SERIAL
dd84058d
MY
422
423config TARGET_SPEAR600
424 bool "Support spear600"
2e07c249 425 select CPU_ARM926EJS
a5d67547 426 select BOARD_EARLY_INIT_F
15dc63d6 427 imply CMD_SAVES
d10fc50f 428 select PL011_SERIAL
dd84058d 429
9fa32b12
VM
430config TARGET_STV0991
431 bool "Support stv0991"
432 select CPU_V7
cac0ca76
MY
433 select DM
434 select DM_SERIAL
e67abcaa
VM
435 select DM_SPI
436 select DM_SPI_FLASH
437 select SPI_FLASH
cf2c7784 438 select PL01X_SERIAL
9fa32b12 439
dd84058d
MY
440config TARGET_X600
441 bool "Support x600"
e5ec4815 442 select BOARD_LATE_INIT
2e07c249 443 select CPU_ARM926EJS
02627356 444 select SUPPORT_SPL
d10fc50f 445 select PL011_SERIAL
dd84058d 446
dd84058d 447config TARGET_IMX31_PHYCORE
f428268a
TR
448 bool "Support imx31_phycore_eet"
449 select CPU_ARM1136
a5d67547 450 select BOARD_EARLY_INIT_F
f428268a
TR
451
452config TARGET_IMX31_PHYCORE_EET
453 bool "Support imx31_phycore_eet"
e5ec4815 454 select BOARD_LATE_INIT
2e07c249 455 select CPU_ARM1136
a5d67547 456 select BOARD_EARLY_INIT_F
dd84058d 457
dd84058d
MY
458config TARGET_MX31ADS
459 bool "Support mx31ads"
2e07c249 460 select CPU_ARM1136
a5d67547 461 select BOARD_EARLY_INIT_F
dd84058d
MY
462
463config TARGET_MX31PDK
464 bool "Support mx31pdk"
e5ec4815 465 select BOARD_LATE_INIT
2e07c249 466 select CPU_ARM1136
02627356 467 select SUPPORT_SPL
a5d67547 468 select BOARD_EARLY_INIT_F
dd84058d 469
dd84058d
MY
470config TARGET_WOODBURN
471 bool "Support woodburn"
2e07c249 472 select CPU_ARM1136
dd84058d
MY
473
474config TARGET_WOODBURN_SD
475 bool "Support woodburn_sd"
2e07c249 476 select CPU_ARM1136
02627356 477 select SUPPORT_SPL
dd84058d
MY
478
479config TARGET_FLEA3
480 bool "Support flea3"
2e07c249 481 select CPU_ARM1136
dd84058d
MY
482
483config TARGET_MX35PDK
484 bool "Support mx35pdk"
e5ec4815 485 select BOARD_LATE_INIT
2e07c249 486 select CPU_ARM1136
dd84058d 487
ddf6bd48
MY
488config ARCH_BCM283X
489 bool "Broadcom BCM283X family"
58d423b8
MY
490 select DM
491 select DM_SERIAL
492 select DM_GPIO
76709096 493 select OF_CONTROL
cf2c7784 494 select PL01X_SERIAL
ae5326a6 495 select SERIAL_SEARCH_ALL
91d27a17 496 imply FAT_WRITE
46414296 497
dd84058d
MY
498config TARGET_VEXPRESS_CA15_TC2
499 bool "Support vexpress_ca15_tc2"
2e07c249 500 select CPU_V7
ea624e19
HG
501 select CPU_V7_HAS_NONSEC
502 select CPU_V7_HAS_VIRT
d10fc50f 503 select PL011_SERIAL
dd84058d
MY
504
505config TARGET_VEXPRESS_CA5X2
506 bool "Support vexpress_ca5x2"
2e07c249 507 select CPU_V7
d10fc50f 508 select PL011_SERIAL
dd84058d
MY
509
510config TARGET_VEXPRESS_CA9X4
511 bool "Support vexpress_ca9x4"
2e07c249 512 select CPU_V7
d10fc50f 513 select PL011_SERIAL
dd84058d 514
43486e4c
SR
515config TARGET_BCM23550_W1D
516 bool "Support bcm23550_w1d"
517 select CPU_V7
221a949e 518 imply CRC32_VERIFY
91d27a17 519 imply FAT_WRITE
43486e4c 520
dd84058d
MY
521config TARGET_BCM28155_AP
522 bool "Support bcm28155_ap"
2e07c249 523 select CPU_V7
221a949e 524 imply CRC32_VERIFY
91d27a17 525 imply FAT_WRITE
dd84058d 526
abb1678c
SR
527config TARGET_BCMCYGNUS
528 bool "Support bcmcygnus"
2e07c249 529 select CPU_V7
221a949e 530 imply CRC32_VERIFY
551c3934 531 imply CMD_HASH
91d27a17 532 imply FAT_WRITE
221a949e 533 imply HASH_VERIFY
c89782dc
SV
534 imply NETDEVICES
535 imply BCM_SF2_ETH
536 imply BCM_SF2_ETH_GMAC
9dec5270 537
abb1678c
SR
538config TARGET_BCMNSP
539 bool "Support bcmnsp"
2e07c249 540 select CPU_V7
9dec5270 541
274bced8
JM
542config TARGET_BCMNS2
543 bool "Support Broadcom Northstar2"
544 select ARM64
545 help
546 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
547 ARMv8 Cortex-A57 processors targeting a broad range of networking
548 applications
549
72df68cc
MY
550config ARCH_EXYNOS
551 bool "Samsung EXYNOS"
58d423b8 552 select DM
fc47cf9d 553 select DM_I2C
58d423b8
MY
554 select DM_SPI_FLASH
555 select DM_SERIAL
556 select DM_SPI
557 select DM_GPIO
1fa4bfde 558 select DM_KEYBOARD
91d27a17 559 imply FAT_WRITE
dd84058d 560
311757be
SG
561config ARCH_S5PC1XX
562 bool "Samsung S5PC1XX"
2e07c249 563 select CPU_V7
58d423b8
MY
564 select DM
565 select DM_SERIAL
566 select DM_GPIO
08848e9c 567 select DM_I2C
311757be 568
ef2b694c
MY
569config ARCH_HIGHBANK
570 bool "Calxeda Highbank"
2e07c249 571 select CPU_V7
d10fc50f 572 select PL011_SERIAL
dd84058d 573
5cbbd9bd
MY
574config ARCH_INTEGRATOR
575 bool "ARM Ltd. Integrator family"
3f394e70
LW
576 select DM
577 select DM_SERIAL
cf2c7784 578 select PL01X_SERIAL
5cbbd9bd 579
c338f09e
MY
580config ARCH_KEYSTONE
581 bool "TI Keystone"
2e07c249 582 select CPU_V7
02627356 583 select SUPPORT_SPL
3a649407 584 select SYS_THUMB_BUILD
534bc70e 585 select CMD_POWEROFF
d56b4b19 586 imply CMD_MTDPARTS
46f9ef18 587 imply FIT
15dc63d6 588 imply CMD_SAVES
dd84058d 589
a93fbf4a
MY
590config ARCH_OMAP2PLUS
591 bool "TI OMAP2+"
592 select CPU_V7
0680f1b1 593 select SPL_BOARD_INIT if SPL
ff6c3125 594 select SPL_STACK_R if SPL
a93fbf4a
MY
595 select SUPPORT_SPL
596 imply FIT
597
bfcef28a
BG
598config ARCH_MESON
599 bool "Amlogic Meson"
600 help
601 Support for the Meson SoC family developed by Amlogic Inc.,
602 targeted at media players and tablet computers. We currently
603 support the S905 (GXBaby) 64-bit SoC.
604
7a7391fd
PF
605config ARCH_MX8M
606 bool "NXP i.MX8M platform"
607 select ARM64
608 select DM
609 select SUPPORT_SPL
610
c5343d4e
SA
611config ARCH_MX23
612 bool "NXP i.MX23 family"
613 select CPU_ARM926EJS
614 select PL011_SERIAL
615 select SUPPORT_SPL
616
07df697e
FE
617config ARCH_MX25
618 bool "NXP MX25"
619 select CPU_ARM926EJS
8bbff6a7 620 imply MXC_GPIO
07df697e 621
25c5b4e1
SA
622config ARCH_MX28
623 bool "NXP i.MX28 family"
624 select CPU_ARM926EJS
625 select PL011_SERIAL
626 select SUPPORT_SPL
627
e90a08da
PF
628config ARCH_MX7ULP
629 bool "NXP MX7ULP"
630 select CPU_V7
631 select ROM_UNIFIED_SECTIONS
8bbff6a7 632 imply MXC_GPIO
e90a08da 633
1a8150d4
AA
634config ARCH_MX7
635 bool "Freescale MX7"
636 select CPU_V7
2c2e2c9e
YS
637 select SYS_FSL_HAS_SEC if SECURE_BOOT
638 select SYS_FSL_SEC_COMPAT_4
90b80386 639 select SYS_FSL_SEC_LE
a5d67547 640 select BOARD_EARLY_INIT_F
4585601a 641 select ARCH_MISC_INIT
8bbff6a7 642 imply MXC_GPIO
1a8150d4 643
89ebc821
BB
644config ARCH_MX6
645 bool "Freescale MX6"
646 select CPU_V7
2c2e2c9e
YS
647 select SYS_FSL_HAS_SEC if SECURE_BOOT
648 select SYS_FSL_SEC_COMPAT_4
90b80386 649 select SYS_FSL_SEC_LE
3a649407 650 select SYS_THUMB_BUILD if SPL
8bbff6a7 651 imply MXC_GPIO
89ebc821 652
b529993e
PT
653if ARCH_MX6
654config SPL_LDSCRIPT
655 default "arch/arm/mach-omap2/u-boot-spl.lds"
656endif
657
424ee3d1
AR
658config ARCH_MX5
659 bool "Freescale MX5"
660 select CPU_V7
a5d67547 661 select BOARD_EARLY_INIT_F
8bbff6a7 662 imply MXC_GPIO
424ee3d1 663
32f11829
TT
664config ARCH_QEMU
665 bool "QEMU Virtual Platform"
32f11829
TT
666 select DM
667 select DM_SERIAL
668 select OF_CONTROL
cf2c7784 669 select PL01X_SERIAL
32f11829 670
1cc95f6e 671config ARCH_RMOBILE
f40b9898 672 bool "Renesas ARM SoCs"
1cc95f6e
NI
673 select DM
674 select DM_SERIAL
a5d67547 675 select BOARD_EARLY_INIT_F
91d27a17 676 imply FAT_WRITE
3a649407 677 imply SYS_THUMB_BUILD
dd84058d 678
9702ec00
EP
679config TARGET_S32V234EVB
680 bool "Support s32v234evb"
681 select ARM64
c01e4a1a 682 select SYS_FSL_ERRATUM_ESDHC111
9702ec00 683
08592136
MK
684config ARCH_SNAPDRAGON
685 bool "Qualcomm Snapdragon SoCs"
686 select ARM64
687 select DM
688 select DM_GPIO
689 select DM_SERIAL
690 select SPMI
691 select OF_CONTROL
692 select OF_SEPARATE
693
7865f4b0
MY
694config ARCH_SOCFPGA
695 bool "Altera SOCFPGA family"
2e07c249 696 select CPU_V7
02627356 697 select SUPPORT_SPL
dfd3dff5
MV
698 select OF_CONTROL
699 select SPL_OF_CONTROL
1d9aa3e5 700 select DM
beee6a30 701 select ENABLE_ARM_SOC_BOOT0_HOOK
a421192f 702 select ARCH_EARLY_INIT_R
4585601a 703 select ARCH_MISC_INIT
3a649407 704 select SYS_THUMB_BUILD
d56b4b19 705 imply CMD_MTDPARTS
221a949e 706 imply CRC32_VERIFY
fef4a545
SG
707 imply DM_SPI
708 imply DM_SPI_FLASH
91d27a17 709 imply FAT_WRITE
fef4a545
SG
710 imply HW_WATCHDOG
711 imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
dd84058d 712
2c7e3b90
IC
713config ARCH_SUNXI
714 bool "Support sunxi (Allwinner) SoCs"
d6a0c78a 715 select BINMAN
88bb800d 716 select CMD_GPIO
0878a8a7 717 select CMD_MMC if MMC
2997ee50 718 select CMD_USB if DISTRO_DEFAULTS
b6006baf 719 select DM
45368827 720 select DM_ETH
211d57a4
HG
721 select DM_GPIO
722 select DM_KEYBOARD
45368827 723 select DM_SERIAL
2997ee50 724 select DM_USB if DISTRO_DEFAULTS
d75111a7 725 select OF_BOARD_SETUP
b6006baf
HG
726 select OF_CONTROL
727 select OF_SEPARATE
ab43de80
TR
728 select SPL_STACK_R if SPL
729 select SPL_SYS_MALLOC_SIMPLE if SPL
6edf6a21 730 select SYS_NS16550
3a649407 731 select SPL_SYS_THUMB_BUILD if !ARM64
ce2e44d8 732 select SYS_THUMB_BUILD if !ARM64
2997ee50
YM
733 select USB if DISTRO_DEFAULTS
734 select USB_STORAGE if DISTRO_DEFAULTS
735 select USB_KEYBOARD if DISTRO_DEFAULTS
8c7d2296 736 select USE_TINY_PRINTF
a12fb0e3 737 imply CMD_GPT
91d27a17 738 imply FAT_WRITE
eff264d7 739 imply OF_LIBFDT_OVERLAY
af83a604
MY
740 imply PRE_CONSOLE_BUFFER
741 imply SPL_GPIO_SUPPORT
742 imply SPL_LIBCOMMON_SUPPORT
743 imply SPL_LIBDISK_SUPPORT
744 imply SPL_LIBGENERIC_SUPPORT
4aa2ba3a 745 imply SPL_MMC_SUPPORT if MMC
af83a604
MY
746 imply SPL_POWER_SUPPORT
747 imply SPL_SERIAL_SUPPORT
654b02b1 748 imply USB_GADGET
8ebe4f42 749
7966b437
SA
750config ARCH_VF610
751 bool "Freescale Vybrid"
e7b860fa 752 select CPU_V7
c01e4a1a 753 select SYS_FSL_ERRATUM_ESDHC111
d56b4b19 754 imply CMD_MTDPARTS
5bbc265b 755 imply NAND
e7b860fa 756
5ca269a4 757config ARCH_ZYNQ
b8d4497f 758 bool "Xilinx Zynq based platform"
e5ec4815 759 select BOARD_LATE_INIT
2e07c249 760 select CPU_V7
02627356 761 select SUPPORT_SPL
d065cfd9 762 select OF_CONTROL
0680f1b1 763 select SPL_BOARD_INIT if SPL
eb04ab34 764 select SPL_OF_CONTROL if SPL
8981f05c 765 select DM
c4a142f4 766 select DM_ETH if NET
eb04ab34 767 select SPL_DM if SPL
c4a142f4 768 select DM_MMC if MMC
9f7a4502 769 select DM_SPI
42800ffa 770 select DM_SERIAL
9f7a4502 771 select DM_SPI_FLASH
eb04ab34 772 select SPL_SEPARATE_BSS if SPL
dec49e86 773 select DM_USB if USB
781745bd 774 select CLK
578d95e9 775 select SPL_CLK if SPL
781745bd 776 select CLK_ZYNQ
d315628e 777 imply CMD_CLK
91d27a17 778 imply FAT_WRITE
72c3033f 779 imply CMD_SPL
dd84058d 780
0b54a9dd 781config ARCH_ZYNQMP
b8d4497f 782 bool "Xilinx ZynqMP based platform"
84c7204b 783 select ARM64
e5ec4815 784 select BOARD_LATE_INIT
c2490bf5
MS
785 select DM
786 select OF_CONTROL
787 select DM_SERIAL
e6a9ed04 788 select SUPPORT_SPL
1f29738a 789 select CLK
0680f1b1 790 select SPL_BOARD_INIT if SPL
2f03968e 791 select SPL_CLK if SPL
dec49e86 792 select DM_USB if USB
91d27a17 793 imply FAT_WRITE
84c7204b 794
ddd960e6
MY
795config TEGRA
796 bool "NVIDIA Tegra"
91d27a17 797 imply FAT_WRITE
dd84058d 798
f91afc4d 799config TARGET_VEXPRESS64_AEMV8A
dd84058d 800 bool "Support vexpress_aemv8a"
016a954e 801 select ARM64
cf2c7784 802 select PL01X_SERIAL
dd84058d 803
f91afc4d
LW
804config TARGET_VEXPRESS64_BASE_FVP
805 bool "Support Versatile Express ARMv8a FVP BASE model"
806 select ARM64
807 select SEMIHOSTING
cf2c7784 808 select PL01X_SERIAL
f91afc4d 809
fc04b923
RH
810config TARGET_VEXPRESS64_BASE_FVP_DRAM
811 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
812 select ARM64
cf2c7784 813 select PL01X_SERIAL
fc04b923
RH
814 help
815 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
816 the default config to allow the user to load the images directly into
817 DRAM using model parameters rather than by using semi-hosting to load
818 the files from the host filesystem.
819
ffc10373
LW
820config TARGET_VEXPRESS64_JUNO
821 bool "Support Versatile Express Juno Development Platform"
822 select ARM64
cf2c7784 823 select PL01X_SERIAL
ffc10373 824
44937214
PK
825config TARGET_LS2080A_EMU
826 bool "Support ls2080a_emu"
fb2bf8c2 827 select ARCH_LS2080A
016a954e 828 select ARM64
23b5877c 829 select ARMV8_MULTIENTRY
4585601a 830 select ARCH_MISC_INIT
44937214
PK
831 help
832 Support for Freescale LS2080A_EMU platform
833 The LS2080A Development System (EMULATOR) is a pre silicon
834 development platform that supports the QorIQ LS2080A
835 Layerscape Architecture processor.
dd84058d 836
44937214
PK
837config TARGET_LS2080A_SIMU
838 bool "Support ls2080a_simu"
fb2bf8c2 839 select ARCH_LS2080A
016a954e 840 select ARM64
23b5877c 841 select ARMV8_MULTIENTRY
4585601a 842 select ARCH_MISC_INIT
44937214
PK
843 help
844 Support for Freescale LS2080A_SIMU platform
845 The LS2080A Development System (QDS) is a pre silicon
846 development platform that supports the QorIQ LS2080A
847 Layerscape Architecture processor.
dd84058d 848
7769776a
AK
849config TARGET_LS1088AQDS
850 bool "Support ls1088aqds"
851 select ARCH_LS1088A
852 select ARM64
853 select ARMV8_MULTIENTRY
854 select ARCH_MISC_INIT
855 select BOARD_LATE_INIT
91fded62 856 select SUPPORT_SPL
7769776a
AK
857 help
858 Support for NXP LS1088AQDS platform
859 The LS1088A Development System (QDS) is a high-performance
860 development platform that supports the QorIQ LS1088A
861 Layerscape Architecture processor.
862
44937214
PK
863config TARGET_LS2080AQDS
864 bool "Support ls2080aqds"
fb2bf8c2 865 select ARCH_LS2080A
7288c2c2
YS
866 select ARM64
867 select ARMV8_MULTIENTRY
e5ec4815 868 select BOARD_LATE_INIT
b2d5ac59 869 select SUPPORT_SPL
4585601a 870 select ARCH_MISC_INIT
fedb428c 871 imply SCSI
9fd95ef0 872 imply SCSI_AHCI
7288c2c2 873 help
44937214
PK
874 Support for Freescale LS2080AQDS platform
875 The LS2080A Development System (QDS) is a high-performance
876 development platform that supports the QorIQ LS2080A
7288c2c2
YS
877 Layerscape Architecture processor.
878
44937214
PK
879config TARGET_LS2080ARDB
880 bool "Support ls2080ardb"
fb2bf8c2 881 select ARCH_LS2080A
e2b65ea9
YS
882 select ARM64
883 select ARMV8_MULTIENTRY
e5ec4815 884 select BOARD_LATE_INIT
32eda7cc 885 select SUPPORT_SPL
4585601a 886 select ARCH_MISC_INIT
fedb428c 887 imply SCSI
9fd95ef0 888 imply SCSI_AHCI
e2b65ea9 889 help
44937214
PK
890 Support for Freescale LS2080ARDB platform.
891 The LS2080A Reference design board (RDB) is a high-performance
892 development platform that supports the QorIQ LS2080A
e2b65ea9
YS
893 Layerscape Architecture processor.
894
3049a583
PJ
895config TARGET_LS2081ARDB
896 bool "Support ls2081ardb"
897 select ARCH_LS2080A
898 select ARM64
899 select ARMV8_MULTIENTRY
900 select BOARD_LATE_INIT
901 select SUPPORT_SPL
902 select ARCH_MISC_INIT
903 help
904 Support for Freescale LS2081ARDB platform.
905 The LS2081A Reference design board (RDB) is a high-performance
906 development platform that supports the QorIQ LS2081A/LS2041A
907 Layerscape Architecture processor.
908
11ac2363
PG
909config TARGET_HIKEY
910 bool "Support HiKey 96boards Consumer Edition Platform"
911 select ARM64
efd7b60a
PG
912 select DM
913 select DM_GPIO
9c71bcdc 914 select DM_SERIAL
cd593ed6 915 select OF_CONTROL
cf2c7784 916 select PL01X_SERIAL
11ac2363
PG
917 help
918 Support for HiKey 96boards platform. It features a HI6220
919 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
920
d754254f
JRO
921config TARGET_POPLAR
922 bool "Support Poplar 96boards Enterprise Edition Platform"
923 select ARM64
924 select DM
925 select OF_CONTROL
926 select DM_SERIAL
927 select DM_USB
cf2c7784 928 select PL01X_SERIAL
d754254f
JRO
929 help
930 Support for Poplar 96boards EE platform. It features a HI3798cv200
931 SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU
932 making it capable of running any commercial set-top solution based on
933 Linux or Android.
934
9d044fcb
PK
935config TARGET_LS1012AQDS
936 bool "Support ls1012aqds"
9533acf3 937 select ARCH_LS1012A
9d044fcb 938 select ARM64
e5ec4815 939 select BOARD_LATE_INIT
9d044fcb
PK
940 help
941 Support for Freescale LS1012AQDS platform.
942 The LS1012A Development System (QDS) is a high-performance
943 development platform that supports the QorIQ LS1012A
944 Layerscape Architecture processor.
945
3b6e3898
PK
946config TARGET_LS1012ARDB
947 bool "Support ls1012ardb"
9533acf3 948 select ARCH_LS1012A
3b6e3898 949 select ARM64
e5ec4815 950 select BOARD_LATE_INIT
fedb428c 951 imply SCSI
9fd95ef0 952 imply SCSI_AHCI
3b6e3898
PK
953 help
954 Support for Freescale LS1012ARDB platform.
955 The LS1012A Reference design board (RDB) is a high-performance
956 development platform that supports the QorIQ LS1012A
957 Layerscape Architecture processor.
958
b0ce187b
BU
959config TARGET_LS1012A2G5RDB
960 bool "Support ls1012a2g5rdb"
961 select ARCH_LS1012A
962 select ARM64
963 select BOARD_LATE_INIT
964 imply SCSI
965 help
966 Support for Freescale LS1012A2G5RDB platform.
967 The LS1012A 2G5 Reference design board (RDB) is a high-performance
968 development platform that supports the QorIQ LS1012A
969 Layerscape Architecture processor.
970
ff78aa2b
PK
971config TARGET_LS1012AFRDM
972 bool "Support ls1012afrdm"
9533acf3 973 select ARCH_LS1012A
ff78aa2b
PK
974 select ARM64
975 help
976 Support for Freescale LS1012AFRDM platform.
977 The LS1012A Freedom board (FRDM) is a high-performance
978 development platform that supports the QorIQ LS1012A
979 Layerscape Architecture processor.
980
e84a324b
AK
981config TARGET_LS1088ARDB
982 bool "Support ls1088ardb"
983 select ARCH_LS1088A
984 select ARM64
985 select ARMV8_MULTIENTRY
986 select ARCH_MISC_INIT
987 select BOARD_LATE_INIT
099f4093 988 select SUPPORT_SPL
e84a324b
AK
989 help
990 Support for NXP LS1088ARDB platform.
991 The LS1088A Reference design board (RDB) is a high-performance
992 development platform that supports the QorIQ LS1088A
993 Layerscape Architecture processor.
994
550e3dc0 995config TARGET_LS1021AQDS
0de15707 996 bool "Support ls1021aqds"
e5ec4815 997 select BOARD_LATE_INIT
2e07c249 998 select CPU_V7
adee1d4c
HZ
999 select CPU_V7_HAS_NONSEC
1000 select CPU_V7_HAS_VIRT
50f0c663 1001 select SUPPORT_SPL
0a37cf8f 1002 select ARCH_LS1021A
217f92bb 1003 select ARCH_SUPPORT_PSCI
5e8bd7e1 1004 select LS1_DEEP_SLEEP
d26e34c4 1005 select SYS_FSL_DDR
a5d67547 1006 select BOARD_EARLY_INIT_F
fedb428c 1007 imply SCSI
217f92bb 1008
c8a7d9da 1009config TARGET_LS1021ATWR
0de15707 1010 bool "Support ls1021atwr"
e5ec4815 1011 select BOARD_LATE_INIT
2e07c249 1012 select CPU_V7
adee1d4c
HZ
1013 select CPU_V7_HAS_NONSEC
1014 select CPU_V7_HAS_VIRT
50f0c663 1015 select SUPPORT_SPL
0a37cf8f 1016 select ARCH_LS1021A
217f92bb 1017 select ARCH_SUPPORT_PSCI
5e8bd7e1 1018 select LS1_DEEP_SLEEP
a5d67547 1019 select BOARD_EARLY_INIT_F
fedb428c 1020 imply SCSI
c8a7d9da 1021
20c700f8
FL
1022config TARGET_LS1021AIOT
1023 bool "Support ls1021aiot"
e5ec4815 1024 select BOARD_LATE_INIT
20c700f8
FL
1025 select CPU_V7
1026 select CPU_V7_HAS_NONSEC
1027 select CPU_V7_HAS_VIRT
1028 select SUPPORT_SPL
1029 select ARCH_LS1021A
1030 select ARCH_SUPPORT_PSCI
fedb428c 1031 imply SCSI
20c700f8
FL
1032 help
1033 Support for Freescale LS1021AIOT platform.
1034 The LS1021A Freescale board (IOT) is a high-performance
1035 development platform that supports the QorIQ LS1021A
1036 Layerscape Architecture processor.
1037
02b5d2ed
SX
1038config TARGET_LS1043AQDS
1039 bool "Support ls1043aqds"
0a37cf8f 1040 select ARCH_LS1043A
02b5d2ed
SX
1041 select ARM64
1042 select ARMV8_MULTIENTRY
e5ec4815 1043 select BOARD_LATE_INIT
02b5d2ed 1044 select SUPPORT_SPL
a5d67547 1045 select BOARD_EARLY_INIT_F
fedb428c 1046 imply SCSI
02b5d2ed
SX
1047 help
1048 Support for Freescale LS1043AQDS platform.
1049
f3a8e2b7
MH
1050config TARGET_LS1043ARDB
1051 bool "Support ls1043ardb"
0a37cf8f 1052 select ARCH_LS1043A
f3a8e2b7 1053 select ARM64
831c068f 1054 select ARMV8_MULTIENTRY
e5ec4815 1055 select BOARD_LATE_INIT
3ad44729 1056 select SUPPORT_SPL
a5d67547 1057 select BOARD_EARLY_INIT_F
fedb428c 1058 imply SCSI
f3a8e2b7
MH
1059 help
1060 Support for Freescale LS1043ARDB platform.
1061
126fe70d
SX
1062config TARGET_LS1046AQDS
1063 bool "Support ls1046aqds"
da28e58a 1064 select ARCH_LS1046A
126fe70d
SX
1065 select ARM64
1066 select ARMV8_MULTIENTRY
e5ec4815 1067 select BOARD_LATE_INIT
126fe70d
SX
1068 select SUPPORT_SPL
1069 select DM_SPI_FLASH if DM_SPI
a5d67547 1070 select BOARD_EARLY_INIT_F
fedb428c 1071 imply SCSI
126fe70d
SX
1072 help
1073 Support for Freescale LS1046AQDS platform.
1074 The LS1046A Development System (QDS) is a high-performance
1075 development platform that supports the QorIQ LS1046A
1076 Layerscape Architecture processor.
1077
dd02936f
MH
1078config TARGET_LS1046ARDB
1079 bool "Support ls1046ardb"
da28e58a 1080 select ARCH_LS1046A
dd02936f
MH
1081 select ARM64
1082 select ARMV8_MULTIENTRY
e5ec4815 1083 select BOARD_LATE_INIT
dd02936f
MH
1084 select SUPPORT_SPL
1085 select DM_SPI_FLASH if DM_SPI
dccef2ec 1086 select POWER_MC34VR500
a5d67547 1087 select BOARD_EARLY_INIT_F
fedb428c 1088 imply SCSI
dd02936f
MH
1089 help
1090 Support for Freescale LS1046ARDB platform.
1091 The LS1046A Reference Design Board (RDB) is a high-performance
1092 development platform that supports the QorIQ LS1046A
1093 Layerscape Architecture processor.
1094
dd84058d
MY
1095config TARGET_H2200
1096 bool "Support h2200"
2e07c249 1097 select CPU_PXA
dd84058d 1098
f19eb154
VK
1099config TARGET_ZIPITZ2
1100 bool "Support zipitz2"
1101 select CPU_PXA
1102
dd84058d
MY
1103config TARGET_COLIBRI_PXA270
1104 bool "Support colibri_pxa270"
2e07c249 1105 select CPU_PXA
dd84058d 1106
66cba041 1107config ARCH_UNIPHIER
b6ef3a3f 1108 bool "Socionext UniPhier SoCs"
e5ec4815 1109 select BOARD_LATE_INIT
4e819950 1110 select DM
b800cbde 1111 select DM_GPIO
4e819950 1112 select DM_I2C
4aceb3f8 1113 select DM_MMC
4fb96c48 1114 select DM_RESET
b5550e49 1115 select DM_SERIAL
47a79f65 1116 select DM_USB
b5550e49
MY
1117 select OF_CONTROL
1118 select OF_LIBFDT
27350c92 1119 select PINCTRL
0680f1b1 1120 select SPL_BOARD_INIT if SPL
561ca649
MY
1121 select SPL_DM if SPL
1122 select SPL_LIBCOMMON_SUPPORT if SPL
1123 select SPL_LIBGENERIC_SUPPORT if SPL
1124 select SPL_OF_CONTROL if SPL
1125 select SPL_PINCTRL if SPL
b5550e49 1126 select SUPPORT_SPL
91d27a17 1127 imply FAT_WRITE
b6ef3a3f
MY
1128 help
1129 Support for UniPhier SoC family developed by Socionext Inc.
1130 (formerly, System LSI Business Division of Panasonic Corporation)
66cba041 1131
0a61ee88
VM
1132config STM32
1133 bool "Support STM32"
ed09a554 1134 select CPU_V7M
66562414
KL
1135 select DM
1136 select DM_SERIAL
3a649407 1137 select SYS_THUMB_BUILD
ed09a554 1138
94e9a4ef
PC
1139config ARCH_STI
1140 bool "Support STMicrolectronics SoCs"
1141 select CPU_V7
214a17e6
PC
1142 select DM
1143 select DM_SERIAL
eee20f81
PC
1144 select BLK
1145 select DM_MMC
584861ff 1146 select DM_RESET
94e9a4ef
PC
1147 help
1148 Support for STMicroelectronics STiH407/10 SoC family.
1149 This SoC is used on Linaro 96Board STiH410-B2260
1150
2444dae5
SG
1151config ARCH_ROCKCHIP
1152 bool "Support Rockchip SoCs"
2444dae5 1153 select OF_CONTROL
aa15038c 1154 select BLK
2444dae5 1155 select DM
a381bcf5 1156 select SPL_DM if SPL
aa15038c 1157 select SYS_MALLOC_F
3a649407 1158 select SYS_THUMB_BUILD if !ARM64
a381bcf5 1159 select SPL_SYS_MALLOC_SIMPLE if SPL
aa15038c
SG
1160 select DM_GPIO
1161 select DM_I2C
1162 select DM_MMC
1163 select DM_SERIAL
1164 select DM_SPI
1165 select DM_SPI_FLASH
892742df 1166 select DM_USB if USB
8d29e3a4
KY
1167 select DM_PWM
1168 select DM_REGULATOR
14ad6eb2 1169 select ENABLE_ARM_SOC_BOOT0_HOOK
48f6232e
TR
1170 imply CMD_FASTBOOT
1171 imply FASTBOOT
91d27a17 1172 imply FAT_WRITE
48f6232e 1173 imply USB_FUNCTION_FASTBOOT
0532ceef 1174 imply SPL_SYSRESET
e19fa89c 1175 imply TPL_SYSRESET
8e8bcccc
PT
1176 imply ADC
1177 imply SARADC_ROCKCHIP
2444dae5 1178
746f985a
ST
1179config TARGET_THUNDERX_88XX
1180 bool "Support ThunderX 88xx"
b4ba1693 1181 select ARM64
746f985a 1182 select OF_CONTROL
067716ba 1183 select SYS_CACHE_SHIFT_7
cf2c7784 1184 select PL01X_SERIAL
746f985a 1185
4697abea 1186config ARCH_ASPEED
1187 bool "Support Aspeed SoCs"
1188 select OF_CONTROL
1189 select DM
1190
dd84058d
MY
1191endchoice
1192
4697abea 1193source "arch/arm/mach-aspeed/Kconfig"
1194
4614b891
MY
1195source "arch/arm/mach-at91/Kconfig"
1196
ddf6bd48 1197source "arch/arm/mach-bcm283x/Kconfig"
3491ba63 1198
ddf6bd48 1199source "arch/arm/mach-davinci/Kconfig"
34e609ca 1200
77b55e8c 1201source "arch/arm/mach-exynos/Kconfig"
72df68cc 1202
72a8ff4b 1203source "arch/arm/mach-highbank/Kconfig"
ef2b694c 1204
5cbbd9bd
MY
1205source "arch/arm/mach-integrator/Kconfig"
1206
39a72345 1207source "arch/arm/mach-keystone/Kconfig"
c338f09e 1208
56f86e39 1209source "arch/arm/mach-kirkwood/Kconfig"
47539e23 1210
c3d89140
SR
1211source "arch/arm/mach-mvebu/Kconfig"
1212
0a37cf8f
YS
1213source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1214
07df697e
FE
1215source "arch/arm/mach-imx/mx2/Kconfig"
1216
7a7391fd
PF
1217source "arch/arm/mach-imx/mx5/Kconfig"
1218
1219source "arch/arm/mach-imx/mx6/Kconfig"
e90a08da 1220
552a848e 1221source "arch/arm/mach-imx/mx7/Kconfig"
1a8150d4 1222
7a7391fd 1223source "arch/arm/mach-imx/mx7ulp/Kconfig"
89ebc821 1224
7a7391fd 1225source "arch/arm/mach-imx/mx8m/Kconfig"
424ee3d1 1226
c5343d4e
SA
1227source "arch/arm/mach-imx/mxs/Kconfig"
1228
983e3700 1229source "arch/arm/mach-omap2/Kconfig"
6384726d 1230
da28e58a
YS
1231source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1232
3e93b4e6 1233source "arch/arm/mach-orion5x/Kconfig"
22f2be7a 1234
badbb63c 1235source "arch/arm/mach-rmobile/Kconfig"
f40b9898 1236
bfcef28a
BG
1237source "arch/arm/mach-meson/Kconfig"
1238
32f11829
TT
1239source "arch/arm/mach-qemu/Kconfig"
1240
2444dae5
SG
1241source "arch/arm/mach-rockchip/Kconfig"
1242
225f5eec 1243source "arch/arm/mach-s5pc1xx/Kconfig"
311757be 1244
08592136
MK
1245source "arch/arm/mach-snapdragon/Kconfig"
1246
7865f4b0
MY
1247source "arch/arm/mach-socfpga/Kconfig"
1248
94e9a4ef
PC
1249source "arch/arm/mach-sti/Kconfig"
1250
0a61ee88
VM
1251source "arch/arm/mach-stm32/Kconfig"
1252
3abfd887
MY
1253source "arch/arm/mach-sunxi/Kconfig"
1254
09f455dc 1255source "arch/arm/mach-tegra/Kconfig"
ddd960e6 1256
4c425570 1257source "arch/arm/mach-uniphier/Kconfig"
66cba041 1258
7966b437
SA
1259source "arch/arm/cpu/armv7/vf610/Kconfig"
1260
0107f240 1261source "arch/arm/mach-zynq/Kconfig"
ddd960e6 1262
ea624e19
HG
1263source "arch/arm/cpu/armv7/Kconfig"
1264
75580007
SDPP
1265source "arch/arm/cpu/armv8/zynqmp/Kconfig"
1266
23b5877c
LW
1267source "arch/arm/cpu/armv8/Kconfig"
1268
552a848e 1269source "arch/arm/mach-imx/Kconfig"
a05a6045 1270
d8ccbe93 1271source "board/bosch/shc/Kconfig"
dd84058d 1272source "board/CarMediaLab/flea3/Kconfig"
dd84058d 1273source "board/Marvell/aspenite/Kconfig"
dd84058d 1274source "board/Marvell/gplugd/Kconfig"
dd84058d 1275source "board/armadeus/apf27/Kconfig"
dd84058d
MY
1276source "board/armltd/vexpress/Kconfig"
1277source "board/armltd/vexpress64/Kconfig"
43486e4c 1278source "board/broadcom/bcm23550_w1d/Kconfig"
dd84058d 1279source "board/broadcom/bcm28155_ap/Kconfig"
abb1678c
SR
1280source "board/broadcom/bcmcygnus/Kconfig"
1281source "board/broadcom/bcmnsp/Kconfig"
274bced8 1282source "board/broadcom/bcmns2/Kconfig"
746f985a 1283source "board/cavium/thunderx/Kconfig"
dd84058d 1284source "board/cirrus/edb93xx/Kconfig"
85ab0452 1285source "board/eets/pdu001/Kconfig"
44937214
PK
1286source "board/freescale/ls2080a/Kconfig"
1287source "board/freescale/ls2080aqds/Kconfig"
1288source "board/freescale/ls2080ardb/Kconfig"
e84a324b 1289source "board/freescale/ls1088a/Kconfig"
550e3dc0 1290source "board/freescale/ls1021aqds/Kconfig"
02b5d2ed 1291source "board/freescale/ls1043aqds/Kconfig"
c8a7d9da 1292source "board/freescale/ls1021atwr/Kconfig"
20c700f8 1293source "board/freescale/ls1021aiot/Kconfig"
126fe70d 1294source "board/freescale/ls1046aqds/Kconfig"
f3a8e2b7 1295source "board/freescale/ls1043ardb/Kconfig"
dd02936f 1296source "board/freescale/ls1046ardb/Kconfig"
9d044fcb 1297source "board/freescale/ls1012aqds/Kconfig"
3b6e3898 1298source "board/freescale/ls1012ardb/Kconfig"
ff78aa2b 1299source "board/freescale/ls1012afrdm/Kconfig"
dd84058d
MY
1300source "board/freescale/mx31ads/Kconfig"
1301source "board/freescale/mx31pdk/Kconfig"
1302source "board/freescale/mx35pdk/Kconfig"
9702ec00 1303source "board/freescale/s32v234evb/Kconfig"
60083261 1304source "board/gdsys/a38x/Kconfig"
ab38bf6a 1305source "board/grinn/chiliboard/Kconfig"
dd84058d
MY
1306source "board/gumstix/pepper/Kconfig"
1307source "board/h2200/Kconfig"
345243ed 1308source "board/hisilicon/hikey/Kconfig"
d754254f 1309source "board/hisilicon/poplar/Kconfig"
dd84058d 1310source "board/imx31_phycore/Kconfig"
a96c08f5 1311source "board/isee/igep003x/Kconfig"
dd84058d 1312source "board/phytec/pcm051/Kconfig"
dd84058d 1313source "board/silica/pengwyn/Kconfig"
dd84058d
MY
1314source "board/spear/spear300/Kconfig"
1315source "board/spear/spear310/Kconfig"
1316source "board/spear/spear320/Kconfig"
1317source "board/spear/spear600/Kconfig"
1318source "board/spear/x600/Kconfig"
9fa32b12 1319source "board/st/stv0991/Kconfig"
9d1b2987 1320source "board/tcl/sl50/Kconfig"
a2bc4321 1321source "board/birdland/bav335x/Kconfig"
dd84058d 1322source "board/timll/devkit3250/Kconfig"
dd84058d 1323source "board/toradex/colibri_pxa270/Kconfig"
6ce89324 1324source "board/vscom/baltos/Kconfig"
dd84058d 1325source "board/woodburn/Kconfig"
412ae53a 1326source "board/work-microwave/work_92105/Kconfig"
f19eb154 1327source "board/zipitz2/Kconfig"
dd84058d 1328
51b17d49
MY
1329source "arch/arm/Kconfig.debug"
1330
dd84058d 1331endmenu
b529993e
PT
1332
1333config SPL_LDSCRIPT
ac4605ae 1334 default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if ARCH_MX23 || ARCH_MX28
b529993e
PT
1335 default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136
1336 default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64
1337
1338