Tom Rini | 2a84b01 | 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 | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 21 | if AM33XX |
| 22 | |
Marcin Niestroj | 0762392 | 2017-01-25 09:53:07 +0100 | [diff] [blame] | 23 | config AM33XX_CHILISOM |
| 24 | bool |
| 25 | select SUPPORT_SPL |
| 26 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 27 | choice |
| 28 | prompt "AM33xx board select" |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 29 | |
| 30 | config TARGET_AM335X_EVM |
| 31 | bool "Support am335x_evm" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 32 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 33 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 34 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 35 | select DM_SERIAL |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 36 | select TI_I2C_BOARD_DETECT |
Kory Maincent | 169bf97 | 2021-05-04 19:31:30 +0200 | [diff] [blame] | 37 | select SUPPORT_EXTENSION_SCAN |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 38 | imply CMD_DM |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 39 | imply SPL_DM |
| 40 | imply SPL_DM_SEQ_ALIAS |
Tom Rini | 60adb2f | 2017-03-03 15:33:30 -0500 | [diff] [blame] | 41 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | 6091dd1 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 42 | imply SPL_FS_EXT4 |
Tien Fong Chee | 6fd0a71 | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 43 | imply SPL_FS_FAT |
Simon Glass | 035939e | 2021-07-10 21:14:30 -0600 | [diff] [blame] | 44 | imply SPL_GPIO |
Simon Glass | bccfc2e | 2021-07-10 21:14:36 -0600 | [diff] [blame] | 45 | imply SPL_I2C |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 46 | imply SPL_LIBCOMMON_SUPPORT |
| 47 | imply SPL_LIBDISK_SUPPORT |
| 48 | imply SPL_LIBGENERIC_SUPPORT |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 49 | imply SPL_MMC |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 50 | imply SPL_NAND_SUPPORT |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 51 | imply SPL_OF_LIBFDT |
Simon Glass | e91ac4c | 2021-07-10 21:14:24 -0600 | [diff] [blame] | 52 | imply SPL_POWER |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 53 | imply SPL_SEPARATE_BSS |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 54 | imply SPL_SERIAL |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 55 | imply SPL_SYS_MALLOC_SIMPLE |
Simon Glass | 1ba1d4e | 2021-07-10 21:14:28 -0600 | [diff] [blame] | 56 | imply SPL_WATCHDOG |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 57 | imply SPL_YMODEM_SUPPORT |
Andrew F. Davis | 817bbee | 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 | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 68 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 69 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 70 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 71 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 72 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 73 | |
Ladislav Michl | 10bdc71 | 2017-04-01 17:17:16 +0200 | [diff] [blame] | 74 | config TARGET_AM335X_IGEP003X |
| 75 | bool "Support am335x_igep003x" |
Pau Pajuelo | b2310f1 | 2017-04-01 17:18:40 +0200 | [diff] [blame] | 76 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 77 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 78 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 79 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 80 | imply CMD_DM |
Andrew F. Davis | 817bbee | 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 | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 84 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 85 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 86 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 87 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 88 | imply CMD_DM |
Simon Glass | c6567fa | 2017-08-04 16:34:48 -0600 | [diff] [blame] | 89 | imply CMD_SPL |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 90 | |
Sjoerd Simons | f93564c | 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 | 5d489f8 | 2019-09-17 14:25:37 +0000 | [diff] [blame] | 93 | select BOARD_LATE_INIT |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 94 | select DM |
| 95 | select DM_SERIAL |
| 96 | select DM_GPIO |
Gireesh Hiremath | 6b755fa | 2021-06-11 16:13:47 +0000 | [diff] [blame] | 97 | select DM_VIDEO |
| 98 | select DM_PANEL_HX8238D |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 99 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 100 | config TARGET_AM335X_SL50 |
| 101 | bool "Support am335x_sl50" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 102 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 103 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 104 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 105 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 106 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 107 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 108 | config TARGET_BRXRE1 |
| 109 | bool "Support BRXRE1" |
| 110 | select BOARD_LATE_INIT |
| 111 | |
Hannes Schmelzer | 8208848 | 2019-08-01 07:04:46 +0200 | [diff] [blame] | 112 | config TARGET_BRSMARC1 |
| 113 | bool "Support BRSMARC1" |
| 114 | select BOARD_LATE_INIT |
| 115 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 116 | config TARGET_BRPPT1 |
| 117 | bool "Support BRPPT1" |
| 118 | select BOARD_LATE_INIT |
| 119 | |
Marcin Niestroj | 20315d2 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 120 | config TARGET_CHILIBOARD |
| 121 | bool "Grinn chiliBoard" |
| 122 | select AM33XX_CHILISOM |
| 123 | select BOARD_LATE_INIT |
| 124 | select DM |
| 125 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 126 | imply CMD_DM |
Marcin Niestroj | 20315d2 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 127 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 128 | config TARGET_CM_T335 |
| 129 | bool "Support cm_t335" |
| 130 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 131 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 132 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 133 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 134 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 135 | config TARGET_DRACO |
| 136 | bool "Support draco" |
| 137 | select BOARD_LATE_INIT |
| 138 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 139 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 140 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 141 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 142 | |
| 143 | config TARGET_ETAMIN |
| 144 | bool "Support etamin" |
| 145 | select BOARD_LATE_INIT |
| 146 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 147 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 148 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 149 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 150 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 151 | config TARGET_PCM051 |
| 152 | bool "Support pcm051" |
| 153 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 154 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 155 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 156 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 157 | |
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 158 | config TARGET_PHYCORE_AM335X_R2 |
| 159 | bool "Support phyCORE AM335X R2" |
| 160 | select DM |
| 161 | select DM_GPIO |
| 162 | select DM_SERIAL |
| 163 | imply CMD_DM |
| 164 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 165 | config TARGET_PXM2 |
| 166 | bool "Support pxm2" |
| 167 | select BOARD_LATE_INIT |
| 168 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 169 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 170 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 171 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 172 | |
| 173 | config TARGET_RASTABAN |
| 174 | bool "Support rastaban" |
| 175 | select BOARD_LATE_INIT |
| 176 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 177 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 178 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 179 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 180 | |
| 181 | config TARGET_RUT |
| 182 | bool "Support rut" |
| 183 | select BOARD_LATE_INIT |
| 184 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 185 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 186 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 187 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 188 | |
| 189 | config TARGET_THUBAN |
| 190 | bool "Support thuban" |
| 191 | select BOARD_LATE_INIT |
| 192 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 193 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 194 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 195 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 196 | |
Felix Brack | 1ba8c9e | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 197 | config TARGET_PDU001 |
| 198 | bool "Support PDU001" |
| 199 | select DM |
| 200 | select DM_SERIAL |
Felix Brack | 813742e | 2018-12-07 15:01:55 +0100 | [diff] [blame] | 201 | imply SPL_SEPARATE_BSS |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 202 | imply CMD_DM |
Felix Brack | 1ba8c9e | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 203 | help |
| 204 | Support for PDU001 platform developed by EETS GmbH. |
| 205 | The PDU001 is a processor and display unit developed around |
| 206 | the Computing-Module m2 from bytes at work AG. |
| 207 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 208 | endchoice |
| 209 | |
Tom Rini | dc77690 | 2022-03-23 17:20:07 -0400 | [diff] [blame] | 210 | config CLOCK_SYNTHESIZER |
| 211 | bool "CDCE913 and CDCEL913 clock synthesizer support" |
| 212 | help |
| 213 | The CDCE913 and CDCEL913 devices are modular PLL-based, low cost, |
| 214 | high performance , programmable clock synthesizers. They generate |
| 215 | up to 3 output clocks from a single input frequency. Each output can |
| 216 | be programmed for any clock-frequency. |
| 217 | |
| 218 | config CLK_SYNTHESIZER_I2C_ADDR |
| 219 | hex "Clock synthesizer i2c bus address" |
| 220 | depends on CLOCK_SYNTHESIZER |
| 221 | default 0x65 |
| 222 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 223 | endif |
| 224 | |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 225 | if AM43XX |
Simon Glass | c5ec636 | 2016-09-12 23:18:37 -0600 | [diff] [blame] | 226 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 227 | choice |
| 228 | prompt "AM43xx board select" |
| 229 | |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 230 | config TARGET_AM43XX_EVM |
| 231 | bool "Support am43xx_evm" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 232 | select BOARD_LATE_INIT |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 233 | select TI_I2C_BOARD_DETECT |
Lokesh Vutla | 493368d | 2017-02-21 11:40:43 +0530 | [diff] [blame] | 234 | imply DM_ETH |
| 235 | imply DM_I2C |
| 236 | imply DM_SPI |
| 237 | imply DM_SPI_FLASH |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 238 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | 6091dd1 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 239 | imply SPL_FS_EXT4 |
Tien Fong Chee | 6fd0a71 | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 240 | imply SPL_FS_FAT |
Simon Glass | 035939e | 2021-07-10 21:14:30 -0600 | [diff] [blame] | 241 | imply SPL_GPIO |
Simon Glass | bccfc2e | 2021-07-10 21:14:36 -0600 | [diff] [blame] | 242 | imply SPL_I2C |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 243 | imply SPL_LIBCOMMON_SUPPORT |
| 244 | imply SPL_LIBDISK_SUPPORT |
| 245 | imply SPL_LIBGENERIC_SUPPORT |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 246 | imply SPL_MMC |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 247 | imply SPL_NAND_SUPPORT |
Simon Glass | e91ac4c | 2021-07-10 21:14:24 -0600 | [diff] [blame] | 248 | imply SPL_POWER |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 249 | imply SPL_SERIAL |
Simon Glass | 1ba1d4e | 2021-07-10 21:14:28 -0600 | [diff] [blame] | 250 | imply SPL_WATCHDOG |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 251 | imply SPL_YMODEM_SUPPORT |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 252 | help |
| 253 | This option specifies support for the AM43xx |
| 254 | GP and HS EVM development platforms.The AM437x |
| 255 | GP EVM is a standalone test, development, and |
| 256 | evaluation module system that enables developers |
| 257 | to write software and develop hardware around |
| 258 | an AM43xx processor subsystem. |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 259 | |
| 260 | config TARGET_CM_T43 |
| 261 | bool "Support cm_t43" |
| 262 | |
| 263 | endchoice |
| 264 | |
Tero Kristo | 5d6acae | 2018-03-17 13:32:52 +0530 | [diff] [blame] | 265 | config SPL_RTC_DDR_SUPPORT |
| 266 | bool |
| 267 | depends on SPL |
| 268 | prompt "Enable RTC-DDR ONLY Support" |
| 269 | help |
| 270 | If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in |
| 271 | self-refresh mode is a special power saving mode where in all |
| 272 | the other voltages are turned off apart from the RTC domain and DDR. |
| 273 | So only RTC is alive and ticking and one can program it to wake |
| 274 | up after a predetermined period. Once RTC alarm fires, the PMIC |
| 275 | powers up all the voltage domains. U-Boot takes a special path |
| 276 | as the DDR has contents is in self-refresh and restore path is |
| 277 | followed. |
| 278 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 279 | endif |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 280 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 281 | if AM43XX || AM33XX |
Madan Srinivas | fb59e8e | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 282 | config PUB_ROM_DATA_SIZE |
| 283 | hex "Size in bytes of the L3 SRAM reserved by ROM to store data" |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 284 | default 0x8400 |
Madan Srinivas | fb59e8e | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 285 | help |
| 286 | During the device boot, the public ROM uses the top of |
| 287 | the public L3 OCMC RAM to store r/w data like stack, |
| 288 | heap, globals etc. When the ROM is copying the boot |
| 289 | image from the boot media into memory, the image must |
| 290 | not spill over into this area. This value can be used |
| 291 | during compile time to determine the maximum size of a |
| 292 | boot image. Once the ROM transfers control to the boot |
| 293 | image, this area is no longer used, and can be reclaimed |
| 294 | for run time use by the boot image. |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 295 | endif |
Tom Rini | d10c0ac | 2022-03-11 23:07:29 -0500 | [diff] [blame] | 296 | |
| 297 | config AM335X_USB0 |
| 298 | bool "Static mode configuration for USB0 in SPL" |
| 299 | depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL |
| 300 | |
| 301 | choice |
| 302 | prompt "USB0 port configuration" |
| 303 | depends on AM335X_USB0 |
| 304 | |
| 305 | config AM335X_USB0_HOST |
| 306 | bool "Port is used in host mode" |
| 307 | |
| 308 | config AM335X_USB0_PERIPHERAL |
| 309 | bool "Port is used in peripheral mode" |
| 310 | |
| 311 | endchoice |
| 312 | |
| 313 | config AM335X_USB1 |
| 314 | bool "Static mode configuration for USB1 in SPL" |
| 315 | depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL |
| 316 | |
| 317 | choice |
| 318 | prompt "USB1 port configuration" |
| 319 | depends on AM335X_USB1 |
| 320 | |
| 321 | config AM335X_USB1_HOST |
| 322 | bool "Port is used in host mode" |
| 323 | |
| 324 | config AM335X_USB1_PERIPHERAL |
| 325 | bool "Port is used in peripheral mode" |
| 326 | |
| 327 | endchoice |