2 * U-Boot - Common settings for Analog Devices boards
5 #ifndef __CONFIG_BFIN_ADI_COMMON_H__
6 #define __CONFIG_BFIN_ADI_COMMON_H__
11 #ifndef _CONFIG_CMD_DEFAULT_H
12 # include <config_cmd_default.h>
14 # define CONFIG_CMD_DHCP
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
22 # define CONFIG_CMD_PING
23 # ifdef CONFIG_BFIN_MAC
24 # define CONFIG_CMD_MII
27 # undef CONFIG_CMD_BOOTD
28 # undef CONFIG_CMD_NET
29 # undef CONFIG_CMD_NFS
32 # define CONFIG_CMD_FAT
33 # define CONFIG_CMD_SATA
34 # define CONFIG_DOS_PARTITION
37 # define CONFIG_CMD_FAT
38 # define CONFIG_CMD_MMC
39 # define CONFIG_DOS_PARTITION
42 # define CONFIG_CMD_EXT2
43 # define CONFIG_CMD_FAT
44 # define CONFIG_CMD_USB
45 # define CONFIG_CMD_USB_STORAGE
46 # define CONFIG_DOS_PARTITION
48 # if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
49 # define CONFIG_CMD_NAND
52 # define CONFIG_CMD_DIAG
54 # ifdef CONFIG_RTC_BFIN
55 # define CONFIG_CMD_DATE
57 # define CONFIG_CMD_SNTP
61 # define CONFIG_CMD_EEPROM
63 # if defined(CONFIG_BFIN_SPI) || defined(CONFIG_SOFT_SPI)
64 # define CONFIG_CMD_SPI
66 # ifdef CONFIG_SPI_FLASH
67 # define CONFIG_CMD_SF
69 # if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
70 # define CONFIG_CMD_I2C
72 # ifdef CONFIG_SYS_NO_FLASH
73 # undef CONFIG_CMD_FLASH
74 # undef CONFIG_CMD_IMLS
76 # define CONFIG_CMD_JFFS2
78 # define CONFIG_CMD_BOOTLDR
79 # define CONFIG_CMD_CACHE
80 # define CONFIG_CMD_CPLBINFO
81 # define CONFIG_CMD_ELF
82 # define CONFIG_ELF_SIMPLE_LOAD
83 # define CONFIG_CMD_REGINFO
84 # define CONFIG_CMD_STRINGS
85 # if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
86 # define CONFIG_CMD_OTP
87 # define CONFIG_CMD_SPIBOOTLDR
94 #define CONFIG_SYS_LONGHELP 1
95 #define CONFIG_CMDLINE_EDITING 1
96 #define CONFIG_AUTO_COMPLETE 1
97 #define CONFIG_LOADS_ECHO 1
98 #define CONFIG_JTAG_CONSOLE
99 #define CONFIG_SILENT_CONSOLE
100 #ifndef CONFIG_BAUDRATE
101 # define CONFIG_BAUDRATE 57600
107 #define CONFIG_ENV_OVERWRITE 1
108 #define CONFIG_DEBUG_DUMP 1
109 #define CONFIG_KALLSYMS 1
110 #define CONFIG_PANIC_HANG 1
115 #if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_UART)
116 # define CONFIG_BOOTDELAY -1
118 # define CONFIG_BOOTDELAY 5
120 #ifndef CONFIG_BOOTCOMMAND
121 # define CONFIG_BOOTCOMMAND "run ramboot"
124 # define CONFIG_BOOTARGS_VIDEO "console=tty0 "
126 # define CONFIG_BOOTARGS_VIDEO ""
128 #ifndef CONFIG_BOOTARGS_ROOT
129 # define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
131 #ifndef FLASHBOOT_ENV_SETTINGS
132 # define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
134 #define CONFIG_BOOTARGS \
135 "root=" CONFIG_BOOTARGS_ROOT " " \
136 "clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
139 "uart" MK_STR(CONFIG_UART_CONSOLE) "," \
140 MK_STR(CONFIG_BAUDRATE) " " \
141 CONFIG_BOOTARGS_VIDEO \
142 "console=ttyBF" MK_STR(CONFIG_UART_CONSOLE) "," MK_STR(CONFIG_BAUDRATE)
143 #if defined(CONFIG_CMD_NAND)
144 # define NAND_ENV_SETTINGS \
145 "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
147 "nand read $(loadaddr) 0x20000 0x100000;" \
152 # define NAND_ENV_SETTINGS
154 #if defined(CONFIG_CMD_NET)
155 # if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
156 # define UBOOT_ENV_FILE "u-boot.bin"
158 # define UBOOT_ENV_FILE "u-boot.ldr"
160 # if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
162 # define UBOOT_ENV_UPDATE \
163 "eeprom write $(loadaddr) 0x0 $(filesize)"
165 # define UBOOT_ENV_UPDATE \
166 "sf probe " MK_STR(BFIN_BOOT_SPI_SSEL) ";" \
167 "sf erase 0 0x40000;" \
168 "sf write $(loadaddr) 0 $(filesize)"
170 # elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
171 # define UBOOT_ENV_UPDATE \
172 "nand unlock 0 0x40000;" \
173 "nand erase 0 0x40000;" \
174 "nand write $(loadaddr) 0 0x40000"
176 # define UBOOT_ENV_UPDATE \
177 "protect off 0x20000000 +$(filesize);" \
178 "erase 0x20000000 +$(filesize);" \
179 "cp.b $(loadaddr) 0x20000000 $(filesize)"
181 # ifdef CONFIG_NETCONSOLE
182 # define NETCONSOLE_ENV \
184 "set ncip ${serverip};" \
189 # define NETCONSOLE_ENV
191 # define NETWORK_ENV_SETTINGS \
194 "ubootfile=" UBOOT_ENV_FILE "\0" \
196 "tftp $(loadaddr) $(ubootfile);" \
199 "addip=set bootargs $(bootargs) " \
200 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):" \
201 "$(hostname):eth0:off" \
205 "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
207 "tftp $(loadaddr) $(ramfile);" \
213 "nfsfile=vmImage\0" \
214 "nfsargs=set bootargs " \
215 "root=/dev/nfs rw " \
216 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
219 "tftp $(loadaddr) $(nfsfile);" \
225 # define NETWORK_ENV_SETTINGS
227 #define CONFIG_EXTRA_ENV_SETTINGS \
229 NETWORK_ENV_SETTINGS \
230 FLASHBOOT_ENV_SETTINGS
235 #ifdef CONFIG_CMD_NET
236 # define CONFIG_IPADDR 192.168.0.15
237 # define CONFIG_NETMASK 255.255.255.0
238 # define CONFIG_GATEWAYIP 192.168.0.1
239 # define CONFIG_SERVERIP 192.168.0.2
240 # define CONFIG_ROOTPATH /romfs
241 # ifdef CONFIG_CMD_DHCP
242 # ifndef CONFIG_SYS_AUTOLOAD
243 # define CONFIG_SYS_AUTOLOAD "no"
246 # define CONFIG_NET_RETRY_COUNT 20