blob: 706b8dc0f1c5230cae0432cab6f6632904e90d86 [file] [log] [blame]
Masami Hiramatsu7c741272021-06-04 18:45:10 +09001if ARCH_SYNQUACER
2
3choice
4 prompt "SC2A11 Cortex-A53 MPCore 24cores"
5 optional
6
7config TARGET_DEVELOPERBOX
8 bool "Socionext DeveloperBox"
9 select PCI
10 select DM_PCI
11 select PCIE_ECAM_SYNQUACER
12 select SYS_DISABLE_DCACHE_OPS
13 select OF_BOARD_SETUP
14 help
15 Choose this option if you build the U-Boot for the DeveloperBox
16 96boards Enterprise Edition.
17 This board will booted from SCP firmware and it enables SMMU, thus
18 the dcache is updated automatically when DMA operation is executed.
19endchoice
20
21config SYS_SOC
22 default "sc2a11"
23
24if TARGET_DEVELOPERBOX
25
26config SYS_BOARD
27 default "developerbox"
28
29config SYS_VENDOR
30 default "socionext"
31
32config SYS_CONFIG_NAME
33 default "synquacer"
34
35endif
36endif