blob: 65f43944fe2eaf8382b7a72d0b9ff40076b47423 [file] [log] [blame]
Tom Rini8bb687f2017-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. Davisb39a9ad2016-08-30 14:06:20 -050021if AM33XX
22
Marcin Niestroja73c8b32017-01-25 09:53:07 +010023config AM33XX_CHILISOM
24 bool
25 select SUPPORT_SPL
26
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050027choice
28 prompt "AM33xx board select"
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050029
30config TARGET_AM335X_EVM
31 bool "Support am335x_evm"
Tom Rinie5ec4812017-01-22 19:43:11 -050032 select BOARD_LATE_INIT
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050033 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050034 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +020035 select DM_SERIAL
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050036 select TI_I2C_BOARD_DETECT
Kory Maincent15698472021-05-04 19:31:30 +020037 select SUPPORT_EXTENSION_SCAN
Michal Simek08a00cb2018-07-23 15:55:14 +020038 imply CMD_DM
Michal Simek5ed063d2018-07-23 15:55:13 +020039 imply SPL_DM
40 imply SPL_DM_SEQ_ALIAS
Tom Rini48dce3b2017-03-03 15:33:30 -050041 imply SPL_ENV_SUPPORT
Tien Fong Cheef4b40922019-01-23 14:20:05 +080042 imply SPL_FS_EXT4
Tien Fong Chee0c3a9ed2019-01-23 14:20:03 +080043 imply SPL_FS_FAT
Tom Rini9d4f7a32017-03-03 15:33:31 -050044 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 Simek5ed063d2018-07-23 15:55:13 +020051 imply SPL_OF_LIBFDT
Tom Rini9d4f7a32017-03-03 15:33:31 -050052 imply SPL_POWER_SUPPORT
Michal Simek5ed063d2018-07-23 15:55:13 +020053 imply SPL_SEPARATE_BSS
Tom Rini9d4f7a32017-03-03 15:33:31 -050054 imply SPL_SERIAL_SUPPORT
Michal Simek5ed063d2018-07-23 15:55:13 +020055 imply SPL_SYS_MALLOC_SIMPLE
Tom Rini48dce3b2017-03-03 15:33:30 -050056 imply SPL_WATCHDOG_SUPPORT
Tom Rini9d4f7a32017-03-03 15:33:31 -050057 imply SPL_YMODEM_SUPPORT
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050058 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
66config TARGET_AM335X_BALTOS
67 bool "Support am335x_baltos"
Tom Rinie5ec4812017-01-22 19:43:11 -050068 select BOARD_LATE_INIT
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050069 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050070 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +020071 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +020072 imply CMD_DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050073
Ladislav Michla96c08f2017-04-01 17:17:16 +020074config TARGET_AM335X_IGEP003X
75 bool "Support am335x_igep003x"
Pau Pajuelo09533e52017-04-01 17:18:40 +020076 select BOARD_LATE_INIT
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050077 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050078 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +020079 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +020080 imply CMD_DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050081
82config TARGET_AM335X_SHC
83 bool "Support am335x based shc board from bosch"
Tom Rinie5ec4812017-01-22 19:43:11 -050084 select BOARD_LATE_INIT
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050085 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050086 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +020087 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +020088 imply CMD_DM
Simon Glass72c30332017-08-04 16:34:48 -060089 imply CMD_SPL
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -050090
Sjoerd Simons45123802019-02-25 15:33:00 +000091config TARGET_AM335X_GUARDIAN
92 bool "Support am335x based guardian board from bosch"
Moses Christopherb1476b52019-09-17 14:25:37 +000093 select BOARD_LATE_INIT
Sjoerd Simons45123802019-02-25 15:33:00 +000094 select DM
95 select DM_SERIAL
96 select DM_GPIO
97 select DM_USB
Gireesh Hiremath9cd380e2021-06-11 16:13:47 +000098 select DM_VIDEO
99 select DM_PANEL_HX8238D
Sjoerd Simons45123802019-02-25 15:33:00 +0000100
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500101config TARGET_AM335X_SL50
102 bool "Support am335x_sl50"
Tom Rinie5ec4812017-01-22 19:43:11 -0500103 select BOARD_LATE_INIT
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500104 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500105 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200106 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200107 imply CMD_DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500108
Tom Rinif2d78c12017-06-09 16:59:17 -0400109config TARGET_BRXRE1
110 bool "Support BRXRE1"
111 select BOARD_LATE_INIT
112
Hannes Schmelzer60df8092019-08-01 07:04:46 +0200113config TARGET_BRSMARC1
114 bool "Support BRSMARC1"
115 select BOARD_LATE_INIT
116
Tom Rinif2d78c12017-06-09 16:59:17 -0400117config TARGET_BRPPT1
118 bool "Support BRPPT1"
119 select BOARD_LATE_INIT
120
Marcin Niestrojab38bf62017-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 Simek08a00cb2018-07-23 15:55:14 +0200127 imply CMD_DM
Marcin Niestrojab38bf62017-01-25 09:53:08 +0100128
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500129config TARGET_CM_T335
130 bool "Support cm_t335"
131 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500132 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200133 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200134 imply CMD_DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500135
Tom Rinif2d78c12017-06-09 16:59:17 -0400136config TARGET_DRACO
137 bool "Support draco"
138 select BOARD_LATE_INIT
139 select DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400140 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200141 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200142 imply CMD_DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400143
144config TARGET_ETAMIN
145 bool "Support etamin"
146 select BOARD_LATE_INIT
147 select DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400148 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200149 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200150 imply CMD_DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400151
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500152config TARGET_PCM051
153 bool "Support pcm051"
154 select DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500155 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200156 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200157 imply CMD_DM
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500158
Niel Fourie6e171b62019-06-03 15:31:17 +0200159config TARGET_PHYCORE_AM335X_R2
160 bool "Support phyCORE AM335X R2"
161 select DM
162 select DM_GPIO
163 select DM_SERIAL
164 imply CMD_DM
165
Tom Rinif2d78c12017-06-09 16:59:17 -0400166config TARGET_PXM2
167 bool "Support pxm2"
168 select BOARD_LATE_INIT
169 select DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400170 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200171 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200172 imply CMD_DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400173
174config TARGET_RASTABAN
175 bool "Support rastaban"
176 select BOARD_LATE_INIT
177 select DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400178 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200179 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200180 imply CMD_DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400181
182config TARGET_RUT
183 bool "Support rut"
184 select BOARD_LATE_INIT
185 select DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400186 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200187 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200188 imply CMD_DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400189
190config TARGET_THUBAN
191 bool "Support thuban"
192 select BOARD_LATE_INIT
193 select DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400194 select DM_GPIO
Michal Simek5ed063d2018-07-23 15:55:13 +0200195 select DM_SERIAL
Michal Simek08a00cb2018-07-23 15:55:14 +0200196 imply CMD_DM
Tom Rinif2d78c12017-06-09 16:59:17 -0400197
Felix Brack85ab0452018-01-23 18:27:22 +0100198config TARGET_PDU001
199 bool "Support PDU001"
200 select DM
201 select DM_SERIAL
Felix Brackbfaaacd2018-12-07 15:01:55 +0100202 imply SPL_SEPARATE_BSS
Michal Simek08a00cb2018-07-23 15:55:14 +0200203 imply CMD_DM
Felix Brack85ab0452018-01-23 18:27:22 +0100204 help
205 Support for PDU001 platform developed by EETS GmbH.
206 The PDU001 is a processor and display unit developed around
207 the Computing-Module m2 from bytes at work AG.
208
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500209endchoice
210
211endif
212
Madan Srinivas63847262016-05-19 19:10:43 -0500213if AM43XX
Simon Glass75eba2c2016-09-12 23:18:37 -0600214
Tom Rinif2d78c12017-06-09 16:59:17 -0400215choice
216 prompt "AM43xx board select"
217
Madan Srinivas63847262016-05-19 19:10:43 -0500218config TARGET_AM43XX_EVM
219 bool "Support am43xx_evm"
Tom Rinie5ec4812017-01-22 19:43:11 -0500220 select BOARD_LATE_INIT
Madan Srinivas63847262016-05-19 19:10:43 -0500221 select TI_I2C_BOARD_DETECT
Lokesh Vutla6a598452017-02-21 11:40:43 +0530222 imply DM_ETH
223 imply DM_I2C
224 imply DM_SPI
225 imply DM_SPI_FLASH
Tom Rini9d4f7a32017-03-03 15:33:31 -0500226 imply SPL_ENV_SUPPORT
Tien Fong Cheef4b40922019-01-23 14:20:05 +0800227 imply SPL_FS_EXT4
Tien Fong Chee0c3a9ed2019-01-23 14:20:03 +0800228 imply SPL_FS_FAT
Tom Rini9d4f7a32017-03-03 15:33:31 -0500229 imply SPL_GPIO_SUPPORT
230 imply SPL_I2C_SUPPORT
231 imply SPL_LIBCOMMON_SUPPORT
232 imply SPL_LIBDISK_SUPPORT
233 imply SPL_LIBGENERIC_SUPPORT
234 imply SPL_MMC_SUPPORT
235 imply SPL_NAND_SUPPORT
236 imply SPL_POWER_SUPPORT
237 imply SPL_SERIAL_SUPPORT
238 imply SPL_WATCHDOG_SUPPORT
239 imply SPL_YMODEM_SUPPORT
Madan Srinivas63847262016-05-19 19:10:43 -0500240 help
241 This option specifies support for the AM43xx
242 GP and HS EVM development platforms.The AM437x
243 GP EVM is a standalone test, development, and
244 evaluation module system that enables developers
245 to write software and develop hardware around
246 an AM43xx processor subsystem.
Tom Rinif2d78c12017-06-09 16:59:17 -0400247
248config TARGET_CM_T43
249 bool "Support cm_t43"
250
251endchoice
252
Tero Kristo7619bad2018-03-17 13:32:52 +0530253config SPL_RTC_DDR_SUPPORT
254 bool
255 depends on SPL
256 prompt "Enable RTC-DDR ONLY Support"
257 help
258 If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in
259 self-refresh mode is a special power saving mode where in all
260 the other voltages are turned off apart from the RTC domain and DDR.
261 So only RTC is alive and ticking and one can program it to wake
262 up after a predetermined period. Once RTC alarm fires, the PMIC
263 powers up all the voltage domains. U-Boot takes a special path
264 as the DDR has contents is in self-refresh and restore path is
265 followed.
266
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500267endif
Madan Srinivas63847262016-05-19 19:10:43 -0500268
Andrew F. Davisb39a9ad2016-08-30 14:06:20 -0500269if AM43XX || AM33XX
Madan Srinivasce31ac72016-05-19 19:10:42 -0500270config PUB_ROM_DATA_SIZE
271 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
Michal Simek5ed063d2018-07-23 15:55:13 +0200272 default 0x8400
Madan Srinivasce31ac72016-05-19 19:10:42 -0500273 help
274 During the device boot, the public ROM uses the top of
275 the public L3 OCMC RAM to store r/w data like stack,
276 heap, globals etc. When the ROM is copying the boot
277 image from the boot media into memory, the image must
278 not spill over into this area. This value can be used
279 during compile time to determine the maximum size of a
280 boot image. Once the ROM transfers control to the boot
281 image, this area is no longer used, and can be reclaimed
282 for run time use by the boot image.
Madan Srinivas63847262016-05-19 19:10:43 -0500283endif