Tom Rini | 8bb687f | 2017-05-16 14:46:40 -0400 | [diff] [blame] | 1 | if TI816X |
| 2 | |
| 3 | config TARGET_TI816X_EVM |
| 4 | bool "Support ti816x_evm" |
| 5 | help |
| 6 | This option specifies support for the TI8168 EVM development platform |
| 7 | with PG2.0 silicon and DDR3 DRAM. |
| 8 | |
| 9 | endif |
| 10 | |
| 11 | if TI814X |
| 12 | |
| 13 | config TARGET_TI814X_EVM |
| 14 | bool "Support ti814x_evm" |
| 15 | help |
| 16 | This option specifies support for the TI8148 |
| 17 | EVM development platform. |
| 18 | |
| 19 | endif |
| 20 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 21 | if AM33XX |
| 22 | |
Marcin Niestroj | a73c8b3 | 2017-01-25 09:53:07 +0100 | [diff] [blame] | 23 | config AM33XX_CHILISOM |
| 24 | bool |
| 25 | select SUPPORT_SPL |
| 26 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 27 | choice |
| 28 | prompt "AM33xx board select" |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 29 | |
| 30 | config TARGET_AM335X_EVM |
| 31 | bool "Support am335x_evm" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 32 | select BOARD_LATE_INIT |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 33 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 34 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 35 | select DM_SERIAL |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 36 | select TI_I2C_BOARD_DETECT |
Kory Maincent | 1569847 | 2021-05-04 19:31:30 +0200 | [diff] [blame^] | 37 | select SUPPORT_EXTENSION_SCAN |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 38 | imply CMD_DM |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 39 | imply SPL_DM |
| 40 | imply SPL_DM_SEQ_ALIAS |
Tom Rini | 48dce3b | 2017-03-03 15:33:30 -0500 | [diff] [blame] | 41 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | f4b4092 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 42 | imply SPL_FS_EXT4 |
Tien Fong Chee | 0c3a9ed | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 43 | imply SPL_FS_FAT |
Tom Rini | 9d4f7a3 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 44 | imply SPL_GPIO_SUPPORT |
| 45 | imply SPL_I2C_SUPPORT |
| 46 | imply SPL_LIBCOMMON_SUPPORT |
| 47 | imply SPL_LIBDISK_SUPPORT |
| 48 | imply SPL_LIBGENERIC_SUPPORT |
| 49 | imply SPL_MMC_SUPPORT |
| 50 | imply SPL_NAND_SUPPORT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 51 | imply SPL_OF_LIBFDT |
Tom Rini | 9d4f7a3 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 52 | imply SPL_POWER_SUPPORT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 53 | imply SPL_SEPARATE_BSS |
Tom Rini | 9d4f7a3 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 54 | imply SPL_SERIAL_SUPPORT |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 55 | imply SPL_SYS_MALLOC_SIMPLE |
Tom Rini | 48dce3b | 2017-03-03 15:33:30 -0500 | [diff] [blame] | 56 | imply SPL_WATCHDOG_SUPPORT |
Tom Rini | 9d4f7a3 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 57 | imply SPL_YMODEM_SUPPORT |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 58 | help |
| 59 | This option specifies support for the AM335x |
| 60 | GP and HS EVM development platforms. The AM335x |
| 61 | GP EVM is a standalone test, development, and |
| 62 | evaluation module system that enables developers |
| 63 | to write software and develop hardware around |
| 64 | an AM335x processor subsystem. |
| 65 | |
| 66 | config TARGET_AM335X_BALTOS |
| 67 | bool "Support am335x_baltos" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 68 | select BOARD_LATE_INIT |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 69 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 70 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 71 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 72 | imply CMD_DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 73 | |
Ladislav Michl | a96c08f | 2017-04-01 17:17:16 +0200 | [diff] [blame] | 74 | config TARGET_AM335X_IGEP003X |
| 75 | bool "Support am335x_igep003x" |
Pau Pajuelo | 09533e5 | 2017-04-01 17:18:40 +0200 | [diff] [blame] | 76 | select BOARD_LATE_INIT |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 77 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 78 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 79 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 80 | imply CMD_DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 81 | |
| 82 | config TARGET_AM335X_SHC |
| 83 | bool "Support am335x based shc board from bosch" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 84 | select BOARD_LATE_INIT |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 85 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 86 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 87 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 88 | imply CMD_DM |
Simon Glass | 72c3033 | 2017-08-04 16:34:48 -0600 | [diff] [blame] | 89 | imply CMD_SPL |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 90 | |
Sjoerd Simons | 4512380 | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 91 | config TARGET_AM335X_GUARDIAN |
| 92 | bool "Support am335x based guardian board from bosch" |
Moses Christopher | b1476b5 | 2019-09-17 14:25:37 +0000 | [diff] [blame] | 93 | select BOARD_LATE_INIT |
Sjoerd Simons | 4512380 | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 94 | select DM |
| 95 | select DM_SERIAL |
| 96 | select DM_GPIO |
| 97 | select DM_USB |
| 98 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 99 | config TARGET_AM335X_SL50 |
| 100 | bool "Support am335x_sl50" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 101 | select BOARD_LATE_INIT |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 102 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 103 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 104 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 105 | imply CMD_DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 106 | |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 107 | config TARGET_BRXRE1 |
| 108 | bool "Support BRXRE1" |
| 109 | select BOARD_LATE_INIT |
| 110 | |
Hannes Schmelzer | 60df809 | 2019-08-01 07:04:46 +0200 | [diff] [blame] | 111 | config TARGET_BRSMARC1 |
| 112 | bool "Support BRSMARC1" |
| 113 | select BOARD_LATE_INIT |
| 114 | |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 115 | config TARGET_BRPPT1 |
| 116 | bool "Support BRPPT1" |
| 117 | select BOARD_LATE_INIT |
| 118 | |
Marcin Niestroj | ab38bf6 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 119 | config TARGET_CHILIBOARD |
| 120 | bool "Grinn chiliBoard" |
| 121 | select AM33XX_CHILISOM |
| 122 | select BOARD_LATE_INIT |
| 123 | select DM |
| 124 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 125 | imply CMD_DM |
Marcin Niestroj | ab38bf6 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 126 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 127 | config TARGET_CM_T335 |
| 128 | bool "Support cm_t335" |
| 129 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 130 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 131 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 132 | imply CMD_DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 133 | |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 134 | config TARGET_DRACO |
| 135 | bool "Support draco" |
| 136 | select BOARD_LATE_INIT |
| 137 | select DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 138 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 139 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 140 | imply CMD_DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 141 | |
| 142 | config TARGET_ETAMIN |
| 143 | bool "Support etamin" |
| 144 | select BOARD_LATE_INIT |
| 145 | select DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 146 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 147 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 148 | imply CMD_DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 149 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 150 | config TARGET_PCM051 |
| 151 | bool "Support pcm051" |
| 152 | select DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 153 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 154 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 155 | imply CMD_DM |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 156 | |
Niel Fourie | 6e171b6 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 157 | config TARGET_PHYCORE_AM335X_R2 |
| 158 | bool "Support phyCORE AM335X R2" |
| 159 | select DM |
| 160 | select DM_GPIO |
| 161 | select DM_SERIAL |
| 162 | imply CMD_DM |
| 163 | |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 164 | config TARGET_PXM2 |
| 165 | bool "Support pxm2" |
| 166 | select BOARD_LATE_INIT |
| 167 | select DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 168 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 169 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 170 | imply CMD_DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 171 | |
| 172 | config TARGET_RASTABAN |
| 173 | bool "Support rastaban" |
| 174 | select BOARD_LATE_INIT |
| 175 | select DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 176 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 177 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 178 | imply CMD_DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 179 | |
| 180 | config TARGET_RUT |
| 181 | bool "Support rut" |
| 182 | select BOARD_LATE_INIT |
| 183 | select DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 184 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 185 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 186 | imply CMD_DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 187 | |
| 188 | config TARGET_THUBAN |
| 189 | bool "Support thuban" |
| 190 | select BOARD_LATE_INIT |
| 191 | select DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 192 | select DM_GPIO |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 193 | select DM_SERIAL |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 194 | imply CMD_DM |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 195 | |
Felix Brack | 85ab045 | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 196 | config TARGET_PDU001 |
| 197 | bool "Support PDU001" |
| 198 | select DM |
| 199 | select DM_SERIAL |
Felix Brack | bfaaacd | 2018-12-07 15:01:55 +0100 | [diff] [blame] | 200 | imply SPL_SEPARATE_BSS |
Michal Simek | 08a00cb | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 201 | imply CMD_DM |
Felix Brack | 85ab045 | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 202 | help |
| 203 | Support for PDU001 platform developed by EETS GmbH. |
| 204 | The PDU001 is a processor and display unit developed around |
| 205 | the Computing-Module m2 from bytes at work AG. |
| 206 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 207 | endchoice |
| 208 | |
| 209 | endif |
| 210 | |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 211 | if AM43XX |
Simon Glass | 75eba2c | 2016-09-12 23:18:37 -0600 | [diff] [blame] | 212 | |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 213 | choice |
| 214 | prompt "AM43xx board select" |
| 215 | |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 216 | config TARGET_AM43XX_EVM |
| 217 | bool "Support am43xx_evm" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 218 | select BOARD_LATE_INIT |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 219 | select TI_I2C_BOARD_DETECT |
Lokesh Vutla | 6a59845 | 2017-02-21 11:40:43 +0530 | [diff] [blame] | 220 | imply DM_ETH |
| 221 | imply DM_I2C |
| 222 | imply DM_SPI |
| 223 | imply DM_SPI_FLASH |
Tom Rini | 9d4f7a3 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 224 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | f4b4092 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 225 | imply SPL_FS_EXT4 |
Tien Fong Chee | 0c3a9ed | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 226 | imply SPL_FS_FAT |
Tom Rini | 9d4f7a3 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 227 | imply SPL_GPIO_SUPPORT |
| 228 | imply SPL_I2C_SUPPORT |
| 229 | imply SPL_LIBCOMMON_SUPPORT |
| 230 | imply SPL_LIBDISK_SUPPORT |
| 231 | imply SPL_LIBGENERIC_SUPPORT |
| 232 | imply SPL_MMC_SUPPORT |
| 233 | imply SPL_NAND_SUPPORT |
| 234 | imply SPL_POWER_SUPPORT |
| 235 | imply SPL_SERIAL_SUPPORT |
| 236 | imply SPL_WATCHDOG_SUPPORT |
| 237 | imply SPL_YMODEM_SUPPORT |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 238 | help |
| 239 | This option specifies support for the AM43xx |
| 240 | GP and HS EVM development platforms.The AM437x |
| 241 | GP EVM is a standalone test, development, and |
| 242 | evaluation module system that enables developers |
| 243 | to write software and develop hardware around |
| 244 | an AM43xx processor subsystem. |
Tom Rini | f2d78c1 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 245 | |
| 246 | config TARGET_CM_T43 |
| 247 | bool "Support cm_t43" |
| 248 | |
| 249 | endchoice |
| 250 | |
Tero Kristo | 7619bad | 2018-03-17 13:32:52 +0530 | [diff] [blame] | 251 | config SPL_RTC_DDR_SUPPORT |
| 252 | bool |
| 253 | depends on SPL |
| 254 | prompt "Enable RTC-DDR ONLY Support" |
| 255 | help |
| 256 | If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in |
| 257 | self-refresh mode is a special power saving mode where in all |
| 258 | the other voltages are turned off apart from the RTC domain and DDR. |
| 259 | So only RTC is alive and ticking and one can program it to wake |
| 260 | up after a predetermined period. Once RTC alarm fires, the PMIC |
| 261 | powers up all the voltage domains. U-Boot takes a special path |
| 262 | as the DDR has contents is in self-refresh and restore path is |
| 263 | followed. |
| 264 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 265 | endif |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 266 | |
Andrew F. Davis | b39a9ad | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 267 | if AM43XX || AM33XX |
Madan Srinivas | ce31ac7 | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 268 | config PUB_ROM_DATA_SIZE |
| 269 | hex "Size in bytes of the L3 SRAM reserved by ROM to store data" |
Michal Simek | 5ed063d | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 270 | default 0x8400 |
Madan Srinivas | ce31ac7 | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 271 | help |
| 272 | During the device boot, the public ROM uses the top of |
| 273 | the public L3 OCMC RAM to store r/w data like stack, |
| 274 | heap, globals etc. When the ROM is copying the boot |
| 275 | image from the boot media into memory, the image must |
| 276 | not spill over into this area. This value can be used |
| 277 | during compile time to determine the maximum size of a |
| 278 | boot image. Once the ROM transfers control to the boot |
| 279 | image, this area is no longer used, and can be reclaimed |
| 280 | for run time use by the boot image. |
Madan Srinivas | 6384726 | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 281 | endif |