]>
Commit | Line | Data |
---|---|---|
dd84058d MY |
1 | menu "ARM architecture" |
2 | depends on ARM | |
3 | ||
4 | config SYS_ARCH | |
dd84058d MY |
5 | default "arm" |
6 | ||
016a954e MY |
7 | config ARM64 |
8 | bool | |
bb6b142f | 9 | select PHYS_64BIT |
067716ba | 10 | select SYS_CACHE_SHIFT_6 |
016a954e | 11 | |
49e93875 SW |
12 | if ARM64 |
13 | config POSITION_INDEPENDENT | |
14 | bool "Generate position-independent pre-relocation code" | |
15 | help | |
16 | U-Boot expects to be linked to a specific hard-coded address, and to | |
17 | be loaded to and run from that address. This option lifts that | |
18 | restriction, thus allowing the code to be loaded to and executed | |
19 | from almost any address. This logic relies on the relocation | |
20 | information that is embedded into the binary to support U-Boot | |
21 | relocating itself to the top-of-RAM later during execution. | |
e6c90448 SW |
22 | |
23 | config SYS_INIT_SP_BSS_OFFSET | |
24 | int | |
25 | help | |
26 | U-Boot typically uses a hard-coded value for the stack pointer | |
27 | before relocation. Define this option to instead calculate the | |
28 | initial SP at run-time. This is useful to avoid hard-coding addresses | |
29 | into U-Boot, so that can be loaded and executed at arbitrary | |
30 | addresses and thus avoid using arbitrary addresses at runtime. This | |
31 | option's value is the offset added to &_bss_start in order to | |
32 | calculate the stack pointer. This offset should be large enough so | |
33 | that the early malloc region, global data (gd), and early stack usage | |
34 | do not overlap any appended DTB. | |
8163faf9 SW |
35 | |
36 | config LINUX_KERNEL_IMAGE_HEADER | |
37 | bool | |
38 | help | |
39 | Place a Linux kernel image header at the start of the U-Boot binary. | |
40 | The format of the header is described in the Linux kernel source at | |
41 | Documentation/arm64/booting.txt. This feature is useful since the | |
42 | image header reports the amount of memory (BSS and similar) that | |
43 | U-Boot needs to use, but which isn't part of the binary. | |
44 | ||
45 | if LINUX_KERNEL_IMAGE_HEADER | |
46 | config LNX_KRNL_IMG_TEXT_OFFSET_BASE | |
47 | hex | |
48 | help | |
49 | The value subtracted from CONFIG_SYS_TEXT_BASE to calculate the | |
50 | TEXT_OFFSET value written in to the Linux kernel image header. | |
51 | endif | |
49e93875 SW |
52 | endif |
53 | ||
54 | config STATIC_RELA | |
55 | bool | |
56 | default y if ARM64 && !POSITION_INDEPENDENT | |
57 | ||
37217f0e LV |
58 | config DMA_ADDR_T_64BIT |
59 | bool | |
60 | default y if ARM64 | |
61 | ||
2e07c249 | 62 | config HAS_VBAR |
e009bfa4 | 63 | bool |
2e07c249 | 64 | |
62e92077 | 65 | config HAS_THUMB2 |
e009bfa4 | 66 | bool |
62e92077 | 67 | |
111a6af9 PE |
68 | # Used for compatibility with asm files copied from the kernel |
69 | config ARM_ASM_UNIFIED | |
70 | bool | |
71 | default y | |
72 | ||
73 | # Used for compatibility with asm files copied from the kernel | |
74 | config THUMB2_KERNEL | |
75 | bool | |
76 | ||
8dda2e2f TR |
77 | # If set, the workarounds for these ARM errata are applied early during U-Boot |
78 | # startup. Note that in general these options force the workarounds to be | |
79 | # applied; no CPU-type/version detection exists, unlike the similar options in | |
80 | # the Linux kernel. Do not set these options unless they apply! Also note that | |
81 | # the following can be machine specific errata. These do have ability to | |
82 | # provide rudimentary version and machine specific checks, but expect no | |
83 | # product checks: | |
84 | # CONFIG_ARM_ERRATA_430973 | |
85 | # CONFIG_ARM_ERRATA_454179 | |
86 | # CONFIG_ARM_ERRATA_621766 | |
87 | # CONFIG_ARM_ERRATA_798870 | |
88 | # CONFIG_ARM_ERRATA_801819 | |
89 | config ARM_ERRATA_430973 | |
90 | bool | |
91 | ||
92 | config ARM_ERRATA_454179 | |
93 | bool | |
94 | ||
95 | config ARM_ERRATA_621766 | |
96 | bool | |
97 | ||
98 | config ARM_ERRATA_716044 | |
99 | bool | |
100 | ||
19a75b8c SS |
101 | config ARM_ERRATA_725233 |
102 | bool | |
103 | ||
8dda2e2f TR |
104 | config ARM_ERRATA_742230 |
105 | bool | |
106 | ||
107 | config ARM_ERRATA_743622 | |
108 | bool | |
109 | ||
110 | config ARM_ERRATA_751472 | |
111 | bool | |
112 | ||
113 | config ARM_ERRATA_761320 | |
114 | bool | |
115 | ||
116 | config ARM_ERRATA_773022 | |
117 | bool | |
118 | ||
119 | config ARM_ERRATA_774769 | |
120 | bool | |
121 | ||
122 | config ARM_ERRATA_794072 | |
123 | bool | |
124 | ||
125 | config ARM_ERRATA_798870 | |
126 | bool | |
127 | ||
128 | config ARM_ERRATA_801819 | |
129 | bool | |
130 | ||
131 | config ARM_ERRATA_826974 | |
132 | bool | |
133 | ||
134 | config ARM_ERRATA_828024 | |
135 | bool | |
136 | ||
137 | config ARM_ERRATA_829520 | |
138 | bool | |
139 | ||
140 | config ARM_ERRATA_833069 | |
141 | bool | |
142 | ||
143 | config ARM_ERRATA_833471 | |
144 | bool | |
145 | ||
11d94319 PF |
146 | config ARM_ERRATA_845369 |
147 | bool | |
148 | ||
8776350d NM |
149 | config ARM_ERRATA_852421 |
150 | bool | |
151 | ||
152 | config ARM_ERRATA_852423 | |
153 | bool | |
154 | ||
ab0ab54e AW |
155 | config ARM_ERRATA_855873 |
156 | bool | |
157 | ||
2e07c249 | 158 | config CPU_ARM720T |
e009bfa4 | 159 | bool |
067716ba | 160 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
161 | |
162 | config CPU_ARM920T | |
e009bfa4 | 163 | bool |
067716ba | 164 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
165 | |
166 | config CPU_ARM926EJS | |
e009bfa4 | 167 | bool |
067716ba | 168 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
169 | |
170 | config CPU_ARM946ES | |
e009bfa4 | 171 | bool |
067716ba | 172 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
173 | |
174 | config CPU_ARM1136 | |
e009bfa4 | 175 | bool |
067716ba | 176 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
177 | |
178 | config CPU_ARM1176 | |
e009bfa4 TR |
179 | bool |
180 | select HAS_VBAR | |
067716ba | 181 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
182 | |
183 | config CPU_V7 | |
e009bfa4 TR |
184 | bool |
185 | select HAS_VBAR | |
186 | select HAS_THUMB2 | |
067716ba | 187 | select SYS_CACHE_SHIFT_6 |
2e07c249 | 188 | |
12d8a729 | 189 | config CPU_V7M |
190 | bool | |
e009bfa4 | 191 | select HAS_THUMB2 |
111a6af9 | 192 | select THUMB2_KERNEL |
067716ba | 193 | select SYS_CACHE_SHIFT_5 |
12d8a729 | 194 | |
2e07c249 | 195 | config CPU_PXA |
e009bfa4 | 196 | bool |
067716ba | 197 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
198 | |
199 | config CPU_SA1100 | |
e009bfa4 | 200 | bool |
067716ba | 201 | select SYS_CACHE_SHIFT_5 |
2e07c249 GS |
202 | |
203 | config SYS_CPU | |
e009bfa4 TR |
204 | default "arm720t" if CPU_ARM720T |
205 | default "arm920t" if CPU_ARM920T | |
206 | default "arm926ejs" if CPU_ARM926EJS | |
207 | default "arm946es" if CPU_ARM946ES | |
208 | default "arm1136" if CPU_ARM1136 | |
209 | default "arm1176" if CPU_ARM1176 | |
210 | default "armv7" if CPU_V7 | |
211 | default "armv7m" if CPU_V7M | |
212 | default "pxa" if CPU_PXA | |
213 | default "sa1100" if CPU_SA1100 | |
01541eec | 214 | default "armv8" if ARM64 |
2e07c249 | 215 | |
66020a67 MV |
216 | config SYS_ARM_ARCH |
217 | int | |
218 | default 4 if CPU_ARM720T | |
219 | default 4 if CPU_ARM920T | |
220 | default 5 if CPU_ARM926EJS | |
221 | default 5 if CPU_ARM946ES | |
222 | default 6 if CPU_ARM1136 | |
223 | default 6 if CPU_ARM1176 | |
224 | default 7 if CPU_V7 | |
225 | default 7 if CPU_V7M | |
226 | default 5 if CPU_PXA | |
227 | default 4 if CPU_SA1100 | |
228 | default 8 if ARM64 | |
229 | ||
067716ba TR |
230 | config SYS_CACHE_SHIFT_5 |
231 | bool | |
232 | ||
233 | config SYS_CACHE_SHIFT_6 | |
234 | bool | |
235 | ||
236 | config SYS_CACHE_SHIFT_7 | |
237 | bool | |
238 | ||
239 | config SYS_CACHELINE_SIZE | |
240 | int | |
241 | default 128 if SYS_CACHE_SHIFT_7 | |
242 | default 64 if SYS_CACHE_SHIFT_6 | |
243 | default 32 if SYS_CACHE_SHIFT_5 | |
244 | ||
c54bcf68 MY |
245 | config ARM_SMCCC |
246 | bool "Support for ARM SMC Calling Convention (SMCCC)" | |
247 | depends on CPU_V7 || ARM64 | |
573a3811 | 248 | select ARM_PSCI_FW |
c54bcf68 MY |
249 | help |
250 | Say Y here if you want to enable ARM SMC Calling Convention. | |
251 | This should be enabled if U-Boot needs to communicate with system | |
252 | firmware (for example, PSCI) according to SMCCC. | |
253 | ||
f91afc4d LW |
254 | config SEMIHOSTING |
255 | bool "support boot from semihosting" | |
256 | help | |
257 | In emulated environments, semihosting is a way for | |
258 | the hosted environment to call out to the emulator to | |
259 | retrieve files from the host machine. | |
260 | ||
3a649407 TR |
261 | config SYS_THUMB_BUILD |
262 | bool "Build U-Boot using the Thumb instruction set" | |
263 | depends on !ARM64 | |
264 | help | |
265 | Use this flag to build U-Boot using the Thumb instruction set for | |
266 | ARM architectures. Thumb instruction set provides better code | |
267 | density. For ARM architectures that support Thumb2 this flag will | |
268 | result in Thumb2 code generated by GCC. | |
269 | ||
270 | config SPL_SYS_THUMB_BUILD | |
271 | bool "Build SPL using the Thumb instruction set" | |
272 | default y if SYS_THUMB_BUILD | |
273 | depends on !ARM64 | |
274 | help | |
275 | Use this flag to build SPL using the Thumb instruction set for | |
276 | ARM architectures. Thumb instruction set provides better code | |
277 | density. For ARM architectures that support Thumb2 this flag will | |
278 | result in Thumb2 code generated by GCC. | |
279 | ||
f3e9bec8 PF |
280 | config SYS_L2CACHE_OFF |
281 | bool "L2cache off" | |
282 | help | |
283 | If SoC does not support L2CACHE or one do not want to enable | |
284 | L2CACHE, choose this option. | |
285 | ||
cdaa633f AP |
286 | config ENABLE_ARM_SOC_BOOT0_HOOK |
287 | bool "prepare BOOT0 header" | |
288 | help | |
289 | If the SoC's BOOT0 requires a header area filled with (magic) | |
7d531e8a SG |
290 | values, then choose this option, and create a file included as |
291 | <asm/arch/boot0.h> which contains the required assembler code. | |
cdaa633f | 292 | |
85db5831 AP |
293 | config ARM_CORTEX_CPU_IS_UP |
294 | bool | |
295 | default n | |
296 | ||
be72591b FE |
297 | config USE_ARCH_MEMCPY |
298 | bool "Use an assembly optimized implementation of memcpy" | |
40d5534c TR |
299 | default y |
300 | depends on !ARM64 | |
301 | help | |
302 | Enable the generation of an optimized version of memcpy. | |
303 | Such implementation may be faster under some conditions | |
304 | but may increase the binary size. | |
305 | ||
306 | config SPL_USE_ARCH_MEMCPY | |
f8136e68 | 307 | bool "Use an assembly optimized implementation of memcpy for SPL" |
40d5534c | 308 | default y if USE_ARCH_MEMCPY |
085be482 | 309 | depends on !ARM64 |
be72591b FE |
310 | help |
311 | Enable the generation of an optimized version of memcpy. | |
312 | Such implementation may be faster under some conditions | |
313 | but may increase the binary size. | |
314 | ||
315 | config USE_ARCH_MEMSET | |
316 | bool "Use an assembly optimized implementation of memset" | |
40d5534c TR |
317 | default y |
318 | depends on !ARM64 | |
319 | help | |
320 | Enable the generation of an optimized version of memset. | |
321 | Such implementation may be faster under some conditions | |
322 | but may increase the binary size. | |
323 | ||
324 | config SPL_USE_ARCH_MEMSET | |
f8136e68 | 325 | bool "Use an assembly optimized implementation of memset for SPL" |
40d5534c | 326 | default y if USE_ARCH_MEMSET |
085be482 | 327 | depends on !ARM64 |
be72591b FE |
328 | help |
329 | Enable the generation of an optimized version of memset. | |
330 | Such implementation may be faster under some conditions | |
331 | but may increase the binary size. | |
332 | ||
ec6617c3 AW |
333 | config ARM64_SUPPORT_AARCH32 |
334 | bool "ARM64 system support AArch32 execution state" | |
335 | default y if ARM64 && !TARGET_THUNDERX_88XX | |
336 | help | |
337 | This ARM64 system supports AArch32 execution state. | |
338 | ||
dd84058d MY |
339 | choice |
340 | prompt "Target select" | |
b928e658 | 341 | default TARGET_HIKEY |
dd84058d | 342 | |
4614b891 MY |
343 | config ARCH_AT91 |
344 | bool "Atmel AT91" | |
0680f1b1 | 345 | select SPL_BOARD_INIT if SPL |
dd84058d MY |
346 | |
347 | config TARGET_EDB93XX | |
348 | bool "Support edb93xx" | |
2e07c249 | 349 | select CPU_ARM920T |
884f9013 | 350 | select PL010_SERIAL |
dd84058d | 351 | |
dd84058d MY |
352 | config TARGET_ASPENITE |
353 | bool "Support aspenite" | |
2e07c249 | 354 | select CPU_ARM926EJS |
dd84058d MY |
355 | |
356 | config TARGET_GPLUGD | |
357 | bool "Support gplugd" | |
2e07c249 | 358 | select CPU_ARM926EJS |
dd84058d | 359 | |
3491ba63 MY |
360 | config ARCH_DAVINCI |
361 | bool "TI DaVinci" | |
2e07c249 | 362 | select CPU_ARM926EJS |
15dc63d6 | 363 | imply CMD_SAVES |
3491ba63 MY |
364 | help |
365 | Support for TI's DaVinci platform. | |
dd84058d | 366 | |
47539e23 MY |
367 | config KIRKWOOD |
368 | bool "Marvell Kirkwood" | |
2e07c249 | 369 | select CPU_ARM926EJS |
a5d67547 | 370 | select BOARD_EARLY_INIT_F |
4585601a | 371 | select ARCH_MISC_INIT |
dd84058d | 372 | |
c3d89140 | 373 | config ARCH_MVEBU |
21b29fc6 | 374 | bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)" |
9cffb233 SR |
375 | select OF_CONTROL |
376 | select OF_SEPARATE | |
377 | select DM | |
e3b9c98a | 378 | select DM_ETH |
1d51ea19 | 379 | select DM_SERIAL |
09a54c00 SR |
380 | select DM_SPI |
381 | select DM_SPI_FLASH | |
a4884831 | 382 | |
dd84058d MY |
383 | config TARGET_DEVKIT3250 |
384 | bool "Support devkit3250" | |
2e07c249 | 385 | select CPU_ARM926EJS |
e9b3ce3f | 386 | select SUPPORT_SPL |
dd84058d | 387 | |
412ae53a AA |
388 | config TARGET_WORK_92105 |
389 | bool "Support work_92105" | |
390 | select CPU_ARM926EJS | |
391 | select SUPPORT_SPL | |
392 | ||
dd84058d MY |
393 | config TARGET_APF27 |
394 | bool "Support apf27" | |
2e07c249 | 395 | select CPU_ARM926EJS |
02627356 | 396 | select SUPPORT_SPL |
dd84058d | 397 | |
22f2be7a MY |
398 | config ORION5X |
399 | bool "Marvell Orion" | |
2e07c249 | 400 | select CPU_ARM926EJS |
dd84058d | 401 | |
dd84058d MY |
402 | config TARGET_SPEAR300 |
403 | bool "Support spear300" | |
2e07c249 | 404 | select CPU_ARM926EJS |
a5d67547 | 405 | select BOARD_EARLY_INIT_F |
15dc63d6 | 406 | imply CMD_SAVES |
d10fc50f | 407 | select PL011_SERIAL |
dd84058d MY |
408 | |
409 | config TARGET_SPEAR310 | |
410 | bool "Support spear310" | |
2e07c249 | 411 | select CPU_ARM926EJS |
a5d67547 | 412 | select BOARD_EARLY_INIT_F |
15dc63d6 | 413 | imply CMD_SAVES |
d10fc50f | 414 | select PL011_SERIAL |
dd84058d MY |
415 | |
416 | config TARGET_SPEAR320 | |
417 | bool "Support spear320" | |
2e07c249 | 418 | select CPU_ARM926EJS |
a5d67547 | 419 | select BOARD_EARLY_INIT_F |
15dc63d6 | 420 | imply CMD_SAVES |
d10fc50f | 421 | select PL011_SERIAL |
dd84058d MY |
422 | |
423 | config TARGET_SPEAR600 | |
424 | bool "Support spear600" | |
2e07c249 | 425 | select CPU_ARM926EJS |
a5d67547 | 426 | select BOARD_EARLY_INIT_F |
15dc63d6 | 427 | imply CMD_SAVES |
d10fc50f | 428 | select PL011_SERIAL |
dd84058d | 429 | |
9fa32b12 VM |
430 | config TARGET_STV0991 |
431 | bool "Support stv0991" | |
432 | select CPU_V7 | |
cac0ca76 MY |
433 | select DM |
434 | select DM_SERIAL | |
e67abcaa VM |
435 | select DM_SPI |
436 | select DM_SPI_FLASH | |
437 | select SPI_FLASH | |
cf2c7784 | 438 | select PL01X_SERIAL |
9fa32b12 | 439 | |
dd84058d MY |
440 | config TARGET_X600 |
441 | bool "Support x600" | |
e5ec4815 | 442 | select BOARD_LATE_INIT |
2e07c249 | 443 | select CPU_ARM926EJS |
02627356 | 444 | select SUPPORT_SPL |
d10fc50f | 445 | select PL011_SERIAL |
dd84058d | 446 | |
dd84058d | 447 | config TARGET_IMX31_PHYCORE |
f428268a TR |
448 | bool "Support imx31_phycore_eet" |
449 | select CPU_ARM1136 | |
a5d67547 | 450 | select BOARD_EARLY_INIT_F |
f428268a TR |
451 | |
452 | config TARGET_IMX31_PHYCORE_EET | |
453 | bool "Support imx31_phycore_eet" | |
e5ec4815 | 454 | select BOARD_LATE_INIT |
2e07c249 | 455 | select CPU_ARM1136 |
a5d67547 | 456 | select BOARD_EARLY_INIT_F |
dd84058d | 457 | |
dd84058d MY |
458 | config TARGET_MX31ADS |
459 | bool "Support mx31ads" | |
2e07c249 | 460 | select CPU_ARM1136 |
a5d67547 | 461 | select BOARD_EARLY_INIT_F |
dd84058d MY |
462 | |
463 | config TARGET_MX31PDK | |
464 | bool "Support mx31pdk" | |
e5ec4815 | 465 | select BOARD_LATE_INIT |
2e07c249 | 466 | select CPU_ARM1136 |
02627356 | 467 | select SUPPORT_SPL |
a5d67547 | 468 | select BOARD_EARLY_INIT_F |
dd84058d | 469 | |
dd84058d MY |
470 | config TARGET_WOODBURN |
471 | bool "Support woodburn" | |
2e07c249 | 472 | select CPU_ARM1136 |
dd84058d MY |
473 | |
474 | config TARGET_WOODBURN_SD | |
475 | bool "Support woodburn_sd" | |
2e07c249 | 476 | select CPU_ARM1136 |
02627356 | 477 | select SUPPORT_SPL |
dd84058d MY |
478 | |
479 | config TARGET_FLEA3 | |
480 | bool "Support flea3" | |
2e07c249 | 481 | select CPU_ARM1136 |
dd84058d MY |
482 | |
483 | config TARGET_MX35PDK | |
484 | bool "Support mx35pdk" | |
e5ec4815 | 485 | select BOARD_LATE_INIT |
2e07c249 | 486 | select CPU_ARM1136 |
dd84058d | 487 | |
ddf6bd48 MY |
488 | config ARCH_BCM283X |
489 | bool "Broadcom BCM283X family" | |
58d423b8 MY |
490 | select DM |
491 | select DM_SERIAL | |
492 | select DM_GPIO | |
76709096 | 493 | select OF_CONTROL |
cf2c7784 | 494 | select PL01X_SERIAL |
ae5326a6 | 495 | select SERIAL_SEARCH_ALL |
91d27a17 | 496 | imply FAT_WRITE |
46414296 | 497 | |
dd84058d MY |
498 | config TARGET_VEXPRESS_CA15_TC2 |
499 | bool "Support vexpress_ca15_tc2" | |
2e07c249 | 500 | select CPU_V7 |
ea624e19 HG |
501 | select CPU_V7_HAS_NONSEC |
502 | select CPU_V7_HAS_VIRT | |
d10fc50f | 503 | select PL011_SERIAL |
dd84058d MY |
504 | |
505 | config TARGET_VEXPRESS_CA5X2 | |
506 | bool "Support vexpress_ca5x2" | |
2e07c249 | 507 | select CPU_V7 |
d10fc50f | 508 | select PL011_SERIAL |
dd84058d MY |
509 | |
510 | config TARGET_VEXPRESS_CA9X4 | |
511 | bool "Support vexpress_ca9x4" | |
2e07c249 | 512 | select CPU_V7 |
d10fc50f | 513 | select PL011_SERIAL |
dd84058d | 514 | |
43486e4c SR |
515 | config TARGET_BCM23550_W1D |
516 | bool "Support bcm23550_w1d" | |
517 | select CPU_V7 | |
221a949e | 518 | imply CRC32_VERIFY |
91d27a17 | 519 | imply FAT_WRITE |
43486e4c | 520 | |
dd84058d MY |
521 | config TARGET_BCM28155_AP |
522 | bool "Support bcm28155_ap" | |
2e07c249 | 523 | select CPU_V7 |
221a949e | 524 | imply CRC32_VERIFY |
91d27a17 | 525 | imply FAT_WRITE |
dd84058d | 526 | |
abb1678c SR |
527 | config TARGET_BCMCYGNUS |
528 | bool "Support bcmcygnus" | |
2e07c249 | 529 | select CPU_V7 |
221a949e | 530 | imply CRC32_VERIFY |
551c3934 | 531 | imply CMD_HASH |
91d27a17 | 532 | imply FAT_WRITE |
221a949e | 533 | imply HASH_VERIFY |
c89782dc SV |
534 | imply NETDEVICES |
535 | imply BCM_SF2_ETH | |
536 | imply BCM_SF2_ETH_GMAC | |
9dec5270 | 537 | |
abb1678c SR |
538 | config TARGET_BCMNSP |
539 | bool "Support bcmnsp" | |
2e07c249 | 540 | select CPU_V7 |
9dec5270 | 541 | |
274bced8 JM |
542 | config TARGET_BCMNS2 |
543 | bool "Support Broadcom Northstar2" | |
544 | select ARM64 | |
545 | help | |
546 | Support for Broadcom Northstar 2 SoCs. NS2 is a quad-core 64-bit | |
547 | ARMv8 Cortex-A57 processors targeting a broad range of networking | |
548 | applications | |
549 | ||
72df68cc MY |
550 | config ARCH_EXYNOS |
551 | bool "Samsung EXYNOS" | |
58d423b8 | 552 | select DM |
fc47cf9d | 553 | select DM_I2C |
58d423b8 MY |
554 | select DM_SPI_FLASH |
555 | select DM_SERIAL | |
556 | select DM_SPI | |
557 | select DM_GPIO | |
1fa4bfde | 558 | select DM_KEYBOARD |
91d27a17 | 559 | imply FAT_WRITE |
dd84058d | 560 | |
311757be SG |
561 | config ARCH_S5PC1XX |
562 | bool "Samsung S5PC1XX" | |
2e07c249 | 563 | select CPU_V7 |
58d423b8 MY |
564 | select DM |
565 | select DM_SERIAL | |
566 | select DM_GPIO | |
08848e9c | 567 | select DM_I2C |
311757be | 568 | |
ef2b694c MY |
569 | config ARCH_HIGHBANK |
570 | bool "Calxeda Highbank" | |
2e07c249 | 571 | select CPU_V7 |
d10fc50f | 572 | select PL011_SERIAL |
dd84058d | 573 | |
5cbbd9bd MY |
574 | config ARCH_INTEGRATOR |
575 | bool "ARM Ltd. Integrator family" | |
3f394e70 LW |
576 | select DM |
577 | select DM_SERIAL | |
cf2c7784 | 578 | select PL01X_SERIAL |
5cbbd9bd | 579 | |
c338f09e MY |
580 | config ARCH_KEYSTONE |
581 | bool "TI Keystone" | |
2e07c249 | 582 | select CPU_V7 |
02627356 | 583 | select SUPPORT_SPL |
3a649407 | 584 | select SYS_THUMB_BUILD |
534bc70e | 585 | select CMD_POWEROFF |
d56b4b19 | 586 | imply CMD_MTDPARTS |
46f9ef18 | 587 | imply FIT |
15dc63d6 | 588 | imply CMD_SAVES |
dd84058d | 589 | |
a93fbf4a MY |
590 | config ARCH_OMAP2PLUS |
591 | bool "TI OMAP2+" | |
592 | select CPU_V7 | |
0680f1b1 | 593 | select SPL_BOARD_INIT if SPL |
ff6c3125 | 594 | select SPL_STACK_R if SPL |
a93fbf4a MY |
595 | select SUPPORT_SPL |
596 | imply FIT | |
597 | ||
bfcef28a BG |
598 | config ARCH_MESON |
599 | bool "Amlogic Meson" | |
600 | help | |
601 | Support for the Meson SoC family developed by Amlogic Inc., | |
602 | targeted at media players and tablet computers. We currently | |
603 | support the S905 (GXBaby) 64-bit SoC. | |
604 | ||
7a7391fd PF |
605 | config ARCH_MX8M |
606 | bool "NXP i.MX8M platform" | |
607 | select ARM64 | |
608 | select DM | |
609 | select SUPPORT_SPL | |
610 | ||
c5343d4e SA |
611 | config ARCH_MX23 |
612 | bool "NXP i.MX23 family" | |
613 | select CPU_ARM926EJS | |
614 | select PL011_SERIAL | |
615 | select SUPPORT_SPL | |
616 | ||
07df697e FE |
617 | config ARCH_MX25 |
618 | bool "NXP MX25" | |
619 | select CPU_ARM926EJS | |
8bbff6a7 | 620 | imply MXC_GPIO |
07df697e | 621 | |
25c5b4e1 SA |
622 | config ARCH_MX28 |
623 | bool "NXP i.MX28 family" | |
624 | select CPU_ARM926EJS | |
625 | select PL011_SERIAL | |
626 | select SUPPORT_SPL | |
627 | ||
e90a08da PF |
628 | config ARCH_MX7ULP |
629 | bool "NXP MX7ULP" | |
630 | select CPU_V7 | |
631 | select ROM_UNIFIED_SECTIONS | |
8bbff6a7 | 632 | imply MXC_GPIO |
e90a08da | 633 | |
1a8150d4 AA |
634 | config ARCH_MX7 |
635 | bool "Freescale MX7" | |
636 | select CPU_V7 | |
2c2e2c9e YS |
637 | select SYS_FSL_HAS_SEC if SECURE_BOOT |
638 | select SYS_FSL_SEC_COMPAT_4 | |
90b80386 | 639 | select SYS_FSL_SEC_LE |
a5d67547 | 640 | select BOARD_EARLY_INIT_F |
4585601a | 641 | select ARCH_MISC_INIT |
8bbff6a7 | 642 | imply MXC_GPIO |
1a8150d4 | 643 | |
89ebc821 BB |
644 | config ARCH_MX6 |
645 | bool "Freescale MX6" | |
646 | select CPU_V7 | |
2c2e2c9e YS |
647 | select SYS_FSL_HAS_SEC if SECURE_BOOT |
648 | select SYS_FSL_SEC_COMPAT_4 | |
90b80386 | 649 | select SYS_FSL_SEC_LE |
3a649407 | 650 | select SYS_THUMB_BUILD if SPL |
8bbff6a7 | 651 | imply MXC_GPIO |
89ebc821 | 652 | |
b529993e PT |
653 | if ARCH_MX6 |
654 | config SPL_LDSCRIPT | |
655 | default "arch/arm/mach-omap2/u-boot-spl.lds" | |
656 | endif | |
657 | ||
424ee3d1 AR |
658 | config ARCH_MX5 |
659 | bool "Freescale MX5" | |
660 | select CPU_V7 | |
a5d67547 | 661 | select BOARD_EARLY_INIT_F |
8bbff6a7 | 662 | imply MXC_GPIO |
424ee3d1 | 663 | |
32f11829 TT |
664 | config ARCH_QEMU |
665 | bool "QEMU Virtual Platform" | |
32f11829 TT |
666 | select DM |
667 | select DM_SERIAL | |
668 | select OF_CONTROL | |
cf2c7784 | 669 | select PL01X_SERIAL |
32f11829 | 670 | |
1cc95f6e | 671 | config ARCH_RMOBILE |
f40b9898 | 672 | bool "Renesas ARM SoCs" |
1cc95f6e NI |
673 | select DM |
674 | select DM_SERIAL | |
a5d67547 | 675 | select BOARD_EARLY_INIT_F |
91d27a17 | 676 | imply FAT_WRITE |
3a649407 | 677 | imply SYS_THUMB_BUILD |
dd84058d | 678 | |
9702ec00 EP |
679 | config TARGET_S32V234EVB |
680 | bool "Support s32v234evb" | |
681 | select ARM64 | |
c01e4a1a | 682 | select SYS_FSL_ERRATUM_ESDHC111 |
9702ec00 | 683 | |
08592136 MK |
684 | config ARCH_SNAPDRAGON |
685 | bool "Qualcomm Snapdragon SoCs" | |
686 | select ARM64 | |
687 | select DM | |
688 | select DM_GPIO | |
689 | select DM_SERIAL | |
690 | select SPMI | |
691 | select OF_CONTROL | |
692 | select OF_SEPARATE | |
693 | ||
7865f4b0 MY |
694 | config ARCH_SOCFPGA |
695 | bool "Altera SOCFPGA family" | |
2e07c249 | 696 | select CPU_V7 |
02627356 | 697 | select SUPPORT_SPL |
dfd3dff5 MV |
698 | select OF_CONTROL |
699 | select SPL_OF_CONTROL | |
1d9aa3e5 | 700 | select DM |
beee6a30 | 701 | select ENABLE_ARM_SOC_BOOT0_HOOK |
a421192f | 702 | select ARCH_EARLY_INIT_R |
4585601a | 703 | select ARCH_MISC_INIT |
3a649407 | 704 | select SYS_THUMB_BUILD |
d56b4b19 | 705 | imply CMD_MTDPARTS |
221a949e | 706 | imply CRC32_VERIFY |
fef4a545 SG |
707 | imply DM_SPI |
708 | imply DM_SPI_FLASH | |
91d27a17 | 709 | imply FAT_WRITE |
fef4a545 SG |
710 | imply HW_WATCHDOG |
711 | imply SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION | |
dd84058d | 712 | |
2c7e3b90 IC |
713 | config ARCH_SUNXI |
714 | bool "Support sunxi (Allwinner) SoCs" | |
d6a0c78a | 715 | select BINMAN |
88bb800d | 716 | select CMD_GPIO |
0878a8a7 | 717 | select CMD_MMC if MMC |
2997ee50 | 718 | select CMD_USB if DISTRO_DEFAULTS |
b6006baf | 719 | select DM |
45368827 | 720 | select DM_ETH |
211d57a4 HG |
721 | select DM_GPIO |
722 | select DM_KEYBOARD | |
45368827 | 723 | select DM_SERIAL |
2997ee50 | 724 | select DM_USB if DISTRO_DEFAULTS |
d75111a7 | 725 | select OF_BOARD_SETUP |
b6006baf HG |
726 | select OF_CONTROL |
727 | select OF_SEPARATE | |
6f6b7cfa | 728 | select SPECIFY_CONSOLE_INDEX |
ab43de80 TR |
729 | select SPL_STACK_R if SPL |
730 | select SPL_SYS_MALLOC_SIMPLE if SPL | |
6edf6a21 | 731 | select SYS_NS16550 |
3a649407 | 732 | select SPL_SYS_THUMB_BUILD if !ARM64 |
ce2e44d8 | 733 | select SYS_THUMB_BUILD if !ARM64 |
2997ee50 YM |
734 | select USB if DISTRO_DEFAULTS |
735 | select USB_STORAGE if DISTRO_DEFAULTS | |
736 | select USB_KEYBOARD if DISTRO_DEFAULTS | |
8c7d2296 | 737 | select USE_TINY_PRINTF |
a12fb0e3 | 738 | imply CMD_GPT |
91d27a17 | 739 | imply FAT_WRITE |
eff264d7 | 740 | imply OF_LIBFDT_OVERLAY |
af83a604 MY |
741 | imply PRE_CONSOLE_BUFFER |
742 | imply SPL_GPIO_SUPPORT | |
743 | imply SPL_LIBCOMMON_SUPPORT | |
744 | imply SPL_LIBDISK_SUPPORT | |
745 | imply SPL_LIBGENERIC_SUPPORT | |
4aa2ba3a | 746 | imply SPL_MMC_SUPPORT if MMC |
af83a604 MY |
747 | imply SPL_POWER_SUPPORT |
748 | imply SPL_SERIAL_SUPPORT | |
654b02b1 | 749 | imply USB_GADGET |
8ebe4f42 | 750 | |
7966b437 SA |
751 | config ARCH_VF610 |
752 | bool "Freescale Vybrid" | |
e7b860fa | 753 | select CPU_V7 |
c01e4a1a | 754 | select SYS_FSL_ERRATUM_ESDHC111 |
d56b4b19 | 755 | imply CMD_MTDPARTS |
5bbc265b | 756 | imply NAND |
e7b860fa | 757 | |
5ca269a4 | 758 | config ARCH_ZYNQ |
b8d4497f | 759 | bool "Xilinx Zynq based platform" |
e5ec4815 | 760 | select BOARD_LATE_INIT |
2e07c249 | 761 | select CPU_V7 |
02627356 | 762 | select SUPPORT_SPL |
d065cfd9 | 763 | select OF_CONTROL |
0680f1b1 | 764 | select SPL_BOARD_INIT if SPL |
eb04ab34 | 765 | select SPL_OF_CONTROL if SPL |
8981f05c | 766 | select DM |
c4a142f4 | 767 | select DM_ETH if NET |
eb04ab34 | 768 | select SPL_DM if SPL |
c4a142f4 | 769 | select DM_MMC if MMC |
9f7a4502 | 770 | select DM_SPI |
42800ffa | 771 | select DM_SERIAL |
9f7a4502 | 772 | select DM_SPI_FLASH |
eb04ab34 | 773 | select SPL_SEPARATE_BSS if SPL |
dec49e86 | 774 | select DM_USB if USB |
781745bd | 775 | select CLK |
578d95e9 | 776 | select SPL_CLK if SPL |
781745bd | 777 | select CLK_ZYNQ |
d315628e | 778 | imply CMD_CLK |
91d27a17 | 779 | imply FAT_WRITE |
72c3033f | 780 | imply CMD_SPL |
dd84058d | 781 | |
0b54a9dd | 782 | config ARCH_ZYNQMP |
b8d4497f | 783 | bool "Xilinx ZynqMP based platform" |
84c7204b | 784 | select ARM64 |
e5ec4815 | 785 | select BOARD_LATE_INIT |
c2490bf5 MS |
786 | select DM |
787 | select OF_CONTROL | |
788 | select DM_SERIAL | |
e6a9ed04 | 789 | select SUPPORT_SPL |
1f29738a | 790 | select CLK |
0680f1b1 | 791 | select SPL_BOARD_INIT if SPL |
2f03968e | 792 | select SPL_CLK if SPL |
dec49e86 | 793 | select DM_USB if USB |
91d27a17 | 794 | imply FAT_WRITE |
84c7204b | 795 | |
ddd960e6 MY |
796 | config TEGRA |
797 | bool "NVIDIA Tegra" | |
91d27a17 | 798 | imply FAT_WRITE |
dd84058d | 799 | |
f91afc4d | 800 | config TARGET_VEXPRESS64_AEMV8A |
dd84058d | 801 | bool "Support vexpress_aemv8a" |
016a954e | 802 | select ARM64 |
cf2c7784 | 803 | select PL01X_SERIAL |
dd84058d | 804 | |
f91afc4d LW |
805 | config TARGET_VEXPRESS64_BASE_FVP |
806 | bool "Support Versatile Express ARMv8a FVP BASE model" | |
807 | select ARM64 | |
808 | select SEMIHOSTING | |
cf2c7784 | 809 | select PL01X_SERIAL |
f91afc4d | 810 | |
fc04b923 RH |
811 | config TARGET_VEXPRESS64_BASE_FVP_DRAM |
812 | bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM" | |
813 | select ARM64 | |
cf2c7784 | 814 | select PL01X_SERIAL |
fc04b923 RH |
815 | help |
816 | This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides | |
817 | the default config to allow the user to load the images directly into | |
818 | DRAM using model parameters rather than by using semi-hosting to load | |
819 | the files from the host filesystem. | |
820 | ||
ffc10373 LW |
821 | config TARGET_VEXPRESS64_JUNO |
822 | bool "Support Versatile Express Juno Development Platform" | |
823 | select ARM64 | |
cf2c7784 | 824 | select PL01X_SERIAL |
ffc10373 | 825 | |
44937214 PK |
826 | config TARGET_LS2080A_EMU |
827 | bool "Support ls2080a_emu" | |
fb2bf8c2 | 828 | select ARCH_LS2080A |
016a954e | 829 | select ARM64 |
23b5877c | 830 | select ARMV8_MULTIENTRY |
4585601a | 831 | select ARCH_MISC_INIT |
44937214 PK |
832 | help |
833 | Support for Freescale LS2080A_EMU platform | |
834 | The LS2080A Development System (EMULATOR) is a pre silicon | |
835 | development platform that supports the QorIQ LS2080A | |
836 | Layerscape Architecture processor. | |
dd84058d | 837 | |
44937214 PK |
838 | config TARGET_LS2080A_SIMU |
839 | bool "Support ls2080a_simu" | |
fb2bf8c2 | 840 | select ARCH_LS2080A |
016a954e | 841 | select ARM64 |
23b5877c | 842 | select ARMV8_MULTIENTRY |
4585601a | 843 | select ARCH_MISC_INIT |
44937214 PK |
844 | help |
845 | Support for Freescale LS2080A_SIMU platform | |
846 | The LS2080A Development System (QDS) is a pre silicon | |
847 | development platform that supports the QorIQ LS2080A | |
848 | Layerscape Architecture processor. | |
dd84058d | 849 | |
7769776a AK |
850 | config TARGET_LS1088AQDS |
851 | bool "Support ls1088aqds" | |
852 | select ARCH_LS1088A | |
853 | select ARM64 | |
854 | select ARMV8_MULTIENTRY | |
855 | select ARCH_MISC_INIT | |
856 | select BOARD_LATE_INIT | |
91fded62 | 857 | select SUPPORT_SPL |
7769776a AK |
858 | help |
859 | Support for NXP LS1088AQDS platform | |
860 | The LS1088A Development System (QDS) is a high-performance | |
861 | development platform that supports the QorIQ LS1088A | |
862 | Layerscape Architecture processor. | |
863 | ||
44937214 PK |
864 | config TARGET_LS2080AQDS |
865 | bool "Support ls2080aqds" | |
fb2bf8c2 | 866 | select ARCH_LS2080A |
7288c2c2 YS |
867 | select ARM64 |
868 | select ARMV8_MULTIENTRY | |
e5ec4815 | 869 | select BOARD_LATE_INIT |
b2d5ac59 | 870 | select SUPPORT_SPL |
4585601a | 871 | select ARCH_MISC_INIT |
fedb428c | 872 | imply SCSI |
9fd95ef0 | 873 | imply SCSI_AHCI |
7288c2c2 | 874 | help |
44937214 PK |
875 | Support for Freescale LS2080AQDS platform |
876 | The LS2080A Development System (QDS) is a high-performance | |
877 | development platform that supports the QorIQ LS2080A | |
7288c2c2 YS |
878 | Layerscape Architecture processor. |
879 | ||
44937214 PK |
880 | config TARGET_LS2080ARDB |
881 | bool "Support ls2080ardb" | |
fb2bf8c2 | 882 | select ARCH_LS2080A |
e2b65ea9 YS |
883 | select ARM64 |
884 | select ARMV8_MULTIENTRY | |
e5ec4815 | 885 | select BOARD_LATE_INIT |
32eda7cc | 886 | select SUPPORT_SPL |
4585601a | 887 | select ARCH_MISC_INIT |
fedb428c | 888 | imply SCSI |
9fd95ef0 | 889 | imply SCSI_AHCI |
e2b65ea9 | 890 | help |
44937214 PK |
891 | Support for Freescale LS2080ARDB platform. |
892 | The LS2080A Reference design board (RDB) is a high-performance | |
893 | development platform that supports the QorIQ LS2080A | |
e2b65ea9 YS |
894 | Layerscape Architecture processor. |
895 | ||
3049a583 PJ |
896 | config TARGET_LS2081ARDB |
897 | bool "Support ls2081ardb" | |
898 | select ARCH_LS2080A | |
899 | select ARM64 | |
900 | select ARMV8_MULTIENTRY | |
901 | select BOARD_LATE_INIT | |
902 | select SUPPORT_SPL | |
903 | select ARCH_MISC_INIT | |
904 | help | |
905 | Support for Freescale LS2081ARDB platform. | |
906 | The LS2081A Reference design board (RDB) is a high-performance | |
907 | development platform that supports the QorIQ LS2081A/LS2041A | |
908 | Layerscape Architecture processor. | |
909 | ||
11ac2363 PG |
910 | config TARGET_HIKEY |
911 | bool "Support HiKey 96boards Consumer Edition Platform" | |
912 | select ARM64 | |
efd7b60a PG |
913 | select DM |
914 | select DM_GPIO | |
9c71bcdc | 915 | select DM_SERIAL |
cd593ed6 | 916 | select OF_CONTROL |
cf2c7784 | 917 | select PL01X_SERIAL |
6f6b7cfa | 918 | select SPECIFY_CONSOLE_INDEX |
11ac2363 PG |
919 | help |
920 | Support for HiKey 96boards platform. It features a HI6220 | |
921 | SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. | |
922 | ||
d754254f JRO |
923 | config TARGET_POPLAR |
924 | bool "Support Poplar 96boards Enterprise Edition Platform" | |
925 | select ARM64 | |
926 | select DM | |
927 | select OF_CONTROL | |
928 | select DM_SERIAL | |
929 | select DM_USB | |
cf2c7784 | 930 | select PL01X_SERIAL |
d754254f JRO |
931 | help |
932 | Support for Poplar 96boards EE platform. It features a HI3798cv200 | |
933 | SoC, with 4xA53 CPU, 1GB RAM and the high performance Mali T720 GPU | |
934 | making it capable of running any commercial set-top solution based on | |
935 | Linux or Android. | |
936 | ||
9d044fcb PK |
937 | config TARGET_LS1012AQDS |
938 | bool "Support ls1012aqds" | |
9533acf3 | 939 | select ARCH_LS1012A |
9d044fcb | 940 | select ARM64 |
e5ec4815 | 941 | select BOARD_LATE_INIT |
9d044fcb PK |
942 | help |
943 | Support for Freescale LS1012AQDS platform. | |
944 | The LS1012A Development System (QDS) is a high-performance | |
945 | development platform that supports the QorIQ LS1012A | |
946 | Layerscape Architecture processor. | |
947 | ||
3b6e3898 PK |
948 | config TARGET_LS1012ARDB |
949 | bool "Support ls1012ardb" | |
9533acf3 | 950 | select ARCH_LS1012A |
3b6e3898 | 951 | select ARM64 |
e5ec4815 | 952 | select BOARD_LATE_INIT |
fedb428c | 953 | imply SCSI |
9fd95ef0 | 954 | imply SCSI_AHCI |
3b6e3898 PK |
955 | help |
956 | Support for Freescale LS1012ARDB platform. | |
957 | The LS1012A Reference design board (RDB) is a high-performance | |
958 | development platform that supports the QorIQ LS1012A | |
959 | Layerscape Architecture processor. | |
960 | ||
b0ce187b BU |
961 | config TARGET_LS1012A2G5RDB |
962 | bool "Support ls1012a2g5rdb" | |
963 | select ARCH_LS1012A | |
964 | select ARM64 | |
965 | select BOARD_LATE_INIT | |
966 | imply SCSI | |
967 | help | |
968 | Support for Freescale LS1012A2G5RDB platform. | |
969 | The LS1012A 2G5 Reference design board (RDB) is a high-performance | |
970 | development platform that supports the QorIQ LS1012A | |
971 | Layerscape Architecture processor. | |
972 | ||
ff78aa2b PK |
973 | config TARGET_LS1012AFRDM |
974 | bool "Support ls1012afrdm" | |
9533acf3 | 975 | select ARCH_LS1012A |
ff78aa2b PK |
976 | select ARM64 |
977 | help | |
978 | Support for Freescale LS1012AFRDM platform. | |
979 | The LS1012A Freedom board (FRDM) is a high-performance | |
980 | development platform that supports the QorIQ LS1012A | |
981 | Layerscape Architecture processor. | |
982 | ||
e84a324b AK |
983 | config TARGET_LS1088ARDB |
984 | bool "Support ls1088ardb" | |
985 | select ARCH_LS1088A | |
986 | select ARM64 | |
987 | select ARMV8_MULTIENTRY | |
988 | select ARCH_MISC_INIT | |
989 | select BOARD_LATE_INIT | |
099f4093 | 990 | select SUPPORT_SPL |
e84a324b AK |
991 | help |
992 | Support for NXP LS1088ARDB platform. | |
993 | The LS1088A Reference design board (RDB) is a high-performance | |
994 | development platform that supports the QorIQ LS1088A | |
995 | Layerscape Architecture processor. | |
996 | ||
550e3dc0 | 997 | config TARGET_LS1021AQDS |
0de15707 | 998 | bool "Support ls1021aqds" |
e5ec4815 | 999 | select BOARD_LATE_INIT |
2e07c249 | 1000 | select CPU_V7 |
adee1d4c HZ |
1001 | select CPU_V7_HAS_NONSEC |
1002 | select CPU_V7_HAS_VIRT | |
50f0c663 | 1003 | select SUPPORT_SPL |
0a37cf8f | 1004 | select ARCH_LS1021A |
217f92bb | 1005 | select ARCH_SUPPORT_PSCI |
5e8bd7e1 | 1006 | select LS1_DEEP_SLEEP |
d26e34c4 | 1007 | select SYS_FSL_DDR |
a5d67547 | 1008 | select BOARD_EARLY_INIT_F |
fedb428c | 1009 | imply SCSI |
217f92bb | 1010 | |
c8a7d9da | 1011 | config TARGET_LS1021ATWR |
0de15707 | 1012 | bool "Support ls1021atwr" |
e5ec4815 | 1013 | select BOARD_LATE_INIT |
2e07c249 | 1014 | select CPU_V7 |
adee1d4c HZ |
1015 | select CPU_V7_HAS_NONSEC |
1016 | select CPU_V7_HAS_VIRT | |
50f0c663 | 1017 | select SUPPORT_SPL |
0a37cf8f | 1018 | select ARCH_LS1021A |
217f92bb | 1019 | select ARCH_SUPPORT_PSCI |
5e8bd7e1 | 1020 | select LS1_DEEP_SLEEP |
a5d67547 | 1021 | select BOARD_EARLY_INIT_F |
fedb428c | 1022 | imply SCSI |
c8a7d9da | 1023 | |
20c700f8 FL |
1024 | config TARGET_LS1021AIOT |
1025 | bool "Support ls1021aiot" | |
e5ec4815 | 1026 | select BOARD_LATE_INIT |
20c700f8 FL |
1027 | select CPU_V7 |
1028 | select CPU_V7_HAS_NONSEC | |
1029 | select CPU_V7_HAS_VIRT | |
1030 | select SUPPORT_SPL | |
1031 | select ARCH_LS1021A | |
1032 | select ARCH_SUPPORT_PSCI | |
fedb428c | 1033 | imply SCSI |
20c700f8 FL |
1034 | help |
1035 | Support for Freescale LS1021AIOT platform. | |
1036 | The LS1021A Freescale board (IOT) is a high-performance | |
1037 | development platform that supports the QorIQ LS1021A | |
1038 | Layerscape Architecture processor. | |
1039 | ||
02b5d2ed SX |
1040 | config TARGET_LS1043AQDS |
1041 | bool "Support ls1043aqds" | |
0a37cf8f | 1042 | select ARCH_LS1043A |
02b5d2ed SX |
1043 | select ARM64 |
1044 | select ARMV8_MULTIENTRY | |
e5ec4815 | 1045 | select BOARD_LATE_INIT |
02b5d2ed | 1046 | select SUPPORT_SPL |
a5d67547 | 1047 | select BOARD_EARLY_INIT_F |
fedb428c | 1048 | imply SCSI |
02b5d2ed SX |
1049 | help |
1050 | Support for Freescale LS1043AQDS platform. | |
1051 | ||
f3a8e2b7 MH |
1052 | config TARGET_LS1043ARDB |
1053 | bool "Support ls1043ardb" | |
0a37cf8f | 1054 | select ARCH_LS1043A |
f3a8e2b7 | 1055 | select ARM64 |
831c068f | 1056 | select ARMV8_MULTIENTRY |
e5ec4815 | 1057 | select BOARD_LATE_INIT |
3ad44729 | 1058 | select SUPPORT_SPL |
a5d67547 | 1059 | select BOARD_EARLY_INIT_F |
fedb428c | 1060 | imply SCSI |
f3a8e2b7 MH |
1061 | help |
1062 | Support for Freescale LS1043ARDB platform. | |
1063 | ||
126fe70d SX |
1064 | config TARGET_LS1046AQDS |
1065 | bool "Support ls1046aqds" | |
da28e58a | 1066 | select ARCH_LS1046A |
126fe70d SX |
1067 | select ARM64 |
1068 | select ARMV8_MULTIENTRY | |
e5ec4815 | 1069 | select BOARD_LATE_INIT |
126fe70d SX |
1070 | select SUPPORT_SPL |
1071 | select DM_SPI_FLASH if DM_SPI | |
a5d67547 | 1072 | select BOARD_EARLY_INIT_F |
fedb428c | 1073 | imply SCSI |
126fe70d SX |
1074 | help |
1075 | Support for Freescale LS1046AQDS platform. | |
1076 | The LS1046A Development System (QDS) is a high-performance | |
1077 | development platform that supports the QorIQ LS1046A | |
1078 | Layerscape Architecture processor. | |
1079 | ||
dd02936f MH |
1080 | config TARGET_LS1046ARDB |
1081 | bool "Support ls1046ardb" | |
da28e58a | 1082 | select ARCH_LS1046A |
dd02936f MH |
1083 | select ARM64 |
1084 | select ARMV8_MULTIENTRY | |
e5ec4815 | 1085 | select BOARD_LATE_INIT |
dd02936f MH |
1086 | select SUPPORT_SPL |
1087 | select DM_SPI_FLASH if DM_SPI | |
dccef2ec | 1088 | select POWER_MC34VR500 |
a5d67547 | 1089 | select BOARD_EARLY_INIT_F |
fedb428c | 1090 | imply SCSI |
dd02936f MH |
1091 | help |
1092 | Support for Freescale LS1046ARDB platform. | |
1093 | The LS1046A Reference Design Board (RDB) is a high-performance | |
1094 | development platform that supports the QorIQ LS1046A | |
1095 | Layerscape Architecture processor. | |
1096 | ||
dd84058d MY |
1097 | config TARGET_H2200 |
1098 | bool "Support h2200" | |
2e07c249 | 1099 | select CPU_PXA |
dd84058d | 1100 | |
f19eb154 VK |
1101 | config TARGET_ZIPITZ2 |
1102 | bool "Support zipitz2" | |
1103 | select CPU_PXA | |
1104 | ||
dd84058d MY |
1105 | config TARGET_COLIBRI_PXA270 |
1106 | bool "Support colibri_pxa270" | |
2e07c249 | 1107 | select CPU_PXA |
dd84058d | 1108 | |
66cba041 | 1109 | config ARCH_UNIPHIER |
b6ef3a3f | 1110 | bool "Socionext UniPhier SoCs" |
e5ec4815 | 1111 | select BOARD_LATE_INIT |
4e819950 | 1112 | select DM |
b800cbde | 1113 | select DM_GPIO |
4e819950 | 1114 | select DM_I2C |
4aceb3f8 | 1115 | select DM_MMC |
4fb96c48 | 1116 | select DM_RESET |
b5550e49 | 1117 | select DM_SERIAL |
47a79f65 | 1118 | select DM_USB |
b5550e49 MY |
1119 | select OF_CONTROL |
1120 | select OF_LIBFDT | |
27350c92 | 1121 | select PINCTRL |
0680f1b1 | 1122 | select SPL_BOARD_INIT if SPL |
561ca649 MY |
1123 | select SPL_DM if SPL |
1124 | select SPL_LIBCOMMON_SUPPORT if SPL | |
1125 | select SPL_LIBGENERIC_SUPPORT if SPL | |
1126 | select SPL_OF_CONTROL if SPL | |
1127 | select SPL_PINCTRL if SPL | |
b5550e49 | 1128 | select SUPPORT_SPL |
91d27a17 | 1129 | imply FAT_WRITE |
b6ef3a3f MY |
1130 | help |
1131 | Support for UniPhier SoC family developed by Socionext Inc. | |
1132 | (formerly, System LSI Business Division of Panasonic Corporation) | |
66cba041 | 1133 | |
0a61ee88 VM |
1134 | config STM32 |
1135 | bool "Support STM32" | |
ed09a554 | 1136 | select CPU_V7M |
66562414 KL |
1137 | select DM |
1138 | select DM_SERIAL | |
3a649407 | 1139 | select SYS_THUMB_BUILD |
ed09a554 | 1140 | |
94e9a4ef PC |
1141 | config ARCH_STI |
1142 | bool "Support STMicrolectronics SoCs" | |
1143 | select CPU_V7 | |
214a17e6 PC |
1144 | select DM |
1145 | select DM_SERIAL | |
eee20f81 PC |
1146 | select BLK |
1147 | select DM_MMC | |
584861ff | 1148 | select DM_RESET |
94e9a4ef PC |
1149 | help |
1150 | Support for STMicroelectronics STiH407/10 SoC family. | |
1151 | This SoC is used on Linaro 96Board STiH410-B2260 | |
1152 | ||
2444dae5 SG |
1153 | config ARCH_ROCKCHIP |
1154 | bool "Support Rockchip SoCs" | |
2444dae5 | 1155 | select OF_CONTROL |
aa15038c | 1156 | select BLK |
2444dae5 | 1157 | select DM |
a381bcf5 | 1158 | select SPL_DM if SPL |
aa15038c | 1159 | select SYS_MALLOC_F |
3a649407 | 1160 | select SYS_THUMB_BUILD if !ARM64 |
a381bcf5 | 1161 | select SPL_SYS_MALLOC_SIMPLE if SPL |
aa15038c SG |
1162 | select DM_GPIO |
1163 | select DM_I2C | |
1164 | select DM_MMC | |
1165 | select DM_SERIAL | |
1166 | select DM_SPI | |
1167 | select DM_SPI_FLASH | |
892742df | 1168 | select DM_USB if USB |
8d29e3a4 KY |
1169 | select DM_PWM |
1170 | select DM_REGULATOR | |
14ad6eb2 | 1171 | select ENABLE_ARM_SOC_BOOT0_HOOK |
48f6232e TR |
1172 | imply CMD_FASTBOOT |
1173 | imply FASTBOOT | |
91d27a17 | 1174 | imply FAT_WRITE |
48f6232e | 1175 | imply USB_FUNCTION_FASTBOOT |
0532ceef | 1176 | imply SPL_SYSRESET |
e19fa89c | 1177 | imply TPL_SYSRESET |
8e8bcccc PT |
1178 | imply ADC |
1179 | imply SARADC_ROCKCHIP | |
2444dae5 | 1180 | |
746f985a ST |
1181 | config TARGET_THUNDERX_88XX |
1182 | bool "Support ThunderX 88xx" | |
b4ba1693 | 1183 | select ARM64 |
746f985a | 1184 | select OF_CONTROL |
067716ba | 1185 | select SYS_CACHE_SHIFT_7 |
cf2c7784 | 1186 | select PL01X_SERIAL |
746f985a | 1187 | |
4697abea | 1188 | config ARCH_ASPEED |
1189 | bool "Support Aspeed SoCs" | |
1190 | select OF_CONTROL | |
1191 | select DM | |
1192 | ||
dd84058d MY |
1193 | endchoice |
1194 | ||
5fbed8f2 AD |
1195 | config TI_SECURE_DEVICE |
1196 | bool "HS Device Type Support" | |
1197 | depends on ARCH_KEYSTONE || ARCH_OMAP2PLUS | |
1198 | help | |
1199 | If a high secure (HS) device type is being used, this config | |
1200 | must be set. This option impacts various aspects of the | |
1201 | build system (to create signed boot images that can be | |
1202 | authenticated) and the code. See the doc/README.ti-secure | |
1203 | file for further details. | |
1204 | ||
4697abea | 1205 | source "arch/arm/mach-aspeed/Kconfig" |
1206 | ||
4614b891 MY |
1207 | source "arch/arm/mach-at91/Kconfig" |
1208 | ||
ddf6bd48 | 1209 | source "arch/arm/mach-bcm283x/Kconfig" |
3491ba63 | 1210 | |
ddf6bd48 | 1211 | source "arch/arm/mach-davinci/Kconfig" |
34e609ca | 1212 | |
77b55e8c | 1213 | source "arch/arm/mach-exynos/Kconfig" |
72df68cc | 1214 | |
72a8ff4b | 1215 | source "arch/arm/mach-highbank/Kconfig" |
ef2b694c | 1216 | |
5cbbd9bd MY |
1217 | source "arch/arm/mach-integrator/Kconfig" |
1218 | ||
39a72345 | 1219 | source "arch/arm/mach-keystone/Kconfig" |
c338f09e | 1220 | |
56f86e39 | 1221 | source "arch/arm/mach-kirkwood/Kconfig" |
47539e23 | 1222 | |
c3d89140 SR |
1223 | source "arch/arm/mach-mvebu/Kconfig" |
1224 | ||
0a37cf8f YS |
1225 | source "arch/arm/cpu/armv7/ls102xa/Kconfig" |
1226 | ||
07df697e FE |
1227 | source "arch/arm/mach-imx/mx2/Kconfig" |
1228 | ||
7a7391fd PF |
1229 | source "arch/arm/mach-imx/mx5/Kconfig" |
1230 | ||
1231 | source "arch/arm/mach-imx/mx6/Kconfig" | |
e90a08da | 1232 | |
552a848e | 1233 | source "arch/arm/mach-imx/mx7/Kconfig" |
1a8150d4 | 1234 | |
7a7391fd | 1235 | source "arch/arm/mach-imx/mx7ulp/Kconfig" |
89ebc821 | 1236 | |
7a7391fd | 1237 | source "arch/arm/mach-imx/mx8m/Kconfig" |
424ee3d1 | 1238 | |
c5343d4e SA |
1239 | source "arch/arm/mach-imx/mxs/Kconfig" |
1240 | ||
983e3700 | 1241 | source "arch/arm/mach-omap2/Kconfig" |
6384726d | 1242 | |
da28e58a YS |
1243 | source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig" |
1244 | ||
3e93b4e6 | 1245 | source "arch/arm/mach-orion5x/Kconfig" |
22f2be7a | 1246 | |
badbb63c | 1247 | source "arch/arm/mach-rmobile/Kconfig" |
f40b9898 | 1248 | |
bfcef28a BG |
1249 | source "arch/arm/mach-meson/Kconfig" |
1250 | ||
32f11829 TT |
1251 | source "arch/arm/mach-qemu/Kconfig" |
1252 | ||
2444dae5 SG |
1253 | source "arch/arm/mach-rockchip/Kconfig" |
1254 | ||
225f5eec | 1255 | source "arch/arm/mach-s5pc1xx/Kconfig" |
311757be | 1256 | |
08592136 MK |
1257 | source "arch/arm/mach-snapdragon/Kconfig" |
1258 | ||
7865f4b0 MY |
1259 | source "arch/arm/mach-socfpga/Kconfig" |
1260 | ||
94e9a4ef PC |
1261 | source "arch/arm/mach-sti/Kconfig" |
1262 | ||
0a61ee88 VM |
1263 | source "arch/arm/mach-stm32/Kconfig" |
1264 | ||
3abfd887 MY |
1265 | source "arch/arm/mach-sunxi/Kconfig" |
1266 | ||
09f455dc | 1267 | source "arch/arm/mach-tegra/Kconfig" |
ddd960e6 | 1268 | |
4c425570 | 1269 | source "arch/arm/mach-uniphier/Kconfig" |
66cba041 | 1270 | |
7966b437 SA |
1271 | source "arch/arm/cpu/armv7/vf610/Kconfig" |
1272 | ||
0107f240 | 1273 | source "arch/arm/mach-zynq/Kconfig" |
ddd960e6 | 1274 | |
ea624e19 HG |
1275 | source "arch/arm/cpu/armv7/Kconfig" |
1276 | ||
75580007 SDPP |
1277 | source "arch/arm/cpu/armv8/zynqmp/Kconfig" |
1278 | ||
23b5877c LW |
1279 | source "arch/arm/cpu/armv8/Kconfig" |
1280 | ||
552a848e | 1281 | source "arch/arm/mach-imx/Kconfig" |
a05a6045 | 1282 | |
d8ccbe93 | 1283 | source "board/bosch/shc/Kconfig" |
dd84058d | 1284 | source "board/CarMediaLab/flea3/Kconfig" |
dd84058d | 1285 | source "board/Marvell/aspenite/Kconfig" |
dd84058d | 1286 | source "board/Marvell/gplugd/Kconfig" |
dd84058d | 1287 | source "board/armadeus/apf27/Kconfig" |
dd84058d MY |
1288 | source "board/armltd/vexpress/Kconfig" |
1289 | source "board/armltd/vexpress64/Kconfig" | |
43486e4c | 1290 | source "board/broadcom/bcm23550_w1d/Kconfig" |
dd84058d | 1291 | source "board/broadcom/bcm28155_ap/Kconfig" |
abb1678c SR |
1292 | source "board/broadcom/bcmcygnus/Kconfig" |
1293 | source "board/broadcom/bcmnsp/Kconfig" | |
274bced8 | 1294 | source "board/broadcom/bcmns2/Kconfig" |
746f985a | 1295 | source "board/cavium/thunderx/Kconfig" |
dd84058d | 1296 | source "board/cirrus/edb93xx/Kconfig" |
85ab0452 | 1297 | source "board/eets/pdu001/Kconfig" |
44937214 PK |
1298 | source "board/freescale/ls2080a/Kconfig" |
1299 | source "board/freescale/ls2080aqds/Kconfig" | |
1300 | source "board/freescale/ls2080ardb/Kconfig" | |
e84a324b | 1301 | source "board/freescale/ls1088a/Kconfig" |
550e3dc0 | 1302 | source "board/freescale/ls1021aqds/Kconfig" |
02b5d2ed | 1303 | source "board/freescale/ls1043aqds/Kconfig" |
c8a7d9da | 1304 | source "board/freescale/ls1021atwr/Kconfig" |
20c700f8 | 1305 | source "board/freescale/ls1021aiot/Kconfig" |
126fe70d | 1306 | source "board/freescale/ls1046aqds/Kconfig" |
f3a8e2b7 | 1307 | source "board/freescale/ls1043ardb/Kconfig" |
dd02936f | 1308 | source "board/freescale/ls1046ardb/Kconfig" |
9d044fcb | 1309 | source "board/freescale/ls1012aqds/Kconfig" |
3b6e3898 | 1310 | source "board/freescale/ls1012ardb/Kconfig" |
ff78aa2b | 1311 | source "board/freescale/ls1012afrdm/Kconfig" |
dd84058d MY |
1312 | source "board/freescale/mx31ads/Kconfig" |
1313 | source "board/freescale/mx31pdk/Kconfig" | |
1314 | source "board/freescale/mx35pdk/Kconfig" | |
9702ec00 | 1315 | source "board/freescale/s32v234evb/Kconfig" |
60083261 | 1316 | source "board/gdsys/a38x/Kconfig" |
ab38bf6a | 1317 | source "board/grinn/chiliboard/Kconfig" |
dd84058d MY |
1318 | source "board/gumstix/pepper/Kconfig" |
1319 | source "board/h2200/Kconfig" | |
345243ed | 1320 | source "board/hisilicon/hikey/Kconfig" |
d754254f | 1321 | source "board/hisilicon/poplar/Kconfig" |
dd84058d | 1322 | source "board/imx31_phycore/Kconfig" |
a96c08f5 | 1323 | source "board/isee/igep003x/Kconfig" |
dd84058d | 1324 | source "board/phytec/pcm051/Kconfig" |
dd84058d | 1325 | source "board/silica/pengwyn/Kconfig" |
dd84058d MY |
1326 | source "board/spear/spear300/Kconfig" |
1327 | source "board/spear/spear310/Kconfig" | |
1328 | source "board/spear/spear320/Kconfig" | |
1329 | source "board/spear/spear600/Kconfig" | |
1330 | source "board/spear/x600/Kconfig" | |
9fa32b12 | 1331 | source "board/st/stv0991/Kconfig" |
9d1b2987 | 1332 | source "board/tcl/sl50/Kconfig" |
a2bc4321 | 1333 | source "board/birdland/bav335x/Kconfig" |
dd84058d | 1334 | source "board/timll/devkit3250/Kconfig" |
dd84058d | 1335 | source "board/toradex/colibri_pxa270/Kconfig" |
6ce89324 | 1336 | source "board/vscom/baltos/Kconfig" |
dd84058d | 1337 | source "board/woodburn/Kconfig" |
412ae53a | 1338 | source "board/work-microwave/work_92105/Kconfig" |
f19eb154 | 1339 | source "board/zipitz2/Kconfig" |
dd84058d | 1340 | |
51b17d49 MY |
1341 | source "arch/arm/Kconfig.debug" |
1342 | ||
dd84058d | 1343 | endmenu |
b529993e PT |
1344 | |
1345 | config SPL_LDSCRIPT | |
ac4605ae | 1346 | default "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds" if ARCH_MX23 || ARCH_MX28 |
b529993e PT |
1347 | default "arch/arm/cpu/arm1136/u-boot-spl.lds" if CPU_ARM1136 |
1348 | default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64 | |
1349 | ||
1350 |