1 menu "ARM architecture"
10 select SYS_CACHE_SHIFT_6
11 imply SPL_SEPARATE_BSS
14 bool "Enable support for CRC32 instruction"
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
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
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.
40 config POSITION_INDEPENDENT
41 bool "Generate position-independent pre-relocation code"
42 depends on ARM64 || CPU_V7A
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.
51 config INIT_SP_RELATIVE
52 bool "Specify the early stack pointer relative to the .bss section"
54 default n if ARCH_QEMU
55 default y if POSITION_INDEPENDENT
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.
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.
67 config SYS_INIT_SP_BSS_OFFSET
68 int "Early stack offset from the .bss base address"
70 depends on INIT_SP_RELATIVE
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.
78 config SPL_SYS_NO_VECTOR_TABLE
82 config LINUX_KERNEL_IMAGE_HEADER
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.
92 config LNX_KRNL_IMG_TEXT_OFFSET_BASE
93 depends on LINUX_KERNEL_IMAGE_HEADER
96 The value subtracted from CONFIG_TEXT_BASE to calculate the
97 TEXT_OFFSET value written to the Linux kernel image header.
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.
120 config DMA_ADDR_T_64BIT
130 config GPIO_EXTRA_HEADER
133 # Used for compatibility with asm files copied from the kernel
134 config ARM_ASM_UNIFIED
138 # Used for compatibility with asm files copied from the kernel
142 config SYS_ICACHE_OFF
143 bool "Do not enable icache"
145 Do not enable instruction cache in U-Boot.
147 config SPL_SYS_ICACHE_OFF
148 bool "Do not enable icache in SPL"
150 default SYS_ICACHE_OFF
152 Do not enable instruction cache in SPL.
154 config SYS_DCACHE_OFF
155 bool "Do not enable dcache"
157 Do not enable data cache in U-Boot.
159 config SPL_SYS_DCACHE_OFF
160 bool "Do not enable dcache in SPL"
162 default SYS_DCACHE_OFF
164 Do not enable data cache in SPL.
166 config SYS_ARM_CACHE_CP15
167 bool "CP15 based cache enabling support"
169 Select this if your processor suports enabling caches by using
173 bool "MMU-based Paged Memory Management Support"
174 select SYS_ARM_CACHE_CP15
176 Select if you want MMU-based virtualised addressing space
177 support via paged memory management.
180 bool 'Use the ARM v7 PMSA Compliant MPU'
182 Some ARM systems without an MMU have instead a Memory Protection
183 Unit (MPU) that defines the type and permissions for regions of
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.
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
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
203 config ARM_ERRATA_430973
206 config ARM_ERRATA_454179
209 config ARM_ERRATA_621766
212 config ARM_ERRATA_716044
215 config ARM_ERRATA_725233
218 config ARM_ERRATA_742230
221 config ARM_ERRATA_743622
224 config ARM_ERRATA_751472
227 config ARM_ERRATA_761320
230 config ARM_ERRATA_773022
233 config ARM_ERRATA_774769
236 config ARM_ERRATA_794072
239 config ARM_ERRATA_798870
242 config ARM_ERRATA_801819
245 config ARM_ERRATA_826974
248 config ARM_ERRATA_828024
251 config ARM_ERRATA_829520
254 config ARM_ERRATA_833069
257 config ARM_ERRATA_833471
260 config ARM_ERRATA_845369
263 config ARM_ERRATA_852421
266 config ARM_ERRATA_852423
269 config ARM_ERRATA_855873
272 config ARM_CORTEX_A8_CVE_2017_5715
275 config ARM_CORTEX_A15_CVE_2017_5715
280 select SYS_CACHE_SHIFT_5
285 select SYS_CACHE_SHIFT_5
290 select SYS_CACHE_SHIFT_5
292 imply SPL_SEPARATE_BSS
296 select SYS_CACHE_SHIFT_5
301 select SYS_CACHE_SHIFT_5
303 imply SPL_SEPARATE_BSS
308 select SYS_CACHE_SHIFT_5
315 select SYS_CACHE_SHIFT_6
322 select SYS_CACHE_SHIFT_5
323 select SYS_THUMB_BUILD
329 select SYS_ARM_CACHE_CP15
331 select SYS_CACHE_SHIFT_6
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
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
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
363 config SYS_ARM_CACHE_WRITEBACK
364 bool "Write-back (WB)"
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
370 config SYS_ARM_CACHE_WRITETHROUGH
371 bool "Write-through (WT)"
373 A write updates both the cache and the external memory system.
374 This does not mark the cache line as dirty.
376 config SYS_ARM_CACHE_WRITEALLOC
377 bool "Write allocation (WA)"
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
385 config ARCH_VERY_EARLY_INIT
388 config SPL_ARCH_VERY_EARLY_INIT
392 bool "Enable ARCH_CPU_INIT"
394 Some architectures require a call to arch_cpu_init().
395 Say Y here to enable it
397 config SYS_ARCH_TIMER
398 bool "ARM Generic Timer support"
399 depends on CPU_V7A || ARM64
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
408 bool "Support for ARM SMC Calling Convention (SMCCC)"
409 depends on CPU_V7A || ARM64
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.
416 config SYS_THUMB_BUILD
417 bool "Build U-Boot using the Thumb instruction set"
420 Use this flag to build U-Boot using the Thumb instruction set for
421 ARM architectures. Thumb instruction set provides better code
422 density. For ARM architectures that support Thumb2 this flag will
423 result in Thumb2 code generated by GCC.
425 config SPL_SYS_THUMB_BUILD
426 bool "Build SPL using the Thumb instruction set"
427 default y if SYS_THUMB_BUILD
428 depends on !ARM64 && SPL
430 Use this flag to build SPL using the Thumb instruction set for
431 ARM architectures. Thumb instruction set provides better code
432 density. For ARM architectures that support Thumb2 this flag will
433 result in Thumb2 code generated by GCC.
435 config TPL_SYS_THUMB_BUILD
436 bool "Build TPL using the Thumb instruction set"
437 default y if SYS_THUMB_BUILD
438 depends on TPL && !ARM64
440 Use this flag to build TPL using the Thumb instruction set for
441 ARM architectures. Thumb instruction set provides better code
442 density. For ARM architectures that support Thumb2 this flag will
443 result in Thumb2 code generated by GCC.
446 bool "ARM PL310 L2 cache controller"
448 Enable support for ARM PL310 L2 cache controller in U-Boot
450 config SPL_SYS_L2_PL310
451 bool "ARM PL310 L2 cache controller in SPL"
453 Enable support for ARM PL310 L2 cache controller in SPL
455 config SYS_L2CACHE_OFF
458 If SoC does not support L2CACHE or one does not want to enable
459 L2CACHE, choose this option.
461 config ENABLE_ARM_SOC_BOOT0_HOOK
462 bool "prepare BOOT0 header"
464 If the SoC's BOOT0 requires a header area filled with (magic)
465 values, then choose this option, and create a file included as
466 <asm/arch/boot0.h> which contains the required assembler code.
468 config USE_ARCH_MEMCPY
469 bool "Use an assembly optimized implementation of memcpy"
471 depends on !ARM64 || (ARM64 && (GCC_VERSION >= 90400))
473 Enable the generation of an optimized version of memcpy.
474 Such an implementation may be faster under some conditions
475 but may increase the binary size.
477 config SPL_USE_ARCH_MEMCPY
478 bool "Use an assembly optimized implementation of memcpy for SPL"
479 default y if USE_ARCH_MEMCPY
482 Enable the generation of an optimized version of memcpy.
483 Such an implementation may be faster under some conditions
484 but may increase the binary size.
486 config TPL_USE_ARCH_MEMCPY
487 bool "Use an assembly optimized implementation of memcpy for TPL"
488 default y if USE_ARCH_MEMCPY
491 Enable the generation of an optimized version of memcpy.
492 Such an implementation may be faster under some conditions
493 but may increase the binary size.
495 config USE_ARCH_MEMMOVE
496 bool "Use an assembly optimized implementation of memmove" if !ARM64
497 default USE_ARCH_MEMCPY if ARM64
500 Enable the generation of an optimized version of memmove.
501 Such an implementation may be faster under some conditions
502 but may increase the binary size.
504 config SPL_USE_ARCH_MEMMOVE
505 bool "Use an assembly optimized implementation of memmove for SPL" if !ARM64
506 default SPL_USE_ARCH_MEMCPY if ARM64
507 depends on SPL && ARM64
509 Enable the generation of an optimized version of memmove.
510 Such an implementation may be faster under some conditions
511 but may increase the binary size.
513 config TPL_USE_ARCH_MEMMOVE
514 bool "Use an assembly optimized implementation of memmove for TPL" if !ARM64
515 default TPL_USE_ARCH_MEMCPY if ARM64
516 depends on TPL && ARM64
518 Enable the generation of an optimized version of memmove.
519 Such an implementation may be faster under some conditions
520 but may increase the binary size.
522 config USE_ARCH_MEMSET
523 bool "Use an assembly optimized implementation of memset"
525 depends on !ARM64 || (ARM64 && (GCC_VERSION >= 90400))
527 Enable the generation of an optimized version of memset.
528 Such an implementation may be faster under some conditions
529 but may increase the binary size.
531 config SPL_USE_ARCH_MEMSET
532 bool "Use an assembly optimized implementation of memset for SPL"
533 default y if USE_ARCH_MEMSET
536 Enable the generation of an optimized version of memset.
537 Such an implementation may be faster under some conditions
538 but may increase the binary size.
540 config TPL_USE_ARCH_MEMSET
541 bool "Use an assembly optimized implementation of memset for TPL"
542 default y if USE_ARCH_MEMSET
545 Enable the generation of an optimized version of memset.
546 Such an implementation may be faster under some conditions
547 but may increase the binary size.
549 config ARM64_SUPPORT_AARCH32
550 bool "ARM64 system support AArch32 execution state"
552 default y if !TARGET_THUNDERX_88XX
554 This ARM64 system supports AArch32 execution state.
560 def_bool y if ARCH_EXYNOS || ARCH_S5PC1XX
563 prompt "Target select"
568 select GPIO_EXTRA_HEADER
569 select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB
570 select SPL_SEPARATE_BSS if SPL
575 select GPIO_EXTRA_HEADER
576 select SPL_DM_SPI if SPL
579 Support for TI's DaVinci platform.
582 bool "Marvell Kirkwood"
583 select ARCH_MISC_INIT
584 select BOARD_EARLY_INIT_F
586 select GPIO_EXTRA_HEADER
590 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
595 select GPIO_EXTRA_HEADER
596 select SPL_DM_SPI if SPL
597 select SPL_DM_SPI_FLASH if SPL
598 select SPL_TIMER if SPL
599 select TIMER if !ARM64
608 select GPIO_EXTRA_HEADER
609 select SPL_SEPARATE_BSS if SPL
612 config TARGET_STV0991
613 bool "Support stv0991"
619 select GPIO_EXTRA_HEADER
626 bool "Broadcom BCM283X family"
630 select GPIO_EXTRA_HEADER
633 select SERIAL_SEARCH_ALL
638 bool "Broadcom BCM7XXX family"
641 select GPIO_EXTRA_HEADER
644 imply OF_HAS_PRIOR_STAGE
646 This enables support for Broadcom ARM-based set-top box
647 chipsets, including the 7445 family of chips.
650 bool "Broadcom broadband chip family"
655 config TARGET_VEXPRESS_CA9X4
656 bool "Support vexpress_ca9x4"
660 config TARGET_BCMCYGNUS
661 bool "Support bcmcygnus"
663 select GPIO_EXTRA_HEADER
666 imply BCM_SF2_ETH_GMAC
674 bool "Support Broadcom Northstar2"
676 select GPIO_EXTRA_HEADER
678 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
679 ARMv8 Cortex-A57 processors targeting a broad range of networking
683 bool "Support Broadcom NS3"
685 select BOARD_LATE_INIT
687 Support for Broadcom Northstar 3 SoCs. NS3 is a octo-core 64-bit
688 ARMv8 Cortex-A72 processors targeting a broad range of networking
692 bool "Samsung EXYNOS"
701 select GPIO_EXTRA_HEADER
702 imply SYS_THUMB_BUILD
707 bool "Samsung S5PC1XX"
713 select GPIO_EXTRA_HEADER
717 bool "Calxeda Highbank"
729 imply OF_HAS_PRIOR_STAGE
731 config ARCH_INTEGRATOR
732 bool "ARM Ltd. Integrator family"
735 select GPIO_EXTRA_HEADER
740 bool "Qualcomm IPQ40xx SoCs"
746 select GPIO_EXTRA_HEADER
760 select SYS_ARCH_TIMER
761 select SYS_THUMB_BUILD
767 bool "Texas Instruments' K3 Architecture"
772 config ARCH_OMAP2PLUS
775 select GPIO_EXTRA_HEADER
776 select SPL_BOARD_INIT if SPL
777 select SPL_STACK_R if SPL
779 imply TI_SYSC if DM && OF_CONTROL
781 imply SPL_SEPARATE_BSS
785 select GPIO_EXTRA_HEADER
786 imply DISTRO_DEFAULTS
789 Support for the Meson SoC family developed by Amlogic Inc.,
790 targeted at media players and tablet computers. We currently
791 support the S905 (GXBaby) 64-bit SoC.
796 select GPIO_EXTRA_HEADER
799 select SPL_LIBCOMMON_SUPPORT if SPL
800 select SPL_LIBGENERIC_SUPPORT if SPL
801 select SPL_OF_CONTROL if SPL
804 Support for the MediaTek SoCs family developed by MediaTek Inc.
805 Please refer to doc/README.mediatek for more information.
808 bool "NXP LPC32xx platform"
813 select GPIO_EXTRA_HEADER
819 bool "NXP i.MX8 platform"
821 select SYS_FSL_HAS_SEC
822 select SYS_FSL_SEC_COMPAT_4
823 select SYS_FSL_SEC_LE
826 select GPIO_EXTRA_HEADER
829 select ENABLE_ARM_SOC_BOOT0_HOOK
832 bool "NXP i.MX8M platform"
834 select GPIO_EXTRA_HEADER
836 select SYS_FSL_HAS_SEC
837 select SYS_FSL_SEC_COMPAT_4
838 select SYS_FSL_SEC_LE
841 select DM_EVENT if CLK
846 bool "NXP i.MX8ULP platform"
853 select GPIO_EXTRA_HEADER
859 bool "NXP i.MX9 platform"
865 select GPIO_EXTRA_HEADER
871 bool "NXP i.MXRT platform"
875 select GPIO_EXTRA_HEADER
881 bool "NXP i.MX23 family"
883 select GPIO_EXTRA_HEADER
889 bool "NXP i.MX28 family"
891 select GPIO_EXTRA_HEADER
897 bool "NXP i.MX31 family"
899 select GPIO_EXTRA_HEADER
904 select BOARD_POSTCLK_INIT
906 select GPIO_EXTRA_HEADER
908 select SYS_FSL_HAS_SEC
909 select SYS_FSL_SEC_COMPAT_4
910 select SYS_FSL_SEC_LE
911 select ROM_UNIFIED_SECTIONS
913 imply SYS_THUMB_BUILD
917 select ARCH_MISC_INIT
919 select GPIO_EXTRA_HEADER
922 select SYS_FSL_HAS_SEC
923 select SYS_FSL_SEC_COMPAT_4
924 select SYS_FSL_SEC_LE
925 imply BOARD_EARLY_INIT_F
927 imply SYS_THUMB_BUILD
931 select BOARD_POSTCLK_INIT
933 select GPIO_EXTRA_HEADER
936 select SYS_FSL_HAS_SEC
937 select SYS_FSL_SEC_COMPAT_4
938 select SYS_FSL_SEC_LE
939 select SYS_L2_PL310 if !SYS_L2CACHE_OFF
941 imply SYS_THUMB_BUILD
942 imply SPL_SEPARATE_BSS
946 select BOARD_EARLY_INIT_F
948 select GPIO_EXTRA_HEADER
953 bool "Nexell S5P4418/S5P6818 SoC"
954 select ENABLE_ARM_SOC_BOOT0_HOOK
956 select GPIO_EXTRA_HEADER
959 bool "Support Nuvoton SoCs"
980 select LINUX_KERNEL_IMAGE_HEADER
981 select OF_BOARD_SETUP
985 select POSITION_INDEPENDENT
991 select SYSRESET_WATCHDOG
992 select SYSRESET_WATCHDOG_AUTO
996 imply DISTRO_DEFAULTS
997 imply OF_HAS_PRIOR_STAGE
1000 bool "Actions Semi OWL SoCs"
1003 select GPIO_EXTRA_HEADER
1008 select SYS_RELOC_GD_ENV_ADDR
1012 bool "QEMU Virtual Platform"
1021 imply OF_HAS_PRIOR_STAGE
1024 bool "Renesas ARM SoCs"
1027 select GPIO_EXTRA_HEADER
1028 imply BOARD_EARLY_INIT_F
1031 imply SYS_THUMB_BUILD
1032 imply ARCH_MISC_INIT if DISPLAY_CPUINFO
1034 config ARCH_SNAPDRAGON
1035 bool "Qualcomm Snapdragon SoCs"
1040 select GPIO_EXTRA_HEADER
1049 bool "Altera SOCFPGA family"
1050 select ARCH_EARLY_INIT_R
1051 select ARCH_MISC_INIT if !TARGET_SOCFPGA_ARRIA10
1052 select ARM64 if TARGET_SOCFPGA_SOC64
1053 select CPU_V7A if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1057 select GPIO_EXTRA_HEADER
1058 select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1060 select SPL_DM_RESET if DM_RESET
1061 select SPL_DM_SERIAL
1062 select SPL_LIBCOMMON_SUPPORT
1063 select SPL_LIBGENERIC_SUPPORT
1064 select SPL_OF_CONTROL
1065 select SPL_SEPARATE_BSS if TARGET_SOCFPGA_SOC64
1071 select SYS_THUMB_BUILD if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1073 select SYSRESET_SOCFPGA if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
1074 select SYSRESET_SOCFPGA_SOC64 if TARGET_SOCFPGA_SOC64
1084 imply SPL_DM_SPI_FLASH
1085 imply SPL_LIBDISK_SUPPORT
1087 imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
1088 imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE
1089 imply SPL_SPI_FLASH_SUPPORT
1094 bool "Support sunxi (Allwinner) SoCs"
1097 select CMD_MMC if MMC
1098 select CMD_USB if DISTRO_DEFAULTS && USB_HOST
1102 select DM_I2C if I2C
1103 select DM_SPI if SPI
1104 select DM_SPI_FLASH if SPI
1106 select DM_MMC if MMC
1107 select DM_SCSI if SCSI
1109 select GPIO_EXTRA_HEADER
1110 select OF_BOARD_SETUP
1114 select SPECIFY_CONSOLE_INDEX
1115 select SPL_SEPARATE_BSS if SPL
1116 select SPL_STACK_R if SPL
1117 select SPL_SYS_MALLOC_SIMPLE if SPL
1118 select SPL_SYS_THUMB_BUILD if !ARM64
1121 select SYS_THUMB_BUILD if !ARM64
1122 select USB if DISTRO_DEFAULTS
1123 select USB_KEYBOARD if DISTRO_DEFAULTS && USB_HOST
1124 select USB_STORAGE if DISTRO_DEFAULTS && USB_HOST
1125 select SPL_USE_TINY_PRINTF
1127 select SYS_RELOC_GD_ENV_ADDR
1128 imply BOARD_LATE_INIT
1131 imply CMD_UBI if MTD_RAW_NAND
1132 imply DISTRO_DEFAULTS
1135 imply OF_LIBFDT_OVERLAY
1136 imply PRE_CONSOLE_BUFFER
1138 imply SPL_LIBCOMMON_SUPPORT
1139 imply SPL_LIBGENERIC_SUPPORT
1140 imply SPL_MMC if MMC
1144 imply SYSRESET_WATCHDOG
1145 imply SYSRESET_WATCHDOG_AUTO
1150 bool "ST-Ericsson U8500 Series"
1154 select DM_MMC if MMC
1156 select DM_USB_GADGET if DM_USB
1160 imply AB8500_USB_PHY
1161 imply ARM_PL180_MMCI
1166 imply NOMADIK_MTU_TIMER
1171 imply SYS_THUMB_BUILD
1172 imply SYSRESET_SYSCON
1175 bool "Support Xilinx Versal Platform"
1179 select DM_MMC if MMC
1184 imply BOARD_LATE_INIT
1185 imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1187 config ARCH_VERSAL_NET
1188 bool "Support Xilinx Versal NET Platform"
1192 select DM_MMC if MMC
1195 imply BOARD_LATE_INIT
1196 imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1199 bool "Freescale Vybrid"
1201 select GPIO_EXTRA_HEADER
1202 select IOMUX_SHARE_CONF_REG
1204 select SYS_FSL_ERRATUM_ESDHC111
1209 bool "Xilinx Zynq based platform"
1210 select ARM_TWD_TIMER
1214 select DEBUG_UART_BOARD_INIT if SPL && DEBUG_UART
1216 select DM_MMC if MMC
1222 select SPL_BOARD_INIT if SPL
1223 select SPL_CLK if SPL
1224 select SPL_DM if SPL
1225 select SPL_DM_SPI if SPL
1226 select SPL_DM_SPI_FLASH if SPL
1227 select SPL_OF_CONTROL if SPL
1228 select SPL_SEPARATE_BSS if SPL
1229 select SPL_TIMER if SPL
1232 imply ARCH_EARLY_INIT_R
1233 imply BOARD_LATE_INIT
1237 imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1240 config ARCH_ZYNQMP_R5
1241 bool "Xilinx ZynqMP R5 based platform"
1245 select DM_MMC if MMC
1252 bool "Xilinx ZynqMP based platform"
1256 select DEBUG_UART_BOARD_INIT if SPL && DEBUG_UART
1258 select DM_MMC if MMC
1260 select DM_SPI if SPI
1261 select DM_SPI_FLASH if DM_SPI
1265 select SPL_BOARD_INIT if SPL
1266 select SPL_CLK if SPL
1267 select SPL_DM if SPL
1268 select SPL_DM_SPI if SPI && SPL_DM
1269 select SPL_DM_SPI_FLASH if SPL_DM_SPI
1270 select SPL_DM_MAILBOX if SPL
1271 imply SPL_FIRMWARE if SPL
1272 select SPL_SEPARATE_BSS if SPL
1274 imply ZYNQMP_IPI if DM_MAILBOX
1276 imply BOARD_LATE_INIT
1278 imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1282 imply ZYNQMP_GPIO_MODEPIN if DM_GPIO && USB
1286 select GPIO_EXTRA_HEADER
1287 imply DISTRO_DEFAULTS
1290 config ARCH_VEXPRESS64
1291 bool "Support ARMv8 Arm Ltd. VExpress based boards and models"
1299 select MTD_NOR_FLASH if MTD
1300 select FLASH_CFI_DRIVER if MTD
1301 select ENV_IS_IN_FLASH if MTD
1302 imply DISTRO_DEFAULTS
1304 config TARGET_CORSTONE1000
1305 bool "Support Corstone1000 Platform"
1310 config TARGET_TOTAL_COMPUTE
1311 bool "Support Total Compute Platform"
1319 config TARGET_LS2080A_EMU
1320 bool "Support ls2080a_emu"
1323 select ARMV8_MULTIENTRY
1324 select FSL_DDR_SYNC_REFRESH
1325 select GPIO_EXTRA_HEADER
1327 Support for Freescale LS2080A_EMU platform.
1328 The LS2080A Development System (EMULATOR) is a pre-silicon
1329 development platform that supports the QorIQ LS2080A
1330 Layerscape Architecture processor.
1332 config TARGET_LS1088AQDS
1333 bool "Support ls1088aqds"
1336 select ARMV8_MULTIENTRY
1337 select ARCH_SUPPORT_TFABOOT
1338 select BOARD_LATE_INIT
1339 select GPIO_EXTRA_HEADER
1341 select FSL_DDR_INTERACTIVE if !SD_BOOT
1343 Support for NXP LS1088AQDS platform.
1344 The LS1088A Development System (QDS) is a high-performance
1345 development platform that supports the QorIQ LS1088A
1346 Layerscape Architecture processor.
1348 config TARGET_LS2080AQDS
1349 bool "Support ls2080aqds"
1352 select ARMV8_MULTIENTRY
1353 select ARCH_SUPPORT_TFABOOT
1354 select BOARD_LATE_INIT
1355 select GPIO_EXTRA_HEADER
1360 select FSL_DDR_INTERACTIVE if !SPL
1362 Support for Freescale LS2080AQDS platform.
1363 The LS2080A Development System (QDS) is a high-performance
1364 development platform that supports the QorIQ LS2080A
1365 Layerscape Architecture processor.
1367 config TARGET_LS2080ARDB
1368 bool "Support ls2080ardb"
1371 select ARMV8_MULTIENTRY
1372 select ARCH_SUPPORT_TFABOOT
1373 select BOARD_LATE_INIT
1376 select FSL_DDR_INTERACTIVE if !SPL
1377 select GPIO_EXTRA_HEADER
1381 Support for Freescale LS2080ARDB platform.
1382 The LS2080A Reference design board (RDB) is a high-performance
1383 development platform that supports the QorIQ LS2080A
1384 Layerscape Architecture processor.
1386 config TARGET_LS2081ARDB
1387 bool "Support ls2081ardb"
1390 select ARMV8_MULTIENTRY
1391 select BOARD_LATE_INIT
1392 select GPIO_EXTRA_HEADER
1395 Support for Freescale LS2081ARDB platform.
1396 The LS2081A Reference design board (RDB) is a high-performance
1397 development platform that supports the QorIQ LS2081A/LS2041A
1398 Layerscape Architecture processor.
1400 config TARGET_LX2160ARDB
1401 bool "Support lx2160ardb"
1404 select ARMV8_MULTIENTRY
1405 select ARCH_SUPPORT_TFABOOT
1406 select BOARD_LATE_INIT
1407 select GPIO_EXTRA_HEADER
1409 Support for NXP LX2160ARDB platform.
1410 The lx2160ardb (LX2160A Reference design board (RDB)
1411 is a high-performance development platform that supports the
1412 QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor.
1414 config TARGET_LX2160AQDS
1415 bool "Support lx2160aqds"
1418 select ARMV8_MULTIENTRY
1419 select ARCH_SUPPORT_TFABOOT
1420 select BOARD_LATE_INIT
1421 select GPIO_EXTRA_HEADER
1423 Support for NXP LX2160AQDS platform.
1424 The lx2160aqds (LX2160A QorIQ Development System (QDS)
1425 is a high-performance development platform that supports the
1426 QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor.
1428 config TARGET_LX2162AQDS
1429 bool "Support lx2162aqds"
1431 select ARCH_MISC_INIT
1433 select ARMV8_MULTIENTRY
1434 select ARCH_SUPPORT_TFABOOT
1435 select BOARD_LATE_INIT
1436 select GPIO_EXTRA_HEADER
1438 Support for NXP LX2162AQDS platform.
1439 The lx2162aqds support is based on LX2160A Layerscape Architecture processor.
1442 bool "Support HiKey 96boards Consumer Edition Platform"
1447 select GPIO_EXTRA_HEADER
1450 select SPECIFY_CONSOLE_INDEX
1453 Support for HiKey 96boards platform. It features a HI6220
1454 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
1456 config TARGET_HIKEY960
1457 bool "Support HiKey960 96boards Consumer Edition Platform"
1461 select GPIO_EXTRA_HEADER
1466 Support for HiKey960 96boards platform. It features a HI3660
1467 SoC, with 4xA73 CPU, 4xA53 CPU, MALI-G71 GPU, and 3GB RAM.
1469 config TARGET_POPLAR
1470 bool "Support Poplar 96boards Enterprise Edition Platform"
1474 select GPIO_EXTRA_HEADER
1479 Support for Poplar 96boards EE platform. It features a HI3798cv200
1480 SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU
1481 making it capable of running any commercial set-top solution based on
1484 config TARGET_LS1012AQDS
1485 bool "Support ls1012aqds"
1488 select ARCH_SUPPORT_TFABOOT
1489 select BOARD_LATE_INIT
1490 select GPIO_EXTRA_HEADER
1492 Support for Freescale LS1012AQDS platform.
1493 The LS1012A Development System (QDS) is a high-performance
1494 development platform that supports the QorIQ LS1012A
1495 Layerscape Architecture processor.
1497 config TARGET_LS1012ARDB
1498 bool "Support ls1012ardb"
1501 select ARCH_SUPPORT_TFABOOT
1502 select BOARD_LATE_INIT
1503 select GPIO_EXTRA_HEADER
1507 Support for Freescale LS1012ARDB platform.
1508 The LS1012A Reference design board (RDB) is a high-performance
1509 development platform that supports the QorIQ LS1012A
1510 Layerscape Architecture processor.
1512 config TARGET_LS1012A2G5RDB
1513 bool "Support ls1012a2g5rdb"
1516 select ARCH_SUPPORT_TFABOOT
1517 select BOARD_LATE_INIT
1518 select GPIO_EXTRA_HEADER
1521 Support for Freescale LS1012A2G5RDB platform.
1522 The LS1012A 2G5 Reference design board (RDB) is a high-performance
1523 development platform that supports the QorIQ LS1012A
1524 Layerscape Architecture processor.
1526 config TARGET_LS1012AFRWY
1527 bool "Support ls1012afrwy"
1530 select ARCH_SUPPORT_TFABOOT
1531 select BOARD_LATE_INIT
1532 select GPIO_EXTRA_HEADER
1536 Support for Freescale LS1012AFRWY platform.
1537 The LS1012A FRWY board (FRWY) is a high-performance
1538 development platform that supports the QorIQ LS1012A
1539 Layerscape Architecture processor.
1541 config TARGET_LS1012AFRDM
1542 bool "Support ls1012afrdm"
1545 select ARCH_SUPPORT_TFABOOT
1546 select GPIO_EXTRA_HEADER
1548 Support for Freescale LS1012AFRDM platform.
1549 The LS1012A Freedom board (FRDM) is a high-performance
1550 development platform that supports the QorIQ LS1012A
1551 Layerscape Architecture processor.
1553 config TARGET_LS1028AQDS
1554 bool "Support ls1028aqds"
1557 select ARMV8_MULTIENTRY
1558 select ARCH_SUPPORT_TFABOOT
1559 select BOARD_LATE_INIT
1560 select GPIO_EXTRA_HEADER
1562 Support for Freescale LS1028AQDS platform
1563 The LS1028A Development System (QDS) is a high-performance
1564 development platform that supports the QorIQ LS1028A
1565 Layerscape Architecture processor.
1567 config TARGET_LS1028ARDB
1568 bool "Support ls1028ardb"
1571 select ARMV8_MULTIENTRY
1572 select ARCH_SUPPORT_TFABOOT
1573 select BOARD_LATE_INIT
1574 select GPIO_EXTRA_HEADER
1576 Support for Freescale LS1028ARDB platform
1577 The LS1028A Development System (RDB) is a high-performance
1578 development platform that supports the QorIQ LS1028A
1579 Layerscape Architecture processor.
1581 config TARGET_LS1088ARDB
1582 bool "Support ls1088ardb"
1585 select ARMV8_MULTIENTRY
1586 select ARCH_SUPPORT_TFABOOT
1587 select BOARD_LATE_INIT
1589 select FSL_DDR_INTERACTIVE if !SD_BOOT
1590 select GPIO_EXTRA_HEADER
1592 Support for NXP LS1088ARDB platform.
1593 The LS1088A Reference design board (RDB) is a high-performance
1594 development platform that supports the QorIQ LS1088A
1595 Layerscape Architecture processor.
1597 config TARGET_LS1021AQDS
1598 bool "Support ls1021aqds"
1600 select ARCH_SUPPORT_PSCI
1601 select BOARD_EARLY_INIT_F
1602 select BOARD_LATE_INIT
1604 select CPU_V7_HAS_NONSEC
1605 select CPU_V7_HAS_VIRT
1606 select LS1_DEEP_SLEEP
1607 select PEN_ADDR_BIG_ENDIAN
1610 select FSL_DDR_INTERACTIVE
1611 select DM_SPI_FLASH if FSL_DSPI || FSL_QSPI
1612 select GPIO_EXTRA_HEADER
1613 select SPI_FLASH_DATAFLASH if FSL_DSPI || FSL_QSPI
1616 config TARGET_LS1021ATWR
1617 bool "Support ls1021atwr"
1619 select ARCH_SUPPORT_PSCI
1620 select BOARD_EARLY_INIT_F
1621 select BOARD_LATE_INIT
1623 select CPU_V7_HAS_NONSEC
1624 select CPU_V7_HAS_VIRT
1625 select LS1_DEEP_SLEEP
1626 select PEN_ADDR_BIG_ENDIAN
1628 select DM_SPI_FLASH if FSL_DSPI || FSL_QSPI
1629 select GPIO_EXTRA_HEADER
1632 config TARGET_PG_WCOM_SELI8
1633 bool "Support Hitachi-Powergrids SELI8 service unit card"
1635 select ARCH_SUPPORT_PSCI
1636 select BOARD_EARLY_INIT_F
1637 select BOARD_LATE_INIT
1639 select CPU_V7_HAS_NONSEC
1640 select CPU_V7_HAS_VIRT
1642 select FSL_DDR_INTERACTIVE
1643 select GPIO_EXTRA_HEADER
1647 Support for Hitachi-Powergrids SELI8 service unit card.
1648 SELI8 is a QorIQ LS1021a based service unit card used
1649 in XMC20 and FOX615 product families.
1651 config TARGET_PG_WCOM_EXPU1
1652 bool "Support Hitachi-Powergrids EXPU1 service unit card"
1654 select ARCH_SUPPORT_PSCI
1655 select BOARD_EARLY_INIT_F
1656 select BOARD_LATE_INIT
1658 select CPU_V7_HAS_NONSEC
1659 select CPU_V7_HAS_VIRT
1661 select FSL_DDR_INTERACTIVE
1665 Support for Hitachi-Powergrids EXPU1 service unit card.
1666 EXPU1 is a QorIQ LS1021a based service unit card used
1667 in XMC20 and FOX615 product families.
1669 config TARGET_LS1021ATSN
1670 bool "Support ls1021atsn"
1672 select ARCH_SUPPORT_PSCI
1673 select BOARD_EARLY_INIT_F
1674 select BOARD_LATE_INIT
1676 select CPU_V7_HAS_NONSEC
1677 select CPU_V7_HAS_VIRT
1678 select LS1_DEEP_SLEEP
1680 select GPIO_EXTRA_HEADER
1683 config TARGET_LS1021AIOT
1684 bool "Support ls1021aiot"
1686 select ARCH_SUPPORT_PSCI
1687 select BOARD_LATE_INIT
1689 select CPU_V7_HAS_NONSEC
1690 select CPU_V7_HAS_VIRT
1691 select PEN_ADDR_BIG_ENDIAN
1693 select DM_SPI_FLASH if FSL_DSPI || FSL_QSPI
1694 select GPIO_EXTRA_HEADER
1697 Support for Freescale LS1021AIOT platform.
1698 The LS1021A Freescale board (IOT) is a high-performance
1699 development platform that supports the QorIQ LS1021A
1700 Layerscape Architecture processor.
1702 config TARGET_LS1043AQDS
1703 bool "Support ls1043aqds"
1706 select ARMV8_MULTIENTRY
1707 select ARCH_SUPPORT_TFABOOT
1708 select BOARD_EARLY_INIT_F
1709 select BOARD_LATE_INIT
1711 select FSL_DDR_INTERACTIVE if !SPL
1712 select FSL_DSPI if !SPL_NO_DSPI
1713 select DM_SPI_FLASH if FSL_DSPI
1714 select GPIO_EXTRA_HEADER
1718 Support for Freescale LS1043AQDS platform.
1720 config TARGET_LS1043ARDB
1721 bool "Support ls1043ardb"
1724 select ARMV8_MULTIENTRY
1725 select ARCH_SUPPORT_TFABOOT
1726 select BOARD_EARLY_INIT_F
1727 select BOARD_LATE_INIT
1729 select FSL_DSPI if !SPL_NO_DSPI
1730 select DM_SPI_FLASH if FSL_DSPI
1731 select GPIO_EXTRA_HEADER
1733 Support for Freescale LS1043ARDB platform.
1735 config TARGET_LS1046AQDS
1736 bool "Support ls1046aqds"
1739 select ARMV8_MULTIENTRY
1740 select ARCH_SUPPORT_TFABOOT
1741 select BOARD_EARLY_INIT_F
1742 select BOARD_LATE_INIT
1743 select DM_SPI_FLASH if DM_SPI
1745 select FSL_DDR_BIST if !SPL
1746 select FSL_DDR_INTERACTIVE if !SPL
1747 select FSL_DDR_INTERACTIVE if !SPL
1748 select GPIO_EXTRA_HEADER
1751 Support for Freescale LS1046AQDS platform.
1752 The LS1046A Development System (QDS) is a high-performance
1753 development platform that supports the QorIQ LS1046A
1754 Layerscape Architecture processor.
1756 config TARGET_LS1046ARDB
1757 bool "Support ls1046ardb"
1760 select ARMV8_MULTIENTRY
1761 select ARCH_SUPPORT_TFABOOT
1762 select BOARD_EARLY_INIT_F
1763 select BOARD_LATE_INIT
1764 select DM_SPI_FLASH if DM_SPI
1765 select POWER_MC34VR500
1768 select FSL_DDR_INTERACTIVE if !SPL
1769 select GPIO_EXTRA_HEADER
1772 Support for Freescale LS1046ARDB platform.
1773 The LS1046A Reference Design Board (RDB) is a high-performance
1774 development platform that supports the QorIQ LS1046A
1775 Layerscape Architecture processor.
1777 config TARGET_LS1046AFRWY
1778 bool "Support ls1046afrwy"
1781 select ARMV8_MULTIENTRY
1782 select ARCH_SUPPORT_TFABOOT
1783 select BOARD_EARLY_INIT_F
1784 select BOARD_LATE_INIT
1785 select DM_SPI_FLASH if DM_SPI
1786 select GPIO_EXTRA_HEADER
1789 Support for Freescale LS1046AFRWY platform.
1790 The LS1046A Freeway Board (FRWY) is a high-performance
1791 development platform that supports the QorIQ LS1046A
1792 Layerscape Architecture processor.
1798 select ARMV8_MULTIENTRY
1813 select GPIO_EXTRA_HEADER
1814 select SPL_DM if SPL
1815 select SPL_DM_SPI if SPL
1816 select SPL_DM_SPI_FLASH if SPL
1817 select SPL_DM_I2C if SPL
1818 select SPL_DM_MMC if SPL
1819 select SPL_DM_SERIAL if SPL
1821 Support for Kontron SMARC-sAL28 board.
1824 bool "Support ten64"
1826 select ARCH_MISC_INIT
1828 select ARMV8_MULTIENTRY
1829 select ARCH_SUPPORT_TFABOOT
1830 select BOARD_LATE_INIT
1832 select FSL_DDR_INTERACTIVE if !SD_BOOT
1833 select GPIO_EXTRA_HEADER
1835 Support for Traverse Technologies Ten64 board, based
1838 config ARCH_UNIPHIER
1839 bool "Socionext UniPhier SoCs"
1840 select BOARD_LATE_INIT
1848 select OF_BOARD_SETUP
1852 select SPL_BOARD_INIT if SPL
1853 select SPL_DM if SPL
1854 select SPL_LIBCOMMON_SUPPORT if SPL
1855 select SPL_LIBGENERIC_SUPPORT if SPL
1856 select SPL_OF_CONTROL if SPL
1857 select SPL_PINCTRL if SPL
1860 imply DISTRO_DEFAULTS
1863 Support for UniPhier SoC family developed by Socionext Inc.
1864 (formerly, System LSI Business Division of Panasonic Corporation)
1866 config ARCH_SYNQUACER
1867 bool "Socionext SynQuacer SoCs"
1873 select SYSRESET_PSCI
1876 Support for SynQuacer SoC family developed by Socionext Inc.
1877 This SoC is used on 96boards EE DeveloperBox.
1880 bool "Support STMicroelectronics STM32 MCU with cortex M"
1887 bool "Support STMicroelectronics SoCs"
1896 Support for STMicroelectronics STiH407/10 SoC family.
1897 This SoC is used on Linaro 96Board STiH410-B2260
1900 bool "Support STMicroelectronics STM32MP Socs with cortex A"
1901 select ARCH_MISC_INIT
1902 select ARCH_SUPPORT_TFABOOT
1903 select BOARD_LATE_INIT
1912 select OF_SYSTEM_SETUP
1917 select SYS_THUMB_BUILD
1921 imply OF_LIBFDT_OVERLAY
1922 imply ENV_VARS_UBOOT_RUNTIME_CONFIG
1926 Support for STM32MP SoC family developed by STMicroelectronics,
1927 MPUs based on ARM cortex A core
1928 U-BOOT is running in DDR, loaded by the First Stage BootLoader (FSBL).
1929 FSBL can be TF-A: Trusted Firmware for Cortex A, for trusted boot
1931 SPL is the unsecure FSBL for the basic boot chain.
1933 config ARCH_ROCKCHIP
1934 bool "Support Rockchip SoCs"
1936 select BINMAN if SPL_OPTEE || SPL
1946 select ENABLE_ARM_SOC_BOOT0_HOOK
1949 select SPL_DM if SPL
1950 select SPL_DM_SPI if SPL
1951 select SPL_DM_SPI_FLASH if SPL
1953 select SYS_THUMB_BUILD if !ARM64
1956 imply DEBUG_UART_BOARD_INIT
1957 imply DISTRO_DEFAULTS
1959 imply SARADC_ROCKCHIP
1961 imply SPL_SYS_MALLOC_SIMPLE
1964 imply USB_FUNCTION_FASTBOOT
1966 config ARCH_OCTEONTX
1967 bool "Support OcteonTX SoCs"
1970 select GPIO_EXTRA_HEADER
1974 select BOARD_LATE_INIT
1975 select SYS_CACHE_SHIFT_7
1976 select SYS_PCI_64BIT if PCI
1977 imply OF_HAS_PRIOR_STAGE
1979 config ARCH_OCTEONTX2
1980 bool "Support OcteonTX2 SoCs"
1983 select GPIO_EXTRA_HEADER
1987 select BOARD_LATE_INIT
1988 select SYS_CACHE_SHIFT_7
1989 select SYS_PCI_64BIT if PCI
1990 imply OF_HAS_PRIOR_STAGE
1992 config TARGET_THUNDERX_88XX
1993 bool "Support ThunderX 88xx"
1995 select GPIO_EXTRA_HEADER
1998 select SYS_CACHE_SHIFT_7
2001 bool "Support Aspeed SoCs"
2006 config TARGET_DURIAN
2007 bool "Support Phytium Durian Platform"
2009 select GPIO_EXTRA_HEADER
2011 Support for durian platform.
2012 It has 2GB Sdram, uart and pcie.
2014 config TARGET_POMELO
2015 bool "Support Phytium Pomelo Platform"
2029 Support for pomelo platform.
2030 It has 8GB Sdram, uart and pcie.
2032 config TARGET_PRESIDIO_ASIC
2033 bool "Support Cortina Presidio ASIC Platform"
2037 config TARGET_XENGUEST_ARM64
2038 bool "Xen guest ARM64"
2042 select LINUX_KERNEL_IMAGE_HEADER
2045 imply OF_HAS_PRIOR_STAGE
2048 bool "Support HPE GXP SoCs"
2055 config SUPPORT_PASSING_ATAGS
2056 bool "Support pre-devicetree ATAG-based booting"
2058 imply SETUP_MEMORY_TAGS
2060 Support for booting older Linux kernels, using ATAGs rather than
2061 passing a devicetree. This is option is rarely used, and the
2062 semantics are defined at
2063 https://www.kernel.org/doc/Documentation/arm/Booting at section 4a.
2065 config SETUP_MEMORY_TAGS
2066 bool "Pass memory size information via ATAG"
2067 depends on SUPPORT_PASSING_ATAGS
2070 bool "Pass Linux kernel cmdline via ATAG"
2071 depends on SUPPORT_PASSING_ATAGS
2074 bool "Pass initrd starting point and size via ATAG"
2075 depends on SUPPORT_PASSING_ATAGS
2078 bool "Pass system revision via ATAG"
2079 depends on SUPPORT_PASSING_ATAGS
2082 bool "Pass system serial number via ATAG"
2083 depends on SUPPORT_PASSING_ATAGS
2085 config STATIC_MACH_TYPE
2086 bool "Statically define the Machine ID number"
2087 default y if TARGET_DS109 || TARGET_NOKIA_RX51 || TARGET_DS414 || DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
2089 When booting via ATAGs, enable this option if we know the correct
2090 machine ID number to use at compile time. Some systems will be
2091 passed the number dynamically by whatever loads U-Boot.
2094 int "Machine ID number"
2095 depends on STATIC_MACH_TYPE
2096 default 527 if TARGET_DS109
2097 default 1955 if TARGET_NOKIA_RX51
2098 default 3036 if TARGET_DS414
2099 default 4283 if DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
2101 When booting via ATAGs, the machine type must be passed as a number.
2102 For the full list see https://www.arm.linux.org.uk/developer/machines
2104 config ARCH_SUPPORT_TFABOOT
2108 bool "Support for booting from TF-A"
2109 depends on ARCH_SUPPORT_TFABOOT
2111 Some platforms support the setup of secure registers (for instance
2112 for CPU errata handling) or provide secure services like PSCI.
2113 Those services could also be provided by other firmware parts
2114 like TF-A (Trusted Firmware for Cortex-A), in which case U-Boot
2115 does not need to (and cannot) execute this code.
2116 Enabling this option will make a U-Boot binary that is relying
2117 on other firmware layers to provide secure functionality.
2119 config TI_SECURE_DEVICE
2120 bool "HS Device Type Support"
2121 depends on ARCH_KEYSTONE || ARCH_OMAP2PLUS || ARCH_K3
2123 If a high secure (HS) device type is being used, this config
2124 must be set. This option impacts various aspects of the
2125 build system (to create signed boot images that can be
2126 authenticated) and the code. See the doc/README.ti-secure
2127 file for further details.
2129 config SYS_KWD_CONFIG
2130 string "kwbimage config file path"
2131 depends on ARCH_KIRKWOOD || ARCH_MVEBU
2132 default "arch/arm/mach-mvebu/kwbimage.cfg"
2134 Path within the source directory to the kwbimage.cfg file to use
2135 when packaging the U-Boot image for use.
2137 source "arch/arm/mach-apple/Kconfig"
2139 source "arch/arm/mach-aspeed/Kconfig"
2141 source "arch/arm/mach-at91/Kconfig"
2143 source "arch/arm/mach-bcm283x/Kconfig"
2145 source "arch/arm/mach-bcmbca/Kconfig"
2147 source "arch/arm/mach-bcmstb/Kconfig"
2149 source "arch/arm/mach-davinci/Kconfig"
2151 source "arch/arm/mach-exynos/Kconfig"
2153 source "arch/arm/mach-hpe/gxp/Kconfig"
2155 source "arch/arm/mach-highbank/Kconfig"
2157 source "arch/arm/mach-integrator/Kconfig"
2159 source "arch/arm/mach-ipq40xx/Kconfig"
2161 source "arch/arm/mach-k3/Kconfig"
2163 source "arch/arm/mach-keystone/Kconfig"
2165 source "arch/arm/mach-kirkwood/Kconfig"
2167 source "arch/arm/mach-lpc32xx/Kconfig"
2169 source "arch/arm/mach-mvebu/Kconfig"
2171 source "arch/arm/mach-octeontx/Kconfig"
2173 source "arch/arm/mach-octeontx2/Kconfig"
2175 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
2177 source "arch/arm/mach-imx/mx3/Kconfig"
2179 source "arch/arm/mach-imx/mx5/Kconfig"
2181 source "arch/arm/mach-imx/mx6/Kconfig"
2183 source "arch/arm/mach-imx/mx7/Kconfig"
2185 source "arch/arm/mach-imx/mx7ulp/Kconfig"
2187 source "arch/arm/mach-imx/imx8/Kconfig"
2189 source "arch/arm/mach-imx/imx8m/Kconfig"
2191 source "arch/arm/mach-imx/imx8ulp/Kconfig"
2193 source "arch/arm/mach-imx/imx9/Kconfig"
2195 source "arch/arm/mach-imx/imxrt/Kconfig"
2197 source "arch/arm/mach-imx/mxs/Kconfig"
2199 source "arch/arm/mach-omap2/Kconfig"
2201 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
2203 source "arch/arm/mach-orion5x/Kconfig"
2205 source "arch/arm/mach-owl/Kconfig"
2207 source "arch/arm/mach-rmobile/Kconfig"
2209 source "arch/arm/mach-meson/Kconfig"
2211 source "arch/arm/mach-mediatek/Kconfig"
2213 source "arch/arm/mach-qemu/Kconfig"
2215 source "arch/arm/mach-rockchip/Kconfig"
2217 source "arch/arm/mach-s5pc1xx/Kconfig"
2219 source "arch/arm/mach-snapdragon/Kconfig"
2221 source "arch/arm/mach-socfpga/Kconfig"
2223 source "arch/arm/mach-sti/Kconfig"
2225 source "arch/arm/mach-stm32/Kconfig"
2227 source "arch/arm/mach-stm32mp/Kconfig"
2229 source "arch/arm/mach-sunxi/Kconfig"
2231 source "arch/arm/mach-tegra/Kconfig"
2233 source "arch/arm/mach-u8500/Kconfig"
2235 source "arch/arm/mach-uniphier/Kconfig"
2237 source "arch/arm/cpu/armv7/vf610/Kconfig"
2239 source "arch/arm/mach-zynq/Kconfig"
2241 source "arch/arm/mach-zynqmp/Kconfig"
2243 source "arch/arm/mach-versal/Kconfig"
2245 source "arch/arm/mach-versal-net/Kconfig"
2247 source "arch/arm/mach-zynqmp-r5/Kconfig"
2249 source "arch/arm/cpu/armv7/Kconfig"
2251 source "arch/arm/cpu/armv8/Kconfig"
2253 source "arch/arm/mach-imx/Kconfig"
2255 source "arch/arm/mach-nexell/Kconfig"
2257 source "arch/arm/mach-npcm/Kconfig"
2259 source "board/armltd/total_compute/Kconfig"
2260 source "board/armltd/corstone1000/Kconfig"
2261 source "board/bosch/shc/Kconfig"
2262 source "board/bosch/guardian/Kconfig"
2263 source "board/Marvell/octeontx/Kconfig"
2264 source "board/Marvell/octeontx2/Kconfig"
2265 source "board/armltd/vexpress/Kconfig"
2266 source "board/armltd/vexpress64/Kconfig"
2267 source "board/cortina/presidio-asic/Kconfig"
2268 source "board/broadcom/bcmns3/Kconfig"
2269 source "board/cavium/thunderx/Kconfig"
2270 source "board/eets/pdu001/Kconfig"
2271 source "board/emulation/qemu-arm/Kconfig"
2272 source "board/freescale/ls2080aqds/Kconfig"
2273 source "board/freescale/ls2080ardb/Kconfig"
2274 source "board/freescale/ls1088a/Kconfig"
2275 source "board/freescale/ls1028a/Kconfig"
2276 source "board/freescale/ls1021aqds/Kconfig"
2277 source "board/freescale/ls1043aqds/Kconfig"
2278 source "board/freescale/ls1021atwr/Kconfig"
2279 source "board/freescale/ls1021atsn/Kconfig"
2280 source "board/freescale/ls1021aiot/Kconfig"
2281 source "board/freescale/ls1046aqds/Kconfig"
2282 source "board/freescale/ls1043ardb/Kconfig"
2283 source "board/freescale/ls1046ardb/Kconfig"
2284 source "board/freescale/ls1046afrwy/Kconfig"
2285 source "board/freescale/ls1012aqds/Kconfig"
2286 source "board/freescale/ls1012ardb/Kconfig"
2287 source "board/freescale/ls1012afrdm/Kconfig"
2288 source "board/freescale/lx2160a/Kconfig"
2289 source "board/grinn/chiliboard/Kconfig"
2290 source "board/hisilicon/hikey/Kconfig"
2291 source "board/hisilicon/hikey960/Kconfig"
2292 source "board/hisilicon/poplar/Kconfig"
2293 source "board/isee/igep003x/Kconfig"
2294 source "board/kontron/sl28/Kconfig"
2295 source "board/myir/mys_6ulx/Kconfig"
2296 source "board/samsung/common/Kconfig"
2297 source "board/siemens/common/Kconfig"
2298 source "board/seeed/npi_imx6ull/Kconfig"
2299 source "board/socionext/developerbox/Kconfig"
2300 source "board/st/stv0991/Kconfig"
2301 source "board/tcl/sl50/Kconfig"
2302 source "board/traverse/ten64/Kconfig"
2303 source "board/variscite/dart_6ul/Kconfig"
2304 source "board/vscom/baltos/Kconfig"
2305 source "board/phytium/durian/Kconfig"
2306 source "board/phytium/pomelo/Kconfig"
2307 source "board/xen/xenguest_arm64/Kconfig"
2309 source "arch/arm/Kconfig.debug"