blob: f431cff9509796055606584f8a209eaa7ac35de9 [file] [log] [blame]
Stefan Roesec3d89142015-08-25 13:18:38 +02001if ARCH_MVEBU
2
Mario Sixa1b6b0a2017-01-11 16:01:00 +01003config HAVE_MVEBU_EFUSE
4 bool
5 default n
6
Stefan Roesef61aefc2016-05-17 15:00:30 +02007config ARMADA_32BIT
8 bool
Lokesh Vutlaacf15002018-04-26 18:21:26 +05309 select CPU_V7A
Stefan Roesef61aefc2016-05-17 15:00:30 +020010 select SUPPORT_SPL
11 select SPL_DM
12 select SPL_DM_SEQ_ALIAS
13 select SPL_OF_CONTROL
14 select SPL_SIMPLE_BUS
Simon Glassa5d67542017-01-23 13:31:20 -070015 select BOARD_EARLY_INIT_F
Simon Glass45856012017-01-23 13:31:21 -070016 select ARCH_MISC_INIT
Stefan Roesef61aefc2016-05-17 15:00:30 +020017
18config ARMADA_64BIT
19 bool
20 select ARM64
21
22# ARMv7 SoCs...
Stefan Roese606576d2016-01-29 09:14:54 +010023config ARMADA_375
24 bool
Stefan Roesef61aefc2016-05-17 15:00:30 +020025 select ARMADA_32BIT
Stefan Roese606576d2016-01-29 09:14:54 +010026
Stefan Roese81e33f42015-12-21 13:56:33 +010027config ARMADA_38X
28 bool
Stefan Roesef61aefc2016-05-17 15:00:30 +020029 select ARMADA_32BIT
Mario Sixa1b6b0a2017-01-11 16:01:00 +010030 select HAVE_MVEBU_EFUSE
Stefan Roese81e33f42015-12-21 13:56:33 +010031
32config ARMADA_XP
33 bool
Stefan Roesef61aefc2016-05-17 15:00:30 +020034 select ARMADA_32BIT
Stefan Roese81e33f42015-12-21 13:56:33 +010035
Stefan Roesef61aefc2016-05-17 15:00:30 +020036# ARMv8 SoCs...
37config ARMADA_3700
38 bool
39 select ARM64
40
Stefan Roese21b29fc2016-05-25 08:13:45 +020041# Armada 7K and 8K are very similar - use only one Kconfig symbol for both
42config ARMADA_8K
43 bool
44 select ARM64
45
Chris Packhama53d97a2016-10-26 14:08:30 +130046# Armada PLL frequency (used for NAND clock generation)
47config SYS_MVEBU_PLL_CLOCK
48 int
49 default "2000000000" if ARMADA_XP || ARMADA_3700 || ARMADA_8K
50 default "1000000000" if ARMADA_38X || ARMADA_375
51
Stefan Roesef61aefc2016-05-17 15:00:30 +020052# Armada XP/38x SoC types...
Phil Sutter42902522015-12-25 14:41:22 +010053config MV78230
54 bool
55 select ARMADA_XP
56
57config MV78260
58 bool
59 select ARMADA_XP
Simon Glass3bf926c2017-06-14 21:28:24 -060060 imply CMD_SATA
Phil Sutter42902522015-12-25 14:41:22 +010061
62config MV78460
63 bool
64 select ARMADA_XP
65
Chris Packham53d601f2016-09-22 12:56:13 +120066config 88F6820
Phil Sutter42902522015-12-25 14:41:22 +010067 bool
68 select ARMADA_38X
69
Stefan Roesec3d89142015-08-25 13:18:38 +020070choice
Stefan Roese21b29fc2016-05-25 08:13:45 +020071 prompt "Armada XP/375/38x/3700/7K/8K board select"
Stefan Roesec3d89142015-08-25 13:18:38 +020072 optional
73
Stefan Roese0299c902015-10-20 15:14:47 +020074config TARGET_CLEARFOG
75 bool "Support ClearFog"
Chris Packham53d601f2016-09-22 12:56:13 +120076 select 88F6820
Stefan Roese0299c902015-10-20 15:14:47 +020077
Konstantin Porotchkinc5330ae2017-02-16 13:52:22 +020078config TARGET_MVEBU_ARMADA_37XX
79 bool "Support Armada 37xx platforms"
Stefan Roese01e62c72016-05-17 15:04:16 +020080 select ARMADA_3700
Simon Glassfedb4282017-06-14 21:28:21 -060081 imply SCSI
Stefan Roese01e62c72016-05-17 15:04:16 +020082
Stefan Roese606576d2016-01-29 09:14:54 +010083config TARGET_DB_88F6720
84 bool "Support DB-88F6720 Armada 375"
85 select ARMADA_375
86
Stefan Roesec3d89142015-08-25 13:18:38 +020087config TARGET_DB_88F6820_GP
88 bool "Support DB-88F6820-GP"
Chris Packham53d601f2016-09-22 12:56:13 +120089 select 88F6820
Stefan Roesec3d89142015-08-25 13:18:38 +020090
Chris Packhamc0def242016-09-22 12:56:14 +120091config TARGET_DB_88F6820_AMC
92 bool "Support DB-88F6820-AMC"
93 select 88F6820
94
Marek Behúnb6ee8602017-06-09 19:28:45 +020095config TARGET_TURRIS_OMNIA
96 bool "Support Turris Omnia"
97 select 88F6820
98
Marek Behún80af1a92018-04-24 17:21:31 +020099config TARGET_TURRIS_MOX
100 bool "Support Turris Mox"
101 select ARMADA_3700
102
Stefan Roese633fa0e2016-10-25 10:56:19 +0200103config TARGET_MVEBU_ARMADA_8K
104 bool "Support Armada 7k/8k platforms"
Stefan Roese6f8c2d42016-05-25 08:21:21 +0200105 select ARMADA_8K
Tom Rinie5ec4812017-01-22 19:43:11 -0500106 select BOARD_LATE_INIT
Simon Glassfedb4282017-06-14 21:28:21 -0600107 imply SCSI
Stefan Roese6f8c2d42016-05-25 08:21:21 +0200108
Stefan Roesec3d89142015-08-25 13:18:38 +0200109config TARGET_DB_MV784MP_GP
110 bool "Support db-mv784mp-gp"
Phil Sutter42902522015-12-25 14:41:22 +0100111 select MV78460
Stefan Roesec3d89142015-08-25 13:18:38 +0200112
Phil Sutteraefb8f42015-12-25 14:41:25 +0100113config TARGET_DS414
114 bool "Support Synology DS414"
115 select MV78230
116
Stefan Roesec3d89142015-08-25 13:18:38 +0200117config TARGET_MAXBCM
118 bool "Support maxbcm"
Phil Sutter42902522015-12-25 14:41:22 +0100119 select MV78460
Stefan Roesec3d89142015-08-25 13:18:38 +0200120
Stefan Roeseb20c38a2016-01-20 08:13:29 +0100121config TARGET_THEADORABLE
122 bool "Support theadorable Armada XP"
Tom Rinie5ec4812017-01-22 19:43:11 -0500123 select BOARD_LATE_INIT if USB
Stefan Roeseb20c38a2016-01-20 08:13:29 +0100124 select MV78260
Simon Glass3bf926c2017-06-14 21:28:24 -0600125 imply CMD_SATA
Stefan Roeseb20c38a2016-01-20 08:13:29 +0100126
Dirk Eibach60083262017-02-22 16:07:23 +0100127config TARGET_CONTROLCENTERDC
128 bool "Support CONTROLCENTERDC"
129 select 88F6820
130
Stefan Roesec3d89142015-08-25 13:18:38 +0200131endchoice
132
Stefan Roeseb322c832015-12-21 13:40:37 +0100133config SYS_BOARD
134 default "clearfog" if TARGET_CLEARFOG
Konstantin Porotchkinc5330ae2017-02-16 13:52:22 +0200135 default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX
Stefan Roese606576d2016-01-29 09:14:54 +0100136 default "db-88f6720" if TARGET_DB_88F6720
Stefan Roeseb322c832015-12-21 13:40:37 +0100137 default "db-88f6820-gp" if TARGET_DB_88F6820_GP
Chris Packhamc0def242016-09-22 12:56:14 +1200138 default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
Marek Behúnb6ee8602017-06-09 19:28:45 +0200139 default "turris_omnia" if TARGET_TURRIS_OMNIA
Marek Behún80af1a92018-04-24 17:21:31 +0200140 default "turris_mox" if TARGET_TURRIS_MOX
Stefan Roese633fa0e2016-10-25 10:56:19 +0200141 default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K
Stefan Roeseb322c832015-12-21 13:40:37 +0100142 default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP
Phil Sutteraefb8f42015-12-25 14:41:25 +0100143 default "ds414" if TARGET_DS414
Stefan Roeseb322c832015-12-21 13:40:37 +0100144 default "maxbcm" if TARGET_MAXBCM
Stefan Roeseb20c38a2016-01-20 08:13:29 +0100145 default "theadorable" if TARGET_THEADORABLE
Stefan Roeseb322c832015-12-21 13:40:37 +0100146
147config SYS_CONFIG_NAME
148 default "clearfog" if TARGET_CLEARFOG
Konstantin Porotchkinc5330ae2017-02-16 13:52:22 +0200149 default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX
Stefan Roese606576d2016-01-29 09:14:54 +0100150 default "db-88f6720" if TARGET_DB_88F6720
Stefan Roeseb322c832015-12-21 13:40:37 +0100151 default "db-88f6820-gp" if TARGET_DB_88F6820_GP
Chris Packhamc0def242016-09-22 12:56:14 +1200152 default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
Stefan Roese633fa0e2016-10-25 10:56:19 +0200153 default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K
Stefan Roeseb322c832015-12-21 13:40:37 +0100154 default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP
Phil Sutteraefb8f42015-12-25 14:41:25 +0100155 default "ds414" if TARGET_DS414
Stefan Roeseb322c832015-12-21 13:40:37 +0100156 default "maxbcm" if TARGET_MAXBCM
Stefan Roeseb20c38a2016-01-20 08:13:29 +0100157 default "theadorable" if TARGET_THEADORABLE
Marek Behúnb6ee8602017-06-09 19:28:45 +0200158 default "turris_omnia" if TARGET_TURRIS_OMNIA
Marek Behún80af1a92018-04-24 17:21:31 +0200159 default "turris_mox" if TARGET_TURRIS_MOX
Stefan Roeseb322c832015-12-21 13:40:37 +0100160
161config SYS_VENDOR
162 default "Marvell" if TARGET_DB_MV784MP_GP
Konstantin Porotchkinc5330ae2017-02-16 13:52:22 +0200163 default "Marvell" if TARGET_MVEBU_ARMADA_37XX
Stefan Roese606576d2016-01-29 09:14:54 +0100164 default "Marvell" if TARGET_DB_88F6720
Stefan Roeseb322c832015-12-21 13:40:37 +0100165 default "Marvell" if TARGET_DB_88F6820_GP
Chris Packhamc0def242016-09-22 12:56:14 +1200166 default "Marvell" if TARGET_DB_88F6820_AMC
Stefan Roese633fa0e2016-10-25 10:56:19 +0200167 default "Marvell" if TARGET_MVEBU_ARMADA_8K
Stefan Roeseb322c832015-12-21 13:40:37 +0100168 default "solidrun" if TARGET_CLEARFOG
Phil Sutteraefb8f42015-12-25 14:41:25 +0100169 default "Synology" if TARGET_DS414
Marek Behúnb6ee8602017-06-09 19:28:45 +0200170 default "CZ.NIC" if TARGET_TURRIS_OMNIA
Marek Behún80af1a92018-04-24 17:21:31 +0200171 default "CZ.NIC" if TARGET_TURRIS_MOX
Stefan Roeseb322c832015-12-21 13:40:37 +0100172
Stefan Roesec3d89142015-08-25 13:18:38 +0200173config SYS_SOC
174 default "mvebu"
175
Marek Behúnb6ee8602017-06-09 19:28:45 +0200176if TARGET_TURRIS_OMNIA
177
178choice
179 prompt "Turris Omnia boot method"
180
181config TURRIS_OMNIA_SPL_BOOT_DEVICE_SPI
182 bool "SPI NOR flash"
183
184config TURRIS_OMNIA_SPL_BOOT_DEVICE_MMC
185 bool "SDIO/MMC card"
186
187endchoice
188
189endif
190
Mario Sixa1b6b0a2017-01-11 16:01:00 +0100191config MVEBU_EFUSE
192 bool "Enable eFuse support"
193 default n
194 depends on HAVE_MVEBU_EFUSE
195 help
196 Enable support for reading and writing eFuses on mvebu SoCs.
197
198config MVEBU_EFUSE_FAKE
199 bool "Fake eFuse access (dry run)"
200 default n
201 depends on MVEBU_EFUSE
202 help
203 This enables a "dry run" mode where eFuses are not really programmed.
204 Instead the eFuse accesses are emulated by writing to and reading
205 from a memory block.
206 This is can be used for testing prog scripts.
207
208config SECURED_MODE_IMAGE
209 bool "Build image for trusted boot"
210 default false
211 depends on 88F6820
212 help
213 Build an image that employs the ARMADA SoC's trusted boot framework
214 for securely booting images.
215
216config SECURED_MODE_CSK_INDEX
217 int "Index of active CSK"
218 default 0
219 depends on SECURED_MODE_IMAGE
220
Stefan Roesec3d89142015-08-25 13:18:38 +0200221endif