blob: c98c26d1d8eb7967dc1f9ea4ace282d0c40469f7 [file] [log] [blame]
Mike Frysinger62d2a232008-06-01 09:09:48 -04001/*
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
Robin Getza6969e12009-08-11 14:20:13 +000015# 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
Mike Frysinger62d2a232008-06-01 09:09:48 -040022# 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
Mike Frysingeraa5e9222010-12-24 12:53:47 -050037# define CONFIG_CMD_EXT2
Mike Frysinger62d2a232008-06-01 09:09:48 -040038# define CONFIG_CMD_FAT
39# define CONFIG_CMD_MMC
40# define CONFIG_DOS_PARTITION
41# endif
Mike Frysingeraa5e9222010-12-24 12:53:47 -050042# ifdef CONFIG_MMC_SPI
43# define CONFIG_CMD_MMC_SPI
44# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040045# 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
Mike Frysinger93441392009-11-11 17:29:35 -050052# if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
Mike Frysingerc0e7c7a2009-05-25 22:42:28 -040053# define CONFIG_CMD_NAND
Mike Frysinger8bbfce82010-09-21 19:33:53 -040054# define CONFIG_CMD_NAND_LOCK_UNLOCK
Mike Frysingerc0e7c7a2009-05-25 22:42:28 -040055# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040056# ifdef CONFIG_POST
57# define CONFIG_CMD_DIAG
58# endif
59# ifdef CONFIG_RTC_BFIN
60# define CONFIG_CMD_DATE
Robin Getza6969e12009-08-11 14:20:13 +000061# if ADI_CMDS_NETWORK
62# define CONFIG_CMD_SNTP
63# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040064# endif
65# ifdef CONFIG_SPI
66# define CONFIG_CMD_EEPROM
67# endif
68# if defined(CONFIG_BFIN_SPI) || defined(CONFIG_SOFT_SPI)
69# define CONFIG_CMD_SPI
70# endif
71# ifdef CONFIG_SPI_FLASH
72# define CONFIG_CMD_SF
73# endif
74# if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
75# define CONFIG_CMD_I2C
Mike Frysingerd86e9a72010-06-08 16:22:44 -040076# define CONFIG_SOFT_I2C_READ_REPEATED_START
Mike Frysinger62d2a232008-06-01 09:09:48 -040077# endif
78# ifdef CONFIG_SYS_NO_FLASH
79# undef CONFIG_CMD_FLASH
80# undef CONFIG_CMD_IMLS
81# else
82# define CONFIG_CMD_JFFS2
83# endif
Mike Frysinger0b30edc2010-01-08 07:56:17 -050084# ifdef CONFIG_CMD_JFFS2
85# define CONFIG_JFFS2_SUMMARY
86# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040087# define CONFIG_CMD_BOOTLDR
88# define CONFIG_CMD_CACHE
89# define CONFIG_CMD_CPLBINFO
90# define CONFIG_CMD_ELF
Mike Frysingerb52c2d12010-06-02 04:34:49 -040091# define CONFIG_CMD_GPIO
Robin Getz230d0012009-12-21 16:35:48 -050092# define CONFIG_CMD_KGDB
Mike Frysinger47c3a492010-12-26 12:35:21 -050093# define CONFIG_CMD_LDRINFO
Mike Frysinger62d2a232008-06-01 09:09:48 -040094# define CONFIG_CMD_REGINFO
95# define CONFIG_CMD_STRINGS
96# if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
97# define CONFIG_CMD_OTP
Mike Frysinger7c8e97f2008-11-27 16:50:32 -050098# define CONFIG_CMD_SPIBOOTLDR
Mike Frysinger62d2a232008-06-01 09:09:48 -040099# endif
100#endif
101
102/*
103 * Console Settings
104 */
105#define CONFIG_SYS_LONGHELP 1
106#define CONFIG_CMDLINE_EDITING 1
107#define CONFIG_AUTO_COMPLETE 1
108#define CONFIG_LOADS_ECHO 1
109#define CONFIG_JTAG_CONSOLE
Mike Frysingerf3b9ef92009-10-15 14:59:46 -0400110#define CONFIG_SILENT_CONSOLE
Mike Frysinger62d2a232008-06-01 09:09:48 -0400111#ifndef CONFIG_BAUDRATE
112# define CONFIG_BAUDRATE 57600
113#endif
Mike Frysingerdda2fb72011-04-29 23:29:03 -0400114#ifndef CONFIG_DEBUG_EARLY_SERIAL
115# define CONFIG_SERIAL_MULTI
116# define CONFIG_SYS_BFIN_UART
117#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400118
119/*
120 * Debug Settings
121 */
122#define CONFIG_ENV_OVERWRITE 1
123#define CONFIG_DEBUG_DUMP 1
Mike Frysingera46fbba2009-05-20 04:35:14 -0400124#define CONFIG_KALLSYMS 1
Mike Frysinger62d2a232008-06-01 09:09:48 -0400125#define CONFIG_PANIC_HANG 1
126
127/*
128 * Env Settings
129 */
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400130#ifndef CONFIG_BOOTDELAY
131# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_UART)
132# define CONFIG_BOOTDELAY -1
133# else
134# define CONFIG_BOOTDELAY 5
135# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400136#endif
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400137#ifndef CONFIG_BOOTCOMMAND
138# define CONFIG_BOOTCOMMAND "run ramboot"
139#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400140#ifdef CONFIG_VIDEO
141# define CONFIG_BOOTARGS_VIDEO "console=tty0 "
142#else
143# define CONFIG_BOOTARGS_VIDEO ""
144#endif
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400145#ifndef CONFIG_BOOTARGS_ROOT
146# define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
147#endif
Harald Krapfenbauer2bdd9192009-10-14 08:37:32 -0400148#ifndef FLASHBOOT_ENV_SETTINGS
149# define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
150#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400151#define CONFIG_BOOTARGS \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400152 "root=" CONFIG_BOOTARGS_ROOT " " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200153 "clkin_hz=" __stringify(CONFIG_CLKIN_HZ) " " \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400154 "earlyprintk=" \
155 "serial," \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200156 "uart" __stringify(CONFIG_UART_CONSOLE) "," \
157 __stringify(CONFIG_BAUDRATE) " " \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400158 CONFIG_BOOTARGS_VIDEO \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200159 "console=ttyBF" __stringify(CONFIG_UART_CONSOLE) "," \
160 __stringify(CONFIG_BAUDRATE)
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400161#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
Mike Frysinger62d2a232008-06-01 09:09:48 -0400172#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
Mike Frysinger55c5d712010-09-29 20:24:16 +0000183# ifndef CONFIG_BFIN_SPI_IMG_SIZE
184# define CONFIG_BFIN_SPI_IMG_SIZE 0x40000
185# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400186# define UBOOT_ENV_UPDATE \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200187 "sf probe " __stringify(BFIN_BOOT_SPI_SSEL) ";" \
188 "sf erase 0 " __stringify(CONFIG_BFIN_SPI_IMG_SIZE) ";" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400189 "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 \
Robin Getz09bbcb32009-07-10 18:37:15 +0000198 "protect off 0x20000000 +$(filesize);" \
199 "erase 0x20000000 +$(filesize);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400200 "cp.b $(loadaddr) 0x20000000 $(filesize)"
201# endif
Robin Getz18576a62009-12-21 15:31:08 -0500202# ifdef CONFIG_NETCONSOLE
203# define NETCONSOLE_ENV \
204 "nc=" \
205 "set ncip ${serverip};" \
206 "set stdin nc;" \
Mike Frysinger5b44c612011-06-24 20:58:13 -0400207 "set stdout nc;" \
208 "set stderr nc" \
Robin Getz18576a62009-12-21 15:31:08 -0500209 "\0"
210# else
211# define NETCONSOLE_ENV
212# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400213# define NETWORK_ENV_SETTINGS \
Robin Getz18576a62009-12-21 15:31:08 -0500214 NETCONSOLE_ENV \
215 \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400216 "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" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400225 \
226 "ramfile=uImage\0" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400227 "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
228 "ramboot=" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400229 "tftp $(loadaddr) $(ramfile);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400230 "run ramargs;" \
231 "run addip;" \
232 "bootm" \
233 "\0" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400234 \
235 "nfsfile=vmImage\0" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400236 "nfsargs=set bootargs " \
237 "root=/dev/nfs rw " \
238 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
239 "\0" \
240 "nfsboot=" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400241 "tftp $(loadaddr) $(nfsfile);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400242 "run nfsargs;" \
243 "run addip;" \
244 "bootm" \
245 "\0"
246#else
247# define NETWORK_ENV_SETTINGS
248#endif
Mike Frysingerdc173e02010-09-19 16:27:24 -0400249#ifndef BOARD_ENV_SETTINGS
250# define BOARD_ENV_SETTINGS
251#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400252#define CONFIG_EXTRA_ENV_SETTINGS \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400253 NAND_ENV_SETTINGS \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400254 NETWORK_ENV_SETTINGS \
Mike Frysingerdc173e02010-09-19 16:27:24 -0400255 FLASHBOOT_ENV_SETTINGS \
256 BOARD_ENV_SETTINGS
Mike Frysinger62d2a232008-06-01 09:09:48 -0400257
258/*
259 * Network Settings
260 */
261#ifdef CONFIG_CMD_NET
Mike Frysinger62d2a232008-06-01 09:09:48 -0400262# define CONFIG_NETMASK 255.255.255.0
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400263# 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
Joe Hershberger257ff782011-10-13 13:03:47 +0000269# define CONFIG_ROOTPATH "/romfs"
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400270# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400271# ifdef CONFIG_CMD_DHCP
272# ifndef CONFIG_SYS_AUTOLOAD
273# define CONFIG_SYS_AUTOLOAD "no"
274# endif
275# endif
Mike Frysinger06c3c802010-06-13 12:47:52 -0400276# define CONFIG_IP_DEFRAG
Mike Frysinger62d2a232008-06-01 09:09:48 -0400277# define CONFIG_NET_RETRY_COUNT 20
278#endif
279
Mike Frysinger07145b42009-04-24 17:11:47 -0400280/*
Mike Frysingerb86dd602011-06-05 20:18:43 -0400281 * Flash Settings
282 */
283#define CONFIG_FLASH_SHOW_PROGRESS 45
284
285/*
Mike Frysingercf01ec92010-09-19 16:26:55 -0400286 * SPI Settings
287 */
288#ifdef CONFIG_SPI_FLASH_ALL
289# define CONFIG_SPI_FLASH_ATMEL
Mike Frysingerbc0bd682011-04-12 01:42:05 -0400290# define CONFIG_SPI_FLASH_EON
Mike Frysingercf01ec92010-09-19 16:26:55 -0400291# 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
298/*
Mike Frysinger8bb1a0e2010-06-08 16:18:00 -0400299 * 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
310/*
Mike Frysinger07145b42009-04-24 17:11:47 -0400311 * Misc Settings
312 */
Mike Frysingercc64ba62010-10-19 18:02:43 -0400313#ifndef CONFIG_BOARD_SIZE_LIMIT
314# define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
315#endif
Mike Frysinger9c7c6152010-06-02 06:13:50 -0400316#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
Mike Frysinger07145b42009-04-24 17:11:47 -0400317#define CONFIG_LZMA
Mike Frysinger6b10ac22011-01-10 00:19:47 -0500318#define CONFIG_MONITOR_IS_IN_RAM
Mike Frysinger07145b42009-04-24 17:11:47 -0400319
Mike Frysinger62d2a232008-06-01 09:09:48 -0400320#endif