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_GUARDIAN
91 bool "Support am335x based guardian board from bosch"
97 config TARGET_AM335X_SL50
98 bool "Support am335x_sl50"
99 select BOARD_LATE_INIT
105 config TARGET_BAV335X
106 bool "Support bav335x"
107 select BOARD_LATE_INIT
112 The BAV335x OEM Network Processor integrates all the functions of an
113 embedded network computer in a small, easy to use SODIMM module which
114 incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
115 processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
116 ethernet with simple connection to external connectors.
118 For more information, visit: http://birdland.com/oem
121 bool "Support BRXRE1"
122 select BOARD_LATE_INIT
124 config TARGET_BRSMARC1
125 bool "Support BRSMARC1"
126 select BOARD_LATE_INIT
129 bool "Support BRPPT1"
130 select BOARD_LATE_INIT
132 config TARGET_CHILIBOARD
133 bool "Grinn chiliBoard"
134 select AM33XX_CHILISOM
135 select BOARD_LATE_INIT
140 config TARGET_CM_T335
141 bool "Support cm_t335"
149 select BOARD_LATE_INIT
156 bool "Support etamin"
157 select BOARD_LATE_INIT
164 bool "Support pcm051"
170 config TARGET_PENGWYN
171 bool "Support pengwyn"
178 bool "Support pepper"
184 config TARGET_PHYCORE_AM335X_R2
185 bool "Support phyCORE AM335X R2"
193 select BOARD_LATE_INIT
199 config TARGET_RASTABAN
200 bool "Support rastaban"
201 select BOARD_LATE_INIT
209 select BOARD_LATE_INIT
216 bool "Support thuban"
217 select BOARD_LATE_INIT
224 bool "Support PDU001"
227 imply SPL_SEPARATE_BSS
230 Support for PDU001 platform developed by EETS GmbH.
231 The PDU001 is a processor and display unit developed around
232 the Computing-Module m2 from bytes at work AG.
241 prompt "AM43xx board select"
243 config TARGET_AM43XX_EVM
244 bool "Support am43xx_evm"
245 select BOARD_LATE_INIT
246 select TI_I2C_BOARD_DETECT
251 imply SPL_ENV_SUPPORT
254 imply SPL_GPIO_SUPPORT
255 imply SPL_I2C_SUPPORT
256 imply SPL_LIBCOMMON_SUPPORT
257 imply SPL_LIBDISK_SUPPORT
258 imply SPL_LIBGENERIC_SUPPORT
259 imply SPL_MMC_SUPPORT
260 imply SPL_NAND_SUPPORT
261 imply SPL_POWER_SUPPORT
262 imply SPL_SERIAL_SUPPORT
263 imply SPL_WATCHDOG_SUPPORT
264 imply SPL_YMODEM_SUPPORT
266 This option specifies support for the AM43xx
267 GP and HS EVM development platforms.The AM437x
268 GP EVM is a standalone test, development, and
269 evaluation module system that enables developers
270 to write software and develop hardware around
271 an AM43xx processor subsystem.
274 bool "Support cm_t43"
278 config SPL_RTC_DDR_SUPPORT
281 prompt "Enable RTC-DDR ONLY Support"
283 If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in
284 self-refresh mode is a special power saving mode where in all
285 the other voltages are turned off apart from the RTC domain and DDR.
286 So only RTC is alive and ticking and one can program it to wake
287 up after a predetermined period. Once RTC alarm fires, the PMIC
288 powers up all the voltage domains. U-Boot takes a special path
289 as the DDR has contents is in self-refresh and restore path is
295 config PUB_ROM_DATA_SIZE
296 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
299 During the device boot, the public ROM uses the top of
300 the public L3 OCMC RAM to store r/w data like stack,
301 heap, globals etc. When the ROM is copying the boot
302 image from the boot media into memory, the image must
303 not spill over into this area. This value can be used
304 during compile time to determine the maximum size of a
305 boot image. Once the ROM transfers control to the boot
306 image, this area is no longer used, and can be reclaimed
307 for run time use by the boot image.