Andre Przywara | fac7fc4 | 2022-03-04 16:30:09 +0000 | [diff] [blame^] | 1 | if ARCH_VEXPRESS64 |
Linus Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 2 | |
| 3 | config SYS_BOARD |
| 4 | default "vexpress64" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "armltd" |
| 8 | |
| 9 | config SYS_CONFIG_NAME |
Peter Hoyes | 17fe55f | 2021-11-11 09:26:00 +0000 | [diff] [blame] | 10 | default "vexpress_aemv8" |
Linus Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 11 | |
Andre Przywara | fac7fc4 | 2022-03-04 16:30:09 +0000 | [diff] [blame^] | 12 | choice |
| 13 | prompt "VExpress64 board variant" |
| 14 | |
| 15 | config TARGET_VEXPRESS64_BASE_FVP |
| 16 | bool "Support Versatile Express ARMv8a FVP BASE model" |
| 17 | select SEMIHOSTING |
| 18 | |
| 19 | config TARGET_VEXPRESS64_JUNO |
| 20 | bool "Support Versatile Express Juno Development Platform" |
| 21 | select DM_ETH |
| 22 | select USB |
| 23 | select OF_CONTROL |
| 24 | select CLK |
| 25 | select BLK |
| 26 | imply OF_HAS_PRIOR_STAGE |
| 27 | |
| 28 | endchoice |
| 29 | |
Andre Przywara | b3270e9 | 2020-04-27 19:18:01 +0100 | [diff] [blame] | 30 | config JUNO_DTB_PART |
| 31 | string "NOR flash partition holding DTB" |
| 32 | default "board.dtb" |
| 33 | help |
| 34 | The ARM partition name in the NOR flash memory holding the |
| 35 | device tree blob to configure U-Boot. |
| 36 | |
Linus Walleij | ffc1037 | 2015-01-23 14:41:10 +0100 | [diff] [blame] | 37 | endif |