Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "ARM architecture" |
| 2 | depends on ARM |
| 3 | |
| 4 | config SYS_ARCH |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "arm" |
| 6 | |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 7 | config ARM64 |
| 8 | bool |
Masahiro Yamada | bb6b142 | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 9 | select PHYS_64BIT |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 10 | select SYS_CACHE_SHIFT_6 |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 11 | |
Stephen Warren | 49e9387 | 2017-11-02 18:11:27 -0600 | [diff] [blame] | 12 | if ARM64 |
| 13 | config POSITION_INDEPENDENT |
| 14 | bool "Generate position-independent pre-relocation code" |
Michal Simek | f071cda | 2019-12-20 11:35:52 +0100 | [diff] [blame] | 15 | select INIT_SP_RELATIVE |
Stephen Warren | 49e9387 | 2017-11-02 18:11:27 -0600 | [diff] [blame] | 16 | help |
| 17 | U-Boot expects to be linked to a specific hard-coded address, and to |
| 18 | be loaded to and run from that address. This option lifts that |
| 19 | restriction, thus allowing the code to be loaded to and executed |
| 20 | from almost any address. This logic relies on the relocation |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 21 | information that is embedded in the binary to support U-Boot |
Stephen Warren | 49e9387 | 2017-11-02 18:11:27 -0600 | [diff] [blame] | 22 | relocating itself to the top-of-RAM later during execution. |
Stephen Warren | e6c9044 | 2017-12-19 18:30:36 -0700 | [diff] [blame] | 23 | |
Masahiro Yamada | 382de4a | 2019-06-26 13:51:46 +0900 | [diff] [blame] | 24 | config INIT_SP_RELATIVE |
| 25 | bool "Specify the early stack pointer relative to the .bss section" |
Stephen Warren | e6c9044 | 2017-12-19 18:30:36 -0700 | [diff] [blame] | 26 | help |
| 27 | U-Boot typically uses a hard-coded value for the stack pointer |
Masahiro Yamada | 382de4a | 2019-06-26 13:51:46 +0900 | [diff] [blame] | 28 | before relocation. Enable this option to instead calculate the |
Stephen Warren | e6c9044 | 2017-12-19 18:30:36 -0700 | [diff] [blame] | 29 | initial SP at run-time. This is useful to avoid hard-coding addresses |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 30 | into U-Boot, so that it can be loaded and executed at arbitrary |
Masahiro Yamada | 382de4a | 2019-06-26 13:51:46 +0900 | [diff] [blame] | 31 | addresses and thus avoid using arbitrary addresses at runtime. |
| 32 | |
| 33 | If this option is enabled, the early stack pointer is set to |
| 34 | &_bss_start with a offset value added. The offset is specified by |
| 35 | SYS_INIT_SP_BSS_OFFSET. |
| 36 | |
| 37 | config SYS_INIT_SP_BSS_OFFSET |
| 38 | int "Early stack offset from the .bss base address" |
| 39 | depends on INIT_SP_RELATIVE |
| 40 | default 524288 |
| 41 | help |
| 42 | This option's value is the offset added to &_bss_start in order to |
Stephen Warren | e6c9044 | 2017-12-19 18:30:36 -0700 | [diff] [blame] | 43 | calculate the stack pointer. This offset should be large enough so |
| 44 | that the early malloc region, global data (gd), and early stack usage |
| 45 | do not overlap any appended DTB. |
Stephen Warren | 8163faf | 2018-01-03 14:31:51 -0700 | [diff] [blame] | 46 | |
| 47 | config LINUX_KERNEL_IMAGE_HEADER |
| 48 | bool |
| 49 | help |
| 50 | Place a Linux kernel image header at the start of the U-Boot binary. |
| 51 | The format of the header is described in the Linux kernel source at |
| 52 | Documentation/arm64/booting.txt. This feature is useful since the |
| 53 | image header reports the amount of memory (BSS and similar) that |
| 54 | U-Boot needs to use, but which isn't part of the binary. |
| 55 | |
| 56 | if LINUX_KERNEL_IMAGE_HEADER |
| 57 | config LNX_KRNL_IMG_TEXT_OFFSET_BASE |
| 58 | hex |
| 59 | help |
| 60 | The value subtracted from CONFIG_SYS_TEXT_BASE to calculate the |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 61 | TEXT_OFFSET value written to the Linux kernel image header. |
Stephen Warren | 8163faf | 2018-01-03 14:31:51 -0700 | [diff] [blame] | 62 | endif |
Stephen Warren | 49e9387 | 2017-11-02 18:11:27 -0600 | [diff] [blame] | 63 | endif |
| 64 | |
Bharat Kumar Reddy Gooty | 0bc4356 | 2019-12-16 09:09:43 -0800 | [diff] [blame] | 65 | config GIC_V3_ITS |
| 66 | bool "ARM GICV3 ITS" |
| 67 | help |
| 68 | ARM GICV3 Interrupt translation service (ITS). |
| 69 | Basic support for programming locality specific peripheral |
| 70 | interrupts (LPI) configuration tables and enable LPI tables. |
| 71 | LPI configuration table can be used by u-boot or Linux. |
| 72 | ARM GICV3 has limitation, once the LPI table is enabled, LPI |
| 73 | configuration table can not be re-programmed, unless GICV3 reset. |
| 74 | |
Stephen Warren | 49e9387 | 2017-11-02 18:11:27 -0600 | [diff] [blame] | 75 | config STATIC_RELA |
| 76 | bool |
| 77 | default y if ARM64 && !POSITION_INDEPENDENT |
| 78 | |
Lokesh Vutla | 37217f0 | 2016-03-24 16:02:00 +0530 | [diff] [blame] | 79 | config DMA_ADDR_T_64BIT |
| 80 | bool |
| 81 | default y if ARM64 |
| 82 | |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 83 | config HAS_VBAR |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 84 | bool |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 85 | |
Albert ARIBAUD | 62e9207 | 2015-10-23 18:06:40 +0200 | [diff] [blame] | 86 | config HAS_THUMB2 |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 87 | bool |
Albert ARIBAUD | 62e9207 | 2015-10-23 18:06:40 +0200 | [diff] [blame] | 88 | |
Phil Edworthy | 111a6af | 2017-06-01 07:33:28 +0100 | [diff] [blame] | 89 | # Used for compatibility with asm files copied from the kernel |
| 90 | config ARM_ASM_UNIFIED |
| 91 | bool |
| 92 | default y |
| 93 | |
| 94 | # Used for compatibility with asm files copied from the kernel |
| 95 | config THUMB2_KERNEL |
| 96 | bool |
| 97 | |
Trevor Woerner | a0aba8a | 2019-05-03 09:40:59 -0400 | [diff] [blame] | 98 | config SYS_ICACHE_OFF |
| 99 | bool "Do not enable icache" |
| 100 | default n |
| 101 | help |
| 102 | Do not enable instruction cache in U-Boot. |
| 103 | |
Trevor Woerner | 1001502 | 2019-05-03 09:41:00 -0400 | [diff] [blame] | 104 | config SPL_SYS_ICACHE_OFF |
| 105 | bool "Do not enable icache in SPL" |
| 106 | depends on SPL |
| 107 | default SYS_ICACHE_OFF |
| 108 | help |
| 109 | Do not enable instruction cache in SPL. |
| 110 | |
Trevor Woerner | a0aba8a | 2019-05-03 09:40:59 -0400 | [diff] [blame] | 111 | config SYS_DCACHE_OFF |
| 112 | bool "Do not enable dcache" |
| 113 | default n |
| 114 | help |
| 115 | Do not enable data cache in U-Boot. |
| 116 | |
Trevor Woerner | 1001502 | 2019-05-03 09:41:00 -0400 | [diff] [blame] | 117 | config SPL_SYS_DCACHE_OFF |
| 118 | bool "Do not enable dcache in SPL" |
| 119 | depends on SPL |
| 120 | default SYS_DCACHE_OFF |
| 121 | help |
| 122 | Do not enable data cache in SPL. |
| 123 | |
Lokesh Vutla | f4bcd76 | 2018-04-26 18:21:28 +0530 | [diff] [blame] | 124 | config SYS_ARM_CACHE_CP15 |
| 125 | bool "CP15 based cache enabling support" |
| 126 | help |
| 127 | Select this if your processor suports enabling caches by using |
| 128 | CP15 registers. |
| 129 | |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 130 | config SYS_ARM_MMU |
| 131 | bool "MMU-based Paged Memory Management Support" |
Lokesh Vutla | f4bcd76 | 2018-04-26 18:21:28 +0530 | [diff] [blame] | 132 | select SYS_ARM_CACHE_CP15 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 133 | help |
| 134 | Select if you want MMU-based virtualised addressing space |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 135 | support via paged memory management. |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 136 | |
Lokesh Vutla | f2ef204 | 2018-04-26 18:21:30 +0530 | [diff] [blame] | 137 | config SYS_ARM_MPU |
| 138 | bool 'Use the ARM v7 PMSA Compliant MPU' |
| 139 | help |
| 140 | Some ARM systems without an MMU have instead a Memory Protection |
| 141 | Unit (MPU) that defines the type and permissions for regions of |
| 142 | memory. |
| 143 | If your CPU has an MPU then you should choose 'y' here unless you |
| 144 | know that you do not want to use the MPU. |
| 145 | |
Tom Rini | 8dda2e2 | 2017-03-07 07:13:42 -0500 | [diff] [blame] | 146 | # If set, the workarounds for these ARM errata are applied early during U-Boot |
| 147 | # startup. Note that in general these options force the workarounds to be |
| 148 | # applied; no CPU-type/version detection exists, unlike the similar options in |
| 149 | # the Linux kernel. Do not set these options unless they apply! Also note that |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 150 | # the following can be machine-specific errata. These do have ability to |
| 151 | # provide rudimentary version and machine-specific checks, but expect no |
Tom Rini | 8dda2e2 | 2017-03-07 07:13:42 -0500 | [diff] [blame] | 152 | # product checks: |
| 153 | # CONFIG_ARM_ERRATA_430973 |
| 154 | # CONFIG_ARM_ERRATA_454179 |
| 155 | # CONFIG_ARM_ERRATA_621766 |
| 156 | # CONFIG_ARM_ERRATA_798870 |
| 157 | # CONFIG_ARM_ERRATA_801819 |
Nishanth Menon | 7b37a9c | 2018-06-12 15:24:08 -0500 | [diff] [blame] | 158 | # CONFIG_ARM_CORTEX_A8_CVE_2017_5715 |
Nishanth Menon | c2ca3fd | 2018-06-12 15:24:09 -0500 | [diff] [blame] | 159 | # CONFIG_ARM_CORTEX_A15_CVE_2017_5715 |
Nishanth Menon | 7b37a9c | 2018-06-12 15:24:08 -0500 | [diff] [blame] | 160 | |
Tom Rini | 8dda2e2 | 2017-03-07 07:13:42 -0500 | [diff] [blame] | 161 | config ARM_ERRATA_430973 |
| 162 | bool |
| 163 | |
| 164 | config ARM_ERRATA_454179 |
| 165 | bool |
| 166 | |
| 167 | config ARM_ERRATA_621766 |
| 168 | bool |
| 169 | |
| 170 | config ARM_ERRATA_716044 |
| 171 | bool |
| 172 | |
Siarhei Siamashka | 19a75b8 | 2017-03-06 03:16:53 +0200 | [diff] [blame] | 173 | config ARM_ERRATA_725233 |
| 174 | bool |
| 175 | |
Tom Rini | 8dda2e2 | 2017-03-07 07:13:42 -0500 | [diff] [blame] | 176 | config ARM_ERRATA_742230 |
| 177 | bool |
| 178 | |
| 179 | config ARM_ERRATA_743622 |
| 180 | bool |
| 181 | |
| 182 | config ARM_ERRATA_751472 |
| 183 | bool |
| 184 | |
| 185 | config ARM_ERRATA_761320 |
| 186 | bool |
| 187 | |
| 188 | config ARM_ERRATA_773022 |
| 189 | bool |
| 190 | |
| 191 | config ARM_ERRATA_774769 |
| 192 | bool |
| 193 | |
| 194 | config ARM_ERRATA_794072 |
| 195 | bool |
| 196 | |
| 197 | config ARM_ERRATA_798870 |
| 198 | bool |
| 199 | |
| 200 | config ARM_ERRATA_801819 |
| 201 | bool |
| 202 | |
| 203 | config ARM_ERRATA_826974 |
| 204 | bool |
| 205 | |
| 206 | config ARM_ERRATA_828024 |
| 207 | bool |
| 208 | |
| 209 | config ARM_ERRATA_829520 |
| 210 | bool |
| 211 | |
| 212 | config ARM_ERRATA_833069 |
| 213 | bool |
| 214 | |
| 215 | config ARM_ERRATA_833471 |
| 216 | bool |
| 217 | |
Peng Fan | 11d9431 | 2017-08-08 13:34:52 +0800 | [diff] [blame] | 218 | config ARM_ERRATA_845369 |
Michal Simek | 6e7bdde | 2018-07-23 15:55:12 +0200 | [diff] [blame] | 219 | bool |
Peng Fan | 11d9431 | 2017-08-08 13:34:52 +0800 | [diff] [blame] | 220 | |
Nisal Menuka | 8776350 | 2017-04-26 16:18:01 -0500 | [diff] [blame] | 221 | config ARM_ERRATA_852421 |
| 222 | bool |
| 223 | |
| 224 | config ARM_ERRATA_852423 |
| 225 | bool |
| 226 | |
Alison Wang | ab0ab54 | 2017-12-28 13:00:55 +0800 | [diff] [blame] | 227 | config ARM_ERRATA_855873 |
| 228 | bool |
| 229 | |
Nishanth Menon | 7b37a9c | 2018-06-12 15:24:08 -0500 | [diff] [blame] | 230 | config ARM_CORTEX_A8_CVE_2017_5715 |
| 231 | bool |
| 232 | |
Nishanth Menon | c2ca3fd | 2018-06-12 15:24:09 -0500 | [diff] [blame] | 233 | config ARM_CORTEX_A15_CVE_2017_5715 |
| 234 | bool |
| 235 | |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 236 | config CPU_ARM720T |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 237 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 238 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 239 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 240 | |
| 241 | config CPU_ARM920T |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 242 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 243 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 244 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 245 | |
| 246 | config CPU_ARM926EJS |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 247 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 248 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 249 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 250 | |
| 251 | config CPU_ARM946ES |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 252 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 253 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 254 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 255 | |
| 256 | config CPU_ARM1136 |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 257 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 258 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 259 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 260 | |
| 261 | config CPU_ARM1176 |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 262 | bool |
| 263 | select HAS_VBAR |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 264 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 265 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 266 | |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 267 | config CPU_V7A |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 268 | bool |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 269 | select HAS_THUMB2 |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 270 | select HAS_VBAR |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 271 | select SYS_CACHE_SHIFT_6 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 272 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 273 | |
rev13@wp.pl | 12d8a72 | 2015-03-01 12:44:39 +0100 | [diff] [blame] | 274 | config CPU_V7M |
| 275 | bool |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 276 | select HAS_THUMB2 |
Lokesh Vutla | f2ef204 | 2018-04-26 18:21:30 +0530 | [diff] [blame] | 277 | select SYS_ARM_MPU |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 278 | select SYS_CACHE_SHIFT_5 |
Tom Rini | ea37f0b | 2018-05-07 20:46:52 -0400 | [diff] [blame] | 279 | select SYS_THUMB_BUILD |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 280 | select THUMB2_KERNEL |
rev13@wp.pl | 12d8a72 | 2015-03-01 12:44:39 +0100 | [diff] [blame] | 281 | |
Michal Simek | 4bbd6b1 | 2018-04-26 18:21:29 +0530 | [diff] [blame] | 282 | config CPU_V7R |
| 283 | bool |
| 284 | select HAS_THUMB2 |
Lokesh Vutla | f2ef204 | 2018-04-26 18:21:30 +0530 | [diff] [blame] | 285 | select SYS_ARM_CACHE_CP15 |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 286 | select SYS_ARM_MPU |
| 287 | select SYS_CACHE_SHIFT_6 |
Michal Simek | 4bbd6b1 | 2018-04-26 18:21:29 +0530 | [diff] [blame] | 288 | |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 289 | config CPU_PXA |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 290 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 291 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 292 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 293 | |
| 294 | config CPU_SA1100 |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 295 | bool |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 296 | select SYS_CACHE_SHIFT_5 |
Lokesh Vutla | 7240b80 | 2018-04-26 18:21:27 +0530 | [diff] [blame] | 297 | imply SYS_ARM_MMU |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 298 | |
| 299 | config SYS_CPU |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 300 | default "arm720t" if CPU_ARM720T |
| 301 | default "arm920t" if CPU_ARM920T |
| 302 | default "arm926ejs" if CPU_ARM926EJS |
| 303 | default "arm946es" if CPU_ARM946ES |
| 304 | default "arm1136" if CPU_ARM1136 |
| 305 | default "arm1176" if CPU_ARM1176 |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 306 | default "armv7" if CPU_V7A |
Michal Simek | 4bbd6b1 | 2018-04-26 18:21:29 +0530 | [diff] [blame] | 307 | default "armv7" if CPU_V7R |
Tom Rini | e009bfa | 2016-08-22 08:22:18 -0400 | [diff] [blame] | 308 | default "armv7m" if CPU_V7M |
| 309 | default "pxa" if CPU_PXA |
| 310 | default "sa1100" if CPU_SA1100 |
Masahiro Yamada | 01541ee | 2014-11-06 11:39:27 +0900 | [diff] [blame] | 311 | default "armv8" if ARM64 |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 312 | |
Marek Vasut | 66020a6 | 2016-05-26 18:01:36 +0200 | [diff] [blame] | 313 | config SYS_ARM_ARCH |
| 314 | int |
| 315 | default 4 if CPU_ARM720T |
| 316 | default 4 if CPU_ARM920T |
| 317 | default 5 if CPU_ARM926EJS |
| 318 | default 5 if CPU_ARM946ES |
| 319 | default 6 if CPU_ARM1136 |
| 320 | default 6 if CPU_ARM1176 |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 321 | default 7 if CPU_V7A |
Marek Vasut | 66020a6 | 2016-05-26 18:01:36 +0200 | [diff] [blame] | 322 | default 7 if CPU_V7M |
Michal Simek | 4bbd6b1 | 2018-04-26 18:21:29 +0530 | [diff] [blame] | 323 | default 7 if CPU_V7R |
Marek Vasut | 66020a6 | 2016-05-26 18:01:36 +0200 | [diff] [blame] | 324 | default 5 if CPU_PXA |
| 325 | default 4 if CPU_SA1100 |
| 326 | default 8 if ARM64 |
| 327 | |
Tom Rini | 067716b | 2016-08-22 08:22:17 -0400 | [diff] [blame] | 328 | config SYS_CACHE_SHIFT_5 |
| 329 | bool |
| 330 | |
| 331 | config SYS_CACHE_SHIFT_6 |
| 332 | bool |
| 333 | |
| 334 | config SYS_CACHE_SHIFT_7 |
| 335 | bool |
| 336 | |
| 337 | config SYS_CACHELINE_SIZE |
| 338 | int |
| 339 | default 128 if SYS_CACHE_SHIFT_7 |
| 340 | default 64 if SYS_CACHE_SHIFT_6 |
| 341 | default 32 if SYS_CACHE_SHIFT_5 |
| 342 | |
Adam Ford | 1bf3301 | 2019-08-14 08:29:25 -0500 | [diff] [blame] | 343 | config ARCH_CPU_INIT |
| 344 | bool "Enable ARCH_CPU_INIT" |
| 345 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 346 | Some architectures require a call to arch_cpu_init(). |
Adam Ford | 1bf3301 | 2019-08-14 08:29:25 -0500 | [diff] [blame] | 347 | Say Y here to enable it |
| 348 | |
Andre Przywara | 7842b6a | 2018-04-12 04:24:46 +0300 | [diff] [blame] | 349 | config SYS_ARCH_TIMER |
| 350 | bool "ARM Generic Timer support" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 351 | depends on CPU_V7A || ARM64 |
Andre Przywara | 7842b6a | 2018-04-12 04:24:46 +0300 | [diff] [blame] | 352 | default y if ARM64 |
| 353 | help |
| 354 | The ARM Generic Timer (aka arch-timer) provides an architected |
| 355 | interface to a timer source on an SoC. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 356 | It is mandatory for ARMv8 implementation and widely available |
Andre Przywara | 7842b6a | 2018-04-12 04:24:46 +0300 | [diff] [blame] | 357 | on ARMv7 systems. |
| 358 | |
Masahiro Yamada | c54bcf6 | 2017-04-14 11:10:23 +0900 | [diff] [blame] | 359 | config ARM_SMCCC |
| 360 | bool "Support for ARM SMC Calling Convention (SMCCC)" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 361 | depends on CPU_V7A || ARM64 |
Masahiro Yamada | 573a381 | 2017-04-14 11:10:24 +0900 | [diff] [blame] | 362 | select ARM_PSCI_FW |
Masahiro Yamada | c54bcf6 | 2017-04-14 11:10:23 +0900 | [diff] [blame] | 363 | help |
| 364 | Say Y here if you want to enable ARM SMC Calling Convention. |
| 365 | This should be enabled if U-Boot needs to communicate with system |
| 366 | firmware (for example, PSCI) according to SMCCC. |
| 367 | |
Linus Walleij | f91afc4 | 2015-01-23 11:50:53 +0100 | [diff] [blame] | 368 | config SEMIHOSTING |
| 369 | bool "support boot from semihosting" |
| 370 | help |
| 371 | In emulated environments, semihosting is a way for |
| 372 | the hosted environment to call out to the emulator to |
| 373 | retrieve files from the host machine. |
| 374 | |
Tom Rini | 3a64940 | 2017-03-18 09:01:44 -0400 | [diff] [blame] | 375 | config SYS_THUMB_BUILD |
| 376 | bool "Build U-Boot using the Thumb instruction set" |
| 377 | depends on !ARM64 |
| 378 | help |
| 379 | Use this flag to build U-Boot using the Thumb instruction set for |
| 380 | ARM architectures. Thumb instruction set provides better code |
| 381 | density. For ARM architectures that support Thumb2 this flag will |
| 382 | result in Thumb2 code generated by GCC. |
| 383 | |
| 384 | config SPL_SYS_THUMB_BUILD |
| 385 | bool "Build SPL using the Thumb instruction set" |
| 386 | default y if SYS_THUMB_BUILD |
Adam Ford | 0570556 | 2019-08-13 14:32:30 -0500 | [diff] [blame] | 387 | depends on !ARM64 && SPL |
Tom Rini | 3a64940 | 2017-03-18 09:01:44 -0400 | [diff] [blame] | 388 | help |
| 389 | Use this flag to build SPL using the Thumb instruction set for |
| 390 | ARM architectures. Thumb instruction set provides better code |
| 391 | density. For ARM architectures that support Thumb2 this flag will |
| 392 | result in Thumb2 code generated by GCC. |
| 393 | |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 394 | config TPL_SYS_THUMB_BUILD |
| 395 | bool "Build TPL using the Thumb instruction set" |
| 396 | default y if SYS_THUMB_BUILD |
| 397 | depends on TPL && !ARM64 |
| 398 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 399 | Use this flag to build TPL using the Thumb instruction set for |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 400 | ARM architectures. Thumb instruction set provides better code |
| 401 | density. For ARM architectures that support Thumb2 this flag will |
| 402 | result in Thumb2 code generated by GCC. |
| 403 | |
| 404 | |
Peng Fan | f3e9bec | 2015-08-19 15:48:57 +0800 | [diff] [blame] | 405 | config SYS_L2CACHE_OFF |
| 406 | bool "L2cache off" |
| 407 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 408 | If SoC does not support L2CACHE or one does not want to enable |
Peng Fan | f3e9bec | 2015-08-19 15:48:57 +0800 | [diff] [blame] | 409 | L2CACHE, choose this option. |
| 410 | |
Andre Przywara | cdaa633 | 2016-05-31 10:45:06 -0700 | [diff] [blame] | 411 | config ENABLE_ARM_SOC_BOOT0_HOOK |
| 412 | bool "prepare BOOT0 header" |
| 413 | help |
| 414 | If the SoC's BOOT0 requires a header area filled with (magic) |
Simon Goldschmidt | 7d531e8 | 2018-02-13 13:18:00 +0100 | [diff] [blame] | 415 | values, then choose this option, and create a file included as |
| 416 | <asm/arch/boot0.h> which contains the required assembler code. |
Andre Przywara | cdaa633 | 2016-05-31 10:45:06 -0700 | [diff] [blame] | 417 | |
Andre Przywara | 85db583 | 2017-02-16 01:20:21 +0000 | [diff] [blame] | 418 | config ARM_CORTEX_CPU_IS_UP |
| 419 | bool |
| 420 | default n |
| 421 | |
Fabio Estevam | be72591 | 2016-12-15 19:30:40 -0200 | [diff] [blame] | 422 | config USE_ARCH_MEMCPY |
| 423 | bool "Use an assembly optimized implementation of memcpy" |
Tom Rini | 40d5534 | 2017-01-12 13:16:02 -0500 | [diff] [blame] | 424 | default y |
| 425 | depends on !ARM64 |
| 426 | help |
| 427 | Enable the generation of an optimized version of memcpy. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 428 | Such an implementation may be faster under some conditions |
Tom Rini | 40d5534 | 2017-01-12 13:16:02 -0500 | [diff] [blame] | 429 | but may increase the binary size. |
| 430 | |
| 431 | config SPL_USE_ARCH_MEMCPY |
Andy Yan | f8136e6 | 2017-06-28 16:27:37 +0800 | [diff] [blame] | 432 | bool "Use an assembly optimized implementation of memcpy for SPL" |
Tom Rini | 40d5534 | 2017-01-12 13:16:02 -0500 | [diff] [blame] | 433 | default y if USE_ARCH_MEMCPY |
Adam Ford | 0570556 | 2019-08-13 14:32:30 -0500 | [diff] [blame] | 434 | depends on !ARM64 && SPL |
Fabio Estevam | be72591 | 2016-12-15 19:30:40 -0200 | [diff] [blame] | 435 | help |
| 436 | Enable the generation of an optimized version of memcpy. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 437 | Such an implementation may be faster under some conditions |
Fabio Estevam | be72591 | 2016-12-15 19:30:40 -0200 | [diff] [blame] | 438 | but may increase the binary size. |
| 439 | |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 440 | config TPL_USE_ARCH_MEMCPY |
| 441 | bool "Use an assembly optimized implementation of memcpy for TPL" |
| 442 | default y if USE_ARCH_MEMCPY |
Adam Ford | 0570556 | 2019-08-13 14:32:30 -0500 | [diff] [blame] | 443 | depends on !ARM64 && TPL |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 444 | help |
| 445 | Enable the generation of an optimized version of memcpy. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 446 | Such an implementation may be faster under some conditions |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 447 | but may increase the binary size. |
| 448 | |
Fabio Estevam | be72591 | 2016-12-15 19:30:40 -0200 | [diff] [blame] | 449 | config USE_ARCH_MEMSET |
| 450 | bool "Use an assembly optimized implementation of memset" |
Tom Rini | 40d5534 | 2017-01-12 13:16:02 -0500 | [diff] [blame] | 451 | default y |
| 452 | depends on !ARM64 |
| 453 | help |
| 454 | Enable the generation of an optimized version of memset. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 455 | Such an implementation may be faster under some conditions |
Tom Rini | 40d5534 | 2017-01-12 13:16:02 -0500 | [diff] [blame] | 456 | but may increase the binary size. |
| 457 | |
| 458 | config SPL_USE_ARCH_MEMSET |
Andy Yan | f8136e6 | 2017-06-28 16:27:37 +0800 | [diff] [blame] | 459 | bool "Use an assembly optimized implementation of memset for SPL" |
Tom Rini | 40d5534 | 2017-01-12 13:16:02 -0500 | [diff] [blame] | 460 | default y if USE_ARCH_MEMSET |
Adam Ford | 0570556 | 2019-08-13 14:32:30 -0500 | [diff] [blame] | 461 | depends on !ARM64 && SPL |
Fabio Estevam | be72591 | 2016-12-15 19:30:40 -0200 | [diff] [blame] | 462 | help |
| 463 | Enable the generation of an optimized version of memset. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 464 | Such an implementation may be faster under some conditions |
Fabio Estevam | be72591 | 2016-12-15 19:30:40 -0200 | [diff] [blame] | 465 | but may increase the binary size. |
| 466 | |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 467 | config TPL_USE_ARCH_MEMSET |
| 468 | bool "Use an assembly optimized implementation of memset for TPL" |
| 469 | default y if USE_ARCH_MEMSET |
Adam Ford | 0570556 | 2019-08-13 14:32:30 -0500 | [diff] [blame] | 470 | depends on !ARM64 && TPL |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 471 | help |
| 472 | Enable the generation of an optimized version of memset. |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 473 | Such an implementation may be faster under some conditions |
Kever Yang | 1e32c51 | 2019-04-02 20:41:20 +0800 | [diff] [blame] | 474 | but may increase the binary size. |
| 475 | |
Siva Durga Prasad Paladugu | 085201c | 2019-08-05 23:28:30 +0530 | [diff] [blame] | 476 | config SET_STACK_SIZE |
| 477 | bool "Enable an option to set max stack size that can be used" |
T Karthik Reddy | a69814c | 2019-08-20 09:30:57 +0530 | [diff] [blame] | 478 | default y if ARCH_VERSAL || ARCH_ZYNQMP |
Siva Durga Prasad Paladugu | 085201c | 2019-08-05 23:28:30 +0530 | [diff] [blame] | 479 | help |
| 480 | This will enable an option to set max stack size that can be |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 481 | used by U-Boot. |
Siva Durga Prasad Paladugu | 085201c | 2019-08-05 23:28:30 +0530 | [diff] [blame] | 482 | |
| 483 | config STACK_SIZE |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 484 | hex "Define max stack size that can be used by U-Boot" |
Siva Durga Prasad Paladugu | 085201c | 2019-08-05 23:28:30 +0530 | [diff] [blame] | 485 | depends on SET_STACK_SIZE |
T Karthik Reddy | a69814c | 2019-08-20 09:30:57 +0530 | [diff] [blame] | 486 | default 0x4000000 if ARCH_VERSAL || ARCH_ZYNQMP |
Siva Durga Prasad Paladugu | 085201c | 2019-08-05 23:28:30 +0530 | [diff] [blame] | 487 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 488 | Define Max stack size that can be used by U-Boot so that the |
Siva Durga Prasad Paladugu | 085201c | 2019-08-05 23:28:30 +0530 | [diff] [blame] | 489 | initrd_high will be calculated as base stack pointer minus this |
| 490 | stack size. |
| 491 | |
Alison Wang | ec6617c | 2016-11-10 10:49:03 +0800 | [diff] [blame] | 492 | config ARM64_SUPPORT_AARCH32 |
| 493 | bool "ARM64 system support AArch32 execution state" |
Adam Ford | 0570556 | 2019-08-13 14:32:30 -0500 | [diff] [blame] | 494 | depends on ARM64 |
| 495 | default y if !TARGET_THUNDERX_88XX |
Alison Wang | ec6617c | 2016-11-10 10:49:03 +0800 | [diff] [blame] | 496 | help |
| 497 | This ARM64 system supports AArch32 execution state. |
| 498 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 499 | choice |
| 500 | prompt "Target select" |
Simon Glass | b928e65 | 2015-08-30 19:19:30 -0600 | [diff] [blame] | 501 | default TARGET_HIKEY |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 502 | |
Masahiro Yamada | 4614b89 | 2015-02-20 17:04:01 +0900 | [diff] [blame] | 503 | config ARCH_AT91 |
| 504 | bool "Atmel AT91" |
Tom Rini | f58e946 | 2018-05-10 07:15:52 -0400 | [diff] [blame] | 505 | select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 506 | |
| 507 | config TARGET_EDB93XX |
| 508 | bool "Support edb93xx" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 509 | select CPU_ARM920T |
Alexander Graf | 884f901 | 2018-01-25 12:05:50 +0100 | [diff] [blame] | 510 | select PL010_SERIAL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 511 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 512 | config TARGET_ASPENITE |
| 513 | bool "Support aspenite" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 514 | select CPU_ARM926EJS |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 515 | |
| 516 | config TARGET_GPLUGD |
| 517 | bool "Support gplugd" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 518 | select CPU_ARM926EJS |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 519 | |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 520 | config ARCH_DAVINCI |
| 521 | bool "TI DaVinci" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 522 | select CPU_ARM926EJS |
Simon Glass | 15dc63d | 2017-08-04 16:34:43 -0600 | [diff] [blame] | 523 | imply CMD_SAVES |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 524 | help |
| 525 | Support for TI's DaVinci platform. |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 526 | |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 527 | config KIRKWOOD |
| 528 | bool "Marvell Kirkwood" |
Simon Glass | 4585601 | 2017-01-23 13:31:21 -0700 | [diff] [blame] | 529 | select ARCH_MISC_INIT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 530 | select BOARD_EARLY_INIT_F |
| 531 | select CPU_ARM926EJS |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 532 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 533 | config ARCH_MVEBU |
Stefan Roese | 21b29fc | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 534 | bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)" |
Stefan Roese | 9cffb23 | 2015-09-01 11:27:52 +0200 | [diff] [blame] | 535 | select DM |
Stefan Roese | e3b9c98 | 2015-11-19 07:46:15 +0100 | [diff] [blame] | 536 | select DM_ETH |
Stefan Roese | 1d51ea1 | 2015-09-02 08:41:41 +0200 | [diff] [blame] | 537 | select DM_SERIAL |
Stefan Roese | 09a54c0 | 2015-11-20 13:51:57 +0100 | [diff] [blame] | 538 | select DM_SPI |
| 539 | select DM_SPI_FLASH |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 540 | select OF_CONTROL |
| 541 | select OF_SEPARATE |
Adam Ford | f1b1f77 | 2018-04-15 13:51:26 -0400 | [diff] [blame] | 542 | select SPI |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 543 | imply CMD_DM |
Stefan Roese | a488483 | 2014-10-22 12:13:19 +0200 | [diff] [blame] | 544 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 545 | config TARGET_APF27 |
| 546 | bool "Support apf27" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 547 | select CPU_ARM926EJS |
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 548 | select SUPPORT_SPL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 549 | |
Masahiro Yamada | 22f2be7 | 2014-08-31 07:11:06 +0900 | [diff] [blame] | 550 | config ORION5X |
| 551 | bool "Marvell Orion" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 552 | select CPU_ARM926EJS |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 553 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 554 | config TARGET_SPEAR300 |
| 555 | bool "Support spear300" |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 556 | select BOARD_EARLY_INIT_F |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 557 | select CPU_ARM926EJS |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 558 | select PL011_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 559 | imply CMD_SAVES |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 560 | |
| 561 | config TARGET_SPEAR310 |
| 562 | bool "Support spear310" |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 563 | select BOARD_EARLY_INIT_F |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 564 | select CPU_ARM926EJS |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 565 | select PL011_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 566 | imply CMD_SAVES |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 567 | |
| 568 | config TARGET_SPEAR320 |
| 569 | bool "Support spear320" |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 570 | select BOARD_EARLY_INIT_F |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 571 | select CPU_ARM926EJS |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 572 | select PL011_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 573 | imply CMD_SAVES |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 574 | |
| 575 | config TARGET_SPEAR600 |
| 576 | bool "Support spear600" |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 577 | select BOARD_EARLY_INIT_F |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 578 | select CPU_ARM926EJS |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 579 | select PL011_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 580 | imply CMD_SAVES |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 581 | |
Vikas Manocha | 9fa32b1 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 582 | config TARGET_STV0991 |
| 583 | bool "Support stv0991" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 584 | select CPU_V7A |
Masahiro Yamada | cac0ca7 | 2015-03-31 12:48:01 +0900 | [diff] [blame] | 585 | select DM |
| 586 | select DM_SERIAL |
Vikas Manocha | e67abca | 2015-07-02 18:29:41 -0700 | [diff] [blame] | 587 | select DM_SPI |
| 588 | select DM_SPI_FLASH |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 589 | select PL01X_SERIAL |
Adam Ford | f1b1f77 | 2018-04-15 13:51:26 -0400 | [diff] [blame] | 590 | select SPI |
Vikas Manocha | e67abca | 2015-07-02 18:29:41 -0700 | [diff] [blame] | 591 | select SPI_FLASH |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 592 | imply CMD_DM |
Vikas Manocha | 9fa32b1 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 593 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 594 | config TARGET_X600 |
| 595 | bool "Support x600" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 596 | select BOARD_LATE_INIT |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 597 | select CPU_ARM926EJS |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 598 | select PL011_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 599 | select SUPPORT_SPL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 600 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 601 | config TARGET_WOODBURN |
| 602 | bool "Support woodburn" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 603 | select CPU_ARM1136 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 604 | |
| 605 | config TARGET_WOODBURN_SD |
| 606 | bool "Support woodburn_sd" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 607 | select CPU_ARM1136 |
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 608 | select SUPPORT_SPL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 609 | |
| 610 | config TARGET_FLEA3 |
| 611 | bool "Support flea3" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 612 | select CPU_ARM1136 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 613 | |
| 614 | config TARGET_MX35PDK |
| 615 | bool "Support mx35pdk" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 616 | select BOARD_LATE_INIT |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 617 | select CPU_ARM1136 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 618 | |
Masahiro Yamada | ddf6bd4 | 2015-03-19 19:42:56 +0900 | [diff] [blame] | 619 | config ARCH_BCM283X |
| 620 | bool "Broadcom BCM283X family" |
Masahiro Yamada | 58d423b | 2015-03-31 12:47:53 +0900 | [diff] [blame] | 621 | select DM |
Masahiro Yamada | 58d423b | 2015-03-31 12:47:53 +0900 | [diff] [blame] | 622 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 623 | select DM_SERIAL |
Fabian Vogt | 7670909 | 2016-09-26 14:26:51 +0200 | [diff] [blame] | 624 | select OF_CONTROL |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 625 | select PL01X_SERIAL |
Alexander Graf | ae5326a | 2018-01-29 13:57:20 +0100 | [diff] [blame] | 626 | select SERIAL_SEARCH_ALL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 627 | imply CMD_DM |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 628 | imply FAT_WRITE |
Stephen Warren | 4641429 | 2015-02-16 12:16:15 -0700 | [diff] [blame] | 629 | |
Philippe Reynes | ea1a7de | 2019-01-31 18:57:35 +0100 | [diff] [blame] | 630 | config ARCH_BCM63158 |
| 631 | bool "Broadcom BCM63158 family" |
| 632 | select DM |
| 633 | select OF_CONTROL |
| 634 | imply CMD_DM |
| 635 | |
Philippe Reynes | 6454e95 | 2020-01-07 20:14:10 +0100 | [diff] [blame] | 636 | config ARCH_BCM68360 |
| 637 | bool "Broadcom BCM68360 family" |
| 638 | select DM |
| 639 | select OF_CONTROL |
| 640 | imply CMD_DM |
| 641 | |
Philippe Reynes | 40b59b0 | 2018-10-11 18:31:58 +0200 | [diff] [blame] | 642 | config ARCH_BCM6858 |
| 643 | bool "Broadcom BCM6858 family" |
| 644 | select DM |
| 645 | select OF_CONTROL |
| 646 | imply CMD_DM |
| 647 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 648 | config TARGET_VEXPRESS_CA15_TC2 |
| 649 | bool "Support vexpress_ca15_tc2" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 650 | select CPU_V7A |
Hans de Goede | ea624e1 | 2014-11-14 09:34:30 +0100 | [diff] [blame] | 651 | select CPU_V7_HAS_NONSEC |
| 652 | select CPU_V7_HAS_VIRT |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 653 | select PL011_SERIAL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 654 | |
Thomas Fitzsimmons | 894c3ad | 2018-06-08 17:59:45 -0400 | [diff] [blame] | 655 | config ARCH_BCMSTB |
| 656 | bool "Broadcom BCM7XXX family" |
| 657 | select CPU_V7A |
| 658 | select DM |
| 659 | select OF_CONTROL |
| 660 | select OF_PRIOR_STAGE |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 661 | imply CMD_DM |
Thomas Fitzsimmons | 894c3ad | 2018-06-08 17:59:45 -0400 | [diff] [blame] | 662 | help |
| 663 | This enables support for Broadcom ARM-based set-top box |
| 664 | chipsets, including the 7445 family of chips. |
| 665 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 666 | config TARGET_VEXPRESS_CA5X2 |
| 667 | bool "Support vexpress_ca5x2" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 668 | select CPU_V7A |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 669 | select PL011_SERIAL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 670 | |
| 671 | config TARGET_VEXPRESS_CA9X4 |
| 672 | bool "Support vexpress_ca9x4" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 673 | select CPU_V7A |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 674 | select PL011_SERIAL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 675 | |
Steve Rae | 43486e4 | 2016-06-02 15:10:56 -0700 | [diff] [blame] | 676 | config TARGET_BCM23550_W1D |
| 677 | bool "Support bcm23550_w1d" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 678 | select CPU_V7A |
Daniel Thompson | 221a949 | 2017-05-19 17:26:58 +0100 | [diff] [blame] | 679 | imply CRC32_VERIFY |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 680 | imply FAT_WRITE |
Steve Rae | 43486e4 | 2016-06-02 15:10:56 -0700 | [diff] [blame] | 681 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 682 | config TARGET_BCM28155_AP |
| 683 | bool "Support bcm28155_ap" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 684 | select CPU_V7A |
Daniel Thompson | 221a949 | 2017-05-19 17:26:58 +0100 | [diff] [blame] | 685 | imply CRC32_VERIFY |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 686 | imply FAT_WRITE |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 687 | |
Steve Rae | abb1678 | 2014-11-11 11:32:18 -0800 | [diff] [blame] | 688 | config TARGET_BCMCYGNUS |
| 689 | bool "Support bcmcygnus" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 690 | select CPU_V7A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 691 | imply BCM_SF2_ETH |
| 692 | imply BCM_SF2_ETH_GMAC |
Simon Glass | 551c393 | 2017-05-17 03:25:25 -0600 | [diff] [blame] | 693 | imply CMD_HASH |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 694 | imply CRC32_VERIFY |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 695 | imply FAT_WRITE |
Daniel Thompson | 221a949 | 2017-05-19 17:26:58 +0100 | [diff] [blame] | 696 | imply HASH_VERIFY |
Suji Velupillai | c89782d | 2017-07-10 14:05:41 -0700 | [diff] [blame] | 697 | imply NETDEVICES |
Steve Rae | 9dec527 | 2014-08-11 13:58:26 -0700 | [diff] [blame] | 698 | |
Steve Rae | abb1678 | 2014-11-11 11:32:18 -0800 | [diff] [blame] | 699 | config TARGET_BCMNSP |
| 700 | bool "Support bcmnsp" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 701 | select CPU_V7A |
Steve Rae | 9dec527 | 2014-08-11 13:58:26 -0700 | [diff] [blame] | 702 | |
Jon Mason | 274bced | 2017-03-17 12:12:14 -0400 | [diff] [blame] | 703 | config TARGET_BCMNS2 |
| 704 | bool "Support Broadcom Northstar2" |
| 705 | select ARM64 |
| 706 | help |
| 707 | Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit |
| 708 | ARMv8 Cortex-A57 processors targeting a broad range of networking |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 709 | applications. |
Jon Mason | 274bced | 2017-03-17 12:12:14 -0400 | [diff] [blame] | 710 | |
Masahiro Yamada | 72df68c | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 711 | config ARCH_EXYNOS |
| 712 | bool "Samsung EXYNOS" |
Masahiro Yamada | 58d423b | 2015-03-31 12:47:53 +0900 | [diff] [blame] | 713 | select DM |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 714 | select DM_GPIO |
Simon Glass | fc47cf9 | 2016-11-23 06:34:40 -0700 | [diff] [blame] | 715 | select DM_I2C |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 716 | select DM_KEYBOARD |
Masahiro Yamada | 58d423b | 2015-03-31 12:47:53 +0900 | [diff] [blame] | 717 | select DM_SERIAL |
| 718 | select DM_SPI |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 719 | select DM_SPI_FLASH |
Adam Ford | f1b1f77 | 2018-04-15 13:51:26 -0400 | [diff] [blame] | 720 | select SPI |
Guillaume GARDET | c96d903 | 2018-11-20 14:15:13 +0100 | [diff] [blame] | 721 | imply SYS_THUMB_BUILD |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 722 | imply CMD_DM |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 723 | imply FAT_WRITE |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 724 | |
Simon Glass | 311757b | 2014-10-07 22:01:50 -0600 | [diff] [blame] | 725 | config ARCH_S5PC1XX |
| 726 | bool "Samsung S5PC1XX" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 727 | select CPU_V7A |
Masahiro Yamada | 58d423b | 2015-03-31 12:47:53 +0900 | [diff] [blame] | 728 | select DM |
Masahiro Yamada | 58d423b | 2015-03-31 12:47:53 +0900 | [diff] [blame] | 729 | select DM_GPIO |
Simon Glass | 08848e9 | 2016-11-23 06:34:41 -0700 | [diff] [blame] | 730 | select DM_I2C |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 731 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 732 | imply CMD_DM |
Simon Glass | 311757b | 2014-10-07 22:01:50 -0600 | [diff] [blame] | 733 | |
Masahiro Yamada | ef2b694 | 2014-08-31 07:11:07 +0900 | [diff] [blame] | 734 | config ARCH_HIGHBANK |
| 735 | bool "Calxeda Highbank" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 736 | select CPU_V7A |
Alexander Graf | d10fc50 | 2018-01-25 12:05:51 +0100 | [diff] [blame] | 737 | select PL011_SERIAL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 738 | |
Masahiro Yamada | 5cbbd9b | 2015-04-21 21:59:36 +0900 | [diff] [blame] | 739 | config ARCH_INTEGRATOR |
| 740 | bool "ARM Ltd. Integrator family" |
Linus Walleij | 3f394e7 | 2015-07-27 11:22:48 +0200 | [diff] [blame] | 741 | select DM |
| 742 | select DM_SERIAL |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 743 | select PL01X_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 744 | imply CMD_DM |
Masahiro Yamada | 5cbbd9b | 2015-04-21 21:59:36 +0900 | [diff] [blame] | 745 | |
Masahiro Yamada | c338f09 | 2014-08-31 07:11:05 +0900 | [diff] [blame] | 746 | config ARCH_KEYSTONE |
| 747 | bool "TI Keystone" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 748 | select CMD_POWEROFF |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 749 | select CPU_V7A |
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 750 | select SUPPORT_SPL |
Andre Przywara | 7842b6a | 2018-04-12 04:24:46 +0300 | [diff] [blame] | 751 | select SYS_ARCH_TIMER |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 752 | select SYS_THUMB_BUILD |
Tom Rini | d56b4b1 | 2017-07-22 18:36:16 -0400 | [diff] [blame] | 753 | imply CMD_MTDPARTS |
Simon Glass | 15dc63d | 2017-08-04 16:34:43 -0600 | [diff] [blame] | 754 | imply CMD_SAVES |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 755 | imply FIT |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 756 | |
Lokesh Vutla | 586bde9 | 2018-08-27 15:57:08 +0530 | [diff] [blame] | 757 | config ARCH_K3 |
| 758 | bool "Texas Instruments' K3 Architecture" |
| 759 | select SPL |
| 760 | select SUPPORT_SPL |
| 761 | select FIT |
| 762 | |
Masahiro Yamada | a93fbf4a | 2017-04-25 13:10:11 +0900 | [diff] [blame] | 763 | config ARCH_OMAP2PLUS |
| 764 | bool "TI OMAP2+" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 765 | select CPU_V7A |
Ley Foon Tan | 0680f1b | 2017-05-03 17:13:32 +0800 | [diff] [blame] | 766 | select SPL_BOARD_INIT if SPL |
Tom Rini | ff6c312 | 2017-09-17 11:44:49 -0400 | [diff] [blame] | 767 | select SPL_STACK_R if SPL |
Masahiro Yamada | a93fbf4a | 2017-04-25 13:10:11 +0900 | [diff] [blame] | 768 | select SUPPORT_SPL |
| 769 | imply FIT |
| 770 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 771 | config ARCH_MESON |
| 772 | bool "Amlogic Meson" |
Masahiro Yamada | 7325f6c | 2018-04-25 18:47:52 +0900 | [diff] [blame] | 773 | imply DISTRO_DEFAULTS |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 774 | help |
| 775 | Support for the Meson SoC family developed by Amlogic Inc., |
| 776 | targeted at media players and tablet computers. We currently |
| 777 | support the S905 (GXBaby) 64-bit SoC. |
| 778 | |
Ryder Lee | cbd2fba | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 779 | config ARCH_MEDIATEK |
| 780 | bool "MediaTek SoCs" |
| 781 | select BINMAN |
| 782 | select DM |
| 783 | select OF_CONTROL |
| 784 | select SPL_DM if SPL |
| 785 | select SPL_LIBCOMMON_SUPPORT if SPL |
| 786 | select SPL_LIBGENERIC_SUPPORT if SPL |
| 787 | select SPL_OF_CONTROL if SPL |
| 788 | select SUPPORT_SPL |
| 789 | help |
| 790 | Support for the MediaTek SoCs family developed by MediaTek Inc. |
| 791 | Please refer to doc/README.mediatek for more information. |
| 792 | |
Vladimir Zapolskiy | ee54dfe | 2018-09-17 21:43:03 +0300 | [diff] [blame] | 793 | config ARCH_LPC32XX |
| 794 | bool "NXP LPC32xx platform" |
| 795 | select CPU_ARM926EJS |
| 796 | select DM |
| 797 | select DM_GPIO |
| 798 | select DM_SERIAL |
| 799 | select SPL_DM if SPL |
| 800 | select SUPPORT_SPL |
| 801 | imply CMD_DM |
| 802 | |
Peng Fan | b2b8b9b | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 803 | config ARCH_IMX8 |
| 804 | bool "NXP i.MX8 platform" |
| 805 | select ARM64 |
| 806 | select DM |
| 807 | select OF_CONTROL |
Ye Li | 9a27385 | 2019-07-12 09:33:52 +0000 | [diff] [blame] | 808 | select ENABLE_ARM_SOC_BOOT0_HOOK |
Peng Fan | b2b8b9b | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 809 | |
Peng Fan | cd357ad | 2018-11-20 10:19:25 +0000 | [diff] [blame] | 810 | config ARCH_IMX8M |
Peng Fan | 7a7391f | 2018-01-10 13:20:19 +0800 | [diff] [blame] | 811 | bool "NXP i.MX8M platform" |
| 812 | select ARM64 |
| 813 | select DM |
| 814 | select SUPPORT_SPL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 815 | imply CMD_DM |
Peng Fan | 7a7391f | 2018-01-10 13:20:19 +0800 | [diff] [blame] | 816 | |
Giulio Benetti | 77eb9a9 | 2020-01-10 15:51:47 +0100 | [diff] [blame] | 817 | config ARCH_IMXRT |
| 818 | bool "NXP i.MXRT platform" |
| 819 | select CPU_V7M |
| 820 | select DM |
| 821 | select DM_SERIAL |
| 822 | select SUPPORT_SPL |
| 823 | imply CMD_DM |
| 824 | |
Stefan Agner | c5343d4 | 2018-02-06 09:44:34 +0100 | [diff] [blame] | 825 | config ARCH_MX23 |
| 826 | bool "NXP i.MX23 family" |
| 827 | select CPU_ARM926EJS |
| 828 | select PL011_SERIAL |
| 829 | select SUPPORT_SPL |
| 830 | |
Fabio Estevam | 07df697 | 2017-11-03 13:40:08 -0200 | [diff] [blame] | 831 | config ARCH_MX25 |
| 832 | bool "NXP MX25" |
| 833 | select CPU_ARM926EJS |
Adam Ford | 8bbff6a | 2018-02-04 09:32:43 -0600 | [diff] [blame] | 834 | imply MXC_GPIO |
Fabio Estevam | 07df697 | 2017-11-03 13:40:08 -0200 | [diff] [blame] | 835 | |
Stefan Agner | 25c5b4e | 2018-02-06 09:44:35 +0100 | [diff] [blame] | 836 | config ARCH_MX28 |
| 837 | bool "NXP i.MX28 family" |
| 838 | select CPU_ARM926EJS |
| 839 | select PL011_SERIAL |
| 840 | select SUPPORT_SPL |
| 841 | |
Magnus Lilja | 3159ec6 | 2018-05-11 14:06:54 +0200 | [diff] [blame] | 842 | config ARCH_MX31 |
| 843 | bool "NXP i.MX31 family" |
| 844 | select CPU_ARM1136 |
| 845 | |
Peng Fan | e90a08d | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 846 | config ARCH_MX7ULP |
Michal Simek | 6e7bdde | 2018-07-23 15:55:12 +0200 | [diff] [blame] | 847 | bool "NXP MX7ULP" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 848 | select CPU_V7A |
Peng Fan | e90a08d | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 849 | select ROM_UNIFIED_SECTIONS |
Adam Ford | 8bbff6a | 2018-02-04 09:32:43 -0600 | [diff] [blame] | 850 | imply MXC_GPIO |
Tom Rini | 44ad496 | 2019-12-03 09:28:03 -0500 | [diff] [blame] | 851 | imply SYS_THUMB_BUILD |
Peng Fan | e90a08d | 2017-02-22 16:21:39 +0800 | [diff] [blame] | 852 | |
Adrian Alonso | 1a8150d | 2015-09-03 11:49:28 -0500 | [diff] [blame] | 853 | config ARCH_MX7 |
| 854 | bool "Freescale MX7" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 855 | select ARCH_MISC_INIT |
| 856 | select BOARD_EARLY_INIT_F |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 857 | select CPU_V7A |
Stefano Babic | d714a75 | 2019-09-20 08:47:53 +0200 | [diff] [blame] | 858 | select SYS_FSL_HAS_SEC if IMX_HAB |
York Sun | 2c2e2c9 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 859 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 90b8038 | 2016-12-28 08:43:31 -0800 | [diff] [blame] | 860 | select SYS_FSL_SEC_LE |
Adam Ford | 8bbff6a | 2018-02-04 09:32:43 -0600 | [diff] [blame] | 861 | imply MXC_GPIO |
Tom Rini | 44ad496 | 2019-12-03 09:28:03 -0500 | [diff] [blame] | 862 | imply SYS_THUMB_BUILD |
Adrian Alonso | 1a8150d | 2015-09-03 11:49:28 -0500 | [diff] [blame] | 863 | |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 864 | config ARCH_MX6 |
| 865 | bool "Freescale MX6" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 866 | select CPU_V7A |
Stefano Babic | d714a75 | 2019-09-20 08:47:53 +0200 | [diff] [blame] | 867 | select SYS_FSL_HAS_SEC if IMX_HAB |
York Sun | 2c2e2c9 | 2016-12-28 08:43:30 -0800 | [diff] [blame] | 868 | select SYS_FSL_SEC_COMPAT_4 |
York Sun | 90b8038 | 2016-12-28 08:43:31 -0800 | [diff] [blame] | 869 | select SYS_FSL_SEC_LE |
Adam Ford | 8bbff6a | 2018-02-04 09:32:43 -0600 | [diff] [blame] | 870 | imply MXC_GPIO |
Tom Rini | 44ad496 | 2019-12-03 09:28:03 -0500 | [diff] [blame] | 871 | imply SYS_THUMB_BUILD |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 872 | |
Philipp Tomsich | b529993 | 2017-08-03 23:23:55 +0200 | [diff] [blame] | 873 | if ARCH_MX6 |
| 874 | config SPL_LDSCRIPT |
Michal Simek | 6e7bdde | 2018-07-23 15:55:12 +0200 | [diff] [blame] | 875 | default "arch/arm/mach-omap2/u-boot-spl.lds" |
Philipp Tomsich | b529993 | 2017-08-03 23:23:55 +0200 | [diff] [blame] | 876 | endif |
| 877 | |
Andrej Rosano | 424ee3d | 2015-04-08 18:56:29 +0200 | [diff] [blame] | 878 | config ARCH_MX5 |
| 879 | bool "Freescale MX5" |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 880 | select BOARD_EARLY_INIT_F |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 881 | select CPU_V7A |
Adam Ford | 8bbff6a | 2018-02-04 09:32:43 -0600 | [diff] [blame] | 882 | imply MXC_GPIO |
Andrej Rosano | 424ee3d | 2015-04-08 18:56:29 +0200 | [diff] [blame] | 883 | |
Manivannan Sadhasivam | 97775d2 | 2018-06-14 23:38:31 +0530 | [diff] [blame] | 884 | config ARCH_OWL |
| 885 | bool "Actions Semi OWL SoCs" |
| 886 | select ARM64 |
| 887 | select DM |
| 888 | select DM_SERIAL |
| 889 | select OF_CONTROL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 890 | imply CMD_DM |
Manivannan Sadhasivam | 97775d2 | 2018-06-14 23:38:31 +0530 | [diff] [blame] | 891 | |
Tuomas Tynkkynen | 32f1182 | 2017-09-19 23:18:07 +0300 | [diff] [blame] | 892 | config ARCH_QEMU |
| 893 | bool "QEMU Virtual Platform" |
AKASHI Takahiro | 70a64a0 | 2019-07-03 10:44:40 +0900 | [diff] [blame] | 894 | select ARCH_SUPPORT_TFABOOT |
Tuomas Tynkkynen | 32f1182 | 2017-09-19 23:18:07 +0300 | [diff] [blame] | 895 | select DM |
| 896 | select DM_SERIAL |
| 897 | select OF_CONTROL |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 898 | select PL01X_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 899 | imply CMD_DM |
AKASHI Takahiro | a47c1b5 | 2018-09-14 17:06:54 +0900 | [diff] [blame] | 900 | imply DM_RTC |
| 901 | imply RTC_PL031 |
Tuomas Tynkkynen | 32f1182 | 2017-09-19 23:18:07 +0300 | [diff] [blame] | 902 | |
Nobuhiro Iwamatsu | 1cc95f6 | 2015-10-10 05:58:28 +0900 | [diff] [blame] | 903 | config ARCH_RMOBILE |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 904 | bool "Renesas ARM SoCs" |
Chris Brandt | 3529596 | 2017-08-23 14:53:59 -0500 | [diff] [blame] | 905 | select BOARD_EARLY_INIT_F if !RZA1 |
Nobuhiro Iwamatsu | 1cc95f6 | 2015-10-10 05:58:28 +0900 | [diff] [blame] | 906 | select DM |
| 907 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 908 | imply CMD_DM |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 909 | imply FAT_WRITE |
Tom Rini | 3a64940 | 2017-03-18 09:01:44 -0400 | [diff] [blame] | 910 | imply SYS_THUMB_BUILD |
Marek Vasut | 00e4b57 | 2018-12-03 13:28:25 +0100 | [diff] [blame] | 911 | imply ARCH_MISC_INIT if DISPLAY_CPUINFO |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 912 | |
Eddy Petrișor | 9702ec0 | 2016-06-05 03:43:00 +0300 | [diff] [blame] | 913 | config TARGET_S32V234EVB |
| 914 | bool "Support s32v234evb" |
| 915 | select ARM64 |
York Sun | c01e4a1 | 2016-12-28 08:43:42 -0800 | [diff] [blame] | 916 | select SYS_FSL_ERRATUM_ESDHC111 |
Eddy Petrișor | 9702ec0 | 2016-06-05 03:43:00 +0300 | [diff] [blame] | 917 | |
Mateusz Kulikowski | 0859213 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 918 | config ARCH_SNAPDRAGON |
| 919 | bool "Qualcomm Snapdragon SoCs" |
| 920 | select ARM64 |
| 921 | select DM |
| 922 | select DM_GPIO |
| 923 | select DM_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 924 | select MSM_SMEM |
Mateusz Kulikowski | 0859213 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 925 | select OF_CONTROL |
| 926 | select OF_SEPARATE |
Ramon Fried | 654dd4a | 2018-07-02 02:57:56 +0300 | [diff] [blame] | 927 | select SMEM |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 928 | select SPMI |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 929 | imply CMD_DM |
Mateusz Kulikowski | 0859213 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 930 | |
Masahiro Yamada | 7865f4b | 2015-04-21 20:38:20 +0900 | [diff] [blame] | 931 | config ARCH_SOCFPGA |
| 932 | bool "Altera SOCFPGA family" |
Simon Glass | a421192 | 2017-01-23 13:31:19 -0700 | [diff] [blame] | 933 | select ARCH_EARLY_INIT_R |
Marek Vasut | d6a61da | 2018-08-13 20:06:46 +0200 | [diff] [blame] | 934 | select ARCH_MISC_INIT if !TARGET_SOCFPGA_ARRIA10 |
Ley Foon Tan | a76b711 | 2019-11-27 15:55:32 +0800 | [diff] [blame] | 935 | select ARM64 if TARGET_SOCFPGA_STRATIX10 || TARGET_SOCFPGA_AGILEX |
Ley Foon Tan | a684729 | 2018-05-24 00:17:32 +0800 | [diff] [blame] | 936 | select CPU_V7A if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10 |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 937 | select DM |
Marek Vasut | 7317275 | 2018-05-11 22:26:35 +0200 | [diff] [blame] | 938 | select DM_SERIAL |
Ley Foon Tan | a684729 | 2018-05-24 00:17:32 +0800 | [diff] [blame] | 939 | select ENABLE_ARM_SOC_BOOT0_HOOK if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10 |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 940 | select OF_CONTROL |
Ley Foon Tan | 00057ee | 2018-07-13 13:40:23 +0800 | [diff] [blame] | 941 | select SPL_DM_RESET if DM_RESET |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 942 | select SPL_DM_SERIAL |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 943 | select SPL_LIBCOMMON_SUPPORT |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 944 | select SPL_LIBGENERIC_SUPPORT |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 945 | select SPL_NAND_SUPPORT if SPL_NAND_DENALI |
| 946 | select SPL_OF_CONTROL |
Ley Foon Tan | a76b711 | 2019-11-27 15:55:32 +0800 | [diff] [blame] | 947 | select SPL_SEPARATE_BSS if TARGET_SOCFPGA_STRATIX10 || TARGET_SOCFPGA_AGILEX |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 948 | select SPL_SERIAL_SUPPORT |
Simon Goldschmidt | ef72ba0 | 2019-07-15 21:47:55 +0200 | [diff] [blame] | 949 | select SPL_SYSRESET |
Marek Vasut | 48befc0 | 2018-05-11 22:25:59 +0200 | [diff] [blame] | 950 | select SPL_WATCHDOG_SUPPORT |
| 951 | select SUPPORT_SPL |
Marek Vasut | 7317275 | 2018-05-11 22:26:35 +0200 | [diff] [blame] | 952 | select SYS_NS16550 |
Ley Foon Tan | a684729 | 2018-05-24 00:17:32 +0800 | [diff] [blame] | 953 | select SYS_THUMB_BUILD if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10 |
Simon Goldschmidt | ef72ba0 | 2019-07-15 21:47:55 +0200 | [diff] [blame] | 954 | select SYSRESET |
| 955 | select SYSRESET_SOCFPGA if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10 |
Ley Foon Tan | 63b312d | 2019-08-07 16:30:53 +0800 | [diff] [blame] | 956 | select SYSRESET_SOCFPGA_S10 if TARGET_SOCFPGA_STRATIX10 |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 957 | imply CMD_DM |
Tom Rini | d56b4b1 | 2017-07-22 18:36:16 -0400 | [diff] [blame] | 958 | imply CMD_MTDPARTS |
Daniel Thompson | 221a949 | 2017-05-19 17:26:58 +0100 | [diff] [blame] | 959 | imply CRC32_VERIFY |
Simon Goldschmidt | fef4a54 | 2018-02-13 06:34:14 +0100 | [diff] [blame] | 960 | imply DM_SPI |
| 961 | imply DM_SPI_FLASH |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 962 | imply FAT_WRITE |
Simon Goldschmidt | aef4428 | 2019-04-09 21:02:05 +0200 | [diff] [blame] | 963 | imply SPL |
| 964 | imply SPL_DM |
Simon Goldschmidt | a9024dc | 2018-11-29 21:17:08 +0100 | [diff] [blame] | 965 | imply SPL_LIBDISK_SUPPORT |
| 966 | imply SPL_MMC_SUPPORT |
Simon Goldschmidt | fef4a54 | 2018-02-13 06:34:14 +0100 | [diff] [blame] | 967 | imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION |
Simon Goldschmidt | f48db4e | 2018-10-30 20:21:49 +0100 | [diff] [blame] | 968 | imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE |
Simon Goldschmidt | a9024dc | 2018-11-29 21:17:08 +0100 | [diff] [blame] | 969 | imply SPL_SPI_FLASH_SUPPORT |
| 970 | imply SPL_SPI_SUPPORT |
Dinh Nguyen | aaa6480 | 2019-04-23 16:55:06 -0500 | [diff] [blame] | 971 | imply L2X0_CACHE |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 972 | |
Ian Campbell | 2c7e3b9 | 2014-10-24 21:20:44 +0100 | [diff] [blame] | 973 | config ARCH_SUNXI |
| 974 | bool "Support sunxi (Allwinner) SoCs" |
Masahiro Yamada | d6a0c78 | 2017-10-17 13:42:44 +0900 | [diff] [blame] | 975 | select BINMAN |
Hans de Goede | 88bb800 | 2016-04-03 09:41:44 +0200 | [diff] [blame] | 976 | select CMD_GPIO |
Hans de Goede | 0878a8a | 2016-05-15 13:51:58 +0200 | [diff] [blame] | 977 | select CMD_MMC if MMC |
Yann E. MORIN | 2997ee5 | 2016-10-31 22:33:40 +0100 | [diff] [blame] | 978 | select CMD_USB if DISTRO_DEFAULTS |
Jagan Teki | e236ff0 | 2019-01-11 16:40:20 +0530 | [diff] [blame] | 979 | select CLK |
Hans de Goede | b6006ba | 2015-04-15 20:46:48 +0200 | [diff] [blame] | 980 | select DM |
Tom Rini | 4536882 | 2015-06-30 16:51:15 -0400 | [diff] [blame] | 981 | select DM_ETH |
Hans de Goede | 211d57a | 2015-12-21 20:22:00 +0100 | [diff] [blame] | 982 | select DM_GPIO |
| 983 | select DM_KEYBOARD |
Jagan Teki | bb3362b | 2019-04-12 16:48:25 +0530 | [diff] [blame] | 984 | select DM_MMC if MMC |
| 985 | select DM_SCSI if SCSI |
Tom Rini | 4536882 | 2015-06-30 16:51:15 -0400 | [diff] [blame] | 986 | select DM_SERIAL |
Yann E. MORIN | 2997ee5 | 2016-10-31 22:33:40 +0100 | [diff] [blame] | 987 | select DM_USB if DISTRO_DEFAULTS |
Hans de Goede | d75111a | 2016-03-22 22:51:52 +0100 | [diff] [blame] | 988 | select OF_BOARD_SETUP |
Hans de Goede | b6006ba | 2015-04-15 20:46:48 +0200 | [diff] [blame] | 989 | select OF_CONTROL |
| 990 | select OF_SEPARATE |
Tom Rini | 6f6b7cf | 2018-03-06 19:02:27 -0500 | [diff] [blame] | 991 | select SPECIFY_CONSOLE_INDEX |
Tom Rini | ab43de8 | 2017-06-21 07:54:46 -0400 | [diff] [blame] | 992 | select SPL_STACK_R if SPL |
| 993 | select SPL_SYS_MALLOC_SIMPLE if SPL |
Tom Rini | 3a64940 | 2017-03-18 09:01:44 -0400 | [diff] [blame] | 994 | select SPL_SYS_THUMB_BUILD if !ARM64 |
Andre Przywara | 10cfbaa | 2019-06-23 15:09:46 +0100 | [diff] [blame] | 995 | select SUNXI_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 996 | select SYS_NS16550 |
Maxime Ripard | ce2e44d | 2017-10-19 11:49:29 +0200 | [diff] [blame] | 997 | select SYS_THUMB_BUILD if !ARM64 |
Yann E. MORIN | 2997ee5 | 2016-10-31 22:33:40 +0100 | [diff] [blame] | 998 | select USB if DISTRO_DEFAULTS |
Yann E. MORIN | 2997ee5 | 2016-10-31 22:33:40 +0100 | [diff] [blame] | 999 | select USB_KEYBOARD if DISTRO_DEFAULTS |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1000 | select USB_STORAGE if DISTRO_DEFAULTS |
Simon Glass | 27084c0 | 2019-09-25 08:56:27 -0600 | [diff] [blame] | 1001 | select SPL_USE_TINY_PRINTF |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1002 | imply CMD_DM |
Maxime Ripard | a12fb0e | 2017-08-24 11:54:03 +0200 | [diff] [blame] | 1003 | imply CMD_GPT |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 1004 | imply CMD_UBI if MTD_RAW_NAND |
Masahiro Yamada | 7325f6c | 2018-04-25 18:47:52 +0900 | [diff] [blame] | 1005 | imply DISTRO_DEFAULTS |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 1006 | imply FAT_WRITE |
Marek Vasut | 2f13cf3 | 2018-10-10 18:27:35 +0200 | [diff] [blame] | 1007 | imply FIT |
Andre Heider | eff264d | 2018-01-16 09:44:22 +0100 | [diff] [blame] | 1008 | imply OF_LIBFDT_OVERLAY |
Masahiro Yamada | af83a60 | 2017-04-28 19:42:19 +0900 | [diff] [blame] | 1009 | imply PRE_CONSOLE_BUFFER |
| 1010 | imply SPL_GPIO_SUPPORT |
| 1011 | imply SPL_LIBCOMMON_SUPPORT |
Masahiro Yamada | af83a60 | 2017-04-28 19:42:19 +0900 | [diff] [blame] | 1012 | imply SPL_LIBGENERIC_SUPPORT |
Masahiro Yamada | 4aa2ba3 | 2017-05-09 20:31:39 +0900 | [diff] [blame] | 1013 | imply SPL_MMC_SUPPORT if MMC |
Masahiro Yamada | af83a60 | 2017-04-28 19:42:19 +0900 | [diff] [blame] | 1014 | imply SPL_POWER_SUPPORT |
| 1015 | imply SPL_SERIAL_SUPPORT |
Maxime Ripard | 654b02b | 2017-09-07 10:46:24 +0200 | [diff] [blame] | 1016 | imply USB_GADGET |
Chen-Yu Tsai | 8ebe4f4 | 2014-10-22 16:47:44 +0800 | [diff] [blame] | 1017 | |
Stephan Gerhold | 689088f | 2020-01-04 18:45:17 +0100 | [diff] [blame] | 1018 | config ARCH_U8500 |
| 1019 | bool "ST-Ericsson U8500 Series" |
| 1020 | select CPU_V7A |
| 1021 | select DM |
| 1022 | select DM_GPIO |
| 1023 | select DM_MMC if MMC |
| 1024 | select DM_SERIAL |
| 1025 | select DM_USB if USB |
| 1026 | select OF_CONTROL |
| 1027 | select SYSRESET |
| 1028 | select TIMER |
| 1029 | imply ARM_PL180_MMCI |
| 1030 | imply DM_RTC |
| 1031 | imply NOMADIK_MTU_TIMER |
| 1032 | imply PL01X_SERIAL |
| 1033 | imply RTC_PL031 |
| 1034 | imply SYSRESET_SYSCON |
| 1035 | |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 1036 | config ARCH_VERSAL |
| 1037 | bool "Support Xilinx Versal Platform" |
| 1038 | select ARM64 |
| 1039 | select CLK |
| 1040 | select DM |
Michal Simek | fa79715 | 2019-01-15 08:52:46 +0100 | [diff] [blame] | 1041 | select DM_ETH if NET |
| 1042 | select DM_MMC if MMC |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 1043 | select DM_SERIAL |
| 1044 | select OF_CONTROL |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 1045 | imply BOARD_LATE_INIT |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 1046 | |
Stefan Agner | 7966b43 | 2017-03-13 18:41:36 -0700 | [diff] [blame] | 1047 | config ARCH_VF610 |
| 1048 | bool "Freescale Vybrid" |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 1049 | select CPU_V7A |
York Sun | c01e4a1 | 2016-12-28 08:43:42 -0800 | [diff] [blame] | 1050 | select SYS_FSL_ERRATUM_ESDHC111 |
Tom Rini | d56b4b1 | 2017-07-22 18:36:16 -0400 | [diff] [blame] | 1051 | imply CMD_MTDPARTS |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 1052 | imply MTD_RAW_NAND |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1053 | |
Masahiro Yamada | 5ca269a | 2015-03-16 16:43:24 +0900 | [diff] [blame] | 1054 | config ARCH_ZYNQ |
Michal Simek | b8d4497 | 2017-11-23 08:25:41 +0100 | [diff] [blame] | 1055 | bool "Xilinx Zynq based platform" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1056 | select CLK |
| 1057 | select CLK_ZYNQ |
| 1058 | select CPU_V7A |
Masahiro Yamada | 8981f05 | 2015-03-31 12:47:55 +0900 | [diff] [blame] | 1059 | select DM |
Michal Simek | c4a142f | 2018-01-09 14:49:28 +0100 | [diff] [blame] | 1060 | select DM_ETH if NET |
Michal Simek | c4a142f | 2018-01-09 14:49:28 +0100 | [diff] [blame] | 1061 | select DM_MMC if MMC |
Simon Glass | 42800ff | 2015-10-17 19:41:27 -0600 | [diff] [blame] | 1062 | select DM_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1063 | select DM_SPI |
Jagan Teki | 9f7a450 | 2015-06-27 00:51:32 +0530 | [diff] [blame] | 1064 | select DM_SPI_FLASH |
Simon Glass | dec49e8 | 2016-07-05 17:10:14 -0600 | [diff] [blame] | 1065 | select DM_USB if USB |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1066 | select OF_CONTROL |
Adam Ford | f1b1f77 | 2018-04-15 13:51:26 -0400 | [diff] [blame] | 1067 | select SPI |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1068 | select SPL_BOARD_INIT if SPL |
| 1069 | select SPL_CLK if SPL |
| 1070 | select SPL_DM if SPL |
| 1071 | select SPL_OF_CONTROL if SPL |
| 1072 | select SPL_SEPARATE_BSS if SPL |
| 1073 | select SUPPORT_SPL |
Michal Simek | 4aba5fb | 2018-01-17 10:56:22 -0300 | [diff] [blame] | 1074 | imply ARCH_EARLY_INIT_R |
Michal Simek | 8eb55e1 | 2018-08-20 08:24:14 +0200 | [diff] [blame] | 1075 | imply BOARD_LATE_INIT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1076 | imply CMD_CLK |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1077 | imply CMD_DM |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1078 | imply CMD_SPL |
| 1079 | imply FAT_WRITE |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1080 | |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1081 | config ARCH_ZYNQMP_R5 |
| 1082 | bool "Xilinx ZynqMP R5 based platform" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1083 | select CLK |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1084 | select CPU_V7R |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1085 | select DM |
Michal Simek | 6f96fb5 | 2019-01-15 09:06:46 +0100 | [diff] [blame] | 1086 | select DM_ETH if NET |
| 1087 | select DM_MMC if MMC |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1088 | select DM_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1089 | select OF_CONTROL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1090 | imply CMD_DM |
Jean-Jacques Hiblot | 687ab54 | 2018-11-29 10:52:42 +0100 | [diff] [blame] | 1091 | imply DM_USB_GADGET |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1092 | |
Siva Durga Prasad Paladugu | 0b54a9d | 2015-06-10 15:50:57 +0530 | [diff] [blame] | 1093 | config ARCH_ZYNQMP |
Michal Simek | b8d4497 | 2017-11-23 08:25:41 +0100 | [diff] [blame] | 1094 | bool "Xilinx ZynqMP based platform" |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 1095 | select ARM64 |
Michal Simek | 1f29738 | 2016-07-14 15:07:54 +0200 | [diff] [blame] | 1096 | select CLK |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1097 | select DM |
Michal Simek | fb69310 | 2019-01-15 08:52:51 +0100 | [diff] [blame] | 1098 | select DM_ETH if NET |
Ibai Erkiaga | 1327d16 | 2019-09-27 12:51:41 +0200 | [diff] [blame] | 1099 | select DM_MAILBOX |
Michal Simek | fb69310 | 2019-01-15 08:52:51 +0100 | [diff] [blame] | 1100 | select DM_MMC if MMC |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1101 | select DM_SERIAL |
Michal Simek | 088f83e | 2019-01-15 10:50:39 +0100 | [diff] [blame] | 1102 | select DM_SPI if SPI |
| 1103 | select DM_SPI_FLASH if DM_SPI |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1104 | select DM_USB if USB |
Ibai Erkiaga | 325a22d | 2019-09-27 11:37:04 +0100 | [diff] [blame] | 1105 | select FIRMWARE |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1106 | select OF_CONTROL |
Ley Foon Tan | 0680f1b | 2017-05-03 17:13:32 +0800 | [diff] [blame] | 1107 | select SPL_BOARD_INIT if SPL |
Michal Simek | 2f03968 | 2017-12-01 15:13:36 +0100 | [diff] [blame] | 1108 | select SPL_CLK if SPL |
Ibai Erkiaga | 325a22d | 2019-09-27 11:37:04 +0100 | [diff] [blame] | 1109 | select SPL_DM_MAILBOX if SPL |
| 1110 | select SPL_FIRMWARE if SPL |
Michal Simek | 850e779 | 2018-11-23 09:01:44 +0100 | [diff] [blame] | 1111 | select SPL_SEPARATE_BSS if SPL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1112 | select SUPPORT_SPL |
Ibai Erkiaga | 1327d16 | 2019-09-27 12:51:41 +0200 | [diff] [blame] | 1113 | select ZYNQMP_IPI |
Michal Simek | 8eb55e1 | 2018-08-20 08:24:14 +0200 | [diff] [blame] | 1114 | imply BOARD_LATE_INIT |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1115 | imply CMD_DM |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 1116 | imply FAT_WRITE |
Michal Simek | 22270ca03 | 2018-10-04 14:26:13 +0200 | [diff] [blame] | 1117 | imply MP |
Jean-Jacques Hiblot | 687ab54 | 2018-11-29 10:52:42 +0100 | [diff] [blame] | 1118 | imply DM_USB_GADGET |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 1119 | |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 1120 | config TEGRA |
| 1121 | bool "NVIDIA Tegra" |
Masahiro Yamada | 7325f6c | 2018-04-25 18:47:52 +0900 | [diff] [blame] | 1122 | imply DISTRO_DEFAULTS |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 1123 | imply FAT_WRITE |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1124 | |
Linus Walleij | f91afc4 | 2015-01-23 11:50:53 +0100 | [diff] [blame] | 1125 | config TARGET_VEXPRESS64_AEMV8A |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1126 | bool "Support vexpress_aemv8a" |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 1127 | select ARM64 |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 1128 | select PL01X_SERIAL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1129 | |
Linus Walleij | f91afc4 | 2015-01-23 11:50:53 +0100 | [diff] [blame] | 1130 | config TARGET_VEXPRESS64_BASE_FVP |
| 1131 | bool "Support Versatile Express ARMv8a FVP BASE model" |
| 1132 | select ARM64 |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 1133 | select PL01X_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1134 | select SEMIHOSTING |
Linus Walleij | f91afc4 | 2015-01-23 11:50:53 +0100 | [diff] [blame] | 1135 | |
Linus Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 1136 | config TARGET_VEXPRESS64_JUNO |
| 1137 | bool "Support Versatile Express Juno Development Platform" |
| 1138 | select ARM64 |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 1139 | select PL01X_SERIAL |
Linus Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 1140 | |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1141 | config TARGET_LS2080A_EMU |
| 1142 | bool "Support ls2080a_emu" |
York Sun | fb2bf8c | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 1143 | select ARCH_LS2080A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1144 | select ARCH_MISC_INIT |
Masahiro Yamada | 016a954 | 2014-09-14 03:01:51 +0900 | [diff] [blame] | 1145 | select ARM64 |
Linus Walleij | 23b5877 | 2015-03-09 10:53:21 +0100 | [diff] [blame] | 1146 | select ARMV8_MULTIENTRY |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1147 | select FSL_DDR_SYNC_REFRESH |
York Sun | 7288c2c | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 1148 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 1149 | Support for Freescale LS2080A_EMU platform. |
| 1150 | The LS2080A Development System (EMULATOR) is a pre-silicon |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1151 | development platform that supports the QorIQ LS2080A |
York Sun | 7288c2c | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 1152 | Layerscape Architecture processor. |
| 1153 | |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1154 | config TARGET_LS2080A_SIMU |
| 1155 | bool "Support ls2080a_simu" |
York Sun | fb2bf8c | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 1156 | select ARCH_LS2080A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1157 | select ARCH_MISC_INIT |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1158 | select ARM64 |
| 1159 | select ARMV8_MULTIENTRY |
Yuantian Tang | acf40f5 | 2019-07-02 16:16:22 +0800 | [diff] [blame] | 1160 | select BOARD_LATE_INIT |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1161 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 1162 | Support for Freescale LS2080A_SIMU platform. |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1163 | The LS2080A Development System (QDS) is a pre silicon |
| 1164 | development platform that supports the QorIQ LS2080A |
| 1165 | Layerscape Architecture processor. |
| 1166 | |
Ashish Kumar | 7769776 | 2017-08-31 16:12:55 +0530 | [diff] [blame] | 1167 | config TARGET_LS1088AQDS |
| 1168 | bool "Support ls1088aqds" |
| 1169 | select ARCH_LS1088A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1170 | select ARCH_MISC_INIT |
Ashish Kumar | 7769776 | 2017-08-31 16:12:55 +0530 | [diff] [blame] | 1171 | select ARM64 |
| 1172 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1173 | select ARCH_SUPPORT_TFABOOT |
Ashish Kumar | 7769776 | 2017-08-31 16:12:55 +0530 | [diff] [blame] | 1174 | select BOARD_LATE_INIT |
Ashish Kumar | 91fded6 | 2017-11-06 13:18:44 +0530 | [diff] [blame] | 1175 | select SUPPORT_SPL |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1176 | select FSL_DDR_INTERACTIVE if !SD_BOOT |
Ashish Kumar | 7769776 | 2017-08-31 16:12:55 +0530 | [diff] [blame] | 1177 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 1178 | Support for NXP LS1088AQDS platform. |
Ashish Kumar | 7769776 | 2017-08-31 16:12:55 +0530 | [diff] [blame] | 1179 | The LS1088A Development System (QDS) is a high-performance |
| 1180 | development platform that supports the QorIQ LS1088A |
| 1181 | Layerscape Architecture processor. |
| 1182 | |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1183 | config TARGET_LS2080AQDS |
| 1184 | bool "Support ls2080aqds" |
York Sun | fb2bf8c | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 1185 | select ARCH_LS2080A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1186 | select ARCH_MISC_INIT |
York Sun | e2b65ea | 2015-03-20 19:28:24 -0700 | [diff] [blame] | 1187 | select ARM64 |
| 1188 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1189 | select ARCH_SUPPORT_TFABOOT |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1190 | select BOARD_LATE_INIT |
Scott Wood | 32eda7c | 2015-03-24 13:25:03 -0700 | [diff] [blame] | 1191 | select SUPPORT_SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1192 | imply SCSI |
Tuomas Tynkkynen | 9fd95ef | 2017-12-08 15:36:19 +0200 | [diff] [blame] | 1193 | imply SCSI_AHCI |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1194 | select FSL_DDR_BIST |
| 1195 | select FSL_DDR_INTERACTIVE if !SPL |
York Sun | e2b65ea | 2015-03-20 19:28:24 -0700 | [diff] [blame] | 1196 | help |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 1197 | Support for Freescale LS2080AQDS platform. |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1198 | The LS2080A Development System (QDS) is a high-performance |
| 1199 | development platform that supports the QorIQ LS2080A |
| 1200 | Layerscape Architecture processor. |
| 1201 | |
| 1202 | config TARGET_LS2080ARDB |
| 1203 | bool "Support ls2080ardb" |
York Sun | fb2bf8c | 2016-10-04 14:31:48 -0700 | [diff] [blame] | 1204 | select ARCH_LS2080A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1205 | select ARCH_MISC_INIT |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1206 | select ARM64 |
| 1207 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1208 | select ARCH_SUPPORT_TFABOOT |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1209 | select BOARD_LATE_INIT |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1210 | select SUPPORT_SPL |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1211 | select FSL_DDR_BIST |
| 1212 | select FSL_DDR_INTERACTIVE if !SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1213 | imply SCSI |
Tuomas Tynkkynen | 9fd95ef | 2017-12-08 15:36:19 +0200 | [diff] [blame] | 1214 | imply SCSI_AHCI |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1215 | help |
| 1216 | Support for Freescale LS2080ARDB platform. |
| 1217 | The LS2080A Reference design board (RDB) is a high-performance |
| 1218 | development platform that supports the QorIQ LS2080A |
York Sun | e2b65ea | 2015-03-20 19:28:24 -0700 | [diff] [blame] | 1219 | Layerscape Architecture processor. |
| 1220 | |
Priyanka Jain | 3049a58 | 2017-04-27 15:08:07 +0530 | [diff] [blame] | 1221 | config TARGET_LS2081ARDB |
| 1222 | bool "Support ls2081ardb" |
| 1223 | select ARCH_LS2080A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1224 | select ARCH_MISC_INIT |
Priyanka Jain | 3049a58 | 2017-04-27 15:08:07 +0530 | [diff] [blame] | 1225 | select ARM64 |
| 1226 | select ARMV8_MULTIENTRY |
| 1227 | select BOARD_LATE_INIT |
| 1228 | select SUPPORT_SPL |
Priyanka Jain | 3049a58 | 2017-04-27 15:08:07 +0530 | [diff] [blame] | 1229 | help |
| 1230 | Support for Freescale LS2081ARDB platform. |
| 1231 | The LS2081A Reference design board (RDB) is a high-performance |
| 1232 | development platform that supports the QorIQ LS2081A/LS2041A |
| 1233 | Layerscape Architecture processor. |
| 1234 | |
Priyanka Jain | 58c3e62 | 2018-11-28 13:04:27 +0000 | [diff] [blame] | 1235 | config TARGET_LX2160ARDB |
| 1236 | bool "Support lx2160ardb" |
| 1237 | select ARCH_LX2160A |
| 1238 | select ARCH_MISC_INIT |
| 1239 | select ARM64 |
| 1240 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1241 | select ARCH_SUPPORT_TFABOOT |
Priyanka Jain | 58c3e62 | 2018-11-28 13:04:27 +0000 | [diff] [blame] | 1242 | select BOARD_LATE_INIT |
| 1243 | help |
| 1244 | Support for NXP LX2160ARDB platform. |
| 1245 | The lx2160ardb (LX2160A Reference design board (RDB) |
| 1246 | is a high-performance development platform that supports the |
| 1247 | QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor. |
| 1248 | |
Pankaj Bansal | 1eba723 | 2019-02-08 10:29:58 +0000 | [diff] [blame] | 1249 | config TARGET_LX2160AQDS |
| 1250 | bool "Support lx2160aqds" |
| 1251 | select ARCH_LX2160A |
| 1252 | select ARCH_MISC_INIT |
| 1253 | select ARM64 |
| 1254 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1255 | select ARCH_SUPPORT_TFABOOT |
Pankaj Bansal | 1eba723 | 2019-02-08 10:29:58 +0000 | [diff] [blame] | 1256 | select BOARD_LATE_INIT |
| 1257 | help |
| 1258 | Support for NXP LX2160AQDS platform. |
| 1259 | The lx2160aqds (LX2160A QorIQ Development System (QDS) |
| 1260 | is a high-performance development platform that supports the |
| 1261 | QorIQ LX2160A/LX2120A/LX2080A Layerscape Architecture processor. |
| 1262 | |
Peter Griffin | 11ac236 | 2015-07-30 18:55:23 +0100 | [diff] [blame] | 1263 | config TARGET_HIKEY |
| 1264 | bool "Support HiKey 96boards Consumer Edition Platform" |
| 1265 | select ARM64 |
Peter Griffin | efd7b60 | 2015-09-10 21:55:16 +0100 | [diff] [blame] | 1266 | select DM |
| 1267 | select DM_GPIO |
Peter Griffin | 9c71bcd | 2015-09-10 21:55:17 +0100 | [diff] [blame] | 1268 | select DM_SERIAL |
Peter Griffin | cd593ed | 2016-04-20 17:13:59 +0100 | [diff] [blame] | 1269 | select OF_CONTROL |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 1270 | select PL01X_SERIAL |
Tom Rini | 6f6b7cf | 2018-03-06 19:02:27 -0500 | [diff] [blame] | 1271 | select SPECIFY_CONSOLE_INDEX |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1272 | imply CMD_DM |
Peter Griffin | 11ac236 | 2015-07-30 18:55:23 +0100 | [diff] [blame] | 1273 | help |
| 1274 | Support for HiKey 96boards platform. It features a HI6220 |
| 1275 | SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. |
| 1276 | |
Manivannan Sadhasivam | c62c7ef | 2019-08-02 20:40:09 +0530 | [diff] [blame] | 1277 | config TARGET_HIKEY960 |
| 1278 | bool "Support HiKey960 96boards Consumer Edition Platform" |
| 1279 | select ARM64 |
| 1280 | select DM |
| 1281 | select DM_SERIAL |
| 1282 | select OF_CONTROL |
| 1283 | select PL01X_SERIAL |
| 1284 | imply CMD_DM |
| 1285 | help |
| 1286 | Support for HiKey960 96boards platform. It features a HI3660 |
| 1287 | SoC, with 4xA73 CPU, 4xA53 CPU, MALI-G71 GPU, and 3GB RAM. |
| 1288 | |
Jorge Ramirez-Ortiz | d754254 | 2017-06-26 15:52:49 +0200 | [diff] [blame] | 1289 | config TARGET_POPLAR |
| 1290 | bool "Support Poplar 96boards Enterprise Edition Platform" |
| 1291 | select ARM64 |
| 1292 | select DM |
Jorge Ramirez-Ortiz | d754254 | 2017-06-26 15:52:49 +0200 | [diff] [blame] | 1293 | select DM_SERIAL |
| 1294 | select DM_USB |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1295 | select OF_CONTROL |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 1296 | select PL01X_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1297 | imply CMD_DM |
Jorge Ramirez-Ortiz | d754254 | 2017-06-26 15:52:49 +0200 | [diff] [blame] | 1298 | help |
| 1299 | Support for Poplar 96boards EE platform. It features a HI3798cv200 |
| 1300 | SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU |
| 1301 | making it capable of running any commercial set-top solution based on |
| 1302 | Linux or Android. |
| 1303 | |
Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 1304 | config TARGET_LS1012AQDS |
| 1305 | bool "Support ls1012aqds" |
York Sun | 9533acf | 2016-09-26 08:09:26 -0700 | [diff] [blame] | 1306 | select ARCH_LS1012A |
Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 1307 | select ARM64 |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1308 | select ARCH_SUPPORT_TFABOOT |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1309 | select BOARD_LATE_INIT |
Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 1310 | help |
| 1311 | Support for Freescale LS1012AQDS platform. |
| 1312 | The LS1012A Development System (QDS) is a high-performance |
| 1313 | development platform that supports the QorIQ LS1012A |
| 1314 | Layerscape Architecture processor. |
| 1315 | |
Prabhakar Kushwaha | 3b6e389 | 2016-06-03 18:41:35 +0530 | [diff] [blame] | 1316 | config TARGET_LS1012ARDB |
| 1317 | bool "Support ls1012ardb" |
York Sun | 9533acf | 2016-09-26 08:09:26 -0700 | [diff] [blame] | 1318 | select ARCH_LS1012A |
Prabhakar Kushwaha | 3b6e389 | 2016-06-03 18:41:35 +0530 | [diff] [blame] | 1319 | select ARM64 |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1320 | select ARCH_SUPPORT_TFABOOT |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1321 | select BOARD_LATE_INIT |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1322 | imply SCSI |
Tuomas Tynkkynen | 9fd95ef | 2017-12-08 15:36:19 +0200 | [diff] [blame] | 1323 | imply SCSI_AHCI |
Prabhakar Kushwaha | 3b6e389 | 2016-06-03 18:41:35 +0530 | [diff] [blame] | 1324 | help |
| 1325 | Support for Freescale LS1012ARDB platform. |
| 1326 | The LS1012A Reference design board (RDB) is a high-performance |
| 1327 | development platform that supports the QorIQ LS1012A |
| 1328 | Layerscape Architecture processor. |
| 1329 | |
Bhaskar Upadhaya | b0ce187 | 2018-01-11 20:03:31 +0530 | [diff] [blame] | 1330 | config TARGET_LS1012A2G5RDB |
| 1331 | bool "Support ls1012a2g5rdb" |
| 1332 | select ARCH_LS1012A |
| 1333 | select ARM64 |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1334 | select ARCH_SUPPORT_TFABOOT |
Bhaskar Upadhaya | b0ce187 | 2018-01-11 20:03:31 +0530 | [diff] [blame] | 1335 | select BOARD_LATE_INIT |
| 1336 | imply SCSI |
| 1337 | help |
| 1338 | Support for Freescale LS1012A2G5RDB platform. |
| 1339 | The LS1012A 2G5 Reference design board (RDB) is a high-performance |
| 1340 | development platform that supports the QorIQ LS1012A |
| 1341 | Layerscape Architecture processor. |
| 1342 | |
Bhaskar Upadhaya | 9629ccd | 2018-05-23 11:03:30 +0530 | [diff] [blame] | 1343 | config TARGET_LS1012AFRWY |
| 1344 | bool "Support ls1012afrwy" |
| 1345 | select ARCH_LS1012A |
| 1346 | select ARM64 |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1347 | select ARCH_SUPPORT_TFABOOT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1348 | select BOARD_LATE_INIT |
Bhaskar Upadhaya | 9629ccd | 2018-05-23 11:03:30 +0530 | [diff] [blame] | 1349 | imply SCSI |
| 1350 | imply SCSI_AHCI |
| 1351 | help |
| 1352 | Support for Freescale LS1012AFRWY platform. |
| 1353 | The LS1012A FRWY board (FRWY) is a high-performance |
| 1354 | development platform that supports the QorIQ LS1012A |
| 1355 | Layerscape Architecture processor. |
| 1356 | |
Prabhakar Kushwaha | ff78aa2 | 2016-06-03 18:41:36 +0530 | [diff] [blame] | 1357 | config TARGET_LS1012AFRDM |
| 1358 | bool "Support ls1012afrdm" |
York Sun | 9533acf | 2016-09-26 08:09:26 -0700 | [diff] [blame] | 1359 | select ARCH_LS1012A |
Prabhakar Kushwaha | ff78aa2 | 2016-06-03 18:41:36 +0530 | [diff] [blame] | 1360 | select ARM64 |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1361 | select ARCH_SUPPORT_TFABOOT |
Prabhakar Kushwaha | ff78aa2 | 2016-06-03 18:41:36 +0530 | [diff] [blame] | 1362 | help |
| 1363 | Support for Freescale LS1012AFRDM platform. |
| 1364 | The LS1012A Freedom board (FRDM) is a high-performance |
| 1365 | development platform that supports the QorIQ LS1012A |
| 1366 | Layerscape Architecture processor. |
| 1367 | |
Yuantian Tang | f278a21 | 2019-04-10 16:43:35 +0800 | [diff] [blame] | 1368 | config TARGET_LS1028AQDS |
| 1369 | bool "Support ls1028aqds" |
| 1370 | select ARCH_LS1028A |
| 1371 | select ARM64 |
| 1372 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1373 | select ARCH_SUPPORT_TFABOOT |
Yuantian Tang | acf40f5 | 2019-07-02 16:16:22 +0800 | [diff] [blame] | 1374 | select BOARD_LATE_INIT |
Pankaj Bansal | a02a942 | 2019-07-23 07:22:05 +0000 | [diff] [blame] | 1375 | select ARCH_MISC_INIT |
Yuantian Tang | f278a21 | 2019-04-10 16:43:35 +0800 | [diff] [blame] | 1376 | help |
| 1377 | Support for Freescale LS1028AQDS platform |
| 1378 | The LS1028A Development System (QDS) is a high-performance |
| 1379 | development platform that supports the QorIQ LS1028A |
| 1380 | Layerscape Architecture processor. |
| 1381 | |
Yuantian Tang | 353f36d | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 1382 | config TARGET_LS1028ARDB |
| 1383 | bool "Support ls1028ardb" |
| 1384 | select ARCH_LS1028A |
| 1385 | select ARM64 |
| 1386 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1387 | select ARCH_SUPPORT_TFABOOT |
Yuantian Tang | 353f36d | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 1388 | help |
| 1389 | Support for Freescale LS1028ARDB platform |
| 1390 | The LS1028A Development System (RDB) is a high-performance |
| 1391 | development platform that supports the QorIQ LS1028A |
| 1392 | Layerscape Architecture processor. |
| 1393 | |
Ashish Kumar | e84a324 | 2017-08-31 16:12:54 +0530 | [diff] [blame] | 1394 | config TARGET_LS1088ARDB |
| 1395 | bool "Support ls1088ardb" |
| 1396 | select ARCH_LS1088A |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1397 | select ARCH_MISC_INIT |
Ashish Kumar | e84a324 | 2017-08-31 16:12:54 +0530 | [diff] [blame] | 1398 | select ARM64 |
| 1399 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1400 | select ARCH_SUPPORT_TFABOOT |
Ashish Kumar | e84a324 | 2017-08-31 16:12:54 +0530 | [diff] [blame] | 1401 | select BOARD_LATE_INIT |
Ashish Kumar | 099f409 | 2017-11-06 13:18:43 +0530 | [diff] [blame] | 1402 | select SUPPORT_SPL |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1403 | select FSL_DDR_INTERACTIVE if !SD_BOOT |
Ashish Kumar | e84a324 | 2017-08-31 16:12:54 +0530 | [diff] [blame] | 1404 | help |
| 1405 | Support for NXP LS1088ARDB platform. |
| 1406 | The LS1088A Reference design board (RDB) is a high-performance |
| 1407 | development platform that supports the QorIQ LS1088A |
| 1408 | Layerscape Architecture processor. |
| 1409 | |
Wang Huan | 550e3dc | 2014-09-05 13:52:44 +0800 | [diff] [blame] | 1410 | config TARGET_LS1021AQDS |
Alison Wang | 0de1570 | 2014-12-03 16:18:09 +0800 | [diff] [blame] | 1411 | bool "Support ls1021aqds" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1412 | select ARCH_LS1021A |
| 1413 | select ARCH_SUPPORT_PSCI |
| 1414 | select BOARD_EARLY_INIT_F |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1415 | select BOARD_LATE_INIT |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 1416 | select CPU_V7A |
Hongbo Zhang | adee1d4 | 2016-09-21 18:31:04 +0800 | [diff] [blame] | 1417 | select CPU_V7_HAS_NONSEC |
| 1418 | select CPU_V7_HAS_VIRT |
York Sun | 5e8bd7e | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 1419 | select LS1_DEEP_SLEEP |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1420 | select SUPPORT_SPL |
York Sun | d26e34c | 2016-12-28 08:43:40 -0800 | [diff] [blame] | 1421 | select SYS_FSL_DDR |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1422 | select FSL_DDR_INTERACTIVE |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1423 | imply SCSI |
Masahiro Yamada | 217f92b | 2016-08-30 16:22:22 +0900 | [diff] [blame] | 1424 | |
Wang Huan | c8a7d9d | 2014-09-05 13:52:45 +0800 | [diff] [blame] | 1425 | config TARGET_LS1021ATWR |
Alison Wang | 0de1570 | 2014-12-03 16:18:09 +0800 | [diff] [blame] | 1426 | bool "Support ls1021atwr" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1427 | select ARCH_LS1021A |
| 1428 | select ARCH_SUPPORT_PSCI |
| 1429 | select BOARD_EARLY_INIT_F |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1430 | select BOARD_LATE_INIT |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 1431 | select CPU_V7A |
Hongbo Zhang | adee1d4 | 2016-09-21 18:31:04 +0800 | [diff] [blame] | 1432 | select CPU_V7_HAS_NONSEC |
| 1433 | select CPU_V7_HAS_VIRT |
York Sun | 5e8bd7e | 2016-09-26 08:09:29 -0700 | [diff] [blame] | 1434 | select LS1_DEEP_SLEEP |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1435 | select SUPPORT_SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1436 | imply SCSI |
Wang Huan | c8a7d9d | 2014-09-05 13:52:45 +0800 | [diff] [blame] | 1437 | |
Jianchao Wang | 8782122 | 2019-07-19 00:30:01 +0300 | [diff] [blame] | 1438 | config TARGET_LS1021ATSN |
| 1439 | bool "Support ls1021atsn" |
| 1440 | select ARCH_LS1021A |
| 1441 | select ARCH_SUPPORT_PSCI |
| 1442 | select BOARD_EARLY_INIT_F |
| 1443 | select BOARD_LATE_INIT |
| 1444 | select CPU_V7A |
| 1445 | select CPU_V7_HAS_NONSEC |
| 1446 | select CPU_V7_HAS_VIRT |
| 1447 | select LS1_DEEP_SLEEP |
| 1448 | select SUPPORT_SPL |
| 1449 | imply SCSI |
| 1450 | |
Feng Li | 20c700f | 2016-11-03 14:15:17 +0800 | [diff] [blame] | 1451 | config TARGET_LS1021AIOT |
| 1452 | bool "Support ls1021aiot" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1453 | select ARCH_LS1021A |
| 1454 | select ARCH_SUPPORT_PSCI |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1455 | select BOARD_LATE_INIT |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 1456 | select CPU_V7A |
Feng Li | 20c700f | 2016-11-03 14:15:17 +0800 | [diff] [blame] | 1457 | select CPU_V7_HAS_NONSEC |
| 1458 | select CPU_V7_HAS_VIRT |
| 1459 | select SUPPORT_SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1460 | imply SCSI |
Feng Li | 20c700f | 2016-11-03 14:15:17 +0800 | [diff] [blame] | 1461 | help |
| 1462 | Support for Freescale LS1021AIOT platform. |
| 1463 | The LS1021A Freescale board (IOT) is a high-performance |
| 1464 | development platform that supports the QorIQ LS1021A |
| 1465 | Layerscape Architecture processor. |
| 1466 | |
Shaohui Xie | 02b5d2e | 2015-11-11 17:58:37 +0800 | [diff] [blame] | 1467 | config TARGET_LS1043AQDS |
| 1468 | bool "Support ls1043aqds" |
York Sun | 0a37cf8 | 2016-09-26 08:09:27 -0700 | [diff] [blame] | 1469 | select ARCH_LS1043A |
Shaohui Xie | 02b5d2e | 2015-11-11 17:58:37 +0800 | [diff] [blame] | 1470 | select ARM64 |
| 1471 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1472 | select ARCH_SUPPORT_TFABOOT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1473 | select BOARD_EARLY_INIT_F |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1474 | select BOARD_LATE_INIT |
Shaohui Xie | 02b5d2e | 2015-11-11 17:58:37 +0800 | [diff] [blame] | 1475 | select SUPPORT_SPL |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1476 | select FSL_DDR_INTERACTIVE if !SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1477 | imply SCSI |
Peng Ma | f11e492 | 2019-01-30 19:11:49 +0800 | [diff] [blame] | 1478 | imply SCSI_AHCI |
Shaohui Xie | 02b5d2e | 2015-11-11 17:58:37 +0800 | [diff] [blame] | 1479 | help |
| 1480 | Support for Freescale LS1043AQDS platform. |
| 1481 | |
Mingkai Hu | f3a8e2b | 2015-10-26 19:47:52 +0800 | [diff] [blame] | 1482 | config TARGET_LS1043ARDB |
| 1483 | bool "Support ls1043ardb" |
York Sun | 0a37cf8 | 2016-09-26 08:09:27 -0700 | [diff] [blame] | 1484 | select ARCH_LS1043A |
Mingkai Hu | f3a8e2b | 2015-10-26 19:47:52 +0800 | [diff] [blame] | 1485 | select ARM64 |
Hou Zhiqiang | 831c068 | 2015-10-26 19:47:57 +0800 | [diff] [blame] | 1486 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1487 | select ARCH_SUPPORT_TFABOOT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1488 | select BOARD_EARLY_INIT_F |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1489 | select BOARD_LATE_INIT |
Gong Qianyu | 3ad4472 | 2015-10-26 19:47:53 +0800 | [diff] [blame] | 1490 | select SUPPORT_SPL |
Mingkai Hu | f3a8e2b | 2015-10-26 19:47:52 +0800 | [diff] [blame] | 1491 | help |
| 1492 | Support for Freescale LS1043ARDB platform. |
| 1493 | |
Shaohui Xie | 126fe70 | 2016-09-07 17:56:14 +0800 | [diff] [blame] | 1494 | config TARGET_LS1046AQDS |
| 1495 | bool "Support ls1046aqds" |
York Sun | da28e58 | 2016-09-26 08:09:24 -0700 | [diff] [blame] | 1496 | select ARCH_LS1046A |
Shaohui Xie | 126fe70 | 2016-09-07 17:56:14 +0800 | [diff] [blame] | 1497 | select ARM64 |
| 1498 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1499 | select ARCH_SUPPORT_TFABOOT |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 1500 | select BOARD_EARLY_INIT_F |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1501 | select BOARD_LATE_INIT |
| 1502 | select DM_SPI_FLASH if DM_SPI |
| 1503 | select SUPPORT_SPL |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1504 | select FSL_DDR_BIST if !SPL |
| 1505 | select FSL_DDR_INTERACTIVE if !SPL |
| 1506 | select FSL_DDR_INTERACTIVE if !SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1507 | imply SCSI |
Shaohui Xie | 126fe70 | 2016-09-07 17:56:14 +0800 | [diff] [blame] | 1508 | help |
| 1509 | Support for Freescale LS1046AQDS platform. |
| 1510 | The LS1046A Development System (QDS) is a high-performance |
| 1511 | development platform that supports the QorIQ LS1046A |
| 1512 | Layerscape Architecture processor. |
| 1513 | |
Mingkai Hu | dd02936 | 2016-09-07 18:47:28 +0800 | [diff] [blame] | 1514 | config TARGET_LS1046ARDB |
| 1515 | bool "Support ls1046ardb" |
York Sun | da28e58 | 2016-09-26 08:09:24 -0700 | [diff] [blame] | 1516 | select ARCH_LS1046A |
Mingkai Hu | dd02936 | 2016-09-07 18:47:28 +0800 | [diff] [blame] | 1517 | select ARM64 |
| 1518 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1519 | select ARCH_SUPPORT_TFABOOT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1520 | select BOARD_EARLY_INIT_F |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1521 | select BOARD_LATE_INIT |
Mingkai Hu | dd02936 | 2016-09-07 18:47:28 +0800 | [diff] [blame] | 1522 | select DM_SPI_FLASH if DM_SPI |
Hou Zhiqiang | dccef2e | 2016-12-09 16:09:01 +0800 | [diff] [blame] | 1523 | select POWER_MC34VR500 |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1524 | select SUPPORT_SPL |
Rajesh Bhagat | 3241312 | 2019-02-01 05:22:01 +0000 | [diff] [blame] | 1525 | select FSL_DDR_BIST |
| 1526 | select FSL_DDR_INTERACTIVE if !SPL |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 1527 | imply SCSI |
Mingkai Hu | dd02936 | 2016-09-07 18:47:28 +0800 | [diff] [blame] | 1528 | help |
| 1529 | Support for Freescale LS1046ARDB platform. |
| 1530 | The LS1046A Reference Design Board (RDB) is a high-performance |
| 1531 | development platform that supports the QorIQ LS1046A |
| 1532 | Layerscape Architecture processor. |
| 1533 | |
Vabhav Sharma | d90c7ac | 2019-06-06 12:35:28 +0000 | [diff] [blame] | 1534 | config TARGET_LS1046AFRWY |
| 1535 | bool "Support ls1046afrwy" |
| 1536 | select ARCH_LS1046A |
| 1537 | select ARM64 |
| 1538 | select ARMV8_MULTIENTRY |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1539 | select ARCH_SUPPORT_TFABOOT |
Vabhav Sharma | d90c7ac | 2019-06-06 12:35:28 +0000 | [diff] [blame] | 1540 | select BOARD_EARLY_INIT_F |
| 1541 | select BOARD_LATE_INIT |
| 1542 | select DM_SPI_FLASH if DM_SPI |
| 1543 | imply SCSI |
| 1544 | help |
| 1545 | Support for Freescale LS1046AFRWY platform. |
| 1546 | The LS1046A Freeway Board (FRWY) is a high-performance |
| 1547 | development platform that supports the QorIQ LS1046A |
| 1548 | Layerscape Architecture processor. |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1549 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1550 | config TARGET_COLIBRI_PXA270 |
| 1551 | bool "Support colibri_pxa270" |
Georges Savoundararadj | 2e07c24 | 2014-10-28 23:16:09 +0100 | [diff] [blame] | 1552 | select CPU_PXA |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1553 | |
Masahiro Yamada | 66cba04 | 2014-10-03 19:21:07 +0900 | [diff] [blame] | 1554 | config ARCH_UNIPHIER |
Masahiro Yamada | b6ef3a3 | 2015-05-29 17:30:01 +0900 | [diff] [blame] | 1555 | bool "Socionext UniPhier SoCs" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 1556 | select BOARD_LATE_INIT |
Masahiro Yamada | 4e81995 | 2015-03-31 12:47:54 +0900 | [diff] [blame] | 1557 | select DM |
Masahiro Yamada | b800cbd | 2016-02-16 17:03:50 +0900 | [diff] [blame] | 1558 | select DM_GPIO |
Masahiro Yamada | 4e81995 | 2015-03-31 12:47:54 +0900 | [diff] [blame] | 1559 | select DM_I2C |
Masahiro Yamada | 4aceb3f | 2016-02-18 19:52:49 +0900 | [diff] [blame] | 1560 | select DM_MMC |
Masahiro Yamada | 4fb96c4 | 2016-10-08 13:25:31 +0900 | [diff] [blame] | 1561 | select DM_RESET |
Masahiro Yamada | b5550e4 | 2016-09-14 01:05:59 +0900 | [diff] [blame] | 1562 | select DM_SERIAL |
Masahiro Yamada | 47a79f6 | 2016-09-14 01:06:00 +0900 | [diff] [blame] | 1563 | select DM_USB |
Masahiro Yamada | 65fce76 | 2018-07-19 16:28:25 +0900 | [diff] [blame] | 1564 | select OF_BOARD_SETUP |
Masahiro Yamada | b5550e4 | 2016-09-14 01:05:59 +0900 | [diff] [blame] | 1565 | select OF_CONTROL |
| 1566 | select OF_LIBFDT |
Masahiro Yamada | 27350c9 | 2016-09-17 03:33:01 +0900 | [diff] [blame] | 1567 | select PINCTRL |
Ley Foon Tan | 0680f1b | 2017-05-03 17:13:32 +0800 | [diff] [blame] | 1568 | select SPL_BOARD_INIT if SPL |
Masahiro Yamada | 561ca64 | 2017-01-21 18:05:22 +0900 | [diff] [blame] | 1569 | select SPL_DM if SPL |
| 1570 | select SPL_LIBCOMMON_SUPPORT if SPL |
| 1571 | select SPL_LIBGENERIC_SUPPORT if SPL |
| 1572 | select SPL_OF_CONTROL if SPL |
| 1573 | select SPL_PINCTRL if SPL |
Masahiro Yamada | b5550e4 | 2016-09-14 01:05:59 +0900 | [diff] [blame] | 1574 | select SUPPORT_SPL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1575 | imply CMD_DM |
Masahiro Yamada | 7ef5b1e | 2018-07-20 21:47:18 +0900 | [diff] [blame] | 1576 | imply DISTRO_DEFAULTS |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 1577 | imply FAT_WRITE |
Masahiro Yamada | b6ef3a3 | 2015-05-29 17:30:01 +0900 | [diff] [blame] | 1578 | help |
| 1579 | Support for UniPhier SoC family developed by Socionext Inc. |
| 1580 | (formerly, System LSI Business Division of Panasonic Corporation) |
Masahiro Yamada | 66cba04 | 2014-10-03 19:21:07 +0900 | [diff] [blame] | 1581 | |
Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 1582 | config STM32 |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1583 | bool "Support STMicroelectronics STM32 MCU with cortex M" |
rev13@wp.pl | ed09a55 | 2015-03-01 12:44:42 +0100 | [diff] [blame] | 1584 | select CPU_V7M |
Kamil Lulko | 6656241 | 2015-12-01 09:08:19 +0100 | [diff] [blame] | 1585 | select DM |
| 1586 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1587 | imply CMD_DM |
rev13@wp.pl | ed09a55 | 2015-03-01 12:44:42 +0100 | [diff] [blame] | 1588 | |
Patrice Chotard | 94e9a4e | 2017-02-21 13:37:04 +0100 | [diff] [blame] | 1589 | config ARCH_STI |
| 1590 | bool "Support STMicrolectronics SoCs" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1591 | select BLK |
Lokesh Vutla | acf1500 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 1592 | select CPU_V7A |
Patrice Chotard | 214a17e | 2017-02-21 13:37:07 +0100 | [diff] [blame] | 1593 | select DM |
Patrice Chotard | eee20f8 | 2017-02-21 13:37:09 +0100 | [diff] [blame] | 1594 | select DM_MMC |
Patrice Chotard | 584861f | 2017-03-22 10:54:03 +0100 | [diff] [blame] | 1595 | select DM_RESET |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1596 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1597 | imply CMD_DM |
Patrice Chotard | 94e9a4e | 2017-02-21 13:37:04 +0100 | [diff] [blame] | 1598 | help |
| 1599 | Support for STMicroelectronics STiH407/10 SoC family. |
| 1600 | This SoC is used on Linaro 96Board STiH410-B2260 |
| 1601 | |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1602 | config ARCH_STM32MP |
| 1603 | bool "Support STMicroelectronics STM32MP Socs with cortex A" |
Patrick Delaunay | 08772f6 | 2018-03-20 10:54:53 +0100 | [diff] [blame] | 1604 | select ARCH_MISC_INIT |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1605 | select BOARD_LATE_INIT |
| 1606 | select CLK |
| 1607 | select DM |
| 1608 | select DM_GPIO |
| 1609 | select DM_RESET |
| 1610 | select DM_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1611 | select MISC |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1612 | select OF_CONTROL |
| 1613 | select OF_LIBFDT |
Patrick Delaunay | 05d3693 | 2019-07-05 17:20:14 +0200 | [diff] [blame] | 1614 | select OF_SYSTEM_SETUP |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1615 | select PINCTRL |
| 1616 | select REGMAP |
| 1617 | select SUPPORT_SPL |
| 1618 | select SYSCON |
Patrick Delaunay | 86634a9 | 2018-03-20 14:15:06 +0100 | [diff] [blame] | 1619 | select SYSRESET |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1620 | select SYS_THUMB_BUILD |
Kever Yang | 09259fc | 2019-04-02 20:41:25 +0800 | [diff] [blame] | 1621 | imply SPL_SYSRESET |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1622 | imply CMD_DM |
Patrick Delaunay | c16cc4f | 2019-04-12 11:55:46 +0200 | [diff] [blame] | 1623 | imply CMD_POWEROFF |
Patrick Delaunay | f219361 | 2019-07-30 19:16:28 +0200 | [diff] [blame] | 1624 | imply OF_LIBFDT_OVERLAY |
Patrick Delaunay | b4ae34b | 2019-02-27 17:01:11 +0100 | [diff] [blame] | 1625 | imply ENV_VARS_UBOOT_RUNTIME_CONFIG |
Patrick Delaunay | ce3772c | 2019-04-18 17:32:38 +0200 | [diff] [blame] | 1626 | imply USE_PREBOOT |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1627 | help |
| 1628 | Support for STM32MP SoC family developed by STMicroelectronics, |
| 1629 | MPUs based on ARM cortex A core |
Patrick Delaunay | abf2678 | 2019-02-12 11:44:39 +0100 | [diff] [blame] | 1630 | U-BOOT is running in DDR, loaded by the First Stage BootLoader (FSBL). |
| 1631 | FSBL can be TF-A: Trusted Firmware for Cortex A, for trusted boot |
| 1632 | chain. |
| 1633 | SPL is the unsecure FSBL for the basic boot chain. |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1634 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1635 | config ARCH_ROCKCHIP |
| 1636 | bool "Support Rockchip SoCs" |
Simon Glass | aa15038 | 2016-06-12 23:30:14 -0600 | [diff] [blame] | 1637 | select BLK |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1638 | select DM |
Simon Glass | aa15038 | 2016-06-12 23:30:14 -0600 | [diff] [blame] | 1639 | select DM_GPIO |
| 1640 | select DM_I2C |
| 1641 | select DM_MMC |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1642 | select DM_PWM |
| 1643 | select DM_REGULATOR |
Simon Glass | aa15038 | 2016-06-12 23:30:14 -0600 | [diff] [blame] | 1644 | select DM_SERIAL |
| 1645 | select DM_SPI |
| 1646 | select DM_SPI_FLASH |
MengDongyang | 892742d | 2016-08-24 12:02:18 +0800 | [diff] [blame] | 1647 | select DM_USB if USB |
Philipp Tomsich | 14ad6eb | 2017-10-10 16:21:03 +0200 | [diff] [blame] | 1648 | select ENABLE_ARM_SOC_BOOT0_HOOK |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1649 | select OF_CONTROL |
Adam Ford | f1b1f77 | 2018-04-15 13:51:26 -0400 | [diff] [blame] | 1650 | select SPI |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1651 | select SPL_DM if SPL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1652 | select SYS_MALLOC_F |
| 1653 | select SYS_THUMB_BUILD if !ARM64 |
| 1654 | imply ADC |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1655 | imply CMD_DM |
Kever Yang | b0a569d | 2019-03-29 09:08:58 +0800 | [diff] [blame] | 1656 | imply DEBUG_UART_BOARD_INIT |
Masahiro Yamada | 7325f6c | 2018-04-25 18:47:52 +0900 | [diff] [blame] | 1657 | imply DISTRO_DEFAULTS |
Tom Rini | 91d27a1 | 2017-06-02 11:03:50 -0400 | [diff] [blame] | 1658 | imply FAT_WRITE |
Philipp Tomsich | 8e8bccc | 2017-09-20 13:50:13 +0200 | [diff] [blame] | 1659 | imply SARADC_ROCKCHIP |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1660 | imply SPL_SYSRESET |
Thomas Hebb | 64eff47 | 2019-11-15 08:48:57 -0800 | [diff] [blame] | 1661 | imply SPL_SYS_MALLOC_SIMPLE |
Kever Yang | c3c0331 | 2018-04-19 11:37:09 +0800 | [diff] [blame] | 1662 | imply SYS_NS16550 |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1663 | imply TPL_SYSRESET |
| 1664 | imply USB_FUNCTION_FASTBOOT |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1665 | |
Sergey Temerkhanov | 746f985 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 1666 | config TARGET_THUNDERX_88XX |
| 1667 | bool "Support ThunderX 88xx" |
Marek Vasut | b4ba169 | 2016-06-01 02:33:53 +0200 | [diff] [blame] | 1668 | select ARM64 |
Sergey Temerkhanov | 746f985 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 1669 | select OF_CONTROL |
Alexander Graf | cf2c778 | 2018-01-25 12:05:52 +0100 | [diff] [blame] | 1670 | select PL01X_SERIAL |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1671 | select SYS_CACHE_SHIFT_7 |
Sergey Temerkhanov | 746f985 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 1672 | |
maxims@google.com | 4697abe | 2017-01-18 13:44:55 -0800 | [diff] [blame] | 1673 | config ARCH_ASPEED |
| 1674 | bool "Support Aspeed SoCs" |
maxims@google.com | 4697abe | 2017-01-18 13:44:55 -0800 | [diff] [blame] | 1675 | select DM |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 1676 | select OF_CONTROL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 1677 | imply CMD_DM |
maxims@google.com | 4697abe | 2017-01-18 13:44:55 -0800 | [diff] [blame] | 1678 | |
liu hao | e3aafef | 2019-10-31 07:51:08 +0000 | [diff] [blame] | 1679 | config TARGET_DURIAN |
| 1680 | bool "Support Phytium Durian Platform" |
| 1681 | select ARM64 |
| 1682 | help |
| 1683 | Support for durian platform. |
| 1684 | It has 2GB Sdram, uart and pcie. |
| 1685 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1686 | endchoice |
| 1687 | |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1688 | config ARCH_SUPPORT_TFABOOT |
| 1689 | bool |
| 1690 | |
| 1691 | config TFABOOT |
| 1692 | bool "Support for booting from TF-A" |
| 1693 | depends on ARCH_SUPPORT_TFABOOT |
| 1694 | default n |
| 1695 | help |
| 1696 | Enabling this will make a U-Boot binary that is capable of being |
Robert P. J. Day | e852b30 | 2019-12-25 06:34:07 -0500 | [diff] [blame] | 1697 | booted via TF-A (Trusted Firmware for Cortex-A). |
AKASHI Takahiro | 6324d50 | 2019-07-03 10:44:39 +0900 | [diff] [blame] | 1698 | |
Andrew F. Davis | 5fbed8f | 2018-02-14 11:53:37 -0600 | [diff] [blame] | 1699 | config TI_SECURE_DEVICE |
| 1700 | bool "HS Device Type Support" |
Andrew F. Davis | 3a543a8 | 2019-04-12 12:54:45 -0400 | [diff] [blame] | 1701 | depends on ARCH_KEYSTONE || ARCH_OMAP2PLUS || ARCH_K3 |
Andrew F. Davis | 5fbed8f | 2018-02-14 11:53:37 -0600 | [diff] [blame] | 1702 | help |
| 1703 | If a high secure (HS) device type is being used, this config |
| 1704 | must be set. This option impacts various aspects of the |
| 1705 | build system (to create signed boot images that can be |
| 1706 | authenticated) and the code. See the doc/README.ti-secure |
| 1707 | file for further details. |
| 1708 | |
Tom Rini | 9c4b013 | 2019-03-19 07:14:37 -0400 | [diff] [blame] | 1709 | if AM43XX || AM33XX || OMAP54XX || ARCH_KEYSTONE |
| 1710 | config ISW_ENTRY_ADDR |
| 1711 | hex "Address in memory or XIP address of bootloader entry point" |
| 1712 | default 0x402F4000 if AM43XX |
| 1713 | default 0x402F0400 if AM33XX |
| 1714 | default 0x40301350 if OMAP54XX |
| 1715 | help |
| 1716 | After any reset, the boot ROM searches the boot media for a valid |
| 1717 | boot image. For non-XIP devices, the ROM then copies the image into |
| 1718 | internal memory. For all boot modes, after the ROM processes the |
| 1719 | boot image it eventually computes the entry point address depending |
| 1720 | on the device type (secure/non-secure), boot media (xip/non-xip) and |
| 1721 | image headers. |
| 1722 | endif |
| 1723 | |
maxims@google.com | 4697abe | 2017-01-18 13:44:55 -0800 | [diff] [blame] | 1724 | source "arch/arm/mach-aspeed/Kconfig" |
| 1725 | |
Masahiro Yamada | 4614b89 | 2015-02-20 17:04:01 +0900 | [diff] [blame] | 1726 | source "arch/arm/mach-at91/Kconfig" |
| 1727 | |
Masahiro Yamada | ddf6bd4 | 2015-03-19 19:42:56 +0900 | [diff] [blame] | 1728 | source "arch/arm/mach-bcm283x/Kconfig" |
Masahiro Yamada | 3491ba6 | 2014-08-31 07:11:01 +0900 | [diff] [blame] | 1729 | |
Thomas Fitzsimmons | 894c3ad | 2018-06-08 17:59:45 -0400 | [diff] [blame] | 1730 | source "arch/arm/mach-bcmstb/Kconfig" |
| 1731 | |
Masahiro Yamada | ddf6bd4 | 2015-03-19 19:42:56 +0900 | [diff] [blame] | 1732 | source "arch/arm/mach-davinci/Kconfig" |
Simon Glass | 34e609c | 2015-02-05 21:41:39 -0700 | [diff] [blame] | 1733 | |
Thomas Abraham | 77b55e8 | 2015-08-03 17:58:00 +0530 | [diff] [blame] | 1734 | source "arch/arm/mach-exynos/Kconfig" |
Masahiro Yamada | 72df68c | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 1735 | |
Masahiro Yamada | 72a8ff4 | 2015-02-20 17:04:08 +0900 | [diff] [blame] | 1736 | source "arch/arm/mach-highbank/Kconfig" |
Masahiro Yamada | ef2b694 | 2014-08-31 07:11:07 +0900 | [diff] [blame] | 1737 | |
Masahiro Yamada | 5cbbd9b | 2015-04-21 21:59:36 +0900 | [diff] [blame] | 1738 | source "arch/arm/mach-integrator/Kconfig" |
| 1739 | |
Lokesh Vutla | 586bde9 | 2018-08-27 15:57:08 +0530 | [diff] [blame] | 1740 | source "arch/arm/mach-k3/Kconfig" |
| 1741 | |
Masahiro Yamada | 39a7234 | 2015-02-20 17:04:11 +0900 | [diff] [blame] | 1742 | source "arch/arm/mach-keystone/Kconfig" |
Masahiro Yamada | c338f09 | 2014-08-31 07:11:05 +0900 | [diff] [blame] | 1743 | |
Masahiro Yamada | 56f86e3 | 2015-02-20 17:04:06 +0900 | [diff] [blame] | 1744 | source "arch/arm/mach-kirkwood/Kconfig" |
Masahiro Yamada | 47539e2 | 2014-08-31 07:10:59 +0900 | [diff] [blame] | 1745 | |
Vladimir Zapolskiy | ee54dfe | 2018-09-17 21:43:03 +0300 | [diff] [blame] | 1746 | source "arch/arm/cpu/arm926ejs/lpc32xx/Kconfig" |
| 1747 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 1748 | source "arch/arm/mach-mvebu/Kconfig" |
| 1749 | |
York Sun | 0a37cf8 | 2016-09-26 08:09:27 -0700 | [diff] [blame] | 1750 | source "arch/arm/cpu/armv7/ls102xa/Kconfig" |
| 1751 | |
Fabio Estevam | 07df697 | 2017-11-03 13:40:08 -0200 | [diff] [blame] | 1752 | source "arch/arm/mach-imx/mx2/Kconfig" |
| 1753 | |
Magnus Lilja | 3159ec6 | 2018-05-11 14:06:54 +0200 | [diff] [blame] | 1754 | source "arch/arm/mach-imx/mx3/Kconfig" |
| 1755 | |
Peng Fan | 7a7391f | 2018-01-10 13:20:19 +0800 | [diff] [blame] | 1756 | source "arch/arm/mach-imx/mx5/Kconfig" |
Adrian Alonso | 1a8150d | 2015-09-03 11:49:28 -0500 | [diff] [blame] | 1757 | |
Stefano Babic | 552a848 | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 1758 | source "arch/arm/mach-imx/mx6/Kconfig" |
Boris BREZILLON | 89ebc82 | 2015-03-04 13:13:03 +0100 | [diff] [blame] | 1759 | |
Peng Fan | 7a7391f | 2018-01-10 13:20:19 +0800 | [diff] [blame] | 1760 | source "arch/arm/mach-imx/mx7/Kconfig" |
| 1761 | |
| 1762 | source "arch/arm/mach-imx/mx7ulp/Kconfig" |
| 1763 | |
Peng Fan | b2b8b9b | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 1764 | source "arch/arm/mach-imx/imx8/Kconfig" |
| 1765 | |
Peng Fan | cd357ad | 2018-11-20 10:19:25 +0000 | [diff] [blame] | 1766 | source "arch/arm/mach-imx/imx8m/Kconfig" |
Andrej Rosano | 424ee3d | 2015-04-08 18:56:29 +0200 | [diff] [blame] | 1767 | |
Giulio Benetti | 77eb9a9 | 2020-01-10 15:51:47 +0100 | [diff] [blame] | 1768 | source "arch/arm/mach-imx/imxrt/Kconfig" |
| 1769 | |
Stefan Agner | c5343d4 | 2018-02-06 09:44:34 +0100 | [diff] [blame] | 1770 | source "arch/arm/mach-imx/mxs/Kconfig" |
| 1771 | |
Tom Rini | 983e370 | 2016-11-07 21:34:54 -0500 | [diff] [blame] | 1772 | source "arch/arm/mach-omap2/Kconfig" |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 1773 | |
York Sun | da28e58 | 2016-09-26 08:09:24 -0700 | [diff] [blame] | 1774 | source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig" |
| 1775 | |
Masahiro Yamada | 3e93b4e | 2015-02-20 17:04:09 +0900 | [diff] [blame] | 1776 | source "arch/arm/mach-orion5x/Kconfig" |
Masahiro Yamada | 22f2be7 | 2014-08-31 07:11:06 +0900 | [diff] [blame] | 1777 | |
Manivannan Sadhasivam | 97775d2 | 2018-06-14 23:38:31 +0530 | [diff] [blame] | 1778 | source "arch/arm/mach-owl/Kconfig" |
| 1779 | |
Nobuhiro Iwamatsu | badbb63 | 2015-10-09 16:40:09 +0900 | [diff] [blame] | 1780 | source "arch/arm/mach-rmobile/Kconfig" |
Masahiro Yamada | f40b989 | 2014-08-31 07:10:57 +0900 | [diff] [blame] | 1781 | |
Beniamino Galvani | bfcef28 | 2016-05-08 08:30:16 +0200 | [diff] [blame] | 1782 | source "arch/arm/mach-meson/Kconfig" |
| 1783 | |
Ryder Lee | cbd2fba | 2018-11-15 10:07:52 +0800 | [diff] [blame] | 1784 | source "arch/arm/mach-mediatek/Kconfig" |
| 1785 | |
Tuomas Tynkkynen | 32f1182 | 2017-09-19 23:18:07 +0300 | [diff] [blame] | 1786 | source "arch/arm/mach-qemu/Kconfig" |
| 1787 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1788 | source "arch/arm/mach-rockchip/Kconfig" |
| 1789 | |
Minkyu Kang | 225f5ee | 2015-11-20 15:24:57 +0900 | [diff] [blame] | 1790 | source "arch/arm/mach-s5pc1xx/Kconfig" |
Simon Glass | 311757b | 2014-10-07 22:01:50 -0600 | [diff] [blame] | 1791 | |
Mateusz Kulikowski | 0859213 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 1792 | source "arch/arm/mach-snapdragon/Kconfig" |
| 1793 | |
Masahiro Yamada | 7865f4b | 2015-04-21 20:38:20 +0900 | [diff] [blame] | 1794 | source "arch/arm/mach-socfpga/Kconfig" |
| 1795 | |
Patrice Chotard | 94e9a4e | 2017-02-21 13:37:04 +0100 | [diff] [blame] | 1796 | source "arch/arm/mach-sti/Kconfig" |
| 1797 | |
Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 1798 | source "arch/arm/mach-stm32/Kconfig" |
| 1799 | |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 1800 | source "arch/arm/mach-stm32mp/Kconfig" |
| 1801 | |
Masahiro Yamada | 3abfd88 | 2017-04-28 19:42:18 +0900 | [diff] [blame] | 1802 | source "arch/arm/mach-sunxi/Kconfig" |
| 1803 | |
Masahiro Yamada | 09f455d | 2015-02-20 17:04:04 +0900 | [diff] [blame] | 1804 | source "arch/arm/mach-tegra/Kconfig" |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 1805 | |
Stephan Gerhold | 689088f | 2020-01-04 18:45:17 +0100 | [diff] [blame] | 1806 | source "arch/arm/mach-u8500/Kconfig" |
| 1807 | |
Masahiro Yamada | 4c42557 | 2015-02-27 02:26:42 +0900 | [diff] [blame] | 1808 | source "arch/arm/mach-uniphier/Kconfig" |
Masahiro Yamada | 66cba04 | 2014-10-03 19:21:07 +0900 | [diff] [blame] | 1809 | |
Stefan Agner | 7966b43 | 2017-03-13 18:41:36 -0700 | [diff] [blame] | 1810 | source "arch/arm/cpu/armv7/vf610/Kconfig" |
| 1811 | |
Masahiro Yamada | 0107f24 | 2015-03-16 16:43:22 +0900 | [diff] [blame] | 1812 | source "arch/arm/mach-zynq/Kconfig" |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 1813 | |
Michal Simek | 274ccb5 | 2019-01-17 08:22:43 +0100 | [diff] [blame] | 1814 | source "arch/arm/mach-zynqmp/Kconfig" |
| 1815 | |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 1816 | source "arch/arm/mach-versal/Kconfig" |
| 1817 | |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1818 | source "arch/arm/mach-zynqmp-r5/Kconfig" |
| 1819 | |
Hans de Goede | ea624e1 | 2014-11-14 09:34:30 +0100 | [diff] [blame] | 1820 | source "arch/arm/cpu/armv7/Kconfig" |
| 1821 | |
Linus Walleij | 23b5877 | 2015-03-09 10:53:21 +0100 | [diff] [blame] | 1822 | source "arch/arm/cpu/armv8/Kconfig" |
| 1823 | |
Stefano Babic | 552a848 | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 1824 | source "arch/arm/mach-imx/Kconfig" |
Boris BREZILLON | a05a604 | 2015-03-04 13:13:04 +0100 | [diff] [blame] | 1825 | |
Heiko Schocher | d8ccbe9 | 2016-06-07 08:31:25 +0200 | [diff] [blame] | 1826 | source "board/bosch/shc/Kconfig" |
Sjoerd Simons | 4512380 | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 1827 | source "board/bosch/guardian/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1828 | source "board/CarMediaLab/flea3/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1829 | source "board/Marvell/aspenite/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1830 | source "board/Marvell/gplugd/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1831 | source "board/armadeus/apf27/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1832 | source "board/armltd/vexpress/Kconfig" |
| 1833 | source "board/armltd/vexpress64/Kconfig" |
Steve Rae | 43486e4 | 2016-06-02 15:10:56 -0700 | [diff] [blame] | 1834 | source "board/broadcom/bcm23550_w1d/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1835 | source "board/broadcom/bcm28155_ap/Kconfig" |
Philippe Reynes | be2fc08 | 2019-01-31 18:57:36 +0100 | [diff] [blame] | 1836 | source "board/broadcom/bcm963158/Kconfig" |
Philippe Reynes | 645b7ec | 2020-01-07 20:14:17 +0100 | [diff] [blame] | 1837 | source "board/broadcom/bcm968360bg/Kconfig" |
Philippe Reynes | 40b59b0 | 2018-10-11 18:31:58 +0200 | [diff] [blame] | 1838 | source "board/broadcom/bcm968580xref/Kconfig" |
Steve Rae | abb1678 | 2014-11-11 11:32:18 -0800 | [diff] [blame] | 1839 | source "board/broadcom/bcmcygnus/Kconfig" |
| 1840 | source "board/broadcom/bcmnsp/Kconfig" |
Jon Mason | 274bced | 2017-03-17 12:12:14 -0400 | [diff] [blame] | 1841 | source "board/broadcom/bcmns2/Kconfig" |
Sergey Temerkhanov | 746f985 | 2015-10-14 09:55:50 -0700 | [diff] [blame] | 1842 | source "board/cavium/thunderx/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1843 | source "board/cirrus/edb93xx/Kconfig" |
Felix Brack | 85ab045 | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 1844 | source "board/eets/pdu001/Kconfig" |
Bin Meng | 6f33276 | 2018-10-15 02:21:18 -0700 | [diff] [blame] | 1845 | source "board/emulation/qemu-arm/Kconfig" |
Prabhakar Kushwaha | 4493721 | 2015-11-09 16:42:07 +0530 | [diff] [blame] | 1846 | source "board/freescale/ls2080a/Kconfig" |
| 1847 | source "board/freescale/ls2080aqds/Kconfig" |
| 1848 | source "board/freescale/ls2080ardb/Kconfig" |
Ashish Kumar | e84a324 | 2017-08-31 16:12:54 +0530 | [diff] [blame] | 1849 | source "board/freescale/ls1088a/Kconfig" |
Yuantian Tang | 353f36d | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 1850 | source "board/freescale/ls1028a/Kconfig" |
Wang Huan | 550e3dc | 2014-09-05 13:52:44 +0800 | [diff] [blame] | 1851 | source "board/freescale/ls1021aqds/Kconfig" |
Shaohui Xie | 02b5d2e | 2015-11-11 17:58:37 +0800 | [diff] [blame] | 1852 | source "board/freescale/ls1043aqds/Kconfig" |
Wang Huan | c8a7d9d | 2014-09-05 13:52:45 +0800 | [diff] [blame] | 1853 | source "board/freescale/ls1021atwr/Kconfig" |
Jianchao Wang | 8782122 | 2019-07-19 00:30:01 +0300 | [diff] [blame] | 1854 | source "board/freescale/ls1021atsn/Kconfig" |
Feng Li | 20c700f | 2016-11-03 14:15:17 +0800 | [diff] [blame] | 1855 | source "board/freescale/ls1021aiot/Kconfig" |
Shaohui Xie | 126fe70 | 2016-09-07 17:56:14 +0800 | [diff] [blame] | 1856 | source "board/freescale/ls1046aqds/Kconfig" |
Mingkai Hu | f3a8e2b | 2015-10-26 19:47:52 +0800 | [diff] [blame] | 1857 | source "board/freescale/ls1043ardb/Kconfig" |
Mingkai Hu | dd02936 | 2016-09-07 18:47:28 +0800 | [diff] [blame] | 1858 | source "board/freescale/ls1046ardb/Kconfig" |
Vabhav Sharma | d90c7ac | 2019-06-06 12:35:28 +0000 | [diff] [blame] | 1859 | source "board/freescale/ls1046afrwy/Kconfig" |
Prabhakar Kushwaha | 9d044fc | 2016-06-03 18:41:34 +0530 | [diff] [blame] | 1860 | source "board/freescale/ls1012aqds/Kconfig" |
Prabhakar Kushwaha | 3b6e389 | 2016-06-03 18:41:35 +0530 | [diff] [blame] | 1861 | source "board/freescale/ls1012ardb/Kconfig" |
Prabhakar Kushwaha | ff78aa2 | 2016-06-03 18:41:36 +0530 | [diff] [blame] | 1862 | source "board/freescale/ls1012afrdm/Kconfig" |
Priyanka Jain | 58c3e62 | 2018-11-28 13:04:27 +0000 | [diff] [blame] | 1863 | source "board/freescale/lx2160a/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1864 | source "board/freescale/mx35pdk/Kconfig" |
Eddy Petrișor | 9702ec0 | 2016-06-05 03:43:00 +0300 | [diff] [blame] | 1865 | source "board/freescale/s32v234evb/Kconfig" |
Marcin Niestroj | ab38bf6 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 1866 | source "board/grinn/chiliboard/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1867 | source "board/gumstix/pepper/Kconfig" |
Tom Rini | 345243e | 2015-09-02 15:32:20 -0400 | [diff] [blame] | 1868 | source "board/hisilicon/hikey/Kconfig" |
Manivannan Sadhasivam | c62c7ef | 2019-08-02 20:40:09 +0530 | [diff] [blame] | 1869 | source "board/hisilicon/hikey960/Kconfig" |
Jorge Ramirez-Ortiz | d754254 | 2017-06-26 15:52:49 +0200 | [diff] [blame] | 1870 | source "board/hisilicon/poplar/Kconfig" |
Ladislav Michl | a96c08f | 2017-04-01 17:17:16 +0200 | [diff] [blame] | 1871 | source "board/isee/igep003x/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1872 | source "board/phytec/pcm051/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1873 | source "board/silica/pengwyn/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1874 | source "board/spear/spear300/Kconfig" |
| 1875 | source "board/spear/spear310/Kconfig" |
| 1876 | source "board/spear/spear320/Kconfig" |
| 1877 | source "board/spear/spear600/Kconfig" |
| 1878 | source "board/spear/x600/Kconfig" |
Vikas Manocha | 9fa32b1 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 1879 | source "board/st/stv0991/Kconfig" |
Enric Balletbò i Serra | 9d1b298 | 2015-09-07 07:43:20 +0200 | [diff] [blame] | 1880 | source "board/tcl/sl50/Kconfig" |
Manivannan Sadhasivam | eba6589 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 1881 | source "board/ucRobotics/bubblegum_96/Kconfig" |
Gilles Gameiro | a2bc432 | 2015-02-10 01:36:01 -0800 | [diff] [blame] | 1882 | source "board/birdland/bav335x/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1883 | source "board/toradex/colibri_pxa270/Kconfig" |
Parthiban Nallathambi | d8d33b6 | 2019-04-18 00:04:09 +0200 | [diff] [blame] | 1884 | source "board/variscite/dart_6ul/Kconfig" |
Yegor Yefremov | 6ce8932 | 2015-05-29 19:27:29 +0200 | [diff] [blame] | 1885 | source "board/vscom/baltos/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1886 | source "board/woodburn/Kconfig" |
Luca Ceresoli | 6da4f67 | 2018-06-22 12:40:16 +0200 | [diff] [blame] | 1887 | source "board/xilinx/Kconfig" |
Siva Durga Prasad Paladugu | 37e3a36 | 2018-06-26 15:02:19 +0530 | [diff] [blame] | 1888 | source "board/xilinx/zynq/Kconfig" |
Siva Durga Prasad Paladugu | c436bf9 | 2018-02-28 13:26:53 +0530 | [diff] [blame] | 1889 | source "board/xilinx/zynqmp/Kconfig" |
liu hao | e3aafef | 2019-10-31 07:51:08 +0000 | [diff] [blame] | 1890 | source "board/phytium/durian/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1891 | |
Masahiro Yamada | 51b17d4 | 2014-09-01 11:06:34 +0900 | [diff] [blame] | 1892 | source "arch/arm/Kconfig.debug" |
| 1893 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1894 | endmenu |
Philipp Tomsich | b529993 | 2017-08-03 23:23:55 +0200 | [diff] [blame] | 1895 | |
| 1896 | config SPL_LDSCRIPT |
Michal Simek | 6e7bdde | 2018-07-23 15:55:12 +0200 | [diff] [blame] | 1897 | default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if (ARCH_MX23 || ARCH_MX28) && !SPL_FRAMEWORK |
| 1898 | default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136 |
Philipp Tomsich | b529993 | 2017-08-03 23:23:55 +0200 | [diff] [blame] | 1899 | default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64 |
| 1900 | |
| 1901 | |