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
125 bool "Support BRPPT1"
126 select BOARD_LATE_INIT
128 config TARGET_CHILIBOARD
129 bool "Grinn chiliBoard"
130 select AM33XX_CHILISOM
131 select BOARD_LATE_INIT
136 config TARGET_CM_T335
137 bool "Support cm_t335"
145 select BOARD_LATE_INIT
152 bool "Support etamin"
153 select BOARD_LATE_INIT
160 bool "Support pcm051"
166 config TARGET_PENGWYN
167 bool "Support pengwyn"
174 bool "Support pepper"
180 config TARGET_PHYCORE_AM335X_R2
181 bool "Support phyCORE AM335X R2"
189 select BOARD_LATE_INIT
195 config TARGET_RASTABAN
196 bool "Support rastaban"
197 select BOARD_LATE_INIT
205 select BOARD_LATE_INIT
212 bool "Support thuban"
213 select BOARD_LATE_INIT
220 bool "Support PDU001"
223 imply SPL_SEPARATE_BSS
226 Support for PDU001 platform developed by EETS GmbH.
227 The PDU001 is a processor and display unit developed around
228 the Computing-Module m2 from bytes at work AG.
237 prompt "AM43xx board select"
239 config TARGET_AM43XX_EVM
240 bool "Support am43xx_evm"
241 select BOARD_LATE_INIT
242 select TI_I2C_BOARD_DETECT
247 imply SPL_ENV_SUPPORT
250 imply SPL_GPIO_SUPPORT
251 imply SPL_I2C_SUPPORT
252 imply SPL_LIBCOMMON_SUPPORT
253 imply SPL_LIBDISK_SUPPORT
254 imply SPL_LIBGENERIC_SUPPORT
255 imply SPL_MMC_SUPPORT
256 imply SPL_NAND_SUPPORT
257 imply SPL_POWER_SUPPORT
258 imply SPL_SERIAL_SUPPORT
259 imply SPL_WATCHDOG_SUPPORT
260 imply SPL_YMODEM_SUPPORT
262 This option specifies support for the AM43xx
263 GP and HS EVM development platforms.The AM437x
264 GP EVM is a standalone test, development, and
265 evaluation module system that enables developers
266 to write software and develop hardware around
267 an AM43xx processor subsystem.
270 bool "Support cm_t43"
274 config SPL_RTC_DDR_SUPPORT
277 prompt "Enable RTC-DDR ONLY Support"
279 If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in
280 self-refresh mode is a special power saving mode where in all
281 the other voltages are turned off apart from the RTC domain and DDR.
282 So only RTC is alive and ticking and one can program it to wake
283 up after a predetermined period. Once RTC alarm fires, the PMIC
284 powers up all the voltage domains. U-Boot takes a special path
285 as the DDR has contents is in self-refresh and restore path is
291 config PUB_ROM_DATA_SIZE
292 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
295 During the device boot, the public ROM uses the top of
296 the public L3 OCMC RAM to store r/w data like stack,
297 heap, globals etc. When the ROM is copying the boot
298 image from the boot media into memory, the image must
299 not spill over into this area. This value can be used
300 during compile time to determine the maximum size of a
301 boot image. Once the ROM transfers control to the boot
302 image, this area is no longer used, and can be reclaimed
303 for run time use by the boot image.