3 config TARGET_TI816X_EVM
4 bool "Support ti816x_evm"
6 This option specifies support for the TI8168 EVM development platform
7 with PG2.0 silicon and DDR3 DRAM.
13 config TARGET_TI814X_EVM
14 bool "Support ti814x_evm"
16 This option specifies support for the TI8148
17 EVM development platform.
23 config AM33XX_CHILISOM
28 prompt "AM33xx board select"
30 config TARGET_AM335X_EVM
31 bool "Support am335x_evm"
32 select BOARD_LATE_INIT
36 select TI_I2C_BOARD_DETECT
37 select SUPPORT_EXTENSION_SCAN
40 imply SPL_DM_SEQ_ALIAS
46 imply SPL_LIBCOMMON_SUPPORT
47 imply SPL_LIBDISK_SUPPORT
48 imply SPL_LIBGENERIC_SUPPORT
50 imply SPL_NAND_SUPPORT
53 imply SPL_SEPARATE_BSS
55 imply SPL_SYS_MALLOC_SIMPLE
57 imply SPL_YMODEM_SUPPORT
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.
66 config TARGET_AM335X_BALTOS
67 bool "Support am335x_baltos"
68 select BOARD_LATE_INIT
74 config TARGET_AM335X_IGEP003X
75 bool "Support am335x_igep003x"
76 select BOARD_LATE_INIT
82 config TARGET_AM335X_SHC
83 bool "Support am335x based shc board from bosch"
84 select BOARD_LATE_INIT
91 config TARGET_AM335X_GUARDIAN
92 bool "Support am335x based guardian board from bosch"
93 select BOARD_LATE_INIT
98 select DM_PANEL_HX8238D
100 config TARGET_AM335X_SL50
101 bool "Support am335x_sl50"
102 select BOARD_LATE_INIT
109 bool "Support BRXRE1"
110 select BOARD_LATE_INIT
112 config TARGET_BRSMARC1
113 bool "Support BRSMARC1"
114 select BOARD_LATE_INIT
117 bool "Support BRPPT1"
118 select BOARD_LATE_INIT
120 config TARGET_CHILIBOARD
121 bool "Grinn chiliBoard"
122 select AM33XX_CHILISOM
123 select BOARD_LATE_INIT
128 config TARGET_CM_T335
129 bool "Support cm_t335"
137 select BOARD_LATE_INIT
144 bool "Support etamin"
145 select BOARD_LATE_INIT
152 bool "Support pcm051"
158 config TARGET_PHYCORE_AM335X_R2
159 bool "Support phyCORE AM335X R2"
167 select BOARD_LATE_INIT
173 config TARGET_RASTABAN
174 bool "Support rastaban"
175 select BOARD_LATE_INIT
183 select BOARD_LATE_INIT
190 bool "Support thuban"
191 select BOARD_LATE_INIT
198 bool "Support PDU001"
201 imply SPL_SEPARATE_BSS
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.
210 config CLOCK_SYNTHESIZER
211 bool "CDCE913 and CDCEL913 clock synthesizer support"
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.
218 config CLK_SYNTHESIZER_I2C_ADDR
219 hex "Clock synthesizer i2c bus address"
220 depends on CLOCK_SYNTHESIZER
228 prompt "AM43xx board select"
230 config TARGET_AM43XX_EVM
231 bool "Support am43xx_evm"
232 select BOARD_LATE_INIT
233 select TI_I2C_BOARD_DETECT
238 imply SPL_ENV_SUPPORT
243 imply SPL_LIBCOMMON_SUPPORT
244 imply SPL_LIBDISK_SUPPORT
245 imply SPL_LIBGENERIC_SUPPORT
247 imply SPL_NAND_SUPPORT
251 imply SPL_YMODEM_SUPPORT
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.
261 bool "Support cm_t43"
265 config SPL_RTC_DDR_SUPPORT
268 prompt "Enable RTC-DDR ONLY Support"
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
282 config PUB_ROM_DATA_SIZE
283 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
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.
298 bool "Static mode configuration for USB0 in SPL"
299 depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL
302 prompt "USB0 port configuration"
303 depends on AM335X_USB0
305 config AM335X_USB0_HOST
306 bool "Port is used in host mode"
308 config AM335X_USB0_PERIPHERAL
309 bool "Port is used in peripheral mode"
314 bool "Static mode configuration for USB1 in SPL"
315 depends on AM33XX && SPL_MUSB_NEW && !SPL_OF_CONTROL
318 prompt "USB1 port configuration"
319 depends on AM335X_USB1
321 config AM335X_USB1_HOST
322 bool "Port is used in host mode"
324 config AM335X_USB1_PERIPHERAL
325 bool "Port is used in peripheral mode"