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 |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 37 | imply CMD_DM |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 38 | imply SPL_DM |
| 39 | imply SPL_DM_SEQ_ALIAS |
Tom Rini | 60adb2f | 2017-03-03 15:33:30 -0500 | [diff] [blame] | 40 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | 6091dd1 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 41 | imply SPL_FS_EXT4 |
Tien Fong Chee | 6fd0a71 | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 42 | imply SPL_FS_FAT |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 43 | imply SPL_GPIO_SUPPORT |
| 44 | imply SPL_I2C_SUPPORT |
| 45 | imply SPL_LIBCOMMON_SUPPORT |
| 46 | imply SPL_LIBDISK_SUPPORT |
| 47 | imply SPL_LIBGENERIC_SUPPORT |
| 48 | imply SPL_MMC_SUPPORT |
| 49 | imply SPL_NAND_SUPPORT |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 50 | imply SPL_OF_LIBFDT |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 51 | imply SPL_POWER_SUPPORT |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 52 | imply SPL_SEPARATE_BSS |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 53 | imply SPL_SERIAL_SUPPORT |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 54 | imply SPL_SYS_MALLOC_SIMPLE |
Tom Rini | 60adb2f | 2017-03-03 15:33:30 -0500 | [diff] [blame] | 55 | imply SPL_WATCHDOG_SUPPORT |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 56 | imply SPL_YMODEM_SUPPORT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 57 | help |
| 58 | This option specifies support for the AM335x |
| 59 | GP and HS EVM development platforms. The AM335x |
| 60 | GP EVM is a standalone test, development, and |
| 61 | evaluation module system that enables developers |
| 62 | to write software and develop hardware around |
| 63 | an AM335x processor subsystem. |
| 64 | |
| 65 | config TARGET_AM335X_BALTOS |
| 66 | bool "Support am335x_baltos" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 67 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 68 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 69 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 70 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 71 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 72 | |
Ladislav Michl | 10bdc71 | 2017-04-01 17:17:16 +0200 | [diff] [blame] | 73 | config TARGET_AM335X_IGEP003X |
| 74 | bool "Support am335x_igep003x" |
Pau Pajuelo | b2310f1 | 2017-04-01 17:18:40 +0200 | [diff] [blame] | 75 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 76 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 77 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 78 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 79 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 80 | |
| 81 | config TARGET_AM335X_SHC |
| 82 | bool "Support am335x based shc board from bosch" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 83 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 84 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 85 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 86 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 87 | imply CMD_DM |
Simon Glass | c6567fa | 2017-08-04 16:34:48 -0600 | [diff] [blame] | 88 | imply CMD_SPL |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 89 | |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 90 | config TARGET_AM335X_GUARDIAN |
| 91 | bool "Support am335x based guardian board from bosch" |
Moses Christopher | 5d489f8 | 2019-09-17 14:25:37 +0000 | [diff] [blame] | 92 | select BOARD_LATE_INIT |
Sjoerd Simons | f93564c | 2019-02-25 15:33:00 +0000 | [diff] [blame] | 93 | select DM |
| 94 | select DM_SERIAL |
| 95 | select DM_GPIO |
| 96 | select DM_USB |
| 97 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 98 | config TARGET_AM335X_SL50 |
| 99 | bool "Support am335x_sl50" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 100 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 101 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 102 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 103 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 104 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 105 | |
| 106 | config TARGET_BAV335X |
| 107 | bool "Support bav335x" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 108 | select BOARD_LATE_INIT |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 109 | select DM |
| 110 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 111 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 112 | help |
| 113 | The BAV335x OEM Network Processor integrates all the functions of an |
| 114 | embedded network computer in a small, easy to use SODIMM module which |
| 115 | incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8 |
| 116 | processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit |
| 117 | ethernet with simple connection to external connectors. |
| 118 | |
| 119 | For more information, visit: http://birdland.com/oem |
| 120 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 121 | config TARGET_BRXRE1 |
| 122 | bool "Support BRXRE1" |
| 123 | select BOARD_LATE_INIT |
| 124 | |
Hannes Schmelzer | 8208848 | 2019-08-01 07:04:46 +0200 | [diff] [blame] | 125 | config TARGET_BRSMARC1 |
| 126 | bool "Support BRSMARC1" |
| 127 | select BOARD_LATE_INIT |
| 128 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 129 | config TARGET_BRPPT1 |
| 130 | bool "Support BRPPT1" |
| 131 | select BOARD_LATE_INIT |
| 132 | |
Marcin Niestroj | 20315d2 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 133 | config TARGET_CHILIBOARD |
| 134 | bool "Grinn chiliBoard" |
| 135 | select AM33XX_CHILISOM |
| 136 | select BOARD_LATE_INIT |
| 137 | select DM |
| 138 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 139 | imply CMD_DM |
Marcin Niestroj | 20315d2 | 2017-01-25 09:53:08 +0100 | [diff] [blame] | 140 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 141 | config TARGET_CM_T335 |
| 142 | bool "Support cm_t335" |
| 143 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 144 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 145 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 146 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 147 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 148 | config TARGET_DRACO |
| 149 | bool "Support draco" |
| 150 | select BOARD_LATE_INIT |
| 151 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 152 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 153 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 154 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 155 | |
| 156 | config TARGET_ETAMIN |
| 157 | bool "Support etamin" |
| 158 | select BOARD_LATE_INIT |
| 159 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 160 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 161 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 162 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 163 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 164 | config TARGET_PCM051 |
| 165 | bool "Support pcm051" |
| 166 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 167 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 168 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 169 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 170 | |
| 171 | config TARGET_PENGWYN |
| 172 | bool "Support pengwyn" |
| 173 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 174 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 175 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 176 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 177 | |
| 178 | config TARGET_PEPPER |
| 179 | bool "Support pepper" |
| 180 | select DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 181 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 182 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 183 | imply CMD_DM |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 184 | |
Niel Fourie | d395185 | 2019-06-03 15:31:17 +0200 | [diff] [blame] | 185 | config TARGET_PHYCORE_AM335X_R2 |
| 186 | bool "Support phyCORE AM335X R2" |
| 187 | select DM |
| 188 | select DM_GPIO |
| 189 | select DM_SERIAL |
| 190 | imply CMD_DM |
| 191 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 192 | config TARGET_PXM2 |
| 193 | bool "Support pxm2" |
| 194 | select BOARD_LATE_INIT |
| 195 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 196 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 197 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 198 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 199 | |
| 200 | config TARGET_RASTABAN |
| 201 | bool "Support rastaban" |
| 202 | select BOARD_LATE_INIT |
| 203 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 204 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 205 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 206 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 207 | |
| 208 | config TARGET_RUT |
| 209 | bool "Support rut" |
| 210 | select BOARD_LATE_INIT |
| 211 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 212 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 213 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 214 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 215 | |
| 216 | config TARGET_THUBAN |
| 217 | bool "Support thuban" |
| 218 | select BOARD_LATE_INIT |
| 219 | select DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 220 | select DM_GPIO |
Michal Simek | 84f3dec | 2018-07-23 15:55:13 +0200 | [diff] [blame] | 221 | select DM_SERIAL |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 222 | imply CMD_DM |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 223 | |
Felix Brack | 1ba8c9e | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 224 | config TARGET_PDU001 |
| 225 | bool "Support PDU001" |
| 226 | select DM |
| 227 | select DM_SERIAL |
Felix Brack | 813742e | 2018-12-07 15:01:55 +0100 | [diff] [blame] | 228 | imply SPL_SEPARATE_BSS |
Michal Simek | 2e7c819 | 2018-07-23 15:55:14 +0200 | [diff] [blame] | 229 | imply CMD_DM |
Felix Brack | 1ba8c9e | 2018-01-23 18:27:22 +0100 | [diff] [blame] | 230 | help |
| 231 | Support for PDU001 platform developed by EETS GmbH. |
| 232 | The PDU001 is a processor and display unit developed around |
| 233 | the Computing-Module m2 from bytes at work AG. |
| 234 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 235 | endchoice |
| 236 | |
| 237 | endif |
| 238 | |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 239 | if AM43XX |
Simon Glass | c5ec636 | 2016-09-12 23:18:37 -0600 | [diff] [blame] | 240 | |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 241 | choice |
| 242 | prompt "AM43xx board select" |
| 243 | |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 244 | config TARGET_AM43XX_EVM |
| 245 | bool "Support am43xx_evm" |
Tom Rini | 22d567e | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 246 | select BOARD_LATE_INIT |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 247 | select TI_I2C_BOARD_DETECT |
Lokesh Vutla | 493368d | 2017-02-21 11:40:43 +0530 | [diff] [blame] | 248 | imply DM_ETH |
| 249 | imply DM_I2C |
| 250 | imply DM_SPI |
| 251 | imply DM_SPI_FLASH |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 252 | imply SPL_ENV_SUPPORT |
Tien Fong Chee | 6091dd1 | 2019-01-23 14:20:05 +0800 | [diff] [blame] | 253 | imply SPL_FS_EXT4 |
Tien Fong Chee | 6fd0a71 | 2019-01-23 14:20:03 +0800 | [diff] [blame] | 254 | imply SPL_FS_FAT |
Tom Rini | 3b23510 | 2017-03-03 15:33:31 -0500 | [diff] [blame] | 255 | imply SPL_GPIO_SUPPORT |
| 256 | imply SPL_I2C_SUPPORT |
| 257 | imply SPL_LIBCOMMON_SUPPORT |
| 258 | imply SPL_LIBDISK_SUPPORT |
| 259 | imply SPL_LIBGENERIC_SUPPORT |
| 260 | imply SPL_MMC_SUPPORT |
| 261 | imply SPL_NAND_SUPPORT |
| 262 | imply SPL_POWER_SUPPORT |
| 263 | imply SPL_SERIAL_SUPPORT |
| 264 | imply SPL_WATCHDOG_SUPPORT |
| 265 | imply SPL_YMODEM_SUPPORT |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 266 | help |
| 267 | This option specifies support for the AM43xx |
| 268 | GP and HS EVM development platforms.The AM437x |
| 269 | GP EVM is a standalone test, development, and |
| 270 | evaluation module system that enables developers |
| 271 | to write software and develop hardware around |
| 272 | an AM43xx processor subsystem. |
Tom Rini | 3d46f24 | 2017-06-09 16:59:17 -0400 | [diff] [blame] | 273 | |
| 274 | config TARGET_CM_T43 |
| 275 | bool "Support cm_t43" |
| 276 | |
| 277 | endchoice |
| 278 | |
Tero Kristo | 5d6acae | 2018-03-17 13:32:52 +0530 | [diff] [blame] | 279 | config SPL_RTC_DDR_SUPPORT |
| 280 | bool |
| 281 | depends on SPL |
| 282 | prompt "Enable RTC-DDR ONLY Support" |
| 283 | help |
| 284 | If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in |
| 285 | self-refresh mode is a special power saving mode where in all |
| 286 | the other voltages are turned off apart from the RTC domain and DDR. |
| 287 | So only RTC is alive and ticking and one can program it to wake |
| 288 | up after a predetermined period. Once RTC alarm fires, the PMIC |
| 289 | powers up all the voltage domains. U-Boot takes a special path |
| 290 | as the DDR has contents is in self-refresh and restore path is |
| 291 | followed. |
| 292 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 293 | endif |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 294 | |
Andrew F. Davis | 817bbee | 2016-08-30 14:06:20 -0500 | [diff] [blame] | 295 | if AM43XX || AM33XX |
Madan Srinivas | fb59e8e | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 296 | config PUB_ROM_DATA_SIZE |
| 297 | 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] | 298 | default 0x8400 |
Madan Srinivas | fb59e8e | 2016-05-19 19:10:42 -0500 | [diff] [blame] | 299 | help |
| 300 | During the device boot, the public ROM uses the top of |
| 301 | the public L3 OCMC RAM to store r/w data like stack, |
| 302 | heap, globals etc. When the ROM is copying the boot |
| 303 | image from the boot media into memory, the image must |
| 304 | not spill over into this area. This value can be used |
| 305 | during compile time to determine the maximum size of a |
| 306 | boot image. Once the ROM transfers control to the boot |
| 307 | image, this area is no longer used, and can be reclaimed |
| 308 | for run time use by the boot image. |
Madan Srinivas | eba13cd | 2016-05-19 19:10:43 -0500 | [diff] [blame] | 309 | endif |