Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 1 | if ARCH_MVEBU |
| 2 | |
Mario Six | a1b6b0a | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 3 | config HAVE_MVEBU_EFUSE |
| 4 | bool |
| 5 | default n |
| 6 | |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 7 | config ARMADA_32BIT |
| 8 | bool |
| 9 | select CPU_V7 |
| 10 | select SUPPORT_SPL |
| 11 | select SPL_DM |
| 12 | select SPL_DM_SEQ_ALIAS |
| 13 | select SPL_OF_CONTROL |
| 14 | select SPL_SIMPLE_BUS |
Simon Glass | a5d6754 | 2017-01-23 13:31:20 -0700 | [diff] [blame] | 15 | select BOARD_EARLY_INIT_F |
Simon Glass | 4585601 | 2017-01-23 13:31:21 -0700 | [diff] [blame] | 16 | select ARCH_MISC_INIT |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 17 | |
| 18 | config ARMADA_64BIT |
| 19 | bool |
| 20 | select ARM64 |
| 21 | |
| 22 | # ARMv7 SoCs... |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 23 | config ARMADA_375 |
| 24 | bool |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 25 | select ARMADA_32BIT |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 26 | |
Stefan Roese | 81e33f4 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 27 | config ARMADA_38X |
| 28 | bool |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 29 | select ARMADA_32BIT |
Mario Six | a1b6b0a | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 30 | select HAVE_MVEBU_EFUSE |
Stefan Roese | 81e33f4 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 31 | |
| 32 | config ARMADA_XP |
| 33 | bool |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 34 | select ARMADA_32BIT |
Simon Glass | 91c868f | 2017-07-23 21:19:45 -0600 | [diff] [blame] | 35 | imply ENV_IS_IN_SPI_FLASH |
Stefan Roese | 81e33f4 | 2015-12-21 13:56:33 +0100 | [diff] [blame] | 36 | |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 37 | # ARMv8 SoCs... |
| 38 | config ARMADA_3700 |
| 39 | bool |
| 40 | select ARM64 |
| 41 | |
Stefan Roese | 21b29fc | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 42 | # Armada 7K and 8K are very similar - use only one Kconfig symbol for both |
| 43 | config ARMADA_8K |
| 44 | bool |
| 45 | select ARM64 |
| 46 | |
Chris Packham | a53d97a | 2016-10-26 14:08:30 +1300 | [diff] [blame] | 47 | # Armada PLL frequency (used for NAND clock generation) |
| 48 | config SYS_MVEBU_PLL_CLOCK |
| 49 | int |
| 50 | default "2000000000" if ARMADA_XP || ARMADA_3700 || ARMADA_8K |
| 51 | default "1000000000" if ARMADA_38X || ARMADA_375 |
| 52 | |
Stefan Roese | f61aefc | 2016-05-17 15:00:30 +0200 | [diff] [blame] | 53 | # Armada XP/38x SoC types... |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 54 | config MV78230 |
| 55 | bool |
| 56 | select ARMADA_XP |
| 57 | |
| 58 | config MV78260 |
| 59 | bool |
| 60 | select ARMADA_XP |
Simon Glass | 3bf926c | 2017-06-14 21:28:24 -0600 | [diff] [blame] | 61 | imply CMD_SATA |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 62 | |
| 63 | config MV78460 |
| 64 | bool |
| 65 | select ARMADA_XP |
| 66 | |
Chris Packham | 53d601f | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 67 | config 88F6820 |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 68 | bool |
| 69 | select ARMADA_38X |
| 70 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 71 | choice |
Stefan Roese | 21b29fc | 2016-05-25 08:13:45 +0200 | [diff] [blame] | 72 | prompt "Armada XP/375/38x/3700/7K/8K board select" |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 73 | optional |
| 74 | |
Stefan Roese | 0299c90 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 75 | config TARGET_CLEARFOG |
| 76 | bool "Support ClearFog" |
Chris Packham | 53d601f | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 77 | select 88F6820 |
Stefan Roese | 0299c90 | 2015-10-20 15:14:47 +0200 | [diff] [blame] | 78 | |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 79 | config TARGET_MVEBU_ARMADA_37XX |
| 80 | bool "Support Armada 37xx platforms" |
Stefan Roese | 01e62c7 | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 81 | select ARMADA_3700 |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 82 | imply SCSI |
Stefan Roese | 01e62c7 | 2016-05-17 15:04:16 +0200 | [diff] [blame] | 83 | |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 84 | config TARGET_DB_88F6720 |
| 85 | bool "Support DB-88F6720 Armada 375" |
| 86 | select ARMADA_375 |
| 87 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 88 | config TARGET_DB_88F6820_GP |
| 89 | bool "Support DB-88F6820-GP" |
Chris Packham | 53d601f | 2016-09-22 12:56:13 +1200 | [diff] [blame] | 90 | select 88F6820 |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 91 | |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 92 | config TARGET_DB_88F6820_AMC |
| 93 | bool "Support DB-88F6820-AMC" |
| 94 | select 88F6820 |
| 95 | |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 96 | config TARGET_TURRIS_OMNIA |
| 97 | bool "Support Turris Omnia" |
| 98 | select 88F6820 |
| 99 | |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 100 | config TARGET_MVEBU_ARMADA_8K |
| 101 | bool "Support Armada 7k/8k platforms" |
Stefan Roese | 6f8c2d4 | 2016-05-25 08:21:21 +0200 | [diff] [blame] | 102 | select ARMADA_8K |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 103 | select BOARD_LATE_INIT |
Simon Glass | fedb428 | 2017-06-14 21:28:21 -0600 | [diff] [blame] | 104 | imply SCSI |
Stefan Roese | 6f8c2d4 | 2016-05-25 08:21:21 +0200 | [diff] [blame] | 105 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 106 | config TARGET_DB_MV784MP_GP |
| 107 | bool "Support db-mv784mp-gp" |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 108 | select MV78460 |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 109 | |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 110 | config TARGET_DS414 |
| 111 | bool "Support Synology DS414" |
| 112 | select MV78230 |
| 113 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 114 | config TARGET_MAXBCM |
| 115 | bool "Support maxbcm" |
Phil Sutter | 4290252 | 2015-12-25 14:41:22 +0100 | [diff] [blame] | 116 | select MV78460 |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 117 | |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 118 | config TARGET_THEADORABLE |
| 119 | bool "Support theadorable Armada XP" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 120 | select BOARD_LATE_INIT if USB |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 121 | select MV78260 |
Simon Glass | 3bf926c | 2017-06-14 21:28:24 -0600 | [diff] [blame] | 122 | imply CMD_SATA |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 123 | |
Dirk Eibach | 6008326 | 2017-02-22 16:07:23 +0100 | [diff] [blame] | 124 | config TARGET_CONTROLCENTERDC |
| 125 | bool "Support CONTROLCENTERDC" |
| 126 | select 88F6820 |
| 127 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 128 | endchoice |
| 129 | |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 130 | config SYS_BOARD |
| 131 | default "clearfog" if TARGET_CLEARFOG |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 132 | default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 133 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 134 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 135 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 136 | default "turris_omnia" if TARGET_TURRIS_OMNIA |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 137 | default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 138 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 139 | default "ds414" if TARGET_DS414 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 140 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 141 | default "theadorable" if TARGET_THEADORABLE |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 142 | |
| 143 | config SYS_CONFIG_NAME |
| 144 | default "clearfog" if TARGET_CLEARFOG |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 145 | default "mvebu_armada-37xx" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 146 | default "db-88f6720" if TARGET_DB_88F6720 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 147 | default "db-88f6820-gp" if TARGET_DB_88F6820_GP |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 148 | default "db-88f6820-amc" if TARGET_DB_88F6820_AMC |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 149 | default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 150 | default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 151 | default "ds414" if TARGET_DS414 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 152 | default "maxbcm" if TARGET_MAXBCM |
Stefan Roese | b20c38a | 2016-01-20 08:13:29 +0100 | [diff] [blame] | 153 | default "theadorable" if TARGET_THEADORABLE |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 154 | default "turris_omnia" if TARGET_TURRIS_OMNIA |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 155 | |
| 156 | config SYS_VENDOR |
| 157 | default "Marvell" if TARGET_DB_MV784MP_GP |
Konstantin Porotchkin | c5330ae | 2017-02-16 13:52:22 +0200 | [diff] [blame] | 158 | default "Marvell" if TARGET_MVEBU_ARMADA_37XX |
Stefan Roese | 606576d | 2016-01-29 09:14:54 +0100 | [diff] [blame] | 159 | default "Marvell" if TARGET_DB_88F6720 |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 160 | default "Marvell" if TARGET_DB_88F6820_GP |
Chris Packham | c0def24 | 2016-09-22 12:56:14 +1200 | [diff] [blame] | 161 | default "Marvell" if TARGET_DB_88F6820_AMC |
Stefan Roese | 633fa0e | 2016-10-25 10:56:19 +0200 | [diff] [blame] | 162 | default "Marvell" if TARGET_MVEBU_ARMADA_8K |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 163 | default "solidrun" if TARGET_CLEARFOG |
Phil Sutter | aefb8f4 | 2015-12-25 14:41:25 +0100 | [diff] [blame] | 164 | default "Synology" if TARGET_DS414 |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 165 | default "CZ.NIC" if TARGET_TURRIS_OMNIA |
Stefan Roese | b322c83 | 2015-12-21 13:40:37 +0100 | [diff] [blame] | 166 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 167 | config SYS_SOC |
| 168 | default "mvebu" |
| 169 | |
Marek Behún | b6ee860 | 2017-06-09 19:28:45 +0200 | [diff] [blame] | 170 | if TARGET_TURRIS_OMNIA |
| 171 | |
| 172 | choice |
| 173 | prompt "Turris Omnia boot method" |
| 174 | |
| 175 | config TURRIS_OMNIA_SPL_BOOT_DEVICE_SPI |
| 176 | bool "SPI NOR flash" |
| 177 | |
| 178 | config TURRIS_OMNIA_SPL_BOOT_DEVICE_MMC |
| 179 | bool "SDIO/MMC card" |
| 180 | |
| 181 | endchoice |
| 182 | |
| 183 | endif |
| 184 | |
Mario Six | a1b6b0a | 2017-01-11 16:01:00 +0100 | [diff] [blame] | 185 | config MVEBU_EFUSE |
| 186 | bool "Enable eFuse support" |
| 187 | default n |
| 188 | depends on HAVE_MVEBU_EFUSE |
| 189 | help |
| 190 | Enable support for reading and writing eFuses on mvebu SoCs. |
| 191 | |
| 192 | config MVEBU_EFUSE_FAKE |
| 193 | bool "Fake eFuse access (dry run)" |
| 194 | default n |
| 195 | depends on MVEBU_EFUSE |
| 196 | help |
| 197 | This enables a "dry run" mode where eFuses are not really programmed. |
| 198 | Instead the eFuse accesses are emulated by writing to and reading |
| 199 | from a memory block. |
| 200 | This is can be used for testing prog scripts. |
| 201 | |
| 202 | config SECURED_MODE_IMAGE |
| 203 | bool "Build image for trusted boot" |
| 204 | default false |
| 205 | depends on 88F6820 |
| 206 | help |
| 207 | Build an image that employs the ARMADA SoC's trusted boot framework |
| 208 | for securely booting images. |
| 209 | |
| 210 | config SECURED_MODE_CSK_INDEX |
| 211 | int "Index of active CSK" |
| 212 | default 0 |
| 213 | depends on SECURED_MODE_IMAGE |
| 214 | |
Stefan Roese | c3d8914 | 2015-08-25 13:18:38 +0200 | [diff] [blame] | 215 | endif |