1 menu "ARM architecture"
10 select SYS_CACHE_SHIFT_6
12 config DMA_ADDR_T_64BIT
24 select SYS_CACHE_SHIFT_5
28 select SYS_CACHE_SHIFT_5
32 select SYS_CACHE_SHIFT_5
36 select SYS_CACHE_SHIFT_5
40 select SYS_CACHE_SHIFT_5
45 select SYS_CACHE_SHIFT_5
51 select SYS_CACHE_SHIFT_6
56 select SYS_CACHE_SHIFT_5
60 select SYS_CACHE_SHIFT_5
64 select SYS_CACHE_SHIFT_5
67 default "arm720t" if CPU_ARM720T
68 default "arm920t" if CPU_ARM920T
69 default "arm926ejs" if CPU_ARM926EJS
70 default "arm946es" if CPU_ARM946ES
71 default "arm1136" if CPU_ARM1136
72 default "arm1176" if CPU_ARM1176
73 default "armv7" if CPU_V7
74 default "armv7m" if CPU_V7M
75 default "pxa" if CPU_PXA
76 default "sa1100" if CPU_SA1100
77 default "armv8" if ARM64
81 default 4 if CPU_ARM720T
82 default 4 if CPU_ARM920T
83 default 5 if CPU_ARM926EJS
84 default 5 if CPU_ARM946ES
85 default 6 if CPU_ARM1136
86 default 6 if CPU_ARM1176
90 default 4 if CPU_SA1100
93 config SYS_CACHE_SHIFT_5
96 config SYS_CACHE_SHIFT_6
99 config SYS_CACHE_SHIFT_7
102 config SYS_CACHELINE_SIZE
104 default 128 if SYS_CACHE_SHIFT_7
105 default 64 if SYS_CACHE_SHIFT_6
106 default 32 if SYS_CACHE_SHIFT_5
109 bool "support boot from semihosting"
111 In emulated environments, semihosting is a way for
112 the hosted environment to call out to the emulator to
113 retrieve files from the host machine.
115 config SYS_L2CACHE_OFF
118 If SoC does not support L2CACHE or one do not want to enable
119 L2CACHE, choose this option.
121 config ENABLE_ARM_SOC_BOOT0_HOOK
122 bool "prepare BOOT0 header"
124 If the SoC's BOOT0 requires a header area filled with (magic)
125 values, then choose this option, and create a define called
126 ARM_SOC_BOOT0_HOOK which contains the required assembler
129 config USE_ARCH_MEMCPY
130 bool "Use an assembly optimized implementation of memcpy"
134 Enable the generation of an optimized version of memcpy.
135 Such implementation may be faster under some conditions
136 but may increase the binary size.
138 config USE_ARCH_MEMSET
139 bool "Use an assembly optimized implementation of memset"
143 Enable the generation of an optimized version of memset.
144 Such implementation may be faster under some conditions
145 but may increase the binary size.
152 config ARM64_SUPPORT_AARCH32
153 bool "ARM64 system support AArch32 execution state"
154 default y if ARM64 && !TARGET_THUNDERX_88XX
156 This ARM64 system supports AArch32 execution state.
159 prompt "Target select"
165 config TARGET_EDB93XX
166 bool "Support edb93xx"
169 config TARGET_ASPENITE
170 bool "Support aspenite"
174 bool "Support gplugd"
181 Support for TI's DaVinci platform.
184 bool "Marvell Kirkwood"
188 bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
197 config TARGET_DEVKIT3250
198 bool "Support devkit3250"
202 config TARGET_WORK_92105
203 bool "Support work_92105"
207 config TARGET_MX25PDK
208 bool "Support mx25pdk"
220 config TARGET_APX4DEVKIT
221 bool "Support apx4devkit"
231 bool "Support m28evk"
235 config TARGET_MX23EVK
236 bool "Support mx23evk"
240 config TARGET_MX28EVK
241 bool "Support mx28evk"
245 config TARGET_MX23_OLINUXINO
246 bool "Support mx23_olinuxino"
251 bool "Support bg0900"
255 config TARGET_SANSA_FUZE_PLUS
256 bool "Support sansa_fuze_plus"
260 config TARGET_SC_SPS_1
261 bool "Support sc_sps_1"
269 config TARGET_SPEAR300
270 bool "Support spear300"
273 config TARGET_SPEAR310
274 bool "Support spear310"
277 config TARGET_SPEAR320
278 bool "Support spear320"
281 config TARGET_SPEAR600
282 bool "Support spear600"
285 config TARGET_STV0991
286 bool "Support stv0991"
299 config TARGET_IMX31_PHYCORE
300 bool "Support imx31_phycore"
303 config TARGET_MX31ADS
304 bool "Support mx31ads"
307 config TARGET_MX31PDK
308 bool "Support mx31pdk"
312 config TARGET_WOODBURN
313 bool "Support woodburn"
316 config TARGET_WOODBURN_SD
317 bool "Support woodburn_sd"
325 config TARGET_MX35PDK
326 bool "Support mx35pdk"
330 bool "Broadcom BCM283X family"
336 config TARGET_VEXPRESS_CA15_TC2
337 bool "Support vexpress_ca15_tc2"
339 select CPU_V7_HAS_NONSEC
340 select CPU_V7_HAS_VIRT
342 config TARGET_VEXPRESS_CA5X2
343 bool "Support vexpress_ca5x2"
346 config TARGET_VEXPRESS_CA9X4
347 bool "Support vexpress_ca9x4"
351 bool "Support BRXRE1"
355 bool "Support BRPPT1"
366 bool "Support thuban"
372 config TARGET_RASTABAN
373 bool "Support rastaban"
380 bool "Support etamin"
400 config TARGET_TI814X_EVM
401 bool "Support ti814x_evm"
404 config TARGET_TI816X_EVM
405 bool "Support ti816x_evm"
408 config TARGET_BCM23550_W1D
409 bool "Support bcm23550_w1d"
412 config TARGET_BCM28155_AP
413 bool "Support bcm28155_ap"
416 config TARGET_BCMCYGNUS
417 bool "Support bcmcygnus"
421 bool "Support bcmnsp"
425 bool "Samsung EXYNOS"
435 bool "Samsung S5PC1XX"
443 bool "Calxeda Highbank"
446 config ARCH_INTEGRATOR
447 bool "ARM Ltd. Integrator family"
460 Support for the Meson SoC family developed by Amlogic Inc.,
461 targeted at media players and tablet computers. We currently
462 support the S905 (GXBaby) 64-bit SoC.
467 select SYS_FSL_HAS_SEC if SECURE_BOOT
468 select SYS_FSL_SEC_COMPAT_4
469 select SYS_FSL_SEC_LE
474 select SYS_FSL_HAS_SEC if SECURE_BOOT
475 select SYS_FSL_SEC_COMPAT_4
476 select SYS_FSL_SEC_LE
483 bool "Support m53evk"
487 config TARGET_MX51EVK
488 bool "Support mx51evk"
491 config TARGET_MX53ARD
492 bool "Support mx53ard"
495 config TARGET_MX53EVK
496 bool "Support mx53evk"
499 config TARGET_MX53LOCO
500 bool "Support mx53loco"
503 config TARGET_MX53SMD
504 bool "Support mx53smd"
510 select USE_TINY_PRINTF
515 select USE_TINY_PRINTF
525 Support for AM43xx SOC from Texas Instruments.
526 The AM43xx high performance SOC features a Cortex-A9
527 ARM core, a quad core PRU-ICSS for industrial Ethernet
528 protocols, dual camera support, optional 3D graphics
529 and an optional customer programmable secure boot.
535 Support for AM335x SOC from Texas Instruments.
536 The AM335x high performance SOC features a Cortex-A8
537 ARM core, a dual core PRU-ICSS for industrial Ethernet
538 protocols, optional 3D graphics and an optional customer
539 programmable secure boot.
542 bool "Renesas ARM SoCs"
546 config TARGET_S32V234EVB
547 bool "Support s32v234evb"
549 select SYS_FSL_ERRATUM_ESDHC111
551 config ARCH_SNAPDRAGON
552 bool "Qualcomm Snapdragon SoCs"
562 bool "Altera SOCFPGA family"
566 select SPL_OF_CONTROL
570 select ENABLE_ARM_SOC_BOOT0_HOOK
573 bool "Support cm_t43"
577 bool "Support sunxi (Allwinner) SoCs"
579 select CMD_MMC if MMC
580 select CMD_USB if DISTRO_DEFAULTS
586 select DM_USB if DISTRO_DEFAULTS
587 select OF_BOARD_SETUP
590 select SPL_STACK_R if SUPPORT_SPL
591 select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL
593 select USB if DISTRO_DEFAULTS
594 select USB_STORAGE if DISTRO_DEFAULTS
595 select USB_KEYBOARD if DISTRO_DEFAULTS
596 select USE_TINY_PRINTF
599 bool "Support TS4600"
604 bool "Support TS4800"
606 select SYS_FSL_ERRATUM_ESDHC_A001
608 config TARGET_VF610TWR
609 bool "Support vf610twr"
611 select SYS_FSL_ERRATUM_ESDHC111
613 config TARGET_COLIBRI_VF
614 bool "Support Colibri VF50/61"
616 select SYS_FSL_ERRATUM_ESDHC111
619 bool "Support pcm-052"
621 select SYS_FSL_ERRATUM_ESDHC111
622 select SYS_FSL_ERRATUM_ESDHC135
623 select SYS_FSL_ERRATUM_ESDHC_A001
628 select SYS_FSL_ERRATUM_ESDHC111
629 select SYS_FSL_ERRATUM_ESDHC135
630 select SYS_FSL_ERRATUM_ESDHC_A001
633 bool "Xilinx Zynq Platform"
637 select SPL_OF_CONTROL if SPL
647 select SPL_SEPARATE_BSS if SPL
652 bool "Support Xilinx ZynqMP Platform"
665 config TARGET_VEXPRESS64_AEMV8A
666 bool "Support vexpress_aemv8a"
669 config TARGET_VEXPRESS64_BASE_FVP
670 bool "Support Versatile Express ARMv8a FVP BASE model"
674 config TARGET_VEXPRESS64_BASE_FVP_DRAM
675 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"
678 This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides
679 the default config to allow the user to load the images directly into
680 DRAM using model parameters rather than by using semi-hosting to load
681 the files from the host filesystem.
683 config TARGET_VEXPRESS64_JUNO
684 bool "Support Versatile Express Juno Development Platform"
687 config TARGET_LS2080A_EMU
688 bool "Support ls2080a_emu"
691 select ARMV8_MULTIENTRY
693 Support for Freescale LS2080A_EMU platform
694 The LS2080A Development System (EMULATOR) is a pre silicon
695 development platform that supports the QorIQ LS2080A
696 Layerscape Architecture processor.
698 config TARGET_LS2080A_SIMU
699 bool "Support ls2080a_simu"
702 select ARMV8_MULTIENTRY
704 Support for Freescale LS2080A_SIMU platform
705 The LS2080A Development System (QDS) is a pre silicon
706 development platform that supports the QorIQ LS2080A
707 Layerscape Architecture processor.
709 config TARGET_LS2080AQDS
710 bool "Support ls2080aqds"
713 select ARMV8_MULTIENTRY
716 Support for Freescale LS2080AQDS platform
717 The LS2080A Development System (QDS) is a high-performance
718 development platform that supports the QorIQ LS2080A
719 Layerscape Architecture processor.
721 config TARGET_LS2080ARDB
722 bool "Support ls2080ardb"
725 select ARMV8_MULTIENTRY
728 Support for Freescale LS2080ARDB platform.
729 The LS2080A Reference design board (RDB) is a high-performance
730 development platform that supports the QorIQ LS2080A
731 Layerscape Architecture processor.
734 bool "Support HiKey 96boards Consumer Edition Platform"
741 Support for HiKey 96boards platform. It features a HI6220
742 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM.
744 config TARGET_LS1012AQDS
745 bool "Support ls1012aqds"
749 Support for Freescale LS1012AQDS platform.
750 The LS1012A Development System (QDS) is a high-performance
751 development platform that supports the QorIQ LS1012A
752 Layerscape Architecture processor.
754 config TARGET_LS1012ARDB
755 bool "Support ls1012ardb"
759 Support for Freescale LS1012ARDB platform.
760 The LS1012A Reference design board (RDB) is a high-performance
761 development platform that supports the QorIQ LS1012A
762 Layerscape Architecture processor.
764 config TARGET_LS1012AFRDM
765 bool "Support ls1012afrdm"
769 Support for Freescale LS1012AFRDM platform.
770 The LS1012A Freedom board (FRDM) is a high-performance
771 development platform that supports the QorIQ LS1012A
772 Layerscape Architecture processor.
774 config TARGET_LS1021AQDS
775 bool "Support ls1021aqds"
777 select CPU_V7_HAS_NONSEC
778 select CPU_V7_HAS_VIRT
781 select ARCH_SUPPORT_PSCI
782 select LS1_DEEP_SLEEP
785 config TARGET_LS1021ATWR
786 bool "Support ls1021atwr"
788 select CPU_V7_HAS_NONSEC
789 select CPU_V7_HAS_VIRT
792 select ARCH_SUPPORT_PSCI
793 select LS1_DEEP_SLEEP
795 config TARGET_LS1021AIOT
796 bool "Support ls1021aiot"
798 select CPU_V7_HAS_NONSEC
799 select CPU_V7_HAS_VIRT
802 select ARCH_SUPPORT_PSCI
804 Support for Freescale LS1021AIOT platform.
805 The LS1021A Freescale board (IOT) is a high-performance
806 development platform that supports the QorIQ LS1021A
807 Layerscape Architecture processor.
809 config TARGET_LS1043AQDS
810 bool "Support ls1043aqds"
813 select ARMV8_MULTIENTRY
816 Support for Freescale LS1043AQDS platform.
818 config TARGET_LS1043ARDB
819 bool "Support ls1043ardb"
822 select ARMV8_MULTIENTRY
825 Support for Freescale LS1043ARDB platform.
827 config TARGET_LS1046AQDS
828 bool "Support ls1046aqds"
831 select ARMV8_MULTIENTRY
833 select DM_SPI_FLASH if DM_SPI
835 Support for Freescale LS1046AQDS platform.
836 The LS1046A Development System (QDS) is a high-performance
837 development platform that supports the QorIQ LS1046A
838 Layerscape Architecture processor.
840 config TARGET_LS1046ARDB
841 bool "Support ls1046ardb"
844 select ARMV8_MULTIENTRY
846 select DM_SPI_FLASH if DM_SPI
848 Support for Freescale LS1046ARDB platform.
849 The LS1046A Reference Design Board (RDB) is a high-performance
850 development platform that supports the QorIQ LS1046A
851 Layerscape Architecture processor.
857 config TARGET_ZIPITZ2
858 bool "Support zipitz2"
861 config TARGET_COLIBRI_PXA270
862 bool "Support colibri_pxa270"
866 bool "Socionext UniPhier SoCs"
880 select SPL_LIBCOMMON_SUPPORT
881 select SPL_LIBGENERIC_SUPPORT
882 select SPL_OF_CONTROL
886 Support for UniPhier SoC family developed by Socionext Inc.
887 (formerly, System LSI Business Division of Panasonic Corporation)
896 bool "Support Rockchip SoCs"
902 select SPL_SYS_MALLOC_SIMPLE if SPL
914 config TARGET_THUNDERX_88XX
915 bool "Support ThunderX 88xx"
918 select SYS_CACHE_SHIFT_7
922 source "arch/arm/mach-at91/Kconfig"
924 source "arch/arm/mach-bcm283x/Kconfig"
926 source "arch/arm/mach-davinci/Kconfig"
928 source "arch/arm/mach-exynos/Kconfig"
930 source "arch/arm/mach-highbank/Kconfig"
932 source "arch/arm/mach-integrator/Kconfig"
934 source "arch/arm/mach-keystone/Kconfig"
936 source "arch/arm/mach-kirkwood/Kconfig"
938 source "arch/arm/mach-litesom/Kconfig"
940 source "arch/arm/mach-mvebu/Kconfig"
942 source "arch/arm/cpu/armv7/ls102xa/Kconfig"
944 source "arch/arm/cpu/armv7/mx7/Kconfig"
946 source "arch/arm/cpu/armv7/mx6/Kconfig"
948 source "arch/arm/cpu/armv7/mx5/Kconfig"
950 source "arch/arm/mach-omap2/Kconfig"
952 source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig"
954 source "arch/arm/mach-orion5x/Kconfig"
956 source "arch/arm/mach-rmobile/Kconfig"
958 source "arch/arm/mach-meson/Kconfig"
960 source "arch/arm/mach-rockchip/Kconfig"
962 source "arch/arm/mach-s5pc1xx/Kconfig"
964 source "arch/arm/mach-snapdragon/Kconfig"
966 source "arch/arm/mach-socfpga/Kconfig"
968 source "arch/arm/mach-stm32/Kconfig"
970 source "arch/arm/mach-tegra/Kconfig"
972 source "arch/arm/mach-uniphier/Kconfig"
974 source "arch/arm/mach-zynq/Kconfig"
976 source "arch/arm/cpu/armv7/Kconfig"
978 source "arch/arm/cpu/armv8/zynqmp/Kconfig"
980 source "arch/arm/cpu/armv8/Kconfig"
982 source "arch/arm/imx-common/Kconfig"
984 source "board/bosch/shc/Kconfig"
985 source "board/BuR/brxre1/Kconfig"
986 source "board/BuR/brppt1/Kconfig"
987 source "board/CarMediaLab/flea3/Kconfig"
988 source "board/Marvell/aspenite/Kconfig"
989 source "board/Marvell/gplugd/Kconfig"
990 source "board/armadeus/apf27/Kconfig"
991 source "board/armltd/vexpress/Kconfig"
992 source "board/armltd/vexpress64/Kconfig"
993 source "board/bluegiga/apx4devkit/Kconfig"
994 source "board/broadcom/bcm23550_w1d/Kconfig"
995 source "board/broadcom/bcm28155_ap/Kconfig"
996 source "board/broadcom/bcmcygnus/Kconfig"
997 source "board/broadcom/bcmnsp/Kconfig"
998 source "board/cavium/thunderx/Kconfig"
999 source "board/cirrus/edb93xx/Kconfig"
1000 source "board/compulab/cm_t335/Kconfig"
1001 source "board/compulab/cm_t43/Kconfig"
1002 source "board/creative/xfi3/Kconfig"
1003 source "board/denx/m28evk/Kconfig"
1004 source "board/denx/m53evk/Kconfig"
1005 source "board/freescale/ls2080a/Kconfig"
1006 source "board/freescale/ls2080aqds/Kconfig"
1007 source "board/freescale/ls2080ardb/Kconfig"
1008 source "board/freescale/ls1021aqds/Kconfig"
1009 source "board/freescale/ls1043aqds/Kconfig"
1010 source "board/freescale/ls1021atwr/Kconfig"
1011 source "board/freescale/ls1021aiot/Kconfig"
1012 source "board/freescale/ls1046aqds/Kconfig"
1013 source "board/freescale/ls1043ardb/Kconfig"
1014 source "board/freescale/ls1046ardb/Kconfig"
1015 source "board/freescale/ls1012aqds/Kconfig"
1016 source "board/freescale/ls1012ardb/Kconfig"
1017 source "board/freescale/ls1012afrdm/Kconfig"
1018 source "board/freescale/mx23evk/Kconfig"
1019 source "board/freescale/mx25pdk/Kconfig"
1020 source "board/freescale/mx28evk/Kconfig"
1021 source "board/freescale/mx31ads/Kconfig"
1022 source "board/freescale/mx31pdk/Kconfig"
1023 source "board/freescale/mx35pdk/Kconfig"
1024 source "board/freescale/mx51evk/Kconfig"
1025 source "board/freescale/mx53ard/Kconfig"
1026 source "board/freescale/mx53evk/Kconfig"
1027 source "board/freescale/mx53loco/Kconfig"
1028 source "board/freescale/mx53smd/Kconfig"
1029 source "board/freescale/s32v234evb/Kconfig"
1030 source "board/freescale/vf610twr/Kconfig"
1031 source "board/gumstix/pepper/Kconfig"
1032 source "board/h2200/Kconfig"
1033 source "board/hisilicon/hikey/Kconfig"
1034 source "board/imx31_phycore/Kconfig"
1035 source "board/isee/igep0033/Kconfig"
1036 source "board/olimex/mx23_olinuxino/Kconfig"
1037 source "board/phytec/pcm051/Kconfig"
1038 source "board/phytec/pcm052/Kconfig"
1039 source "board/ppcag/bg0900/Kconfig"
1040 source "board/sandisk/sansa_fuze_plus/Kconfig"
1041 source "board/schulercontrol/sc_sps_1/Kconfig"
1042 source "board/siemens/draco/Kconfig"
1043 source "board/siemens/pxm2/Kconfig"
1044 source "board/siemens/rut/Kconfig"
1045 source "board/silica/pengwyn/Kconfig"
1046 source "board/spear/spear300/Kconfig"
1047 source "board/spear/spear310/Kconfig"
1048 source "board/spear/spear320/Kconfig"
1049 source "board/spear/spear600/Kconfig"
1050 source "board/spear/x600/Kconfig"
1051 source "board/st/stv0991/Kconfig"
1052 source "board/sunxi/Kconfig"
1053 source "board/syteco/zmx25/Kconfig"
1054 source "board/tcl/sl50/Kconfig"
1055 source "board/ti/am335x/Kconfig"
1056 source "board/ti/am43xx/Kconfig"
1057 source "board/birdland/bav335x/Kconfig"
1058 source "board/ti/ti814x/Kconfig"
1059 source "board/ti/ti816x/Kconfig"
1060 source "board/timll/devkit3250/Kconfig"
1061 source "board/toradex/colibri_pxa270/Kconfig"
1062 source "board/toradex/colibri_vf/Kconfig"
1063 source "board/technologic/ts4600/Kconfig"
1064 source "board/technologic/ts4800/Kconfig"
1065 source "board/vscom/baltos/Kconfig"
1066 source "board/woodburn/Kconfig"
1067 source "board/work-microwave/work_92105/Kconfig"
1068 source "board/zipitz2/Kconfig"
1070 source "arch/arm/Kconfig.debug"