3b8c7b336a7a2c9764ec37c5cb7336aa7d674186
[platform/kernel/u-boot.git] / arch / arm / Kconfig
1 menu "ARM architecture"
2         depends on ARM
3
4 config SYS_ARCH
5         default "arm"
6
7 config ARM64
8         bool
9         select PHYS_64BIT
10         select SYS_CACHE_SHIFT_6
11         imply SPL_SEPARATE_BSS
12
13 config ARM64_CRC32
14         bool "Enable support for CRC32 instruction"
15         depends on ARM64
16         default y
17         help
18           ARMv8 implements dedicated crc32 instruction for crc32 calculation.
19           This is faster than software crc32 calculation. This instruction may
20           not be present on all ARMv8.0, but is always present on ARMv8.1 and
21           newer.
22
23 config COUNTER_FREQUENCY
24         int "Timer clock frequency"
25         depends on ARM64 || CPU_V7A
26         default 8000000 if IMX8 || MX7 || MX6UL || MX6ULL
27         default 24000000 if ARCH_SUNXI || ARCH_EXYNOS || ROCKCHIP_RK3128 || \
28                         ROCKCHIP_RK3288 || ROCKCHIP_RK322X || ROCKCHIP_RK3036
29         default 25000000 if ARCH_LX2160A || ARCH_LX2162A || ARCH_LS1088A
30         default 100000000 if ARCH_ZYNQMP
31         default 0
32         help
33           For platforms with ARMv8-A and ARMv7-A which features a system
34           counter, those platforms needs software to program the counter
35           frequency. Setup time clock frequency for certain platform.
36           0 means no need to configure the system counter frequency.
37           For platforms needs the frequency set in U-Boot with a
38           pre-defined value, should have the macro defined as a non-zero value.
39
40 config POSITION_INDEPENDENT
41         bool "Generate position-independent pre-relocation code"
42         depends on ARM64 || CPU_V7A
43         help
44           U-Boot expects to be linked to a specific hard-coded address, and to
45           be loaded to and run from that address. This option lifts that
46           restriction, thus allowing the code to be loaded to and executed from
47           almost any 4K aligned address. This logic relies on the relocation
48           information that is embedded in the binary to support U-Boot
49           relocating itself to the top-of-RAM later during execution.
50
51 config INIT_SP_RELATIVE
52         bool "Specify the early stack pointer relative to the .bss section"
53         depends on ARM64
54         default n if ARCH_QEMU
55         default y if POSITION_INDEPENDENT
56         help
57           U-Boot typically uses a hard-coded value for the stack pointer
58           before relocation. Enable this option to instead calculate the
59           initial SP at run-time. This is useful to avoid hard-coding addresses
60           into U-Boot, so that it can be loaded and executed at arbitrary
61           addresses and thus avoid using arbitrary addresses at runtime.
62
63           If this option is enabled, the early stack pointer is set to
64           &_bss_start with a offset value added. The offset is specified by
65           SYS_INIT_SP_BSS_OFFSET.
66
67 config SYS_INIT_SP_BSS_OFFSET
68         int "Early stack offset from the .bss base address"
69         depends on ARM64
70         depends on INIT_SP_RELATIVE
71         default 524288
72         help
73           This option's value is the offset added to &_bss_start in order to
74           calculate the stack pointer. This offset should be large enough so
75           that the early malloc region, global data (gd), and early stack usage
76           do not overlap any appended DTB.
77
78 config SPL_SYS_NO_VECTOR_TABLE
79         depends on SPL
80         bool
81
82 config LINUX_KERNEL_IMAGE_HEADER
83         depends on ARM64
84         bool
85         help
86           Place a Linux kernel image header at the start of the U-Boot binary.
87           The format of the header is described in the Linux kernel source at
88           Documentation/arm64/booting.txt. This feature is useful since the
89           image header reports the amount of memory (BSS and similar) that
90           U-Boot needs to use, but which isn't part of the binary.
91
92 config LNX_KRNL_IMG_TEXT_OFFSET_BASE
93         depends on LINUX_KERNEL_IMAGE_HEADER
94         hex
95         help
96           The value subtracted from CONFIG_SYS_TEXT_BASE to calculate the
97           TEXT_OFFSET value written to the Linux kernel image header.
98
99 config GICV2
100         bool
101
102 config GICV3
103         bool
104
105 config GIC_V3_ITS
106         bool "ARM GICV3 ITS"
107         select IRQ
108         help
109           ARM GICV3 Interrupt translation service (ITS).
110           Basic support for programming locality specific peripheral
111           interrupts (LPI) configuration tables and enable LPI tables.
112           LPI configuration table can be used by u-boot or Linux.
113           ARM GICV3 has limitation, once the LPI table is enabled, LPI
114           configuration table can not be re-programmed, unless GICV3 reset.
115
116 config STATIC_RELA
117         bool
118         default y if ARM64
119
120 config DMA_ADDR_T_64BIT
121         bool
122         default y if ARM64
123
124 config HAS_VBAR
125         bool
126
127 config HAS_THUMB2
128         bool
129
130 config GPIO_EXTRA_HEADER
131         bool
132
133 # Used for compatibility with asm files copied from the kernel
134 config ARM_ASM_UNIFIED
135         bool
136         default y
137
138 # Used for compatibility with asm files copied from the kernel
139 config THUMB2_KERNEL
140         bool
141
142 config SYS_ICACHE_OFF
143         bool "Do not enable icache"
144         help
145           Do not enable instruction cache in U-Boot.
146
147 config SPL_SYS_ICACHE_OFF
148         bool "Do not enable icache in SPL"
149         depends on SPL
150         default SYS_ICACHE_OFF
151         help
152           Do not enable instruction cache in SPL.
153
154 config SYS_DCACHE_OFF
155         bool "Do not enable dcache"
156         help
157           Do not enable data cache in U-Boot.
158
159 config SPL_SYS_DCACHE_OFF
160         bool "Do not enable dcache in SPL"
161         depends on SPL
162         default SYS_DCACHE_OFF
163         help
164           Do not enable data cache in SPL.
165
166 config SYS_ARM_CACHE_CP15
167         bool "CP15 based cache enabling support"
168         help
169           Select this if your processor suports enabling caches by using
170           CP15 registers.
171
172 config SYS_ARM_MMU
173         bool "MMU-based Paged Memory Management Support"
174         select SYS_ARM_CACHE_CP15
175         help
176           Select if you want MMU-based virtualised addressing space
177           support via paged memory management.
178
179 config SYS_ARM_MPU
180         bool 'Use the ARM v7 PMSA Compliant MPU'
181         help
182           Some ARM systems without an MMU have instead a Memory Protection
183           Unit (MPU) that defines the type and permissions for regions of
184           memory.
185           If your CPU has an MPU then you should choose 'y' here unless you
186           know that you do not want to use the MPU.
187
188 # If set, the workarounds for these ARM errata are applied early during U-Boot
189 # startup. Note that in general these options force the workarounds to be
190 # applied; no CPU-type/version detection exists, unlike the similar options in
191 # the Linux kernel. Do not set these options unless they apply!  Also note that
192 # the following can be machine-specific errata. These do have ability to
193 # provide rudimentary version and machine-specific checks, but expect no
194 # product checks:
195 # CONFIG_ARM_ERRATA_430973
196 # CONFIG_ARM_ERRATA_454179
197 # CONFIG_ARM_ERRATA_621766
198 # CONFIG_ARM_ERRATA_798870
199 # CONFIG_ARM_ERRATA_801819
200 # CONFIG_ARM_CORTEX_A8_CVE_2017_5715
201 # CONFIG_ARM_CORTEX_A15_CVE_2017_5715
202
203 config ARM_ERRATA_430973
204         bool
205
206 config ARM_ERRATA_454179
207         bool
208
209 config ARM_ERRATA_621766
210         bool
211
212 config ARM_ERRATA_716044
213         bool
214
215 config ARM_ERRATA_725233
216         bool
217
218 config ARM_ERRATA_742230
219         bool
220
221 config ARM_ERRATA_743622
222         bool
223
224 config ARM_ERRATA_751472
225         bool
226
227 config ARM_ERRATA_761320
228         bool
229
230 config ARM_ERRATA_773022
231         bool
232
233 config ARM_ERRATA_774769
234         bool
235
236 config ARM_ERRATA_794072
237         bool
238
239 config ARM_ERRATA_798870
240         bool
241
242 config ARM_ERRATA_801819
243         bool
244
245 config ARM_ERRATA_826974
246         bool
247
248 config ARM_ERRATA_828024
249         bool
250
251 config ARM_ERRATA_829520
252         bool
253
254 config ARM_ERRATA_833069
255         bool
256
257 config ARM_ERRATA_833471
258         bool
259
260 config ARM_ERRATA_845369
261         bool
262
263 config ARM_ERRATA_852421
264         bool
265
266 config ARM_ERRATA_852423
267         bool
268
269 config ARM_ERRATA_855873
270         bool
271
272 config ARM_CORTEX_A8_CVE_2017_5715
273         bool
274
275 config ARM_CORTEX_A15_CVE_2017_5715
276         bool
277
278 config CPU_ARM720T
279         bool
280         select SYS_CACHE_SHIFT_5
281         imply SYS_ARM_MMU
282
283 config CPU_ARM920T
284         bool
285         select SYS_CACHE_SHIFT_5
286         imply SYS_ARM_MMU
287
288 config CPU_ARM926EJS
289         bool
290         select SYS_CACHE_SHIFT_5
291         imply SYS_ARM_MMU
292         imply SPL_SEPARATE_BSS
293
294 config CPU_ARM946ES
295         bool
296         select SYS_CACHE_SHIFT_5
297         imply SYS_ARM_MMU
298
299 config CPU_ARM1136
300         bool
301         select SYS_CACHE_SHIFT_5
302         imply SYS_ARM_MMU
303         imply SPL_SEPARATE_BSS
304
305 config CPU_ARM1176
306         bool
307         select HAS_VBAR
308         select SYS_CACHE_SHIFT_5
309         imply SYS_ARM_MMU
310
311 config CPU_V7A
312         bool
313         select HAS_THUMB2
314         select HAS_VBAR
315         select SYS_CACHE_SHIFT_6
316         imply SYS_ARM_MMU
317
318 config CPU_V7M
319         bool
320         select HAS_THUMB2
321         select SYS_ARM_MPU
322         select SYS_CACHE_SHIFT_5
323         select SYS_THUMB_BUILD
324         select THUMB2_KERNEL
325
326 config CPU_V7R
327         bool
328         select HAS_THUMB2
329         select SYS_ARM_CACHE_CP15
330         select SYS_ARM_MPU
331         select SYS_CACHE_SHIFT_6
332
333 config SYS_CPU
334         default "arm720t" if CPU_ARM720T
335         default "arm920t" if CPU_ARM920T
336         default "arm926ejs" if CPU_ARM926EJS
337         default "arm946es" if CPU_ARM946ES
338         default "arm1136" if CPU_ARM1136
339         default "arm1176" if CPU_ARM1176
340         default "armv7" if CPU_V7A
341         default "armv7" if CPU_V7R
342         default "armv7m" if CPU_V7M
343         default "armv8" if ARM64
344
345 config SYS_ARM_ARCH
346         int
347         default 4 if CPU_ARM720T
348         default 4 if CPU_ARM920T
349         default 5 if CPU_ARM926EJS
350         default 5 if CPU_ARM946ES
351         default 6 if CPU_ARM1136
352         default 6 if CPU_ARM1176
353         default 7 if CPU_V7A
354         default 7 if CPU_V7M
355         default 7 if CPU_V7R
356         default 8 if ARM64
357
358 choice
359         prompt "Select the ARM data write cache policy"
360         default SYS_ARM_CACHE_WRITETHROUGH if TARGET_BCMCYGNUS || RZA1
361         default SYS_ARM_CACHE_WRITEBACK
362
363 config SYS_ARM_CACHE_WRITEBACK
364         bool "Write-back (WB)"
365         help
366           A write updates the cache only and marks the cache line as dirty.
367           External memory is updated only when the line is evicted or explicitly
368           cleaned.
369
370 config SYS_ARM_CACHE_WRITETHROUGH
371         bool "Write-through (WT)"
372         help
373           A write updates both the cache and the external memory system.
374           This does not mark the cache line as dirty.
375
376 config SYS_ARM_CACHE_WRITEALLOC
377         bool "Write allocation (WA)"
378         help
379           A cache line is allocated on a write miss. This means that executing a
380           store instruction on the processor might cause a burst read to occur.
381           There is a linefill to obtain the data for the cache line, before the
382           write is performed.
383 endchoice
384
385 config ARCH_VERY_EARLY_INIT
386         bool
387
388 config SPL_ARCH_VERY_EARLY_INIT
389         bool
390
391 config ARCH_CPU_INIT
392         bool "Enable ARCH_CPU_INIT"
393         help
394           Some architectures require a call to arch_cpu_init().
395           Say Y here to enable it
396
397 config SYS_ARCH_TIMER
398         bool "ARM Generic Timer support"
399         depends on CPU_V7A || ARM64
400         default y if ARM64
401         help
402           The ARM Generic Timer (aka arch-timer) provides an architected
403           interface to a timer source on an SoC.
404           It is mandatory for ARMv8 implementation and widely available
405           on ARMv7 systems.
406
407 config ARM_SMCCC
408         bool "Support for ARM SMC Calling Convention (SMCCC)"
409         depends on CPU_V7A || ARM64
410         select ARM_PSCI_FW
411         help
412           Say Y here if you want to enable ARM SMC Calling Convention.
413           This should be enabled if U-Boot needs to communicate with system
414           firmware (for example, PSCI) according to SMCCC.
415
416 config SEMIHOSTING
417         bool "Support ARM semihosting"
418         help
419           Semihosting is a method for a target to communicate with a host
420           debugger. It uses special instructions which the debugger will trap
421           on and interpret. This allows U-Boot to read/write files, print to
422           the console, and execute arbitrary commands on the host system.
423
424           Enabling this option will add support for reading and writing files
425           on the host system. If you don't have a debugger attached then trying
426           to do this will likely cause U-Boot to hang. Say 'n' if you are unsure.
427
428 config SEMIHOSTING_FALLBACK
429         bool "Recover gracefully when semihosting fails"
430         depends on SEMIHOSTING && ARM64
431         default y
432         help
433           Normally, if U-Boot makes a semihosting call and no debugger is
434           attached, then it will panic due to a synchronous abort
435           exception. This config adds an exception handler which will allow
436           U-Boot to recover. Say 'y' if unsure.
437
438 config SPL_SEMIHOSTING
439         bool "Support ARM semihosting in SPL"
440         depends on SPL
441         help
442           Semihosting is a method for a target to communicate with a host
443           debugger. It uses special instructions which the debugger will trap
444           on and interpret. This allows U-Boot to read/write files, print to
445           the console, and execute arbitrary commands on the host system.
446
447           Enabling this option will add support for reading and writing files
448           on the host system. If you don't have a debugger attached then trying
449           to do this will likely cause U-Boot to hang. Say 'n' if you are unsure.
450
451 config SPL_SEMIHOSTING_FALLBACK
452         bool "Recover gracefully when semihosting fails in SPL"
453         depends on SPL_SEMIHOSTING && ARM64
454         select ARMV8_SPL_EXCEPTION_VECTORS
455         default y
456         help
457           Normally, if U-Boot makes a semihosting call and no debugger is
458           attached, then it will panic due to a synchronous abort
459           exception. This config adds an exception handler which will allow
460           U-Boot to recover. Say 'y' if unsure.
461
462 config SYS_THUMB_BUILD
463         bool "Build U-Boot using the Thumb instruction set"
464         depends on !ARM64
465         help
466            Use this flag to build U-Boot using the Thumb instruction set for
467            ARM architectures. Thumb instruction set provides better code
468            density. For ARM architectures that support Thumb2 this flag will
469            result in Thumb2 code generated by GCC.
470
471 config SPL_SYS_THUMB_BUILD
472         bool "Build SPL using the Thumb instruction set"
473         default y if SYS_THUMB_BUILD
474         depends on !ARM64 && SPL
475         help
476            Use this flag to build SPL using the Thumb instruction set for
477            ARM architectures. Thumb instruction set provides better code
478            density. For ARM architectures that support Thumb2 this flag will
479            result in Thumb2 code generated by GCC.
480
481 config TPL_SYS_THUMB_BUILD
482         bool "Build TPL using the Thumb instruction set"
483         default y if SYS_THUMB_BUILD
484         depends on TPL && !ARM64
485         help
486            Use this flag to build TPL using the Thumb instruction set for
487            ARM architectures. Thumb instruction set provides better code
488            density. For ARM architectures that support Thumb2 this flag will
489            result in Thumb2 code generated by GCC.
490
491 config SYS_L2_PL310
492         bool "ARM PL310 L2 cache controller"
493         help
494           Enable support for ARM PL310 L2 cache controller in U-Boot
495
496 config SPL_SYS_L2_PL310
497         bool "ARM PL310 L2 cache controller in SPL"
498         help
499           Enable support for ARM PL310 L2 cache controller in SPL
500
501 config SYS_L2CACHE_OFF
502         bool "L2cache off"
503         help
504           If SoC does not support L2CACHE or one does not want to enable
505           L2CACHE, choose this option.
506
507 config ENABLE_ARM_SOC_BOOT0_HOOK
508         bool "prepare BOOT0 header"
509         help
510           If the SoC's BOOT0 requires a header area filled with (magic)
511           values, then choose this option, and create a file included as
512           <asm/arch/boot0.h> which contains the required assembler code.
513
514 config USE_ARCH_MEMCPY
515         bool "Use an assembly optimized implementation of memcpy"
516         default y if !ARM64
517         depends on !ARM64 || (ARM64 && (GCC_VERSION >= 90400))
518         help
519           Enable the generation of an optimized version of memcpy.
520           Such an implementation may be faster under some conditions
521           but may increase the binary size.
522
523 config SPL_USE_ARCH_MEMCPY
524         bool "Use an assembly optimized implementation of memcpy for SPL"
525         default y if USE_ARCH_MEMCPY
526         depends on SPL
527         help
528           Enable the generation of an optimized version of memcpy.
529           Such an implementation may be faster under some conditions
530           but may increase the binary size.
531
532 config TPL_USE_ARCH_MEMCPY
533         bool "Use an assembly optimized implementation of memcpy for TPL"
534         default y if USE_ARCH_MEMCPY
535         depends on TPL
536         help
537           Enable the generation of an optimized version of memcpy.
538           Such an implementation may be faster under some conditions
539           but may increase the binary size.
540
541 config USE_ARCH_MEMMOVE
542         bool "Use an assembly optimized implementation of memmove" if !ARM64
543         default USE_ARCH_MEMCPY if ARM64
544         depends on ARM64
545         help
546           Enable the generation of an optimized version of memmove.
547           Such an implementation may be faster under some conditions
548           but may increase the binary size.
549
550 config SPL_USE_ARCH_MEMMOVE
551         bool "Use an assembly optimized implementation of memmove for SPL" if !ARM64
552         default SPL_USE_ARCH_MEMCPY if ARM64
553         depends on SPL && ARM64
554         help
555           Enable the generation of an optimized version of memmove.
556           Such an implementation may be faster under some conditions
557           but may increase the binary size.
558
559 config TPL_USE_ARCH_MEMMOVE
560         bool "Use an assembly optimized implementation of memmove for TPL" if !ARM64
561         default TPL_USE_ARCH_MEMCPY if ARM64
562         depends on TPL && ARM64
563         help
564           Enable the generation of an optimized version of memmove.
565           Such an implementation may be faster under some conditions
566           but may increase the binary size.
567
568 config USE_ARCH_MEMSET
569         bool "Use an assembly optimized implementation of memset"
570         default y if !ARM64
571         depends on !ARM64 || (ARM64 && (GCC_VERSION >= 90400))
572         help
573           Enable the generation of an optimized version of memset.
574           Such an implementation may be faster under some conditions
575           but may increase the binary size.
576
577 config SPL_USE_ARCH_MEMSET
578         bool "Use an assembly optimized implementation of memset for SPL"
579         default y if USE_ARCH_MEMSET
580         depends on SPL
581         help
582           Enable the generation of an optimized version of memset.
583           Such an implementation may be faster under some conditions
584           but may increase the binary size.
585
586 config TPL_USE_ARCH_MEMSET
587         bool "Use an assembly optimized implementation of memset for TPL"
588         default y if USE_ARCH_MEMSET
589         depends on TPL
590         help
591           Enable the generation of an optimized version of memset.
592           Such an implementation may be faster under some conditions
593           but may increase the binary size.
594
595 config ARM64_SUPPORT_AARCH32
596         bool "ARM64 system support AArch32 execution state"
597         depends on ARM64
598         default y if !TARGET_THUNDERX_88XX
599         help
600           This ARM64 system supports AArch32 execution state.
601
602 config S5P
603         def_bool y if ARCH_EXYNOS || ARCH_S5PC1XX
604
605 choice
606         prompt "Target select"
607         default TARGET_HIKEY
608
609 config ARCH_AT91
610         bool "Atmel AT91"
611         select GPIO_EXTRA_HEADER
612         select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB
613         select SPL_SEPARATE_BSS if SPL
614
615 config ARCH_DAVINCI
616         bool "TI DaVinci"
617         select CPU_ARM926EJS
618         select GPIO_EXTRA_HEADER
619         select SPL_DM_SPI if SPL
620         imply CMD_SAVES
621         help
622           Support for TI's DaVinci platform.
623
624 config ARCH_KIRKWOOD
625         bool "Marvell Kirkwood"
626         select ARCH_MISC_INIT
627         select BOARD_EARLY_INIT_F
628         select CPU_ARM926EJS
629         select GPIO_EXTRA_HEADER
630         select TIMER
631
632 config ARCH_MVEBU
633         bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
634         select DM
635         select DM_ETH
636         select DM_SERIAL
637         select DM_SPI
638         select DM_SPI_FLASH
639         select GPIO_EXTRA_HEADER
640         select SPL_DM_SPI if SPL
641         select SPL_DM_SPI_FLASH if SPL
642         select SPL_TIMER if SPL
643         select TIMER
644         select OF_CONTROL
645         select OF_SEPARATE
646         select SPI
647         imply CMD_DM
648
649 config ARCH_ORION5X
650         bool "Marvell Orion"
651         select CPU_ARM926EJS
652         select GPIO_EXTRA_HEADER
653         select SPL_SEPARATE_BSS if SPL
654         select TIMER
655
656 config TARGET_STV0991
657         bool "Support stv0991"
658         select CPU_V7A
659         select DM
660         select DM_SERIAL
661         select DM_SPI
662         select DM_SPI_FLASH
663         select GPIO_EXTRA_HEADER
664         select PL01X_SERIAL
665         select SPI
666         select SPI_FLASH
667         imply CMD_DM
668
669 config ARCH_BCM283X
670         bool "Broadcom BCM283X family"
671         select DM
672         select DM_GPIO
673         select DM_SERIAL
674         select GPIO_EXTRA_HEADER
675         select OF_CONTROL
676         select PL01X_SERIAL
677         select SERIAL_SEARCH_ALL
678         imply CMD_DM
679         imply FAT_WRITE
680
681 config ARCH_BCM6753
682         bool "Broadcom BCM6753 family"
683         select CPU_V7A
684         select DM
685         select OF_CONTROL
686         imply CMD_DM
687
688 config ARCH_BCMSTB
689         bool "Broadcom BCM7XXX family"
690         select CPU_V7A
691         select DM
692         select GPIO_EXTRA_HEADER
693         select OF_CONTROL
694         imply CMD_DM
695         imply OF_HAS_PRIOR_STAGE
696         help
697           This enables support for Broadcom ARM-based set-top box
698           chipsets, including the 7445 family of chips.
699
700 config ARCH_BCMBCA
701         bool "Broadcom broadband chip family"
702         select DM
703         select OF_CONTROL
704         imply CMD_DM
705
706 config TARGET_VEXPRESS_CA9X4
707         bool "Support vexpress_ca9x4"
708         select CPU_V7A
709         select PL011_SERIAL
710
711 config TARGET_BCMCYGNUS
712         bool "Support bcmcygnus"
713         select CPU_V7A
714         select GPIO_EXTRA_HEADER
715         imply BCM_SF2_ETH
716         imply BCM_SF2_ETH_GMAC
717         imply CMD_HASH
718         imply CRC32_VERIFY
719         imply FAT_WRITE
720         imply HASH_VERIFY
721         imply NETDEVICES
722
723 config TARGET_BCMNS2
724         bool "Support Broadcom Northstar2"
725         select ARM64
726         select GPIO_EXTRA_HEADER
727         help
728           Support for Broadcom Northstar 2 SoCs.  NS2 is a quad-core 64-bit
729           ARMv8 Cortex-A57 processors targeting a broad range of networking
730           applications.
731
732 config TARGET_BCMNS3
733         bool "Support Broadcom NS3"
734         select ARM64
735         select BOARD_LATE_INIT
736         help
737           Support for Broadcom Northstar 3 SoCs. NS3 is a octo-core 64-bit
738           ARMv8 Cortex-A72 processors targeting a broad range of networking
739           applications.
740
741 config ARCH_EXYNOS
742         bool "Samsung EXYNOS"
743         select DM
744         select DM_GPIO
745         select DM_I2C
746         select DM_ETH
747         select DM_KEYBOARD
748         select DM_SERIAL
749         select DM_SPI
750         select DM_SPI_FLASH
751         select SPI
752         select GPIO_EXTRA_HEADER
753         imply SYS_THUMB_BUILD
754         imply CMD_DM
755         imply FAT_WRITE
756
757 config ARCH_S5PC1XX
758         bool "Samsung S5PC1XX"
759         select CPU_V7A
760         select DM
761         select DM_GPIO
762         select DM_I2C
763         select DM_SERIAL
764         select GPIO_EXTRA_HEADER
765         imply CMD_DM
766
767 config ARCH_HIGHBANK
768         bool "Calxeda Highbank"
769         select CPU_V7A
770         select PL01X_SERIAL
771         select DM
772         select DM_SERIAL
773         select OF_CONTROL
774         select CLK
775         select CLK_CCF
776         select AHCI
777         select DM_ETH
778         select PHYS_64BIT
779         imply OF_HAS_PRIOR_STAGE
780
781 config ARCH_INTEGRATOR
782         bool "ARM Ltd. Integrator family"
783         select DM
784         select DM_SERIAL
785         select GPIO_EXTRA_HEADER
786         select PL01X_SERIAL
787         imply CMD_DM
788
789 config ARCH_IPQ40XX
790         bool "Qualcomm IPQ40xx SoCs"
791         select CPU_V7A
792         select DM
793         select DM_GPIO
794         select DM_SERIAL
795         select DM_RESET
796         select GPIO_EXTRA_HEADER
797         select MSM_SMEM
798         select PINCTRL
799         select CLK
800         select SMEM
801         select OF_CONTROL
802         imply CMD_DM
803
804 config ARCH_KEYSTONE
805         bool "TI Keystone"
806         select CMD_POWEROFF
807         select CPU_V7A
808         select DDR_SPD
809         select SUPPORT_SPL
810         select SYS_ARCH_TIMER
811         select SYS_THUMB_BUILD
812         imply CMD_MTDPARTS
813         imply CMD_SAVES
814         imply FIT
815
816 config ARCH_K3
817         bool "Texas Instruments' K3 Architecture"
818         select SPL
819         select SUPPORT_SPL
820         select FIT
821
822 config ARCH_OMAP2PLUS
823         bool "TI OMAP2+"
824         select CPU_V7A
825         select GPIO_EXTRA_HEADER
826         select SPL_BOARD_INIT if SPL
827         select SPL_STACK_R if SPL
828         select SUPPORT_SPL
829         imply TI_SYSC if DM && OF_CONTROL
830         imply FIT
831         imply DM_EVENT
832         imply SPL_SEPARATE_BSS
833
834 config ARCH_MESON
835         bool "Amlogic Meson"
836         select GPIO_EXTRA_HEADER
837         imply DISTRO_DEFAULTS
838         imply DM_RNG
839         help
840           Support for the Meson SoC family developed by Amlogic Inc.,
841           targeted at media players and tablet computers. We currently
842           support the S905 (GXBaby) 64-bit SoC.
843
844 config ARCH_MEDIATEK
845         bool "MediaTek SoCs"
846         select DM
847         select GPIO_EXTRA_HEADER
848         select OF_CONTROL
849         select SPL_DM if SPL
850         select SPL_LIBCOMMON_SUPPORT if SPL
851         select SPL_LIBGENERIC_SUPPORT if SPL
852         select SPL_OF_CONTROL if SPL
853         select SUPPORT_SPL
854         help
855           Support for the MediaTek SoCs family developed by MediaTek Inc.
856           Please refer to doc/README.mediatek for more information.
857
858 config ARCH_LPC32XX
859         bool "NXP LPC32xx platform"
860         select CPU_ARM926EJS
861         select DM
862         select DM_GPIO
863         select DM_SERIAL
864         select GPIO_EXTRA_HEADER
865         select SPL_DM if SPL
866         select SUPPORT_SPL
867         imply CMD_DM
868
869 config ARCH_IMX8
870         bool "NXP i.MX8 platform"
871         select ARM64
872         select SYS_FSL_HAS_SEC
873         select SYS_FSL_SEC_COMPAT_4
874         select SYS_FSL_SEC_LE
875         select DM
876         select GPIO_EXTRA_HEADER
877         select MACH_IMX
878         select OF_CONTROL
879         select ENABLE_ARM_SOC_BOOT0_HOOK
880         imply DM_EVENT
881
882 config ARCH_IMX8M
883         bool "NXP i.MX8M platform"
884         select ARM64
885         select GPIO_EXTRA_HEADER
886         select MACH_IMX
887         select SYS_FSL_HAS_SEC
888         select SYS_FSL_SEC_COMPAT_4
889         select SYS_FSL_SEC_LE
890         select SYS_I2C_MXC
891         select DM
892         select SUPPORT_SPL
893         imply CMD_DM
894         imply DM_EVENT
895
896 config ARCH_IMX8ULP
897         bool "NXP i.MX8ULP platform"
898         select ARM64
899         select DM
900         select MACH_IMX
901         select OF_CONTROL
902         select SUPPORT_SPL
903         select GPIO_EXTRA_HEADER
904         select MISC
905         select IMX_SENTINEL
906         imply CMD_DM
907         imply DM_EVENT
908
909 config ARCH_IMX9
910         bool "NXP i.MX9 platform"
911         select ARM64
912         select DM
913         select MACH_IMX
914         select SUPPORT_SPL
915         select GPIO_EXTRA_HEADER
916         select MISC
917         select IMX_SENTINEL
918         imply CMD_DM
919         imply DM_EVENT
920
921 config ARCH_IMXRT
922         bool "NXP i.MXRT platform"
923         select CPU_V7M
924         select DM
925         select DM_SERIAL
926         select GPIO_EXTRA_HEADER
927         select MACH_IMX
928         select SUPPORT_SPL
929         imply CMD_DM
930
931 config ARCH_MX23
932         bool "NXP i.MX23 family"
933         select CPU_ARM926EJS
934         select GPIO_EXTRA_HEADER
935         select MACH_IMX
936         select PL011_SERIAL
937         select SUPPORT_SPL
938
939 config ARCH_MX28
940         bool "NXP i.MX28 family"
941         select CPU_ARM926EJS
942         select GPIO_EXTRA_HEADER
943         select PL011_SERIAL
944         select MACH_IMX
945         select SUPPORT_SPL
946
947 config ARCH_MX31
948         bool "NXP i.MX31 family"
949         select CPU_ARM1136
950         select GPIO_EXTRA_HEADER
951         select MACH_IMX
952
953 config ARCH_MX7ULP
954         bool "NXP MX7ULP"
955         select BOARD_POSTCLK_INIT
956         select CPU_V7A
957         select GPIO_EXTRA_HEADER
958         select MACH_IMX
959         select SYS_FSL_HAS_SEC
960         select SYS_FSL_SEC_COMPAT_4
961         select SYS_FSL_SEC_LE
962         select ROM_UNIFIED_SECTIONS
963         imply MXC_GPIO
964         imply SYS_THUMB_BUILD
965
966 config ARCH_MX7
967         bool "Freescale MX7"
968         select ARCH_MISC_INIT
969         select CPU_V7A
970         select GPIO_EXTRA_HEADER
971         select MACH_IMX
972         select SYS_FSL_HAS_SEC
973         select SYS_FSL_SEC_COMPAT_4
974         select SYS_FSL_SEC_LE
975         imply BOARD_EARLY_INIT_F
976         imply MXC_GPIO
977         imply SYS_THUMB_BUILD
978
979 config ARCH_MX6
980         bool "Freescale MX6"
981         select BOARD_POSTCLK_INIT
982         select CPU_V7A
983         select GPIO_EXTRA_HEADER
984         select MACH_IMX
985         select SYS_FSL_HAS_SEC
986         select SYS_FSL_SEC_COMPAT_4
987         select SYS_FSL_SEC_LE
988         select SYS_L2_PL310 if !SYS_L2CACHE_OFF
989         imply MXC_GPIO
990         imply SYS_THUMB_BUILD
991         imply SPL_SEPARATE_BSS
992
993 config ARCH_MX5
994         bool "Freescale MX5"
995         select BOARD_EARLY_INIT_F
996         select CPU_V7A
997         select GPIO_EXTRA_HEADER
998         select MACH_IMX
999         imply MXC_GPIO
1000
1001 config ARCH_NEXELL
1002         bool "Nexell S5P4418/S5P6818 SoC"
1003         select ENABLE_ARM_SOC_BOOT0_HOOK
1004         select DM
1005         select GPIO_EXTRA_HEADER
1006
1007 config ARCH_NPCM
1008         bool "Support Nuvoton SoCs"
1009         select DM
1010         select OF_CONTROL
1011         imply CMD_DM
1012
1013 config ARCH_APPLE
1014         bool "Apple SoCs"
1015         select ARM64
1016         select CLK
1017         select CMD_USB
1018         select DM
1019         select DM_GPIO
1020         select DM_KEYBOARD
1021         select DM_MAILBOX
1022         select DM_RESET
1023         select DM_SERIAL
1024         select DM_SPI
1025         select DM_USB
1026         select VIDEO
1027         select IOMMU
1028         select LINUX_KERNEL_IMAGE_HEADER
1029         select OF_BOARD_SETUP
1030         select OF_CONTROL
1031         select PINCTRL
1032         select POSITION_INDEPENDENT
1033         select POWER_DOMAIN
1034         select REGMAP
1035         select SPI
1036         select SYSCON
1037         select SYSRESET
1038         select SYSRESET_WATCHDOG
1039         select SYSRESET_WATCHDOG_AUTO
1040         select USB
1041         imply CMD_DM
1042         imply CMD_GPT
1043         imply DISTRO_DEFAULTS
1044         imply OF_HAS_PRIOR_STAGE
1045
1046 config ARCH_OWL
1047         bool "Actions Semi OWL SoCs"
1048         select DM
1049         select DM_ETH
1050         select DM_SERIAL
1051         select GPIO_EXTRA_HEADER
1052         select OWL_SERIAL
1053         select CLK
1054         select CLK_OWL
1055         select OF_CONTROL
1056         select SYS_RELOC_GD_ENV_ADDR
1057         imply CMD_DM
1058
1059 config ARCH_QEMU
1060         bool "QEMU Virtual Platform"
1061         select DM
1062         select DM_SERIAL
1063         select OF_CONTROL
1064         select PL01X_SERIAL
1065         imply CMD_DM
1066         imply DM_RNG
1067         imply DM_RTC
1068         imply RTC_PL031
1069         imply OF_HAS_PRIOR_STAGE
1070
1071 config ARCH_RMOBILE
1072         bool "Renesas ARM SoCs"
1073         select DM
1074         select DM_SERIAL
1075         select GPIO_EXTRA_HEADER
1076         imply BOARD_EARLY_INIT_F
1077         imply CMD_DM
1078         imply FAT_WRITE
1079         imply SYS_THUMB_BUILD
1080         imply ARCH_MISC_INIT if DISPLAY_CPUINFO
1081
1082 config ARCH_SNAPDRAGON
1083         bool "Qualcomm Snapdragon SoCs"
1084         select ARM64
1085         select DM
1086         select DM_GPIO
1087         select DM_SERIAL
1088         select GPIO_EXTRA_HEADER
1089         select MSM_SMEM
1090         select OF_CONTROL
1091         select OF_SEPARATE
1092         select SMEM
1093         select SPMI
1094         imply CMD_DM
1095
1096 config ARCH_SOCFPGA
1097         bool "Altera SOCFPGA family"
1098         select ARCH_EARLY_INIT_R
1099         select ARCH_MISC_INIT if !TARGET_SOCFPGA_ARRIA10
1100         select ARM64 if TARGET_SOCFPGA_SOC64
1101         select CPU_V7A if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1102         select DM
1103         select DM_SERIAL
1104         select GICV2
1105         select GPIO_EXTRA_HEADER
1106         select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1107         select OF_CONTROL
1108         select SPL_DM_RESET if DM_RESET
1109         select SPL_DM_SERIAL
1110         select SPL_LIBCOMMON_SUPPORT
1111         select SPL_LIBGENERIC_SUPPORT
1112         select SPL_OF_CONTROL
1113         select SPL_SEPARATE_BSS if TARGET_SOCFPGA_SOC64
1114         select SPL_SERIAL
1115         select SPL_SYSRESET
1116         select SPL_WATCHDOG
1117         select SUPPORT_SPL
1118         select SYS_NS16550
1119         select SYS_THUMB_BUILD if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1120         select SYSRESET
1121         select SYSRESET_SOCFPGA if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1122         select SYSRESET_SOCFPGA_SOC64 if TARGET_SOCFPGA_SOC64
1123         imply CMD_DM
1124         imply CMD_MTDPARTS
1125         imply CRC32_VERIFY
1126         imply DM_SPI
1127         imply DM_SPI_FLASH
1128         imply FAT_WRITE
1129         imply SPL
1130         imply SPL_DM
1131         imply SPL_DM_SPI
1132         imply SPL_DM_SPI_FLASH
1133         imply SPL_LIBDISK_SUPPORT
1134         imply SPL_MMC
1135         imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
1136         imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE
1137         imply SPL_SPI_FLASH_SUPPORT
1138         imply SPL_SPI
1139         imply L2X0_CACHE
1140
1141 config ARCH_SUNXI
1142         bool "Support sunxi (Allwinner) SoCs"
1143         select BINMAN
1144         select CMD_GPIO
1145         select CMD_MMC if MMC
1146         select CMD_USB if DISTRO_DEFAULTS && USB_HOST
1147         select CLK
1148         select DM
1149         select DM_ETH
1150         select DM_GPIO
1151         select DM_I2C if I2C
1152         select DM_SPI if SPI
1153         select DM_SPI_FLASH if SPI
1154         select DM_KEYBOARD
1155         select DM_MMC if MMC
1156         select DM_SCSI if SCSI
1157         select DM_SERIAL
1158         select GPIO_EXTRA_HEADER
1159         select OF_BOARD_SETUP
1160         select OF_CONTROL
1161         select OF_SEPARATE
1162         select PINCTRL
1163         select SPECIFY_CONSOLE_INDEX
1164         select SPL_SEPARATE_BSS if SPL
1165         select SPL_STACK_R if SPL
1166         select SPL_SYS_MALLOC_SIMPLE if SPL
1167         select SPL_SYS_THUMB_BUILD if !ARM64
1168         select SUNXI_GPIO
1169         select SYS_NS16550
1170         select SYS_THUMB_BUILD if !ARM64
1171         select USB if DISTRO_DEFAULTS
1172         select USB_KEYBOARD if DISTRO_DEFAULTS && USB_HOST
1173         select USB_STORAGE if DISTRO_DEFAULTS && USB_HOST
1174         select SPL_USE_TINY_PRINTF
1175         select USE_PREBOOT
1176         select SYS_RELOC_GD_ENV_ADDR
1177         imply BOARD_LATE_INIT
1178         imply CMD_DM
1179         imply CMD_GPT
1180         imply CMD_UBI if MTD_RAW_NAND
1181         imply DISTRO_DEFAULTS
1182         imply FAT_WRITE
1183         imply FIT
1184         imply OF_LIBFDT_OVERLAY
1185         imply PRE_CONSOLE_BUFFER
1186         imply SPL_GPIO
1187         imply SPL_LIBCOMMON_SUPPORT
1188         imply SPL_LIBGENERIC_SUPPORT
1189         imply SPL_MMC if MMC
1190         imply SPL_POWER
1191         imply SPL_SERIAL
1192         imply SYSRESET
1193         imply SYSRESET_WATCHDOG
1194         imply SYSRESET_WATCHDOG_AUTO
1195         imply USB_GADGET
1196         imply WDT
1197
1198 config ARCH_U8500
1199         bool "ST-Ericsson U8500 Series"
1200         select CPU_V7A
1201         select DM
1202         select DM_GPIO
1203         select DM_MMC if MMC
1204         select DM_SERIAL
1205         select DM_USB_GADGET if DM_USB
1206         select OF_CONTROL
1207         select SYSRESET
1208         select TIMER
1209         imply AB8500_USB_PHY
1210         imply ARM_PL180_MMCI
1211         imply CLK
1212         imply DM_PMIC
1213         imply DM_RTC
1214         imply NOMADIK_GPIO
1215         imply NOMADIK_MTU_TIMER
1216         imply PHY
1217         imply PL01X_SERIAL
1218         imply PMIC_AB8500
1219         imply RTC_PL031
1220         imply SYS_THUMB_BUILD
1221         imply SYSRESET_SYSCON
1222
1223 config ARCH_VERSAL
1224         bool "Support Xilinx Versal Platform"
1225         select ARM64
1226         select CLK
1227         select DM
1228         select DM_ETH if NET
1229         select DM_MMC if MMC
1230         select DM_SERIAL
1231         select GICV3
1232         select OF_CONTROL
1233         select SOC_DEVICE
1234         imply BOARD_LATE_INIT
1235         imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1236
1237 config ARCH_VERSAL_NET
1238         bool "Support Xilinx Keystone Platform"
1239         select ARM64
1240         select CLK
1241         select DM
1242         select DM_ETH if NET
1243         select DM_MMC if MMC
1244         select DM_SERIAL
1245         select OF_CONTROL
1246         imply BOARD_LATE_INIT
1247         imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1248
1249 config ARCH_VF610
1250         bool "Freescale Vybrid"
1251         select CPU_V7A
1252         select GPIO_EXTRA_HEADER
1253         select MACH_IMX
1254         select SYS_FSL_ERRATUM_ESDHC111
1255         imply CMD_MTDPARTS
1256         imply MTD_RAW_NAND
1257
1258 config ARCH_ZYNQ
1259         bool "Xilinx Zynq based platform"
1260         select ARM_TWD_TIMER
1261         select CLK
1262         select CLK_ZYNQ
1263         select CPU_V7A
1264         select DEBUG_UART_BOARD_INIT if SPL && DEBUG_UART
1265         select DM
1266         select DM_ETH if NET
1267         select DM_MMC if MMC
1268         select DM_SERIAL
1269         select DM_SPI
1270         select DM_SPI_FLASH
1271         select OF_CONTROL
1272         select SPI
1273         select SPL_BOARD_INIT if SPL
1274         select SPL_CLK if SPL
1275         select SPL_DM if SPL
1276         select SPL_DM_SPI if SPL
1277         select SPL_DM_SPI_FLASH if SPL
1278         select SPL_OF_CONTROL if SPL
1279         select SPL_SEPARATE_BSS if SPL
1280         select SPL_TIMER if SPL
1281         select SUPPORT_SPL
1282         select TIMER
1283         imply ARCH_EARLY_INIT_R
1284         imply BOARD_LATE_INIT
1285         imply CMD_CLK
1286         imply CMD_DM
1287         imply CMD_SPL
1288         imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1289         imply FAT_WRITE
1290
1291 config ARCH_ZYNQMP_R5
1292         bool "Xilinx ZynqMP R5 based platform"
1293         select CLK
1294         select CPU_V7R
1295         select DM
1296         select DM_ETH if NET
1297         select DM_MMC if MMC
1298         select DM_SERIAL
1299         select OF_CONTROL
1300         imply CMD_DM
1301         imply DM_USB_GADGET
1302
1303 config ARCH_ZYNQMP
1304         bool "Xilinx ZynqMP based platform"
1305         select ARM64
1306         select CLK
1307         select DM
1308         select DEBUG_UART_BOARD_INIT if SPL && DEBUG_UART
1309         select DM_ETH if NET
1310         select DM_MAILBOX
1311         select DM_MMC if MMC
1312         select DM_SERIAL
1313         select DM_SPI if SPI
1314         select DM_SPI_FLASH if DM_SPI
1315         imply FIRMWARE
1316         select GICV2
1317         select OF_CONTROL
1318         select SPL_BOARD_INIT if SPL
1319         select SPL_CLK if SPL
1320         select SPL_DM if SPL
1321         select SPL_DM_SPI if SPI && SPL_DM
1322         select SPL_DM_SPI_FLASH if SPL_DM_SPI
1323         select SPL_DM_MAILBOX if SPL
1324         imply SPL_FIRMWARE if SPL
1325         select SPL_SEPARATE_BSS if SPL
1326         select SUPPORT_SPL
1327         select ZYNQMP_IPI
1328         select SOC_DEVICE
1329         imply BOARD_LATE_INIT
1330         imply CMD_DM
1331         imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1332         imply FAT_WRITE
1333         imply MP
1334         imply DM_USB_GADGET
1335         imply ZYNQMP_GPIO_MODEPIN if DM_GPIO && USB
1336
1337 config ARCH_TEGRA
1338         bool "NVIDIA Tegra"
1339         select GPIO_EXTRA_HEADER
1340         imply DISTRO_DEFAULTS
1341         imply FAT_WRITE
1342
1343 config ARCH_VEXPRESS64
1344         bool "Support ARMv8 Arm Ltd. VExpress based boards and models"
1345         select ARM64
1346         select DM
1347         select DM_SERIAL
1348         select PL01X_SERIAL
1349         select OF_CONTROL
1350         select CLK
1351         select BLK
1352         select MTD_NOR_FLASH if MTD
1353         select FLASH_CFI_DRIVER if MTD
1354         select ENV_IS_IN_FLASH if MTD
1355         imply DISTRO_DEFAULTS
1356
1357 config TARGET_CORSTONE1000
1358         bool "Support Corstone1000 Platform"
1359         select ARM64
1360         select PL01X_SERIAL
1361         select DM
1362
1363 config TARGET_TOTAL_COMPUTE
1364         bool "Support Total Compute Platform"
1365         select ARM64
1366         select PL01X_SERIAL
1367         select DM
1368         select DM_SERIAL
1369         select DM_MMC
1370         select DM_GPIO
1371
1372 config TARGET_LS2080A_EMU
1373         bool "Support ls2080a_emu"
1374         select ARCH_LS2080A
1375         select ARM64
1376         select ARMV8_MULTIENTRY
1377         select FSL_DDR_SYNC_REFRESH
1378         select GPIO_EXTRA_HEADER
1379         help
1380           Support for Freescale LS2080A_EMU platform.
1381           The LS2080A Development System (EMULATOR) is a pre-silicon
1382           development platform that supports the QorIQ LS2080A
1383           Layerscape Architecture processor.
1384
1385 config TARGET_LS1088AQDS
1386         bool "Support ls1088aqds"
1387         select ARCH_LS1088A
1388         select ARM64
1389         select ARMV8_MULTIENTRY
1390         select ARCH_SUPPORT_TFABOOT
1391         select BOARD_LATE_INIT
1392         select GPIO_EXTRA_HEADER
1393         select SUPPORT_SPL
1394         select FSL_DDR_INTERACTIVE if !SD_BOOT
1395         help
1396           Support for NXP LS1088AQDS platform.
1397           The LS1088A Development System (QDS) is a high-performance
1398           development platform that supports the QorIQ LS1088A
1399           Layerscape Architecture processor.
1400
1401 config TARGET_LS2080AQDS
1402         bool "Support ls2080aqds"
1403         select ARCH_LS2080A
1404         select ARM64
1405         select ARMV8_MULTIENTRY
1406         select ARCH_SUPPORT_TFABOOT
1407         select BOARD_LATE_INIT
1408         select GPIO_EXTRA_HEADER
1409         select SUPPORT_SPL
1410         imply SCSI
1411         imply SCSI_AHCI
1412         select FSL_DDR_BIST
1413         select FSL_DDR_INTERACTIVE if !SPL
1414         help
1415           Support for Freescale LS2080AQDS platform.
1416           The LS2080A Development System (QDS) is a high-performance
1417           development platform that supports the QorIQ LS2080A
1418           Layerscape Architecture processor.
1419
1420 config TARGET_LS2080ARDB
1421         bool "Support ls2080ardb"
1422         select ARCH_LS2080A
1423         select ARM64
1424         select ARMV8_MULTIENTRY
1425         select ARCH_SUPPORT_TFABOOT
1426         select BOARD_LATE_INIT
1427         select SUPPORT_SPL
1428         select FSL_DDR_BIST
1429         select FSL_DDR_INTERACTIVE if !SPL
1430         select GPIO_EXTRA_HEADER
1431         imply SCSI
1432         imply SCSI_AHCI
1433         help
1434           Support for Freescale LS2080ARDB platform.
1435           The LS2080A Reference design board (RDB) is a high-performance
1436           development platform that supports the QorIQ LS2080A
1437           Layerscape Architecture processor.
1438
1439 config TARGET_LS2081ARDB
1440         bool "Support ls2081ardb"
1441         select ARCH_LS2080A
1442         select ARM64
1443         select ARMV8_MULTIENTRY
1444         select BOARD_LATE_INIT
1445         select GPIO_EXTRA_HEADER
1446         select SUPPORT_SPL
1447         help
1448           Support for Freescale LS2081ARDB platform.
1449           The LS2081A Reference design board (RDB) is a high-performance
1450           development platform that supports the QorIQ LS2081A/LS2041A
1451           Layerscape Architecture processor.
1452
1453 config TARGET_LX2160ARDB
1454         bool "Support lx2160ardb"
1455         select ARCH_LX2160A
1456         select ARM64
1457         select ARMV8_MULTIENTRY
1458         select ARCH_SUPPORT_TFABOOT
1459         select BOARD_LATE_INIT
1460         select GPIO_EXTRA_HEADER
1461         help
1462           Support for NXP LX2160ARDB platform.
1463           The lx2160ardb (LX2160A Reference design board (RDB)
1464           is a high-performance development platform that supports the
1465           QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor.
1466
1467 config TARGET_LX2160AQDS
1468         bool "Support lx2160aqds"
1469         select ARCH_LX2160A
1470         select ARM64
1471         select ARMV8_MULTIENTRY
1472         select ARCH_SUPPORT_TFABOOT
1473         select BOARD_LATE_INIT
1474         select GPIO_EXTRA_HEADER
1475         help
1476           Support for NXP LX2160AQDS platform.
1477           The lx2160aqds (LX2160A QorIQ Development System (QDS)
1478           is a high-performance development platform that supports the
1479           QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor.
1480
1481 config TARGET_LX2162AQDS
1482         bool "Support lx2162aqds"
1483         select ARCH_LX2162A
1484         select ARCH_MISC_INIT
1485         select ARM64
1486         select ARMV8_MULTIENTRY
1487         select ARCH_SUPPORT_TFABOOT
1488         select BOARD_LATE_INIT
1489         select GPIO_EXTRA_HEADER
1490         help
1491           Support for NXP LX2162AQDS platform.
1492           The lx2162aqds support is based on LX2160A Layerscape Architecture processor.
1493
1494 config TARGET_HIKEY
1495         bool "Support HiKey 96boards Consumer Edition Platform"
1496         select ARM64
1497         select DM
1498         select DM_GPIO
1499         select DM_SERIAL
1500         select GPIO_EXTRA_HEADER
1501         select OF_CONTROL
1502         select PL01X_SERIAL
1503         select SPECIFY_CONSOLE_INDEX
1504         imply CMD_DM
1505           help
1506           Support for HiKey 96boards platform. It features a HI6220
1507           SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
1508
1509 config TARGET_HIKEY960
1510         bool "Support HiKey960 96boards Consumer Edition Platform"
1511         select ARM64
1512         select DM
1513         select DM_SERIAL
1514         select GPIO_EXTRA_HEADER
1515         select OF_CONTROL
1516         select PL01X_SERIAL
1517         imply CMD_DM
1518           help
1519           Support for HiKey960 96boards platform. It features a HI3660
1520           SoC, with 4xA73 CPU, 4xA53 CPU, MALI-G71 GPU, and 3GB RAM.
1521
1522 config TARGET_POPLAR
1523         bool "Support Poplar 96boards Enterprise Edition Platform"
1524         select ARM64
1525         select DM
1526         select DM_SERIAL
1527         select GPIO_EXTRA_HEADER
1528         select OF_CONTROL
1529         select PL01X_SERIAL
1530         imply CMD_DM
1531           help
1532           Support for Poplar 96boards EE platform. It features a HI3798cv200
1533           SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU
1534           making it capable of running any commercial set-top solution based on
1535           Linux or Android.
1536
1537 config TARGET_LS1012AQDS
1538         bool "Support ls1012aqds"
1539         select ARCH_LS1012A
1540         select ARM64
1541         select ARCH_SUPPORT_TFABOOT
1542         select BOARD_LATE_INIT
1543         select GPIO_EXTRA_HEADER
1544         help
1545           Support for Freescale LS1012AQDS platform.
1546           The LS1012A Development System (QDS) is a high-performance
1547           development platform that supports the QorIQ LS1012A
1548           Layerscape Architecture processor.
1549
1550 config TARGET_LS1012ARDB
1551         bool "Support ls1012ardb"
1552         select ARCH_LS1012A
1553         select ARM64
1554         select ARCH_SUPPORT_TFABOOT
1555         select BOARD_LATE_INIT
1556         select GPIO_EXTRA_HEADER
1557         imply SCSI
1558         imply SCSI_AHCI
1559         help
1560           Support for Freescale LS1012ARDB platform.
1561           The LS1012A Reference design board (RDB) is a high-performance
1562           development platform that supports the QorIQ LS1012A
1563           Layerscape Architecture processor.
1564
1565 config TARGET_LS1012A2G5RDB
1566         bool "Support ls1012a2g5rdb"
1567         select ARCH_LS1012A
1568         select ARM64
1569         select ARCH_SUPPORT_TFABOOT
1570         select BOARD_LATE_INIT
1571         select GPIO_EXTRA_HEADER
1572         imply SCSI
1573         help
1574           Support for Freescale LS1012A2G5RDB platform.
1575           The LS1012A 2G5 Reference design board (RDB) is a high-performance
1576           development platform that supports the QorIQ LS1012A
1577           Layerscape Architecture processor.
1578
1579 config TARGET_LS1012AFRWY
1580         bool "Support ls1012afrwy"
1581         select ARCH_LS1012A
1582         select ARM64
1583         select ARCH_SUPPORT_TFABOOT
1584         select BOARD_LATE_INIT
1585         select GPIO_EXTRA_HEADER
1586         imply SCSI
1587         imply SCSI_AHCI
1588         help
1589          Support for Freescale LS1012AFRWY platform.
1590          The LS1012A FRWY board (FRWY) is a high-performance
1591          development platform that supports the QorIQ LS1012A
1592          Layerscape Architecture processor.
1593
1594 config TARGET_LS1012AFRDM
1595         bool "Support ls1012afrdm"
1596         select ARCH_LS1012A
1597         select ARM64
1598         select ARCH_SUPPORT_TFABOOT
1599         select GPIO_EXTRA_HEADER
1600         help
1601           Support for Freescale LS1012AFRDM platform.
1602           The LS1012A Freedom  board (FRDM) is a high-performance
1603           development platform that supports the QorIQ LS1012A
1604           Layerscape Architecture processor.
1605
1606 config TARGET_LS1028AQDS
1607         bool "Support ls1028aqds"
1608         select ARCH_LS1028A
1609         select ARM64
1610         select ARMV8_MULTIENTRY
1611         select ARCH_SUPPORT_TFABOOT
1612         select BOARD_LATE_INIT
1613         select GPIO_EXTRA_HEADER
1614         help
1615           Support for Freescale LS1028AQDS platform
1616           The LS1028A Development System (QDS) is a high-performance
1617           development platform that supports the QorIQ LS1028A
1618           Layerscape Architecture processor.
1619
1620 config TARGET_LS1028ARDB
1621         bool "Support ls1028ardb"
1622         select ARCH_LS1028A
1623         select ARM64
1624         select ARMV8_MULTIENTRY
1625         select ARCH_SUPPORT_TFABOOT
1626         select BOARD_LATE_INIT
1627         select GPIO_EXTRA_HEADER
1628         help
1629           Support for Freescale LS1028ARDB platform
1630           The LS1028A Development System (RDB) is a high-performance
1631           development platform that supports the QorIQ LS1028A
1632           Layerscape Architecture processor.
1633
1634 config TARGET_LS1088ARDB
1635         bool "Support ls1088ardb"
1636         select ARCH_LS1088A
1637         select ARM64
1638         select ARMV8_MULTIENTRY
1639         select ARCH_SUPPORT_TFABOOT
1640         select BOARD_LATE_INIT
1641         select SUPPORT_SPL
1642         select FSL_DDR_INTERACTIVE if !SD_BOOT
1643         select GPIO_EXTRA_HEADER
1644         help
1645           Support for NXP LS1088ARDB platform.
1646           The LS1088A Reference design board (RDB) is a high-performance
1647           development platform that supports the QorIQ LS1088A
1648           Layerscape Architecture processor.
1649
1650 config TARGET_LS1021AQDS
1651         bool "Support ls1021aqds"
1652         select ARCH_LS1021A
1653         select ARCH_SUPPORT_PSCI
1654         select BOARD_EARLY_INIT_F
1655         select BOARD_LATE_INIT
1656         select CPU_V7A
1657         select CPU_V7_HAS_NONSEC
1658         select CPU_V7_HAS_VIRT
1659         select LS1_DEEP_SLEEP
1660         select SUPPORT_SPL
1661         select SYS_FSL_DDR
1662         select FSL_DDR_INTERACTIVE
1663         select DM_SPI_FLASH if FSL_DSPI || FSL_QSPI
1664         select GPIO_EXTRA_HEADER
1665         select SPI_FLASH_DATAFLASH if FSL_DSPI || FSL_QSPI
1666         imply SCSI
1667
1668 config TARGET_LS1021ATWR
1669         bool "Support ls1021atwr"
1670         select ARCH_LS1021A
1671         select ARCH_SUPPORT_PSCI
1672         select BOARD_EARLY_INIT_F
1673         select BOARD_LATE_INIT
1674         select CPU_V7A
1675         select CPU_V7_HAS_NONSEC
1676         select CPU_V7_HAS_VIRT
1677         select LS1_DEEP_SLEEP
1678         select SUPPORT_SPL
1679         select DM_SPI_FLASH if FSL_DSPI || FSL_QSPI
1680         select GPIO_EXTRA_HEADER
1681         imply SCSI
1682
1683 config TARGET_PG_WCOM_SELI8
1684         bool "Support Hitachi-Powergrids SELI8 service unit card"
1685         select ARCH_LS1021A
1686         select ARCH_SUPPORT_PSCI
1687         select BOARD_EARLY_INIT_F
1688         select BOARD_LATE_INIT
1689         select CPU_V7A
1690         select CPU_V7_HAS_NONSEC
1691         select CPU_V7_HAS_VIRT
1692         select SYS_FSL_DDR
1693         select FSL_DDR_INTERACTIVE
1694         select GPIO_EXTRA_HEADER
1695         select VENDOR_KM
1696         imply SCSI
1697         help
1698          Support for Hitachi-Powergrids SELI8 service unit card.
1699          SELI8 is a QorIQ LS1021a based service unit card used
1700          in XMC20 and FOX615 product families.
1701
1702 config TARGET_PG_WCOM_EXPU1
1703         bool "Support Hitachi-Powergrids EXPU1 service unit card"
1704         select ARCH_LS1021A
1705         select ARCH_SUPPORT_PSCI
1706         select BOARD_EARLY_INIT_F
1707         select BOARD_LATE_INIT
1708         select CPU_V7A
1709         select CPU_V7_HAS_NONSEC
1710         select CPU_V7_HAS_VIRT
1711         select SYS_FSL_DDR
1712         select FSL_DDR_INTERACTIVE
1713         select VENDOR_KM
1714         imply SCSI
1715         help
1716          Support for Hitachi-Powergrids EXPU1 service unit card.
1717          EXPU1 is a QorIQ LS1021a based service unit card used
1718          in XMC20 and FOX615 product families.
1719
1720 config TARGET_LS1021ATSN
1721         bool "Support ls1021atsn"
1722         select ARCH_LS1021A
1723         select ARCH_SUPPORT_PSCI
1724         select BOARD_EARLY_INIT_F
1725         select BOARD_LATE_INIT
1726         select CPU_V7A
1727         select CPU_V7_HAS_NONSEC
1728         select CPU_V7_HAS_VIRT
1729         select LS1_DEEP_SLEEP
1730         select SUPPORT_SPL
1731         select GPIO_EXTRA_HEADER
1732         imply SCSI
1733
1734 config TARGET_LS1021AIOT
1735         bool "Support ls1021aiot"
1736         select ARCH_LS1021A
1737         select ARCH_SUPPORT_PSCI
1738         select BOARD_LATE_INIT
1739         select CPU_V7A
1740         select CPU_V7_HAS_NONSEC
1741         select CPU_V7_HAS_VIRT
1742         select SUPPORT_SPL
1743         select DM_SPI_FLASH if FSL_DSPI || FSL_QSPI
1744         select GPIO_EXTRA_HEADER
1745         imply SCSI
1746         help
1747           Support for Freescale LS1021AIOT platform.
1748           The LS1021A Freescale board (IOT) is a high-performance
1749           development platform that supports the QorIQ LS1021A
1750           Layerscape Architecture processor.
1751
1752 config TARGET_LS1043AQDS
1753         bool "Support ls1043aqds"
1754         select ARCH_LS1043A
1755         select ARM64
1756         select ARMV8_MULTIENTRY
1757         select ARCH_SUPPORT_TFABOOT
1758         select BOARD_EARLY_INIT_F
1759         select BOARD_LATE_INIT
1760         select SUPPORT_SPL
1761         select FSL_DDR_INTERACTIVE if !SPL
1762         select FSL_DSPI if !SPL_NO_DSPI
1763         select DM_SPI_FLASH if FSL_DSPI
1764         select GPIO_EXTRA_HEADER
1765         imply SCSI
1766         imply SCSI_AHCI
1767         help
1768           Support for Freescale LS1043AQDS platform.
1769
1770 config TARGET_LS1043ARDB
1771         bool "Support ls1043ardb"
1772         select ARCH_LS1043A
1773         select ARM64
1774         select ARMV8_MULTIENTRY
1775         select ARCH_SUPPORT_TFABOOT
1776         select BOARD_EARLY_INIT_F
1777         select BOARD_LATE_INIT
1778         select SUPPORT_SPL
1779         select FSL_DSPI if !SPL_NO_DSPI
1780         select DM_SPI_FLASH if FSL_DSPI
1781         select GPIO_EXTRA_HEADER
1782         help
1783           Support for Freescale LS1043ARDB platform.
1784
1785 config TARGET_LS1046AQDS
1786         bool "Support ls1046aqds"
1787         select ARCH_LS1046A
1788         select ARM64
1789         select ARMV8_MULTIENTRY
1790         select ARCH_SUPPORT_TFABOOT
1791         select BOARD_EARLY_INIT_F
1792         select BOARD_LATE_INIT
1793         select DM_SPI_FLASH if DM_SPI
1794         select SUPPORT_SPL
1795         select FSL_DDR_BIST if !SPL
1796         select FSL_DDR_INTERACTIVE  if !SPL
1797         select FSL_DDR_INTERACTIVE if !SPL
1798         select GPIO_EXTRA_HEADER
1799         imply SCSI
1800         help
1801           Support for Freescale LS1046AQDS platform.
1802           The LS1046A Development System (QDS) is a high-performance
1803           development platform that supports the QorIQ LS1046A
1804           Layerscape Architecture processor.
1805
1806 config TARGET_LS1046ARDB
1807         bool "Support ls1046ardb"
1808         select ARCH_LS1046A
1809         select ARM64
1810         select ARMV8_MULTIENTRY
1811         select ARCH_SUPPORT_TFABOOT
1812         select BOARD_EARLY_INIT_F
1813         select BOARD_LATE_INIT
1814         select DM_SPI_FLASH if DM_SPI
1815         select POWER_MC34VR500
1816         select SUPPORT_SPL
1817         select FSL_DDR_BIST
1818         select FSL_DDR_INTERACTIVE if !SPL
1819         select GPIO_EXTRA_HEADER
1820         imply SCSI
1821         help
1822           Support for Freescale LS1046ARDB platform.
1823           The LS1046A Reference Design Board (RDB) is a high-performance
1824           development platform that supports the QorIQ LS1046A
1825           Layerscape Architecture processor.
1826
1827 config TARGET_LS1046AFRWY
1828         bool "Support ls1046afrwy"
1829         select ARCH_LS1046A
1830         select ARM64
1831         select ARMV8_MULTIENTRY
1832         select ARCH_SUPPORT_TFABOOT
1833         select BOARD_EARLY_INIT_F
1834         select BOARD_LATE_INIT
1835         select DM_SPI_FLASH if DM_SPI
1836         select GPIO_EXTRA_HEADER
1837         imply SCSI
1838         help
1839           Support for Freescale LS1046AFRWY platform.
1840           The LS1046A Freeway Board (FRWY) is a high-performance
1841           development platform that supports the QorIQ LS1046A
1842           Layerscape Architecture processor.
1843
1844 config TARGET_SL28
1845         bool "Support sl28"
1846         select ARCH_LS1028A
1847         select ARM64
1848         select ARMV8_MULTIENTRY
1849         select SUPPORT_SPL
1850         select BINMAN
1851         select DM
1852         select DM_GPIO
1853         select DM_I2C
1854         select DM_MMC
1855         select DM_SPI_FLASH
1856         select DM_ETH
1857         select DM_MDIO
1858         select PCI
1859         select DM_RNG
1860         select DM_RTC
1861         select DM_SCSI
1862         select DM_SERIAL
1863         select DM_SPI
1864         select GPIO_EXTRA_HEADER
1865         select SPL_DM if SPL
1866         select SPL_DM_SPI if SPL
1867         select SPL_DM_SPI_FLASH if SPL
1868         select SPL_DM_I2C if SPL
1869         select SPL_DM_MMC if SPL
1870         select SPL_DM_SERIAL if SPL
1871         help
1872           Support for Kontron SMARC-sAL28 board.
1873
1874 config TARGET_TEN64
1875         bool "Support ten64"
1876         select ARCH_LS1088A
1877         select ARCH_MISC_INIT
1878         select ARM64
1879         select ARMV8_MULTIENTRY
1880         select ARCH_SUPPORT_TFABOOT
1881         select BOARD_LATE_INIT
1882         select SUPPORT_SPL
1883         select FSL_DDR_INTERACTIVE if !SD_BOOT
1884         select GPIO_EXTRA_HEADER
1885         help
1886           Support for Traverse Technologies Ten64 board, based
1887           on NXP LS1088A.
1888
1889 config ARCH_UNIPHIER
1890         bool "Socionext UniPhier SoCs"
1891         select BOARD_LATE_INIT
1892         select DM
1893         select DM_ETH
1894         select DM_GPIO
1895         select DM_I2C
1896         select DM_MMC
1897         select DM_MTD
1898         select DM_RESET
1899         select DM_SERIAL
1900         select OF_BOARD_SETUP
1901         select OF_CONTROL
1902         select OF_LIBFDT
1903         select PINCTRL
1904         select SPL_BOARD_INIT if SPL
1905         select SPL_DM if SPL
1906         select SPL_LIBCOMMON_SUPPORT if SPL
1907         select SPL_LIBGENERIC_SUPPORT if SPL
1908         select SPL_OF_CONTROL if SPL
1909         select SPL_PINCTRL if SPL
1910         select SUPPORT_SPL
1911         imply CMD_DM
1912         imply DISTRO_DEFAULTS
1913         imply FAT_WRITE
1914         help
1915           Support for UniPhier SoC family developed by Socionext Inc.
1916           (formerly, System LSI Business Division of Panasonic Corporation)
1917
1918 config ARCH_SYNQUACER
1919         bool "Socionext SynQuacer SoCs"
1920         select ARM64
1921         select DM
1922         select GIC_V3
1923         select PSCI_RESET
1924         select SYSRESET
1925         select SYSRESET_PSCI
1926         select OF_CONTROL
1927         help
1928           Support for SynQuacer SoC family developed by Socionext Inc.
1929           This SoC is used on 96boards EE DeveloperBox.
1930
1931 config ARCH_STM32
1932         bool "Support STMicroelectronics STM32 MCU with cortex M"
1933         select CPU_V7M
1934         select DM
1935         select DM_SERIAL
1936         imply CMD_DM
1937
1938 config ARCH_STI
1939         bool "Support STMicroelectronics SoCs"
1940         select BLK
1941         select CPU_V7A
1942         select DM
1943         select DM_MMC
1944         select DM_RESET
1945         select DM_SERIAL
1946         imply CMD_DM
1947         help
1948           Support for STMicroelectronics STiH407/10 SoC family.
1949           This SoC is used on Linaro 96Board STiH410-B2260
1950
1951 config ARCH_STM32MP
1952         bool "Support STMicroelectronics STM32MP Socs with cortex A"
1953         select ARCH_MISC_INIT
1954         select ARCH_SUPPORT_TFABOOT
1955         select BOARD_LATE_INIT
1956         select CLK
1957         select DM
1958         select DM_GPIO
1959         select DM_RESET
1960         select DM_SERIAL
1961         select MISC
1962         select OF_CONTROL
1963         select OF_LIBFDT
1964         select OF_SYSTEM_SETUP
1965         select PINCTRL
1966         select REGMAP
1967         select SYSCON
1968         select SYSRESET
1969         select SYS_THUMB_BUILD
1970         imply SPL_SYSRESET
1971         imply CMD_DM
1972         imply CMD_POWEROFF
1973         imply OF_LIBFDT_OVERLAY
1974         imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1975         imply USE_PREBOOT
1976         imply TIMESTAMP
1977         help
1978           Support for STM32MP SoC family developed by STMicroelectronics,
1979           MPUs based on ARM cortex A core
1980           U-BOOT is running in DDR, loaded by the First Stage BootLoader (FSBL).
1981           FSBL can be TF-A: Trusted Firmware for Cortex A, for trusted boot
1982           chain.
1983           SPL is the unsecure FSBL for the basic boot chain.
1984
1985 config ARCH_ROCKCHIP
1986         bool "Support Rockchip SoCs"
1987         select BLK
1988         select BINMAN if SPL_OPTEE || SPL
1989         select DM
1990         select DM_GPIO
1991         select DM_I2C
1992         select DM_MMC
1993         select DM_PWM
1994         select DM_REGULATOR
1995         select DM_SERIAL
1996         select DM_SPI
1997         select DM_SPI_FLASH
1998         select ENABLE_ARM_SOC_BOOT0_HOOK
1999         select OF_CONTROL
2000         select SPI
2001         select SPL_DM if SPL
2002         select SPL_DM_SPI if SPL
2003         select SPL_DM_SPI_FLASH if SPL
2004         select SYS_MALLOC_F
2005         select SYS_THUMB_BUILD if !ARM64
2006         imply ADC
2007         imply CMD_DM
2008         imply DEBUG_UART_BOARD_INIT
2009         imply DISTRO_DEFAULTS
2010         imply FAT_WRITE
2011         imply SARADC_ROCKCHIP
2012         imply SPL_SYSRESET
2013         imply SPL_SYS_MALLOC_SIMPLE
2014         imply SYS_NS16550
2015         imply TPL_SYSRESET
2016         imply USB_FUNCTION_FASTBOOT
2017
2018 config ARCH_OCTEONTX
2019         bool "Support OcteonTX SoCs"
2020         select CLK
2021         select DM
2022         select GPIO_EXTRA_HEADER
2023         select ARM64
2024         select OF_CONTROL
2025         select OF_LIVE
2026         select BOARD_LATE_INIT
2027         select SYS_CACHE_SHIFT_7
2028         select SYS_PCI_64BIT if PCI
2029         imply OF_HAS_PRIOR_STAGE
2030
2031 config ARCH_OCTEONTX2
2032         bool "Support OcteonTX2 SoCs"
2033         select CLK
2034         select DM
2035         select GPIO_EXTRA_HEADER
2036         select ARM64
2037         select OF_CONTROL
2038         select OF_LIVE
2039         select BOARD_LATE_INIT
2040         select SYS_CACHE_SHIFT_7
2041         select SYS_PCI_64BIT if PCI
2042         imply OF_HAS_PRIOR_STAGE
2043
2044 config TARGET_THUNDERX_88XX
2045         bool "Support ThunderX 88xx"
2046         select ARM64
2047         select GPIO_EXTRA_HEADER
2048         select OF_CONTROL
2049         select PL01X_SERIAL
2050         select SYS_CACHE_SHIFT_7
2051
2052 config ARCH_ASPEED
2053         bool "Support Aspeed SoCs"
2054         select DM
2055         select OF_CONTROL
2056         imply CMD_DM
2057
2058 config TARGET_DURIAN
2059         bool "Support Phytium Durian Platform"
2060         select ARM64
2061         select GPIO_EXTRA_HEADER
2062         help
2063           Support for durian platform.
2064           It has 2GB Sdram, uart and pcie.
2065
2066 config TARGET_POMELO
2067         bool "Support Phytium Pomelo Platform"
2068         select ARM64
2069         select DM
2070         select AHCI
2071         select SCSI_AHCI
2072         select AHCI_PCI
2073         select BLK
2074         select PCI
2075         select DM_PCI
2076         select SCSI
2077         select DM_SCSI
2078         select DM_SERIAL
2079         select DM_ETH if NET
2080         imply CMD_PCI
2081         help
2082            Support for pomelo platform.
2083            It has 8GB Sdram, uart and pcie.
2084
2085 config TARGET_PRESIDIO_ASIC
2086         bool "Support Cortina Presidio ASIC Platform"
2087         select ARM64
2088         select GICV2
2089
2090 config TARGET_XENGUEST_ARM64
2091         bool "Xen guest ARM64"
2092         select ARM64
2093         select XEN
2094         select OF_CONTROL
2095         select LINUX_KERNEL_IMAGE_HEADER
2096         select XEN_SERIAL
2097         select SSCANF
2098         imply OF_HAS_PRIOR_STAGE
2099
2100 config ARCH_GXP
2101         bool "Support HPE GXP SoCs"
2102         select DM
2103         select OF_CONTROL
2104         imply CMD_DM
2105
2106 endchoice
2107
2108 config SUPPORT_PASSING_ATAGS
2109         bool "Support pre-devicetree ATAG-based booting"
2110         depends on !ARM64
2111         imply SETUP_MEMORY_TAGS
2112         help
2113           Support for booting older Linux kernels, using ATAGs rather than
2114           passing a devicetree.  This is option is rarely used, and the
2115           semantics are defined at
2116           https://www.kernel.org/doc/Documentation/arm/Booting at section 4a.
2117
2118 config SETUP_MEMORY_TAGS
2119         bool "Pass memory size information via ATAG"
2120         depends on SUPPORT_PASSING_ATAGS
2121
2122 config CMDLINE_TAG
2123         bool "Pass Linux kernel cmdline via ATAG"
2124         depends on SUPPORT_PASSING_ATAGS
2125
2126 config INITRD_TAG
2127         bool "Pass initrd starting point and size via ATAG"
2128         depends on SUPPORT_PASSING_ATAGS
2129
2130 config REVISION_TAG
2131         bool "Pass system revision via ATAG"
2132         depends on SUPPORT_PASSING_ATAGS
2133
2134 config SERIAL_TAG
2135         bool "Pass system serial number via ATAG"
2136         depends on SUPPORT_PASSING_ATAGS
2137
2138 config STATIC_MACH_TYPE
2139         bool "Statically define the Machine ID number"
2140         default y if TARGET_DS109 || TARGET_NOKIA_RX51 || TARGET_DS414 || DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
2141         help
2142           When booting via ATAGs, enable this option if we know the correct
2143           machine ID number to use at compile time.  Some systems will be
2144           passed the number dynamically by whatever loads U-Boot.
2145
2146 config MACH_TYPE
2147         int "Machine ID number"
2148         depends on STATIC_MACH_TYPE
2149         default 527 if TARGET_DS109
2150         default 1955 if TARGET_NOKIA_RX51
2151         default 3036 if TARGET_DS414
2152         default 4283 if DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
2153         help
2154           When booting via ATAGs, the machine type must be passed as a number.
2155           For the full list see https://www.arm.linux.org.uk/developer/machines
2156
2157 config ARCH_SUPPORT_TFABOOT
2158         bool
2159
2160 config TFABOOT
2161         bool "Support for booting from TF-A"
2162         depends on ARCH_SUPPORT_TFABOOT
2163         help
2164           Some platforms support the setup of secure registers (for instance
2165           for CPU errata handling) or provide secure services like PSCI.
2166           Those services could also be provided by other firmware parts
2167           like TF-A (Trusted Firmware for Cortex-A), in which case U-Boot
2168           does not need to (and cannot) execute this code.
2169           Enabling this option will make a U-Boot binary that is relying
2170           on other firmware layers to provide secure functionality.
2171
2172 config TI_SECURE_DEVICE
2173         bool "HS Device Type Support"
2174         depends on ARCH_KEYSTONE || ARCH_OMAP2PLUS || ARCH_K3
2175         help
2176           If a high secure (HS) device type is being used, this config
2177           must be set. This option impacts various aspects of the
2178           build system (to create signed boot images that can be
2179           authenticated) and the code. See the doc/README.ti-secure
2180           file for further details.
2181
2182 config SYS_KWD_CONFIG
2183         string "kwbimage config file path"
2184         depends on ARCH_KIRKWOOD || ARCH_MVEBU
2185         default "arch/arm/mach-mvebu/kwbimage.cfg"
2186         help
2187           Path within the source directory to the kwbimage.cfg file to use
2188           when packaging the U-Boot image for use.
2189
2190 source "arch/arm/mach-apple/Kconfig"
2191
2192 source "arch/arm/mach-aspeed/Kconfig"
2193
2194 source "arch/arm/mach-at91/Kconfig"
2195
2196 source "arch/arm/mach-bcm283x/Kconfig"
2197
2198 source "arch/arm/mach-bcmbca/Kconfig"
2199
2200 source "arch/arm/mach-bcmstb/Kconfig"
2201
2202 source "arch/arm/mach-davinci/Kconfig"
2203
2204 source "arch/arm/mach-exynos/Kconfig"
2205
2206 source "arch/arm/mach-hpe/gxp/Kconfig"
2207
2208 source "arch/arm/mach-highbank/Kconfig"
2209
2210 source "arch/arm/mach-integrator/Kconfig"
2211
2212 source "arch/arm/mach-ipq40xx/Kconfig"
2213
2214 source "arch/arm/mach-k3/Kconfig"
2215
2216 source "arch/arm/mach-keystone/Kconfig"
2217
2218 source "arch/arm/mach-kirkwood/Kconfig"
2219
2220 source "arch/arm/mach-lpc32xx/Kconfig"
2221
2222 source "arch/arm/mach-mvebu/Kconfig"
2223
2224 source "arch/arm/mach-octeontx/Kconfig"
2225
2226 source "arch/arm/mach-octeontx2/Kconfig"
2227
2228 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
2229
2230 source "arch/arm/mach-imx/mx3/Kconfig"
2231
2232 source "arch/arm/mach-imx/mx5/Kconfig"
2233
2234 source "arch/arm/mach-imx/mx6/Kconfig"
2235
2236 source "arch/arm/mach-imx/mx7/Kconfig"
2237
2238 source "arch/arm/mach-imx/mx7ulp/Kconfig"
2239
2240 source "arch/arm/mach-imx/imx8/Kconfig"
2241
2242 source "arch/arm/mach-imx/imx8m/Kconfig"
2243
2244 source "arch/arm/mach-imx/imx8ulp/Kconfig"
2245
2246 source "arch/arm/mach-imx/imx9/Kconfig"
2247
2248 source "arch/arm/mach-imx/imxrt/Kconfig"
2249
2250 source "arch/arm/mach-imx/mxs/Kconfig"
2251
2252 source "arch/arm/mach-omap2/Kconfig"
2253
2254 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
2255
2256 source "arch/arm/mach-orion5x/Kconfig"
2257
2258 source "arch/arm/mach-owl/Kconfig"
2259
2260 source "arch/arm/mach-rmobile/Kconfig"
2261
2262 source "arch/arm/mach-meson/Kconfig"
2263
2264 source "arch/arm/mach-mediatek/Kconfig"
2265
2266 source "arch/arm/mach-qemu/Kconfig"
2267
2268 source "arch/arm/mach-rockchip/Kconfig"
2269
2270 source "arch/arm/mach-s5pc1xx/Kconfig"
2271
2272 source "arch/arm/mach-snapdragon/Kconfig"
2273
2274 source "arch/arm/mach-socfpga/Kconfig"
2275
2276 source "arch/arm/mach-sti/Kconfig"
2277
2278 source "arch/arm/mach-stm32/Kconfig"
2279
2280 source "arch/arm/mach-stm32mp/Kconfig"
2281
2282 source "arch/arm/mach-sunxi/Kconfig"
2283
2284 source "arch/arm/mach-tegra/Kconfig"
2285
2286 source "arch/arm/mach-u8500/Kconfig"
2287
2288 source "arch/arm/mach-uniphier/Kconfig"
2289
2290 source "arch/arm/cpu/armv7/vf610/Kconfig"
2291
2292 source "arch/arm/mach-zynq/Kconfig"
2293
2294 source "arch/arm/mach-zynqmp/Kconfig"
2295
2296 source "arch/arm/mach-versal/Kconfig"
2297
2298 source "arch/arm/mach-versal-net/Kconfig"
2299
2300 source "arch/arm/mach-zynqmp-r5/Kconfig"
2301
2302 source "arch/arm/cpu/armv7/Kconfig"
2303
2304 source "arch/arm/cpu/armv8/Kconfig"
2305
2306 source "arch/arm/mach-imx/Kconfig"
2307
2308 source "arch/arm/mach-nexell/Kconfig"
2309
2310 source "arch/arm/mach-npcm/Kconfig"
2311
2312 source "board/armltd/total_compute/Kconfig"
2313 source "board/armltd/corstone1000/Kconfig"
2314 source "board/bosch/shc/Kconfig"
2315 source "board/bosch/guardian/Kconfig"
2316 source "board/Marvell/octeontx/Kconfig"
2317 source "board/Marvell/octeontx2/Kconfig"
2318 source "board/armltd/vexpress/Kconfig"
2319 source "board/armltd/vexpress64/Kconfig"
2320 source "board/cortina/presidio-asic/Kconfig"
2321 source "board/broadcom/bcm96753ref/Kconfig"
2322 source "board/broadcom/bcmns3/Kconfig"
2323 source "board/cavium/thunderx/Kconfig"
2324 source "board/eets/pdu001/Kconfig"
2325 source "board/emulation/qemu-arm/Kconfig"
2326 source "board/freescale/ls2080aqds/Kconfig"
2327 source "board/freescale/ls2080ardb/Kconfig"
2328 source "board/freescale/ls1088a/Kconfig"
2329 source "board/freescale/ls1028a/Kconfig"
2330 source "board/freescale/ls1021aqds/Kconfig"
2331 source "board/freescale/ls1043aqds/Kconfig"
2332 source "board/freescale/ls1021atwr/Kconfig"
2333 source "board/freescale/ls1021atsn/Kconfig"
2334 source "board/freescale/ls1021aiot/Kconfig"
2335 source "board/freescale/ls1046aqds/Kconfig"
2336 source "board/freescale/ls1043ardb/Kconfig"
2337 source "board/freescale/ls1046ardb/Kconfig"
2338 source "board/freescale/ls1046afrwy/Kconfig"
2339 source "board/freescale/ls1012aqds/Kconfig"
2340 source "board/freescale/ls1012ardb/Kconfig"
2341 source "board/freescale/ls1012afrdm/Kconfig"
2342 source "board/freescale/lx2160a/Kconfig"
2343 source "board/grinn/chiliboard/Kconfig"
2344 source "board/hisilicon/hikey/Kconfig"
2345 source "board/hisilicon/hikey960/Kconfig"
2346 source "board/hisilicon/poplar/Kconfig"
2347 source "board/isee/igep003x/Kconfig"
2348 source "board/kontron/sl28/Kconfig"
2349 source "board/myir/mys_6ulx/Kconfig"
2350 source "board/siemens/common/Kconfig"
2351 source "board/seeed/npi_imx6ull/Kconfig"
2352 source "board/socionext/developerbox/Kconfig"
2353 source "board/st/stv0991/Kconfig"
2354 source "board/tcl/sl50/Kconfig"
2355 source "board/traverse/ten64/Kconfig"
2356 source "board/variscite/dart_6ul/Kconfig"
2357 source "board/vscom/baltos/Kconfig"
2358 source "board/phytium/durian/Kconfig"
2359 source "board/phytium/pomelo/Kconfig"
2360 source "board/xen/xenguest_arm64/Kconfig"
2361
2362 source "arch/arm/Kconfig.debug"
2363
2364 endmenu