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