1 menu "ARM architecture"
10 select SYS_CACHE_SHIFT_6
13 config POSITION_INDEPENDENT
14 bool "Generate position-independent pre-relocation code"
16 U-Boot expects to be linked to a specific hard-coded address, and to
17 be loaded to and run from that address. This option lifts that
18 restriction, thus allowing the code to be loaded to and executed
19 from almost any address. This logic relies on the relocation
20 information that is embedded into the binary to support U-Boot
21 relocating itself to the top-of-RAM later during execution.
23 config SYS_INIT_SP_BSS_OFFSET
26 U-Boot typically uses a hard-coded value for the stack pointer
27 before relocation. Define this option to instead calculate the
28 initial SP at run-time. This is useful to avoid hard-coding addresses
29 into U-Boot, so that can be loaded and executed at arbitrary
30 addresses and thus avoid using arbitrary addresses at runtime. This
31 option's value is the offset added to &_bss_start in order to
32 calculate the stack pointer. This offset should be large enough so
33 that the early malloc region, global data (gd), and early stack usage
34 do not overlap any appended DTB.
36 config LINUX_KERNEL_IMAGE_HEADER
39 Place a Linux kernel image header at the start of the U-Boot binary.
40 The format of the header is described in the Linux kernel source at
41 Documentation/arm64/booting.txt. This feature is useful since the
42 image header reports the amount of memory (BSS and similar) that
43 U-Boot needs to use, but which isn't part of the binary.
45 if LINUX_KERNEL_IMAGE_HEADER
46 config LNX_KRNL_IMG_TEXT_OFFSET_BASE
49 The value subtracted from CONFIG_SYS_TEXT_BASE to calculate the
50 TEXT_OFFSET value written in to the Linux kernel image header.
56 default y if ARM64 && !POSITION_INDEPENDENT
58 config DMA_ADDR_T_64BIT
68 # Used for compatibility with asm files copied from the kernel
69 config ARM_ASM_UNIFIED
73 # Used for compatibility with asm files copied from the kernel
77 config SYS_ARM_CACHE_CP15
78 bool "CP15 based cache enabling support"
80 Select this if your processor suports enabling caches by using
84 bool "MMU-based Paged Memory Management Support"
85 select SYS_ARM_CACHE_CP15
87 Select if you want MMU-based virtualised addressing space
88 support by paged memory management.
91 bool 'Use the ARM v7 PMSA Compliant MPU'
93 Some ARM systems without an MMU have instead a Memory Protection
94 Unit (MPU) that defines the type and permissions for regions of
96 If your CPU has an MPU then you should choose 'y' here unless you
97 know that you do not want to use the MPU.
99 # If set, the workarounds for these ARM errata are applied early during U-Boot
100 # startup. Note that in general these options force the workarounds to be
101 # applied; no CPU-type/version detection exists, unlike the similar options in
102 # the Linux kernel. Do not set these options unless they apply! Also note that
103 # the following can be machine specific errata. These do have ability to
104 # provide rudimentary version and machine specific checks, but expect no
106 # CONFIG_ARM_ERRATA_430973
107 # CONFIG_ARM_ERRATA_454179
108 # CONFIG_ARM_ERRATA_621766
109 # CONFIG_ARM_ERRATA_798870
110 # CONFIG_ARM_ERRATA_801819
111 # CONFIG_ARM_CORTEX_A8_CVE_2017_5715
112 # CONFIG_ARM_CORTEX_A15_CVE_2017_5715
114 config ARM_ERRATA_430973
117 config ARM_ERRATA_454179
120 config ARM_ERRATA_621766
123 config ARM_ERRATA_716044
126 config ARM_ERRATA_725233
129 config ARM_ERRATA_742230
132 config ARM_ERRATA_743622
135 config ARM_ERRATA_751472
138 config ARM_ERRATA_761320
141 config ARM_ERRATA_773022
144 config ARM_ERRATA_774769
147 config ARM_ERRATA_794072
150 config ARM_ERRATA_798870
153 config ARM_ERRATA_801819
156 config ARM_ERRATA_826974
159 config ARM_ERRATA_828024
162 config ARM_ERRATA_829520
165 config ARM_ERRATA_833069
168 config ARM_ERRATA_833471
171 config ARM_ERRATA_845369
174 config ARM_ERRATA_852421
177 config ARM_ERRATA_852423
180 config ARM_ERRATA_855873
183 config ARM_CORTEX_A8_CVE_2017_5715
186 config ARM_CORTEX_A15_CVE_2017_5715
191 select SYS_CACHE_SHIFT_5
196 select SYS_CACHE_SHIFT_5
201 select SYS_CACHE_SHIFT_5
206 select SYS_CACHE_SHIFT_5
211 select SYS_CACHE_SHIFT_5
217 select SYS_CACHE_SHIFT_5
224 select SYS_CACHE_SHIFT_6
231 select SYS_CACHE_SHIFT_5
232 select SYS_THUMB_BUILD
238 select SYS_ARM_CACHE_CP15
240 select SYS_CACHE_SHIFT_6
244 select SYS_CACHE_SHIFT_5
249 select SYS_CACHE_SHIFT_5
253 default "arm720t" if CPU_ARM720T
254 default "arm920t" if CPU_ARM920T
255 default "arm926ejs" if CPU_ARM926EJS
256 default "arm946es" if CPU_ARM946ES
257 default "arm1136" if CPU_ARM1136
258 default "arm1176" if CPU_ARM1176
259 default "armv7" if CPU_V7A
260 default "armv7" if CPU_V7R
261 default "armv7m" if CPU_V7M
262 default "pxa" if CPU_PXA
263 default "sa1100" if CPU_SA1100
264 default "armv8" if ARM64
268 default 4 if CPU_ARM720T
269 default 4 if CPU_ARM920T
270 default 5 if CPU_ARM926EJS
271 default 5 if CPU_ARM946ES
272 default 6 if CPU_ARM1136
273 default 6 if CPU_ARM1176
278 default 4 if CPU_SA1100
281 config SYS_CACHE_SHIFT_5
284 config SYS_CACHE_SHIFT_6
287 config SYS_CACHE_SHIFT_7
290 config SYS_CACHELINE_SIZE
292 default 128 if SYS_CACHE_SHIFT_7
293 default 64 if SYS_CACHE_SHIFT_6
294 default 32 if SYS_CACHE_SHIFT_5
296 config SYS_ARCH_TIMER
297 bool "ARM Generic Timer support"
298 depends on CPU_V7A || ARM64
301 The ARM Generic Timer (aka arch-timer) provides an architected
302 interface to a timer source on an SoC.
303 It is mandantory for ARMv8 implementation and widely available
307 bool "Support for ARM SMC Calling Convention (SMCCC)"
308 depends on CPU_V7A || ARM64
311 Say Y here if you want to enable ARM SMC Calling Convention.
312 This should be enabled if U-Boot needs to communicate with system
313 firmware (for example, PSCI) according to SMCCC.
316 bool "support boot from semihosting"
318 In emulated environments, semihosting is a way for
319 the hosted environment to call out to the emulator to
320 retrieve files from the host machine.
322 config SYS_THUMB_BUILD
323 bool "Build U-Boot using the Thumb instruction set"
326 Use this flag to build U-Boot using the Thumb instruction set for
327 ARM architectures. Thumb instruction set provides better code
328 density. For ARM architectures that support Thumb2 this flag will
329 result in Thumb2 code generated by GCC.
331 config SPL_SYS_THUMB_BUILD
332 bool "Build SPL using the Thumb instruction set"
333 default y if SYS_THUMB_BUILD
336 Use this flag to build SPL using the Thumb instruction set for
337 ARM architectures. Thumb instruction set provides better code
338 density. For ARM architectures that support Thumb2 this flag will
339 result in Thumb2 code generated by GCC.
341 config SYS_L2CACHE_OFF
344 If SoC does not support L2CACHE or one do not want to enable
345 L2CACHE, choose this option.
347 config ENABLE_ARM_SOC_BOOT0_HOOK
348 bool "prepare BOOT0 header"
350 If the SoC's BOOT0 requires a header area filled with (magic)
351 values, then choose this option, and create a file included as
352 <asm/arch/boot0.h> which contains the required assembler code.
354 config ARM_CORTEX_CPU_IS_UP
358 config USE_ARCH_MEMCPY
359 bool "Use an assembly optimized implementation of memcpy"
363 Enable the generation of an optimized version of memcpy.
364 Such implementation may be faster under some conditions
365 but may increase the binary size.
367 config SPL_USE_ARCH_MEMCPY
368 bool "Use an assembly optimized implementation of memcpy for SPL"
369 default y if USE_ARCH_MEMCPY
372 Enable the generation of an optimized version of memcpy.
373 Such implementation may be faster under some conditions
374 but may increase the binary size.
376 config USE_ARCH_MEMSET
377 bool "Use an assembly optimized implementation of memset"
381 Enable the generation of an optimized version of memset.
382 Such implementation may be faster under some conditions
383 but may increase the binary size.
385 config SPL_USE_ARCH_MEMSET
386 bool "Use an assembly optimized implementation of memset for SPL"
387 default y if USE_ARCH_MEMSET
390 Enable the generation of an optimized version of memset.
391 Such implementation may be faster under some conditions
392 but may increase the binary size.
394 config ARM64_SUPPORT_AARCH32
395 bool "ARM64 system support AArch32 execution state"
396 default y if ARM64 && !TARGET_THUNDERX_88XX
398 This ARM64 system supports AArch32 execution state.
401 prompt "Target select"
406 select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB
408 config TARGET_EDB93XX
409 bool "Support edb93xx"
413 config TARGET_ASPENITE
414 bool "Support aspenite"
418 bool "Support gplugd"
426 Support for TI's DaVinci platform.
429 bool "Marvell Kirkwood"
430 select ARCH_MISC_INIT
431 select BOARD_EARLY_INIT_F
435 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
455 config TARGET_SPEAR300
456 bool "Support spear300"
457 select BOARD_EARLY_INIT_F
462 config TARGET_SPEAR310
463 bool "Support spear310"
464 select BOARD_EARLY_INIT_F
469 config TARGET_SPEAR320
470 bool "Support spear320"
471 select BOARD_EARLY_INIT_F
476 config TARGET_SPEAR600
477 bool "Support spear600"
478 select BOARD_EARLY_INIT_F
483 config TARGET_STV0991
484 bool "Support stv0991"
497 select BOARD_LATE_INIT
502 config TARGET_WOODBURN
503 bool "Support woodburn"
506 config TARGET_WOODBURN_SD
507 bool "Support woodburn_sd"
515 config TARGET_MX35PDK
516 bool "Support mx35pdk"
517 select BOARD_LATE_INIT
521 bool "Broadcom BCM283X family"
527 select SERIAL_SEARCH_ALL
532 bool "Broadcom BCM63158 family"
538 bool "Broadcom BCM6858 family"
543 config TARGET_VEXPRESS_CA15_TC2
544 bool "Support vexpress_ca15_tc2"
546 select CPU_V7_HAS_NONSEC
547 select CPU_V7_HAS_VIRT
551 bool "Broadcom BCM7XXX family"
555 select OF_PRIOR_STAGE
558 This enables support for Broadcom ARM-based set-top box
559 chipsets, including the 7445 family of chips.
561 config TARGET_VEXPRESS_CA5X2
562 bool "Support vexpress_ca5x2"
566 config TARGET_VEXPRESS_CA9X4
567 bool "Support vexpress_ca9x4"
571 config TARGET_BCM23550_W1D
572 bool "Support bcm23550_w1d"
577 config TARGET_BCM28155_AP
578 bool "Support bcm28155_ap"
583 config TARGET_BCMCYGNUS
584 bool "Support bcmcygnus"
587 imply BCM_SF2_ETH_GMAC
595 bool "Support bcmnsp"
599 bool "Support Broadcom Northstar2"
602 Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit
603 ARMv8 Cortex-A57 processors targeting a broad range of networking
607 bool "Samsung EXYNOS"
616 imply SYS_THUMB_BUILD
621 bool "Samsung S5PC1XX"
630 bool "Calxeda Highbank"
634 config ARCH_INTEGRATOR
635 bool "ARM Ltd. Integrator family"
646 select SYS_ARCH_TIMER
647 select SYS_THUMB_BUILD
653 bool "Texas Instruments' K3 Architecture"
658 config ARCH_OMAP2PLUS
661 select SPL_BOARD_INIT if SPL
662 select SPL_STACK_R if SPL
668 imply DISTRO_DEFAULTS
670 Support for the Meson SoC family developed by Amlogic Inc.,
671 targeted at media players and tablet computers. We currently
672 support the S905 (GXBaby) 64-bit SoC.
680 select SPL_LIBCOMMON_SUPPORT if SPL
681 select SPL_LIBGENERIC_SUPPORT if SPL
682 select SPL_OF_CONTROL if SPL
685 Support for the MediaTek SoCs family developed by MediaTek Inc.
686 Please refer to doc/README.mediatek for more information.
689 bool "NXP LPC32xx platform"
699 bool "NXP i.MX8 platform"
705 bool "NXP i.MX8M platform"
712 bool "NXP i.MX23 family"
723 bool "NXP i.MX28 family"
729 bool "NXP i.MX31 family"
735 select ROM_UNIFIED_SECTIONS
740 select ARCH_MISC_INIT
741 select BOARD_EARLY_INIT_F
743 select SYS_FSL_HAS_SEC if SECURE_BOOT
744 select SYS_FSL_SEC_COMPAT_4
745 select SYS_FSL_SEC_LE
751 select SYS_FSL_HAS_SEC if SECURE_BOOT
752 select SYS_FSL_SEC_COMPAT_4
753 select SYS_FSL_SEC_LE
754 select SYS_THUMB_BUILD if SPL
759 default "arch/arm/mach-omap2/u-boot-spl.lds"
764 select BOARD_EARLY_INIT_F
769 bool "Actions Semi OWL SoCs"
777 bool "QEMU Virtual Platform"
787 bool "Renesas ARM SoCs"
788 select BOARD_EARLY_INIT_F
793 imply SYS_THUMB_BUILD
794 imply ARCH_MISC_INIT if DISPLAY_CPUINFO
796 config TARGET_S32V234EVB
797 bool "Support s32v234evb"
799 select SYS_FSL_ERRATUM_ESDHC111
801 config ARCH_SNAPDRAGON
802 bool "Qualcomm Snapdragon SoCs"
815 bool "Altera SOCFPGA family"
816 select ARCH_EARLY_INIT_R
817 select ARCH_MISC_INIT if !TARGET_SOCFPGA_ARRIA10
818 select ARM64 if TARGET_SOCFPGA_STRATIX10
819 select CPU_V7A if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
822 select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
824 select SPL_DM_RESET if DM_RESET
826 select SPL_LIBCOMMON_SUPPORT
827 select SPL_LIBGENERIC_SUPPORT
828 select SPL_NAND_SUPPORT if SPL_NAND_DENALI
829 select SPL_OF_CONTROL
830 select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10
831 select SPL_SERIAL_SUPPORT
832 select SPL_WATCHDOG_SUPPORT
835 select SYS_THUMB_BUILD if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
842 imply SPL_LIBDISK_SUPPORT
843 imply SPL_MMC_SUPPORT
844 imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
845 imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE
846 imply SPL_SPI_FLASH_SUPPORT
847 imply SPL_SPI_SUPPORT
850 bool "Support sunxi (Allwinner) SoCs"
853 select CMD_MMC if MMC
854 select CMD_USB if DISTRO_DEFAULTS
862 select DM_USB if DISTRO_DEFAULTS
863 select OF_BOARD_SETUP
866 select SPECIFY_CONSOLE_INDEX
867 select SPL_STACK_R if SPL
868 select SPL_SYS_MALLOC_SIMPLE if SPL
869 select SPL_SYS_THUMB_BUILD if !ARM64
871 select SYS_THUMB_BUILD if !ARM64
872 select USB if DISTRO_DEFAULTS
873 select USB_KEYBOARD if DISTRO_DEFAULTS
874 select USB_STORAGE if DISTRO_DEFAULTS
875 select USE_TINY_PRINTF
878 imply CMD_UBI if NAND
879 imply DISTRO_DEFAULTS
882 imply OF_LIBFDT_OVERLAY
883 imply PRE_CONSOLE_BUFFER
884 imply SPL_GPIO_SUPPORT
885 imply SPL_LIBCOMMON_SUPPORT
886 imply SPL_LIBGENERIC_SUPPORT
887 imply SPL_MMC_SUPPORT if MMC
888 imply SPL_POWER_SUPPORT
889 imply SPL_SERIAL_SUPPORT
893 bool "Support Xilinx Versal Platform"
903 bool "Freescale Vybrid"
905 select SYS_FSL_ERRATUM_ESDHC111
910 bool "Xilinx Zynq based platform"
911 select BOARD_EARLY_INIT_F if WDT
924 select SPL_BOARD_INIT if SPL
925 select SPL_CLK if SPL
927 select SPL_OF_CONTROL if SPL
928 select SPL_SEPARATE_BSS if SPL
930 imply ARCH_EARLY_INIT_R
931 imply BOARD_LATE_INIT
937 config ARCH_ZYNQMP_R5
938 bool "Xilinx ZynqMP R5 based platform"
950 bool "Xilinx ZynqMP based platform"
958 select DM_SPI_FLASH if DM_SPI
961 select SPL_BOARD_INIT if SPL
962 select SPL_CLK if SPL
963 select SPL_SEPARATE_BSS if SPL
965 imply BOARD_LATE_INIT
973 imply DISTRO_DEFAULTS
976 config TARGET_VEXPRESS64_AEMV8A
977 bool "Support vexpress_aemv8a"
981 config TARGET_VEXPRESS64_BASE_FVP
982 bool "Support Versatile Express ARMv8a FVP BASE model"
987 config TARGET_VEXPRESS64_BASE_FVP_DRAM
988 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
992 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
993 the default config to allow the user to load the images directly into
994 DRAM using model parameters rather than by using semi-hosting to load
995 the files from the host filesystem.
997 config TARGET_VEXPRESS64_JUNO
998 bool "Support Versatile Express Juno Development Platform"
1002 config TARGET_LS2080A_EMU
1003 bool "Support ls2080a_emu"
1005 select ARCH_MISC_INIT
1007 select ARMV8_MULTIENTRY
1008 select FSL_DDR_SYNC_REFRESH
1010 Support for Freescale LS2080A_EMU platform
1011 The LS2080A Development System (EMULATOR) is a pre silicon
1012 development platform that supports the QorIQ LS2080A
1013 Layerscape Architecture processor.
1015 config TARGET_LS2080A_SIMU
1016 bool "Support ls2080a_simu"
1018 select ARCH_MISC_INIT
1020 select ARMV8_MULTIENTRY
1022 Support for Freescale LS2080A_SIMU platform
1023 The LS2080A Development System (QDS) is a pre silicon
1024 development platform that supports the QorIQ LS2080A
1025 Layerscape Architecture processor.
1027 config TARGET_LS1088AQDS
1028 bool "Support ls1088aqds"
1030 select ARCH_MISC_INIT
1032 select ARMV8_MULTIENTRY
1033 select BOARD_LATE_INIT
1035 select FSL_DDR_INTERACTIVE if !SD_BOOT
1037 Support for NXP LS1088AQDS platform
1038 The LS1088A Development System (QDS) is a high-performance
1039 development platform that supports the QorIQ LS1088A
1040 Layerscape Architecture processor.
1042 config TARGET_LS2080AQDS
1043 bool "Support ls2080aqds"
1045 select ARCH_MISC_INIT
1047 select ARMV8_MULTIENTRY
1048 select BOARD_LATE_INIT
1053 select FSL_DDR_INTERACTIVE if !SPL
1055 Support for Freescale LS2080AQDS platform
1056 The LS2080A Development System (QDS) is a high-performance
1057 development platform that supports the QorIQ LS2080A
1058 Layerscape Architecture processor.
1060 config TARGET_LS2080ARDB
1061 bool "Support ls2080ardb"
1063 select ARCH_MISC_INIT
1065 select ARMV8_MULTIENTRY
1066 select BOARD_LATE_INIT
1069 select FSL_DDR_INTERACTIVE if !SPL
1073 Support for Freescale LS2080ARDB platform.
1074 The LS2080A Reference design board (RDB) is a high-performance
1075 development platform that supports the QorIQ LS2080A
1076 Layerscape Architecture processor.
1078 config TARGET_LS2081ARDB
1079 bool "Support ls2081ardb"
1081 select ARCH_MISC_INIT
1083 select ARMV8_MULTIENTRY
1084 select BOARD_LATE_INIT
1087 Support for Freescale LS2081ARDB platform.
1088 The LS2081A Reference design board (RDB) is a high-performance
1089 development platform that supports the QorIQ LS2081A/LS2041A
1090 Layerscape Architecture processor.
1092 config TARGET_LX2160ARDB
1093 bool "Support lx2160ardb"
1095 select ARCH_MISC_INIT
1097 select ARMV8_MULTIENTRY
1098 select BOARD_LATE_INIT
1100 Support for NXP LX2160ARDB platform.
1101 The lx2160ardb (LX2160A Reference design board (RDB)
1102 is a high-performance development platform that supports the
1103 QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor.
1105 config TARGET_LX2160AQDS
1106 bool "Support lx2160aqds"
1108 select ARCH_MISC_INIT
1110 select ARMV8_MULTIENTRY
1111 select BOARD_LATE_INIT
1113 Support for NXP LX2160AQDS platform.
1114 The lx2160aqds (LX2160A QorIQ Development System (QDS)
1115 is a high-performance development platform that supports the
1116 QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor.
1119 bool "Support HiKey 96boards Consumer Edition Platform"
1126 select SPECIFY_CONSOLE_INDEX
1129 Support for HiKey 96boards platform. It features a HI6220
1130 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
1132 config TARGET_POPLAR
1133 bool "Support Poplar 96boards Enterprise Edition Platform"
1142 Support for Poplar 96boards EE platform. It features a HI3798cv200
1143 SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU
1144 making it capable of running any commercial set-top solution based on
1147 config TARGET_LS1012AQDS
1148 bool "Support ls1012aqds"
1151 select BOARD_LATE_INIT
1153 Support for Freescale LS1012AQDS platform.
1154 The LS1012A Development System (QDS) is a high-performance
1155 development platform that supports the QorIQ LS1012A
1156 Layerscape Architecture processor.
1158 config TARGET_LS1012ARDB
1159 bool "Support ls1012ardb"
1162 select BOARD_LATE_INIT
1166 Support for Freescale LS1012ARDB platform.
1167 The LS1012A Reference design board (RDB) is a high-performance
1168 development platform that supports the QorIQ LS1012A
1169 Layerscape Architecture processor.
1171 config TARGET_LS1012A2G5RDB
1172 bool "Support ls1012a2g5rdb"
1175 select BOARD_LATE_INIT
1178 Support for Freescale LS1012A2G5RDB platform.
1179 The LS1012A 2G5 Reference design board (RDB) is a high-performance
1180 development platform that supports the QorIQ LS1012A
1181 Layerscape Architecture processor.
1183 config TARGET_LS1012AFRWY
1184 bool "Support ls1012afrwy"
1187 select BOARD_LATE_INIT
1191 Support for Freescale LS1012AFRWY platform.
1192 The LS1012A FRWY board (FRWY) is a high-performance
1193 development platform that supports the QorIQ LS1012A
1194 Layerscape Architecture processor.
1196 config TARGET_LS1012AFRDM
1197 bool "Support ls1012afrdm"
1201 Support for Freescale LS1012AFRDM platform.
1202 The LS1012A Freedom board (FRDM) is a high-performance
1203 development platform that supports the QorIQ LS1012A
1204 Layerscape Architecture processor.
1206 config TARGET_LS1088ARDB
1207 bool "Support ls1088ardb"
1209 select ARCH_MISC_INIT
1211 select ARMV8_MULTIENTRY
1212 select BOARD_LATE_INIT
1214 select FSL_DDR_INTERACTIVE if !SD_BOOT
1216 Support for NXP LS1088ARDB platform.
1217 The LS1088A Reference design board (RDB) is a high-performance
1218 development platform that supports the QorIQ LS1088A
1219 Layerscape Architecture processor.
1221 config TARGET_LS1021AQDS
1222 bool "Support ls1021aqds"
1224 select ARCH_SUPPORT_PSCI
1225 select BOARD_EARLY_INIT_F
1226 select BOARD_LATE_INIT
1228 select CPU_V7_HAS_NONSEC
1229 select CPU_V7_HAS_VIRT
1230 select LS1_DEEP_SLEEP
1233 select FSL_DDR_INTERACTIVE
1236 config TARGET_LS1021ATWR
1237 bool "Support ls1021atwr"
1239 select ARCH_SUPPORT_PSCI
1240 select BOARD_EARLY_INIT_F
1241 select BOARD_LATE_INIT
1243 select CPU_V7_HAS_NONSEC
1244 select CPU_V7_HAS_VIRT
1245 select LS1_DEEP_SLEEP
1249 config TARGET_LS1021AIOT
1250 bool "Support ls1021aiot"
1252 select ARCH_SUPPORT_PSCI
1253 select BOARD_LATE_INIT
1255 select CPU_V7_HAS_NONSEC
1256 select CPU_V7_HAS_VIRT
1260 Support for Freescale LS1021AIOT platform.
1261 The LS1021A Freescale board (IOT) is a high-performance
1262 development platform that supports the QorIQ LS1021A
1263 Layerscape Architecture processor.
1265 config TARGET_LS1043AQDS
1266 bool "Support ls1043aqds"
1269 select ARMV8_MULTIENTRY
1270 select BOARD_EARLY_INIT_F
1271 select BOARD_LATE_INIT
1273 select FSL_DDR_INTERACTIVE if !SPL
1277 Support for Freescale LS1043AQDS platform.
1279 config TARGET_LS1043ARDB
1280 bool "Support ls1043ardb"
1283 select ARMV8_MULTIENTRY
1284 select BOARD_EARLY_INIT_F
1285 select BOARD_LATE_INIT
1288 Support for Freescale LS1043ARDB platform.
1290 config TARGET_LS1046AQDS
1291 bool "Support ls1046aqds"
1294 select ARMV8_MULTIENTRY
1295 select BOARD_EARLY_INIT_F
1296 select BOARD_LATE_INIT
1297 select DM_SPI_FLASH if DM_SPI
1299 select FSL_DDR_BIST if !SPL
1300 select FSL_DDR_INTERACTIVE if !SPL
1301 select FSL_DDR_INTERACTIVE if !SPL
1304 Support for Freescale LS1046AQDS platform.
1305 The LS1046A Development System (QDS) is a high-performance
1306 development platform that supports the QorIQ LS1046A
1307 Layerscape Architecture processor.
1309 config TARGET_LS1046ARDB
1310 bool "Support ls1046ardb"
1313 select ARMV8_MULTIENTRY
1314 select BOARD_EARLY_INIT_F
1315 select BOARD_LATE_INIT
1316 select DM_SPI_FLASH if DM_SPI
1317 select POWER_MC34VR500
1320 select FSL_DDR_INTERACTIVE if !SPL
1323 Support for Freescale LS1046ARDB platform.
1324 The LS1046A Reference Design Board (RDB) is a high-performance
1325 development platform that supports the QorIQ LS1046A
1326 Layerscape Architecture processor.
1329 bool "Support h2200"
1332 config TARGET_ZIPITZ2
1333 bool "Support zipitz2"
1336 config TARGET_COLIBRI_PXA270
1337 bool "Support colibri_pxa270"
1340 config ARCH_UNIPHIER
1341 bool "Socionext UniPhier SoCs"
1342 select BOARD_LATE_INIT
1350 select OF_BOARD_SETUP
1354 select SPL_BOARD_INIT if SPL
1355 select SPL_DM if SPL
1356 select SPL_LIBCOMMON_SUPPORT if SPL
1357 select SPL_LIBGENERIC_SUPPORT if SPL
1358 select SPL_OF_CONTROL if SPL
1359 select SPL_PINCTRL if SPL
1362 imply DISTRO_DEFAULTS
1365 Support for UniPhier SoC family developed by Socionext Inc.
1366 (formerly, System LSI Business Division of Panasonic Corporation)
1369 bool "Support STMicroelectronics STM32 MCU with cortex M"
1376 bool "Support STMicrolectronics SoCs"
1385 Support for STMicroelectronics STiH407/10 SoC family.
1386 This SoC is used on Linaro 96Board STiH410-B2260
1389 bool "Support STMicroelectronics STM32MP Socs with cortex A"
1390 select ARCH_MISC_INIT
1391 select BOARD_LATE_INIT
1405 select SYS_THUMB_BUILD
1408 Support for STM32MP SoC family developed by STMicroelectronics,
1409 MPUs based on ARM cortex A core
1410 U-BOOT is running in DDR and SPL support is the unsecure First Stage
1413 config ARCH_ROCKCHIP
1414 bool "Support Rockchip SoCs"
1425 select DM_USB if USB
1426 select ENABLE_ARM_SOC_BOOT0_HOOK
1429 select SPL_DM if SPL
1430 select SPL_SYS_MALLOC_SIMPLE if SPL
1432 select SYS_THUMB_BUILD if !ARM64
1435 imply DISTRO_DEFAULTS
1437 imply SARADC_ROCKCHIP
1441 imply USB_FUNCTION_FASTBOOT
1443 config TARGET_THUNDERX_88XX
1444 bool "Support ThunderX 88xx"
1448 select SYS_CACHE_SHIFT_7
1451 bool "Support Aspeed SoCs"
1458 config TI_SECURE_DEVICE
1459 bool "HS Device Type Support"
1460 depends on ARCH_KEYSTONE || ARCH_OMAP2PLUS
1462 If a high secure (HS) device type is being used, this config
1463 must be set. This option impacts various aspects of the
1464 build system (to create signed boot images that can be
1465 authenticated) and the code. See the doc/README.ti-secure
1466 file for further details.
1468 source "arch/arm/mach-aspeed/Kconfig"
1470 source "arch/arm/mach-at91/Kconfig"
1472 source "arch/arm/mach-bcm283x/Kconfig"
1474 source "arch/arm/mach-bcmstb/Kconfig"
1476 source "arch/arm/mach-davinci/Kconfig"
1478 source "arch/arm/mach-exynos/Kconfig"
1480 source "arch/arm/mach-highbank/Kconfig"
1482 source "arch/arm/mach-integrator/Kconfig"
1484 source "arch/arm/mach-k3/Kconfig"
1486 source "arch/arm/mach-keystone/Kconfig"
1488 source "arch/arm/mach-kirkwood/Kconfig"
1490 source "arch/arm/cpu/arm926ejs/lpc32xx/Kconfig"
1492 source "arch/arm/mach-mvebu/Kconfig"
1494 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
1496 source "arch/arm/mach-imx/mx2/Kconfig"
1498 source "arch/arm/mach-imx/mx3/Kconfig"
1500 source "arch/arm/mach-imx/mx5/Kconfig"
1502 source "arch/arm/mach-imx/mx6/Kconfig"
1504 source "arch/arm/mach-imx/mx7/Kconfig"
1506 source "arch/arm/mach-imx/mx7ulp/Kconfig"
1508 source "arch/arm/mach-imx/imx8/Kconfig"
1510 source "arch/arm/mach-imx/imx8m/Kconfig"
1512 source "arch/arm/mach-imx/mxs/Kconfig"
1514 source "arch/arm/mach-omap2/Kconfig"
1516 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
1518 source "arch/arm/mach-orion5x/Kconfig"
1520 source "arch/arm/mach-owl/Kconfig"
1522 source "arch/arm/mach-rmobile/Kconfig"
1524 source "arch/arm/mach-meson/Kconfig"
1526 source "arch/arm/mach-mediatek/Kconfig"
1528 source "arch/arm/mach-qemu/Kconfig"
1530 source "arch/arm/mach-rockchip/Kconfig"
1532 source "arch/arm/mach-s5pc1xx/Kconfig"
1534 source "arch/arm/mach-snapdragon/Kconfig"
1536 source "arch/arm/mach-socfpga/Kconfig"
1538 source "arch/arm/mach-sti/Kconfig"
1540 source "arch/arm/mach-stm32/Kconfig"
1542 source "arch/arm/mach-stm32mp/Kconfig"
1544 source "arch/arm/mach-sunxi/Kconfig"
1546 source "arch/arm/mach-tegra/Kconfig"
1548 source "arch/arm/mach-uniphier/Kconfig"
1550 source "arch/arm/cpu/armv7/vf610/Kconfig"
1552 source "arch/arm/mach-zynq/Kconfig"
1554 source "arch/arm/mach-zynqmp/Kconfig"
1556 source "arch/arm/mach-versal/Kconfig"
1558 source "arch/arm/mach-zynqmp-r5/Kconfig"
1560 source "arch/arm/cpu/armv7/Kconfig"
1562 source "arch/arm/cpu/armv8/Kconfig"
1564 source "arch/arm/mach-imx/Kconfig"
1566 source "board/bosch/shc/Kconfig"
1567 source "board/CarMediaLab/flea3/Kconfig"
1568 source "board/Marvell/aspenite/Kconfig"
1569 source "board/Marvell/gplugd/Kconfig"
1570 source "board/armadeus/apf27/Kconfig"
1571 source "board/armltd/vexpress/Kconfig"
1572 source "board/armltd/vexpress64/Kconfig"
1573 source "board/broadcom/bcm23550_w1d/Kconfig"
1574 source "board/broadcom/bcm28155_ap/Kconfig"
1575 source "board/broadcom/bcm963158/Kconfig"
1576 source "board/broadcom/bcm968580xref/Kconfig"
1577 source "board/broadcom/bcmcygnus/Kconfig"
1578 source "board/broadcom/bcmnsp/Kconfig"
1579 source "board/broadcom/bcmns2/Kconfig"
1580 source "board/cavium/thunderx/Kconfig"
1581 source "board/cirrus/edb93xx/Kconfig"
1582 source "board/eets/pdu001/Kconfig"
1583 source "board/emulation/qemu-arm/Kconfig"
1584 source "board/freescale/ls2080a/Kconfig"
1585 source "board/freescale/ls2080aqds/Kconfig"
1586 source "board/freescale/ls2080ardb/Kconfig"
1587 source "board/freescale/ls1088a/Kconfig"
1588 source "board/freescale/ls1021aqds/Kconfig"
1589 source "board/freescale/ls1043aqds/Kconfig"
1590 source "board/freescale/ls1021atwr/Kconfig"
1591 source "board/freescale/ls1021aiot/Kconfig"
1592 source "board/freescale/ls1046aqds/Kconfig"
1593 source "board/freescale/ls1043ardb/Kconfig"
1594 source "board/freescale/ls1046ardb/Kconfig"
1595 source "board/freescale/ls1012aqds/Kconfig"
1596 source "board/freescale/ls1012ardb/Kconfig"
1597 source "board/freescale/ls1012afrdm/Kconfig"
1598 source "board/freescale/lx2160a/Kconfig"
1599 source "board/freescale/mx35pdk/Kconfig"
1600 source "board/freescale/s32v234evb/Kconfig"
1601 source "board/grinn/chiliboard/Kconfig"
1602 source "board/gumstix/pepper/Kconfig"
1603 source "board/h2200/Kconfig"
1604 source "board/hisilicon/hikey/Kconfig"
1605 source "board/hisilicon/poplar/Kconfig"
1606 source "board/isee/igep003x/Kconfig"
1607 source "board/phytec/pcm051/Kconfig"
1608 source "board/silica/pengwyn/Kconfig"
1609 source "board/spear/spear300/Kconfig"
1610 source "board/spear/spear310/Kconfig"
1611 source "board/spear/spear320/Kconfig"
1612 source "board/spear/spear600/Kconfig"
1613 source "board/spear/x600/Kconfig"
1614 source "board/st/stv0991/Kconfig"
1615 source "board/tcl/sl50/Kconfig"
1616 source "board/ucRobotics/bubblegum_96/Kconfig"
1617 source "board/birdland/bav335x/Kconfig"
1618 source "board/toradex/colibri_pxa270/Kconfig"
1619 source "board/vscom/baltos/Kconfig"
1620 source "board/woodburn/Kconfig"
1621 source "board/xilinx/Kconfig"
1622 source "board/xilinx/zynq/Kconfig"
1623 source "board/xilinx/zynqmp/Kconfig"
1624 source "board/zipitz2/Kconfig"
1626 source "arch/arm/Kconfig.debug"
1631 default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if (ARCH_MX23 || ARCH_MX28) && !SPL_FRAMEWORK
1632 default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136
1633 default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64