]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/bfin_adi_common.h
Merge commit '7b2fac7654f7420c2787f74ec3b1540fa3b343e9'
[people/ms/u-boot.git] / include / configs / bfin_adi_common.h
CommitLineData
cf6f469e
MF
1/*
2 * U-Boot - Common settings for Analog Devices boards
3 */
4
5#ifndef __CONFIG_BFIN_ADI_COMMON_H__
6#define __CONFIG_BFIN_ADI_COMMON_H__
7
8/*
9 * Command Settings
10 */
11#ifndef _CONFIG_CMD_DEFAULT_H
12# include <config_cmd_default.h>
13# if ADI_CMDS_NETWORK
14# define CONFIG_CMD_DHCP
574b70df
RG
15# define CONFIG_BOOTP_SUBNETMASK
16# define CONFIG_BOOTP_GATEWAY
17# define CONFIG_BOOTP_DNS
18# define CONFIG_BOOTP_NTPSERVER
19# define CONFIG_BOOTP_RANDOM_DELAY
20# define CONFIG_KEEP_SERVERADDR
21# define CONFIG_CMD_DNS
cf6f469e
MF
22# define CONFIG_CMD_PING
23# ifdef CONFIG_BFIN_MAC
24# define CONFIG_CMD_MII
25# endif
26# else
27# undef CONFIG_CMD_BOOTD
28# undef CONFIG_CMD_NET
29# undef CONFIG_CMD_NFS
30# endif
31# ifdef CONFIG_LIBATA
32# define CONFIG_CMD_FAT
33# define CONFIG_CMD_SATA
34# define CONFIG_DOS_PARTITION
35# endif
36# ifdef CONFIG_MMC
14dda9df 37# define CONFIG_CMD_EXT2
cf6f469e
MF
38# define CONFIG_CMD_FAT
39# define CONFIG_CMD_MMC
40# define CONFIG_DOS_PARTITION
41# endif
14dda9df
MF
42# ifdef CONFIG_MMC_SPI
43# define CONFIG_CMD_MMC_SPI
44# endif
cf6f469e
MF
45# ifdef CONFIG_USB
46# define CONFIG_CMD_EXT2
47# define CONFIG_CMD_FAT
48# define CONFIG_CMD_USB
49# define CONFIG_CMD_USB_STORAGE
50# define CONFIG_DOS_PARTITION
51# endif
b7659ef2 52# if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
cd84423a 53# define CONFIG_CMD_NAND
4cd4c2d2 54# define CONFIG_CMD_NAND_LOCK_UNLOCK
cd84423a 55# endif
cf6f469e
MF
56# ifdef CONFIG_POST
57# define CONFIG_CMD_DIAG
800eb096 58# define CONFIG_POST_ALT_LIST
cf6f469e
MF
59# endif
60# ifdef CONFIG_RTC_BFIN
61# define CONFIG_CMD_DATE
574b70df
RG
62# if ADI_CMDS_NETWORK
63# define CONFIG_CMD_SNTP
64# endif
cf6f469e
MF
65# endif
66# ifdef CONFIG_SPI
67# define CONFIG_CMD_EEPROM
68# endif
69# if defined(CONFIG_BFIN_SPI) || defined(CONFIG_SOFT_SPI)
70# define CONFIG_CMD_SPI
71# endif
72# ifdef CONFIG_SPI_FLASH
73# define CONFIG_CMD_SF
74# endif
75# if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
76# define CONFIG_CMD_I2C
beb60e77 77# define CONFIG_SOFT_I2C_READ_REPEATED_START
cf6f469e
MF
78# endif
79# ifdef CONFIG_SYS_NO_FLASH
80# undef CONFIG_CMD_FLASH
81# undef CONFIG_CMD_IMLS
82# else
83# define CONFIG_CMD_JFFS2
84# endif
c46a0ebf
MF
85# ifdef CONFIG_CMD_JFFS2
86# define CONFIG_JFFS2_SUMMARY
87# endif
cf6f469e
MF
88# define CONFIG_CMD_BOOTLDR
89# define CONFIG_CMD_CACHE
90# define CONFIG_CMD_CPLBINFO
91# define CONFIG_CMD_ELF
c5530555 92# define CONFIG_CMD_GPIO
f19fd87e 93# define CONFIG_CMD_KGDB
d633b2db 94# define CONFIG_CMD_LDRINFO
cf6f469e
MF
95# define CONFIG_CMD_REGINFO
96# define CONFIG_CMD_STRINGS
97# if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
98# define CONFIG_CMD_OTP
dd14af76 99# define CONFIG_CMD_SPIBOOTLDR
cf6f469e
MF
100# endif
101#endif
102
103/*
104 * Console Settings
105 */
106#define CONFIG_SYS_LONGHELP 1
107#define CONFIG_CMDLINE_EDITING 1
108#define CONFIG_AUTO_COMPLETE 1
109#define CONFIG_LOADS_ECHO 1
110#define CONFIG_JTAG_CONSOLE
16ada4f6 111#define CONFIG_SILENT_CONSOLE
cf6f469e
MF
112#ifndef CONFIG_BAUDRATE
113# define CONFIG_BAUDRATE 57600
114#endif
e46e8159
MF
115#ifndef CONFIG_DEBUG_EARLY_SERIAL
116# define CONFIG_SERIAL_MULTI
117# define CONFIG_SYS_BFIN_UART
118#endif
cf6f469e
MF
119
120/*
121 * Debug Settings
122 */
123#define CONFIG_ENV_OVERWRITE 1
124#define CONFIG_DEBUG_DUMP 1
ecb1dc89 125#define CONFIG_KALLSYMS 1
cf6f469e
MF
126#define CONFIG_PANIC_HANG 1
127
128/*
129 * Env Settings
130 */
56f0c57b
MF
131#ifndef CONFIG_BOOTDELAY
132# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_UART)
133# define CONFIG_BOOTDELAY -1
134# else
135# define CONFIG_BOOTDELAY 5
136# endif
cf6f469e 137#endif
0e63dc06
MF
138#ifndef CONFIG_BOOTCOMMAND
139# define CONFIG_BOOTCOMMAND "run ramboot"
140#endif
cf6f469e
MF
141#ifdef CONFIG_VIDEO
142# define CONFIG_BOOTARGS_VIDEO "console=tty0 "
143#else
144# define CONFIG_BOOTARGS_VIDEO ""
145#endif
0e63dc06
MF
146#ifndef CONFIG_BOOTARGS_ROOT
147# define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
148#endif
fd04a05b
HK
149#ifndef FLASHBOOT_ENV_SETTINGS
150# define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
151#endif
cf6f469e 152#define CONFIG_BOOTARGS \
0e63dc06 153 "root=" CONFIG_BOOTARGS_ROOT " " \
88f9faff 154 "clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
cf6f469e
MF
155 "earlyprintk=" \
156 "serial," \
157 "uart" MK_STR(CONFIG_UART_CONSOLE) "," \
158 MK_STR(CONFIG_BAUDRATE) " " \
159 CONFIG_BOOTARGS_VIDEO \
46a88794 160 "console=ttyBF" MK_STR(CONFIG_UART_CONSOLE) "," MK_STR(CONFIG_BAUDRATE)
0e63dc06
MF
161#if defined(CONFIG_CMD_NAND)
162# define NAND_ENV_SETTINGS \
163 "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
164 "nandboot=" \
165 "nand read $(loadaddr) 0x20000 0x100000;" \
166 "run nandargs;" \
167 "bootm" \
168 "\0"
169#else
170# define NAND_ENV_SETTINGS
171#endif
cf6f469e
MF
172#if defined(CONFIG_CMD_NET)
173# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
174# define UBOOT_ENV_FILE "u-boot.bin"
175# else
176# define UBOOT_ENV_FILE "u-boot.ldr"
177# endif
178# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
179# ifdef CONFIG_SPI
180# define UBOOT_ENV_UPDATE \
181 "eeprom write $(loadaddr) 0x0 $(filesize)"
182# else
abaa5ba4
MF
183# ifndef CONFIG_BFIN_SPI_IMG_SIZE
184# define CONFIG_BFIN_SPI_IMG_SIZE 0x40000
185# endif
cf6f469e
MF
186# define UBOOT_ENV_UPDATE \
187 "sf probe " MK_STR(BFIN_BOOT_SPI_SSEL) ";" \
abaa5ba4 188 "sf erase 0 " MK_STR(CONFIG_BFIN_SPI_IMG_SIZE) ";" \
cf6f469e
MF
189 "sf write $(loadaddr) 0 $(filesize)"
190# endif
191# elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
192# define UBOOT_ENV_UPDATE \
193 "nand unlock 0 0x40000;" \
194 "nand erase 0 0x40000;" \
195 "nand write $(loadaddr) 0 0x40000"
196# else
197# define UBOOT_ENV_UPDATE \
69c6d268
RG
198 "protect off 0x20000000 +$(filesize);" \
199 "erase 0x20000000 +$(filesize);" \
cf6f469e
MF
200 "cp.b $(loadaddr) 0x20000000 $(filesize)"
201# endif
0097870e
RG
202# ifdef CONFIG_NETCONSOLE
203# define NETCONSOLE_ENV \
204 "nc=" \
205 "set ncip ${serverip};" \
206 "set stdin nc;" \
fd48d591
MF
207 "set stdout nc;" \
208 "set stderr nc" \
0097870e
RG
209 "\0"
210# else
211# define NETCONSOLE_ENV
212# endif
cf6f469e 213# define NETWORK_ENV_SETTINGS \
0097870e
RG
214 NETCONSOLE_ENV \
215 \
cf6f469e
MF
216 "ubootfile=" UBOOT_ENV_FILE "\0" \
217 "update=" \
218 "tftp $(loadaddr) $(ubootfile);" \
219 UBOOT_ENV_UPDATE \
220 "\0" \
221 "addip=set bootargs $(bootargs) " \
222 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):" \
223 "$(hostname):eth0:off" \
224 "\0" \
0e63dc06
MF
225 \
226 "ramfile=uImage\0" \
cf6f469e
MF
227 "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
228 "ramboot=" \
0e63dc06 229 "tftp $(loadaddr) $(ramfile);" \
cf6f469e
MF
230 "run ramargs;" \
231 "run addip;" \
232 "bootm" \
233 "\0" \
0e63dc06
MF
234 \
235 "nfsfile=vmImage\0" \
cf6f469e
MF
236 "nfsargs=set bootargs " \
237 "root=/dev/nfs rw " \
238 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
239 "\0" \
240 "nfsboot=" \
0e63dc06 241 "tftp $(loadaddr) $(nfsfile);" \
cf6f469e
MF
242 "run nfsargs;" \
243 "run addip;" \
244 "bootm" \
245 "\0"
246#else
247# define NETWORK_ENV_SETTINGS
248#endif
c2d8b965
MF
249#ifndef BOARD_ENV_SETTINGS
250# define BOARD_ENV_SETTINGS
251#endif
cf6f469e 252#define CONFIG_EXTRA_ENV_SETTINGS \
0e63dc06 253 NAND_ENV_SETTINGS \
cf6f469e 254 NETWORK_ENV_SETTINGS \
c2d8b965
MF
255 FLASHBOOT_ENV_SETTINGS \
256 BOARD_ENV_SETTINGS
cf6f469e
MF
257
258/*
259 * Network Settings
260 */
261#ifdef CONFIG_CMD_NET
cf6f469e 262# define CONFIG_NETMASK 255.255.255.0
56f0c57b
MF
263# ifndef CONFIG_IPADDR
264# define CONFIG_IPADDR 192.168.0.15
265# define CONFIG_GATEWAYIP 192.168.0.1
266# define CONFIG_SERVERIP 192.168.0.2
267# endif
268# ifndef CONFIG_ROOTPATH
269# define CONFIG_ROOTPATH /romfs
270# endif
cf6f469e
MF
271# ifdef CONFIG_CMD_DHCP
272# ifndef CONFIG_SYS_AUTOLOAD
273# define CONFIG_SYS_AUTOLOAD "no"
274# endif
275# endif
8278b870 276# define CONFIG_IP_DEFRAG
cf6f469e
MF
277# define CONFIG_NET_RETRY_COUNT 20
278#endif
279
27575587
MF
280/*
281 * Flash Settings
282 */
283#define CONFIG_FLASH_SHOW_PROGRESS 45
284
f453220c
MF
285/*
286 * SPI Settings
287 */
288#ifdef CONFIG_SPI_FLASH_ALL
289# define CONFIG_SPI_FLASH_ATMEL
9ccf0b24 290# define CONFIG_SPI_FLASH_EON
f453220c
MF
291# define CONFIG_SPI_FLASH_MACRONIX
292# define CONFIG_SPI_FLASH_SPANSION
293# define CONFIG_SPI_FLASH_SST
294# define CONFIG_SPI_FLASH_STMICRO
295# define CONFIG_SPI_FLASH_WINBOND
296#endif
297
787e343b
MF
298/*
299 * I2C Settings
300 */
301#if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
302# ifndef CONFIG_SYS_I2C_SPEED
303# define CONFIG_SYS_I2C_SPEED 50000
304# endif
305# ifndef CONFIG_SYS_I2C_SLAVE
306# define CONFIG_SYS_I2C_SLAVE 0
307# endif
308#endif
309
7c7503ee
MF
310/*
311 * Misc Settings
312 */
58d7570c
MF
313#ifndef CONFIG_BOARD_SIZE_LIMIT
314# define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
315#endif
37a4b75d 316#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
7c7503ee 317#define CONFIG_LZMA
a91eb2c5 318#define CONFIG_MONITOR_IS_IN_RAM
7c7503ee 319
cf6f469e 320#endif