blob: b144fcc84fb1e962acb54445ec48e9f174fc4c15 [file] [log] [blame]
Tom Rini2a84b012017-05-16 14:46:40 -04001if TI816X
2
3config 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
9endif
10
11if TI814X
12
13config TARGET_TI814X_EVM
14 bool "Support ti814x_evm"
15 help
16 This option specifies support for the TI8148
17 EVM development platform.
18
19endif
20
Andrew F. Davis817bbee2016-08-30 14:06:20 -050021if AM33XX
22
Marcin Niestroj07623922017-01-25 09:53:07 +010023config AM33XX_CHILISOM
24 bool
25 select SUPPORT_SPL
26
Andrew F. Davis817bbee2016-08-30 14:06:20 -050027choice
28 prompt "AM33xx board select"
Andrew F. Davis817bbee2016-08-30 14:06:20 -050029
30config TARGET_AM335X_EVM
31 bool "Support am335x_evm"
Tom Rini22d567e2017-01-22 19:43:11 -050032 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050033 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050034 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020035 select DM_SERIAL
Andrew F. Davis817bbee2016-08-30 14:06:20 -050036 select TI_I2C_BOARD_DETECT
Michal Simek2e7c8192018-07-23 15:55:14 +020037 imply CMD_DM
Michal Simek84f3dec2018-07-23 15:55:13 +020038 imply SPL_DM
39 imply SPL_DM_SEQ_ALIAS
Tom Rini60adb2f2017-03-03 15:33:30 -050040 imply SPL_ENV_SUPPORT
Tom Rini3b235102017-03-03 15:33:31 -050041 imply SPL_EXT_SUPPORT
Tien Fong Chee6fd0a712019-01-23 14:20:03 +080042 imply SPL_FS_FAT
Tom Rini3b235102017-03-03 15:33:31 -050043 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 Simek84f3dec2018-07-23 15:55:13 +020050 imply SPL_OF_LIBFDT
Tom Rini3b235102017-03-03 15:33:31 -050051 imply SPL_POWER_SUPPORT
Michal Simek84f3dec2018-07-23 15:55:13 +020052 imply SPL_SEPARATE_BSS
Tom Rini3b235102017-03-03 15:33:31 -050053 imply SPL_SERIAL_SUPPORT
Michal Simek84f3dec2018-07-23 15:55:13 +020054 imply SPL_SYS_MALLOC_SIMPLE
Tom Rini60adb2f2017-03-03 15:33:30 -050055 imply SPL_WATCHDOG_SUPPORT
Tom Rini3b235102017-03-03 15:33:31 -050056 imply SPL_YMODEM_SUPPORT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050057 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
65config TARGET_AM335X_BALTOS
66 bool "Support am335x_baltos"
Tom Rini22d567e2017-01-22 19:43:11 -050067 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050068 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050069 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020070 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020071 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050072
Ladislav Michl10bdc712017-04-01 17:17:16 +020073config TARGET_AM335X_IGEP003X
74 bool "Support am335x_igep003x"
Pau Pajuelob2310f12017-04-01 17:18:40 +020075 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050076 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050077 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020078 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020079 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050080
81config TARGET_AM335X_SHC
82 bool "Support am335x based shc board from bosch"
Tom Rini22d567e2017-01-22 19:43:11 -050083 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050084 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050085 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020086 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020087 imply CMD_DM
Simon Glassc6567fa2017-08-04 16:34:48 -060088 imply CMD_SPL
Andrew F. Davis817bbee2016-08-30 14:06:20 -050089
90config TARGET_AM335X_SL50
91 bool "Support am335x_sl50"
Tom Rini22d567e2017-01-22 19:43:11 -050092 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050093 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050094 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020095 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020096 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050097
98config TARGET_BAV335X
99 bool "Support bav335x"
Tom Rini22d567e2017-01-22 19:43:11 -0500100 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500101 select DM
102 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200103 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500104 help
105 The BAV335x OEM Network Processor integrates all the functions of an
106 embedded network computer in a small, easy to use SODIMM module which
107 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
108 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
109 ethernet with simple connection to external connectors.
110
111 For more information, visit: http://birdland.com/oem
112
Tom Rini3d46f242017-06-09 16:59:17 -0400113config TARGET_BRXRE1
114 bool "Support BRXRE1"
115 select BOARD_LATE_INIT
116
117config TARGET_BRPPT1
118 bool "Support BRPPT1"
119 select BOARD_LATE_INIT
120
Marcin Niestroj20315d22017-01-25 09:53:08 +0100121config TARGET_CHILIBOARD
122 bool "Grinn chiliBoard"
123 select AM33XX_CHILISOM
124 select BOARD_LATE_INIT
125 select DM
126 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200127 imply CMD_DM
Marcin Niestroj20315d22017-01-25 09:53:08 +0100128
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500129config TARGET_CM_T335
130 bool "Support cm_t335"
131 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500132 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200133 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200134 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500135
Tom Rini3d46f242017-06-09 16:59:17 -0400136config TARGET_DRACO
137 bool "Support draco"
138 select BOARD_LATE_INIT
139 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400140 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200141 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200142 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400143
144config TARGET_ETAMIN
145 bool "Support etamin"
146 select BOARD_LATE_INIT
147 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400148 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200149 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200150 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400151
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500152config TARGET_PCM051
153 bool "Support pcm051"
154 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500155 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200156 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200157 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500158
159config TARGET_PENGWYN
160 bool "Support pengwyn"
161 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500162 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200163 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200164 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500165
166config TARGET_PEPPER
167 bool "Support pepper"
168 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500169 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200170 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200171 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500172
Tom Rini3d46f242017-06-09 16:59:17 -0400173config TARGET_PXM2
174 bool "Support pxm2"
175 select BOARD_LATE_INIT
176 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400177 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200178 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200179 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400180
181config TARGET_RASTABAN
182 bool "Support rastaban"
183 select BOARD_LATE_INIT
184 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400185 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200186 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200187 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400188
189config TARGET_RUT
190 bool "Support rut"
191 select BOARD_LATE_INIT
192 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400193 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200194 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200195 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400196
197config TARGET_THUBAN
198 bool "Support thuban"
199 select BOARD_LATE_INIT
200 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400201 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200202 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200203 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400204
Felix Brack1ba8c9e2018-01-23 18:27:22 +0100205config TARGET_PDU001
206 bool "Support PDU001"
207 select DM
208 select DM_SERIAL
Felix Brack813742e2018-12-07 15:01:55 +0100209 imply SPL_SEPARATE_BSS
Michal Simek2e7c8192018-07-23 15:55:14 +0200210 imply CMD_DM
Felix Brack1ba8c9e2018-01-23 18:27:22 +0100211 help
212 Support for PDU001 platform developed by EETS GmbH.
213 The PDU001 is a processor and display unit developed around
214 the Computing-Module m2 from bytes at work AG.
215
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500216endchoice
217
218endif
219
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500220if AM43XX
Simon Glassc5ec6362016-09-12 23:18:37 -0600221
Tom Rini3d46f242017-06-09 16:59:17 -0400222choice
223 prompt "AM43xx board select"
224
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500225config TARGET_AM43XX_EVM
226 bool "Support am43xx_evm"
Tom Rini22d567e2017-01-22 19:43:11 -0500227 select BOARD_LATE_INIT
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500228 select TI_I2C_BOARD_DETECT
Lokesh Vutla493368d2017-02-21 11:40:43 +0530229 imply DM_ETH
230 imply DM_I2C
231 imply DM_SPI
232 imply DM_SPI_FLASH
233 imply SPI_FLASH_BAR
Tom Rini3b235102017-03-03 15:33:31 -0500234 imply SPL_ENV_SUPPORT
235 imply SPL_EXT_SUPPORT
Tien Fong Chee6fd0a712019-01-23 14:20:03 +0800236 imply SPL_FS_FAT
Tom Rini3b235102017-03-03 15:33:31 -0500237 imply SPL_GPIO_SUPPORT
238 imply SPL_I2C_SUPPORT
239 imply SPL_LIBCOMMON_SUPPORT
240 imply SPL_LIBDISK_SUPPORT
241 imply SPL_LIBGENERIC_SUPPORT
242 imply SPL_MMC_SUPPORT
243 imply SPL_NAND_SUPPORT
244 imply SPL_POWER_SUPPORT
245 imply SPL_SERIAL_SUPPORT
246 imply SPL_WATCHDOG_SUPPORT
247 imply SPL_YMODEM_SUPPORT
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500248 help
249 This option specifies support for the AM43xx
250 GP and HS EVM development platforms.The AM437x
251 GP EVM is a standalone test, development, and
252 evaluation module system that enables developers
253 to write software and develop hardware around
254 an AM43xx processor subsystem.
Tom Rini3d46f242017-06-09 16:59:17 -0400255
256config TARGET_CM_T43
257 bool "Support cm_t43"
258
259endchoice
260
Tero Kristo5d6acae2018-03-17 13:32:52 +0530261config SPL_RTC_DDR_SUPPORT
262 bool
263 depends on SPL
264 prompt "Enable RTC-DDR ONLY Support"
265 help
266 If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in
267 self-refresh mode is a special power saving mode where in all
268 the other voltages are turned off apart from the RTC domain and DDR.
269 So only RTC is alive and ticking and one can program it to wake
270 up after a predetermined period. Once RTC alarm fires, the PMIC
271 powers up all the voltage domains. U-Boot takes a special path
272 as the DDR has contents is in self-refresh and restore path is
273 followed.
274
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500275endif
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500276
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500277if AM43XX || AM33XX
Madan Srinivasfb59e8e2016-05-19 19:10:42 -0500278config PUB_ROM_DATA_SIZE
279 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
Michal Simek84f3dec2018-07-23 15:55:13 +0200280 default 0x8400
Madan Srinivasfb59e8e2016-05-19 19:10:42 -0500281 help
282 During the device boot, the public ROM uses the top of
283 the public L3 OCMC RAM to store r/w data like stack,
284 heap, globals etc. When the ROM is copying the boot
285 image from the boot media into memory, the image must
286 not spill over into this area. This value can be used
287 during compile time to determine the maximum size of a
288 boot image. Once the ROM transfers control to the boot
289 image, this area is no longer used, and can be reclaimed
290 for run time use by the boot image.
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500291endif