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
39 imply SPL_DM_SEQ_ALIAS
43 imply SPL_GPIO_SUPPORT
45 imply SPL_LIBCOMMON_SUPPORT
46 imply SPL_LIBDISK_SUPPORT
47 imply SPL_LIBGENERIC_SUPPORT
49 imply SPL_NAND_SUPPORT
51 imply SPL_POWER_SUPPORT
52 imply SPL_SEPARATE_BSS
53 imply SPL_SERIAL_SUPPORT
54 imply SPL_SYS_MALLOC_SIMPLE
55 imply SPL_WATCHDOG_SUPPORT
56 imply SPL_YMODEM_SUPPORT
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.
65 config TARGET_AM335X_BALTOS
66 bool "Support am335x_baltos"
67 select BOARD_LATE_INIT
73 config TARGET_AM335X_IGEP003X
74 bool "Support am335x_igep003x"
75 select BOARD_LATE_INIT
81 config TARGET_AM335X_SHC
82 bool "Support am335x based shc board from bosch"
83 select BOARD_LATE_INIT
90 config TARGET_AM335X_SL50
91 bool "Support am335x_sl50"
92 select BOARD_LATE_INIT
99 bool "Support bav335x"
100 select BOARD_LATE_INIT
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.
111 For more information, visit: http://birdland.com/oem
114 bool "Support BRXRE1"
115 select BOARD_LATE_INIT
118 bool "Support BRPPT1"
119 select BOARD_LATE_INIT
121 config TARGET_CHILIBOARD
122 bool "Grinn chiliBoard"
123 select AM33XX_CHILISOM
124 select BOARD_LATE_INIT
129 config TARGET_CM_T335
130 bool "Support cm_t335"
138 select BOARD_LATE_INIT
145 bool "Support etamin"
146 select BOARD_LATE_INIT
153 bool "Support pcm051"
159 config TARGET_PENGWYN
160 bool "Support pengwyn"
167 bool "Support pepper"
175 select BOARD_LATE_INIT
181 config TARGET_RASTABAN
182 bool "Support rastaban"
183 select BOARD_LATE_INIT
191 select BOARD_LATE_INIT
198 bool "Support thuban"
199 select BOARD_LATE_INIT
206 bool "Support PDU001"
209 imply SPL_SEPARATE_BSS
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.
223 prompt "AM43xx board select"
225 config TARGET_AM43XX_EVM
226 bool "Support am43xx_evm"
227 select BOARD_LATE_INIT
228 select TI_I2C_BOARD_DETECT
234 imply SPL_ENV_SUPPORT
237 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
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.
257 bool "Support cm_t43"
261 config SPL_RTC_DDR_SUPPORT
264 prompt "Enable RTC-DDR ONLY Support"
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
278 config PUB_ROM_DATA_SIZE
279 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
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.