blob: bd6b086552606d569dbb53466e96f17447752418 [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
Kory Maincent169bf972021-05-04 19:31:30 +020037 select SUPPORT_EXTENSION_SCAN
Michal Simek2e7c8192018-07-23 15:55:14 +020038 imply CMD_DM
Michal Simek84f3dec2018-07-23 15:55:13 +020039 imply SPL_DM
40 imply SPL_DM_SEQ_ALIAS
Tom Rini60adb2f2017-03-03 15:33:30 -050041 imply SPL_ENV_SUPPORT
Tien Fong Chee6091dd12019-01-23 14:20:05 +080042 imply SPL_FS_EXT4
Tien Fong Chee6fd0a712019-01-23 14:20:03 +080043 imply SPL_FS_FAT
Simon Glass035939e2021-07-10 21:14:30 -060044 imply SPL_GPIO
Simon Glassbccfc2e2021-07-10 21:14:36 -060045 imply SPL_I2C
Tom Rini3b235102017-03-03 15:33:31 -050046 imply SPL_LIBCOMMON_SUPPORT
47 imply SPL_LIBDISK_SUPPORT
48 imply SPL_LIBGENERIC_SUPPORT
Simon Glassb58bfe02021-08-08 12:20:09 -060049 imply SPL_MMC
Tom Rini3b235102017-03-03 15:33:31 -050050 imply SPL_NAND_SUPPORT
Michal Simek84f3dec2018-07-23 15:55:13 +020051 imply SPL_OF_LIBFDT
Simon Glasse91ac4c2021-07-10 21:14:24 -060052 imply SPL_POWER
Michal Simek84f3dec2018-07-23 15:55:13 +020053 imply SPL_SEPARATE_BSS
Simon Glassf4d60392021-08-08 12:20:12 -060054 imply SPL_SERIAL
Michal Simek84f3dec2018-07-23 15:55:13 +020055 imply SPL_SYS_MALLOC_SIMPLE
Simon Glass1ba1d4e2021-07-10 21:14:28 -060056 imply SPL_WATCHDOG
Tom Rini3b235102017-03-03 15:33:31 -050057 imply SPL_YMODEM_SUPPORT
Andrew F. Davis817bbee2016-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 Rini22d567e2017-01-22 19:43:11 -050068 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050069 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050070 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020071 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020072 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050073
Ladislav Michl10bdc712017-04-01 17:17:16 +020074config TARGET_AM335X_IGEP003X
75 bool "Support am335x_igep003x"
Pau Pajuelob2310f12017-04-01 17:18:40 +020076 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050077 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050078 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020079 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020080 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050081
82config TARGET_AM335X_SHC
83 bool "Support am335x based shc board from bosch"
Tom Rini22d567e2017-01-22 19:43:11 -050084 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -050085 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -050086 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +020087 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +020088 imply CMD_DM
Simon Glassc6567fa2017-08-04 16:34:48 -060089 imply CMD_SPL
Andrew F. Davis817bbee2016-08-30 14:06:20 -050090
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000091config TARGET_AM335X_GUARDIAN
92 bool "Support am335x based guardian board from bosch"
Moses Christopher5d489f82019-09-17 14:25:37 +000093 select BOARD_LATE_INIT
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000094 select DM
95 select DM_SERIAL
96 select DM_GPIO
Gireesh Hiremath6b755fa2021-06-11 16:13:47 +000097 select DM_VIDEO
98 select DM_PANEL_HX8238D
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000099
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500100config TARGET_AM335X_SL50
101 bool "Support am335x_sl50"
Tom Rini22d567e2017-01-22 19:43:11 -0500102 select BOARD_LATE_INIT
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500103 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500104 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200105 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200106 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500107
Tom Rini3d46f242017-06-09 16:59:17 -0400108config TARGET_BRXRE1
109 bool "Support BRXRE1"
110 select BOARD_LATE_INIT
111
Hannes Schmelzer82088482019-08-01 07:04:46 +0200112config TARGET_BRSMARC1
113 bool "Support BRSMARC1"
114 select BOARD_LATE_INIT
115
Tom Rini3d46f242017-06-09 16:59:17 -0400116config TARGET_BRPPT1
117 bool "Support BRPPT1"
118 select BOARD_LATE_INIT
119
Marcin Niestroj20315d22017-01-25 09:53:08 +0100120config TARGET_CHILIBOARD
121 bool "Grinn chiliBoard"
122 select AM33XX_CHILISOM
123 select BOARD_LATE_INIT
124 select DM
125 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200126 imply CMD_DM
Marcin Niestroj20315d22017-01-25 09:53:08 +0100127
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500128config TARGET_CM_T335
129 bool "Support cm_t335"
130 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500131 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200132 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200133 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500134
Tom Rini3d46f242017-06-09 16:59:17 -0400135config TARGET_DRACO
136 bool "Support draco"
137 select BOARD_LATE_INIT
138 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400139 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200140 select DM_SERIAL
Tom Rini29e05952022-06-10 22:59:35 -0400141 select FACTORYSET
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
Tom Rini29e05952022-06-10 22:59:35 -0400150 select FACTORYSET
Michal Simek2e7c8192018-07-23 15:55:14 +0200151 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400152
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500153config TARGET_PCM051
154 bool "Support pcm051"
155 select DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500156 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200157 select DM_SERIAL
Michal Simek2e7c8192018-07-23 15:55:14 +0200158 imply CMD_DM
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500159
Niel Fouried3951852019-06-03 15:31:17 +0200160config TARGET_PHYCORE_AM335X_R2
161 bool "Support phyCORE AM335X R2"
162 select DM
163 select DM_GPIO
164 select DM_SERIAL
165 imply CMD_DM
166
Tom Rini3d46f242017-06-09 16:59:17 -0400167config TARGET_PXM2
168 bool "Support pxm2"
169 select BOARD_LATE_INIT
170 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400171 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200172 select DM_SERIAL
Tom Rini29e05952022-06-10 22:59:35 -0400173 select FACTORYSET
Michal Simek2e7c8192018-07-23 15:55:14 +0200174 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400175
176config TARGET_RASTABAN
177 bool "Support rastaban"
178 select BOARD_LATE_INIT
179 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400180 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200181 select DM_SERIAL
Tom Rini29e05952022-06-10 22:59:35 -0400182 select FACTORYSET
Michal Simek2e7c8192018-07-23 15:55:14 +0200183 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400184
185config TARGET_RUT
186 bool "Support rut"
187 select BOARD_LATE_INIT
188 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400189 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200190 select DM_SERIAL
Tom Rini29e05952022-06-10 22:59:35 -0400191 select FACTORYSET
Michal Simek2e7c8192018-07-23 15:55:14 +0200192 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400193
194config TARGET_THUBAN
195 bool "Support thuban"
196 select BOARD_LATE_INIT
197 select DM
Tom Rini3d46f242017-06-09 16:59:17 -0400198 select DM_GPIO
Michal Simek84f3dec2018-07-23 15:55:13 +0200199 select DM_SERIAL
Tom Rini29e05952022-06-10 22:59:35 -0400200 select FACTORYSET
Michal Simek2e7c8192018-07-23 15:55:14 +0200201 imply CMD_DM
Tom Rini3d46f242017-06-09 16:59:17 -0400202
Felix Brack1ba8c9e2018-01-23 18:27:22 +0100203config TARGET_PDU001
204 bool "Support PDU001"
205 select DM
206 select DM_SERIAL
Felix Brack813742e2018-12-07 15:01:55 +0100207 imply SPL_SEPARATE_BSS
Michal Simek2e7c8192018-07-23 15:55:14 +0200208 imply CMD_DM
Felix Brack1ba8c9e2018-01-23 18:27:22 +0100209 help
210 Support for PDU001 platform developed by EETS GmbH.
211 The PDU001 is a processor and display unit developed around
212 the Computing-Module m2 from bytes at work AG.
213
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500214endchoice
215
Tom Rinidc776902022-03-23 17:20:07 -0400216config CLOCK_SYNTHESIZER
217 bool "CDCE913 and CDCEL913 clock synthesizer support"
218 help
219 The CDCE913 and CDCEL913 devices are modular PLL-based, low cost,
220 high performance , programmable clock synthesizers. They generate
221 up to 3 output clocks from a single input frequency. Each output can
222 be programmed for any clock-frequency.
223
224config CLK_SYNTHESIZER_I2C_ADDR
225 hex "Clock synthesizer i2c bus address"
226 depends on CLOCK_SYNTHESIZER
227 default 0x65
228
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500229endif
230
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500231if AM43XX
Simon Glassc5ec6362016-09-12 23:18:37 -0600232
Tom Rini3d46f242017-06-09 16:59:17 -0400233choice
234 prompt "AM43xx board select"
235
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500236config TARGET_AM43XX_EVM
237 bool "Support am43xx_evm"
Tom Rini22d567e2017-01-22 19:43:11 -0500238 select BOARD_LATE_INIT
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500239 select TI_I2C_BOARD_DETECT
Lokesh Vutla493368d2017-02-21 11:40:43 +0530240 imply DM_ETH
241 imply DM_I2C
242 imply DM_SPI
243 imply DM_SPI_FLASH
Tom Rini3b235102017-03-03 15:33:31 -0500244 imply SPL_ENV_SUPPORT
Tien Fong Chee6091dd12019-01-23 14:20:05 +0800245 imply SPL_FS_EXT4
Tien Fong Chee6fd0a712019-01-23 14:20:03 +0800246 imply SPL_FS_FAT
Simon Glass035939e2021-07-10 21:14:30 -0600247 imply SPL_GPIO
Simon Glassbccfc2e2021-07-10 21:14:36 -0600248 imply SPL_I2C
Tom Rini3b235102017-03-03 15:33:31 -0500249 imply SPL_LIBCOMMON_SUPPORT
250 imply SPL_LIBDISK_SUPPORT
251 imply SPL_LIBGENERIC_SUPPORT
Simon Glassb58bfe02021-08-08 12:20:09 -0600252 imply SPL_MMC
Tom Rini3b235102017-03-03 15:33:31 -0500253 imply SPL_NAND_SUPPORT
Simon Glasse91ac4c2021-07-10 21:14:24 -0600254 imply SPL_POWER
Simon Glassf4d60392021-08-08 12:20:12 -0600255 imply SPL_SERIAL
Simon Glass1ba1d4e2021-07-10 21:14:28 -0600256 imply SPL_WATCHDOG
Tom Rini3b235102017-03-03 15:33:31 -0500257 imply SPL_YMODEM_SUPPORT
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500258 help
259 This option specifies support for the AM43xx
260 GP and HS EVM development platforms.The AM437x
261 GP EVM is a standalone test, development, and
262 evaluation module system that enables developers
263 to write software and develop hardware around
264 an AM43xx processor subsystem.
Tom Rini3d46f242017-06-09 16:59:17 -0400265
266config TARGET_CM_T43
267 bool "Support cm_t43"
268
269endchoice
270
Tero Kristo5d6acae2018-03-17 13:32:52 +0530271config SPL_RTC_DDR_SUPPORT
272 bool
273 depends on SPL
274 prompt "Enable RTC-DDR ONLY Support"
275 help
276 If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in
277 self-refresh mode is a special power saving mode where in all
278 the other voltages are turned off apart from the RTC domain and DDR.
279 So only RTC is alive and ticking and one can program it to wake
280 up after a predetermined period. Once RTC alarm fires, the PMIC
281 powers up all the voltage domains. U-Boot takes a special path
282 as the DDR has contents is in self-refresh and restore path is
283 followed.
284
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500285endif
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500286
Andrew F. Davis817bbee2016-08-30 14:06:20 -0500287if AM43XX || AM33XX
Madan Srinivasfb59e8e2016-05-19 19:10:42 -0500288config PUB_ROM_DATA_SIZE
289 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
Michal Simek84f3dec2018-07-23 15:55:13 +0200290 default 0x8400
Madan Srinivasfb59e8e2016-05-19 19:10:42 -0500291 help
292 During the device boot, the public ROM uses the top of
293 the public L3 OCMC RAM to store r/w data like stack,
294 heap, globals etc. When the ROM is copying the boot
295 image from the boot media into memory, the image must
296 not spill over into this area. This value can be used
297 during compile time to determine the maximum size of a
298 boot image. Once the ROM transfers control to the boot
299 image, this area is no longer used, and can be reclaimed
300 for run time use by the boot image.
Madan Srinivaseba13cd2016-05-19 19:10:43 -0500301endif
Tom Rinid10c0ac2022-03-11 23:07:29 -0500302
303config AM335X_USB0
304 bool "Static mode configuration for USB0 in SPL"
305 depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL
306
307choice
308 prompt "USB0 port configuration"
309 depends on AM335X_USB0
310
311config AM335X_USB0_HOST
312 bool "Port is used in host mode"
313
314config AM335X_USB0_PERIPHERAL
315 bool "Port is used in peripheral mode"
316
317endchoice
318
319config AM335X_USB1
320 bool "Static mode configuration for USB1 in SPL"
321 depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL
322
323choice
324 prompt "USB1 port configuration"
325 depends on AM335X_USB1
326
327config AM335X_USB1_HOST
328 bool "Port is used in host mode"
329
330config AM335X_USB1_PERIPHERAL
331 bool "Port is used in peripheral mode"
332
333endchoice