blob: c401b731e80afcc97b6fd43c1639ad1a01f8345a [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
Sonic Zhang9e469b42012-08-16 12:08:31 +080012# ifdef ADI_CMDS_NETWORK
Robin Getza6969e12009-08-11 14:20:13 +000013# define CONFIG_BOOTP_SUBNETMASK
14# define CONFIG_BOOTP_GATEWAY
15# define CONFIG_BOOTP_DNS
16# define CONFIG_BOOTP_NTPSERVER
17# define CONFIG_BOOTP_RANDOM_DELAY
18# define CONFIG_KEEP_SERVERADDR
Mike Frysinger62d2a232008-06-01 09:09:48 -040019# ifdef CONFIG_BFIN_MAC
Mike Frysinger62d2a232008-06-01 09:09:48 -040020# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040021# endif
22# ifdef CONFIG_LIBATA
Mike Frysinger62d2a232008-06-01 09:09:48 -040023# define CONFIG_CMD_SATA
24# define CONFIG_DOS_PARTITION
25# endif
26# ifdef CONFIG_MMC
Mike Frysinger62d2a232008-06-01 09:09:48 -040027# define CONFIG_DOS_PARTITION
Sonic Zhangb2f5f6d2014-08-15 17:08:50 +080028# define CONFIG_SYS_MMC_MAX_BLK_COUNT 127
Mike Frysinger62d2a232008-06-01 09:09:48 -040029# endif
Mike Frysingeraa5e9222010-12-24 12:53:47 -050030# ifdef CONFIG_MMC_SPI
31# define CONFIG_CMD_MMC_SPI
32# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040033# ifdef CONFIG_USB
Mike Frysinger62d2a232008-06-01 09:09:48 -040034# define CONFIG_CMD_USB_STORAGE
35# define CONFIG_DOS_PARTITION
36# endif
Mike Frysinger93441392009-11-11 17:29:35 -050037# if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
Mike Frysingerc0e7c7a2009-05-25 22:42:28 -040038# define CONFIG_CMD_NAND
Mike Frysinger8bbfce82010-09-21 19:33:53 -040039# define CONFIG_CMD_NAND_LOCK_UNLOCK
Mike Frysingerc0e7c7a2009-05-25 22:42:28 -040040# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040041# ifdef CONFIG_POST
42# define CONFIG_CMD_DIAG
43# endif
44# ifdef CONFIG_RTC_BFIN
45# define CONFIG_CMD_DATE
Sonic Zhang9e469b42012-08-16 12:08:31 +080046# ifdef ADI_CMDS_NETWORK
Robin Getza6969e12009-08-11 14:20:13 +000047# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040048# endif
49# ifdef CONFIG_SPI
50# define CONFIG_CMD_EEPROM
51# endif
Scott Jiang80d27fa2014-11-13 15:30:55 +080052# if defined(CONFIG_SYS_I2C) || defined(CONFIG_SYS_I2C_SOFT)
Mike Frysingerd86e9a72010-06-08 16:22:44 -040053# define CONFIG_SOFT_I2C_READ_REPEATED_START
Mike Frysinger62d2a232008-06-01 09:09:48 -040054# endif
Joe Hershberger5a9d7f12015-06-22 16:15:30 -050055# ifndef CONFIG_SYS_NO_FLASH
Mike Frysinger62d2a232008-06-01 09:09:48 -040056# define CONFIG_CMD_JFFS2
57# endif
Mike Frysinger0b30edc2010-01-08 07:56:17 -050058# ifdef CONFIG_CMD_JFFS2
59# define CONFIG_JFFS2_SUMMARY
60# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040061# define CONFIG_CMD_BOOTLDR
Mike Frysinger62d2a232008-06-01 09:09:48 -040062# define CONFIG_CMD_CPLBINFO
Robin Getz230d0012009-12-21 16:35:48 -050063# define CONFIG_CMD_KGDB
Mike Frysinger47c3a492010-12-26 12:35:21 -050064# define CONFIG_CMD_LDRINFO
Mike Frysinger62d2a232008-06-01 09:09:48 -040065# define CONFIG_CMD_REGINFO
66# define CONFIG_CMD_STRINGS
67# if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
68# define CONFIG_CMD_OTP
Mike Frysinger7c8e97f2008-11-27 16:50:32 -050069# define CONFIG_CMD_SPIBOOTLDR
Mike Frysinger62d2a232008-06-01 09:09:48 -040070# endif
71#endif
72
73/*
74 * Console Settings
75 */
76#define CONFIG_SYS_LONGHELP 1
77#define CONFIG_CMDLINE_EDITING 1
78#define CONFIG_AUTO_COMPLETE 1
79#define CONFIG_LOADS_ECHO 1
80#define CONFIG_JTAG_CONSOLE
81#ifndef CONFIG_BAUDRATE
82# define CONFIG_BAUDRATE 57600
83#endif
Sonic Zhang95aad8a2013-04-07 19:04:14 +080084#ifdef CONFIG_UART_CONSOLE
85# define CONFIG_BFIN_SERIAL
86#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040087
88/*
89 * Debug Settings
90 */
91#define CONFIG_ENV_OVERWRITE 1
92#define CONFIG_DEBUG_DUMP 1
Mike Frysingera46fbba2009-05-20 04:35:14 -040093#define CONFIG_KALLSYMS 1
Mike Frysinger62d2a232008-06-01 09:09:48 -040094#define CONFIG_PANIC_HANG 1
95
96/*
97 * Env Settings
98 */
Mike Frysingera76bd0d2009-04-13 05:52:45 -040099#ifndef CONFIG_BOOTCOMMAND
100# define CONFIG_BOOTCOMMAND "run ramboot"
101#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400102#ifdef CONFIG_VIDEO
103# define CONFIG_BOOTARGS_VIDEO "console=tty0 "
104#else
105# define CONFIG_BOOTARGS_VIDEO ""
106#endif
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400107#ifndef CONFIG_BOOTARGS_ROOT
108# define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
109#endif
Harald Krapfenbauer2bdd9192009-10-14 08:37:32 -0400110#ifndef FLASHBOOT_ENV_SETTINGS
111# define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
112#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400113#define CONFIG_BOOTARGS \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400114 "root=" CONFIG_BOOTARGS_ROOT " " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200115 "clkin_hz=" __stringify(CONFIG_CLKIN_HZ) " " \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400116 "earlyprintk=" \
117 "serial," \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200118 "uart" __stringify(CONFIG_UART_CONSOLE) "," \
119 __stringify(CONFIG_BAUDRATE) " " \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400120 CONFIG_BOOTARGS_VIDEO \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200121 "console=ttyBF" __stringify(CONFIG_UART_CONSOLE) "," \
122 __stringify(CONFIG_BAUDRATE)
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400123#if defined(CONFIG_CMD_NAND)
124# define NAND_ENV_SETTINGS \
125 "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
126 "nandboot=" \
127 "nand read $(loadaddr) 0x20000 0x100000;" \
128 "run nandargs;" \
129 "bootm" \
130 "\0"
131#else
132# define NAND_ENV_SETTINGS
133#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400134#if defined(CONFIG_CMD_NET)
135# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
136# define UBOOT_ENV_FILE "u-boot.bin"
137# else
138# define UBOOT_ENV_FILE "u-boot.ldr"
139# endif
140# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
141# ifdef CONFIG_SPI
142# define UBOOT_ENV_UPDATE \
143 "eeprom write $(loadaddr) 0x0 $(filesize)"
144# else
Mike Frysinger55c5d712010-09-29 20:24:16 +0000145# ifndef CONFIG_BFIN_SPI_IMG_SIZE
146# define CONFIG_BFIN_SPI_IMG_SIZE 0x40000
147# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400148# define UBOOT_ENV_UPDATE \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200149 "sf probe " __stringify(BFIN_BOOT_SPI_SSEL) ";" \
150 "sf erase 0 " __stringify(CONFIG_BFIN_SPI_IMG_SIZE) ";" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400151 "sf write $(loadaddr) 0 $(filesize)"
152# endif
153# elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
154# define UBOOT_ENV_UPDATE \
155 "nand unlock 0 0x40000;" \
156 "nand erase 0 0x40000;" \
157 "nand write $(loadaddr) 0 0x40000"
158# else
Sonic Zhang9e469b42012-08-16 12:08:31 +0800159# ifndef UBOOT_ENV_UPDATE
160# define UBOOT_ENV_UPDATE \
Robin Getz09bbcb32009-07-10 18:37:15 +0000161 "protect off 0x20000000 +$(filesize);" \
162 "erase 0x20000000 +$(filesize);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400163 "cp.b $(loadaddr) 0x20000000 $(filesize)"
Sonic Zhang9e469b42012-08-16 12:08:31 +0800164# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400165# endif
Robin Getz18576a62009-12-21 15:31:08 -0500166# ifdef CONFIG_NETCONSOLE
167# define NETCONSOLE_ENV \
168 "nc=" \
169 "set ncip ${serverip};" \
170 "set stdin nc;" \
Mike Frysinger5b44c612011-06-24 20:58:13 -0400171 "set stdout nc;" \
172 "set stderr nc" \
Robin Getz18576a62009-12-21 15:31:08 -0500173 "\0"
174# else
175# define NETCONSOLE_ENV
176# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400177# define NETWORK_ENV_SETTINGS \
Robin Getz18576a62009-12-21 15:31:08 -0500178 NETCONSOLE_ENV \
179 \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400180 "ubootfile=" UBOOT_ENV_FILE "\0" \
181 "update=" \
182 "tftp $(loadaddr) $(ubootfile);" \
183 UBOOT_ENV_UPDATE \
184 "\0" \
185 "addip=set bootargs $(bootargs) " \
186 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):" \
187 "$(hostname):eth0:off" \
188 "\0" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400189 \
190 "ramfile=uImage\0" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400191 "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
192 "ramboot=" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400193 "tftp $(loadaddr) $(ramfile);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400194 "run ramargs;" \
195 "run addip;" \
196 "bootm" \
197 "\0" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400198 \
199 "nfsfile=vmImage\0" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400200 "nfsargs=set bootargs " \
201 "root=/dev/nfs rw " \
202 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
203 "\0" \
204 "nfsboot=" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400205 "tftp $(loadaddr) $(nfsfile);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400206 "run nfsargs;" \
207 "run addip;" \
208 "bootm" \
209 "\0"
210#else
211# define NETWORK_ENV_SETTINGS
212#endif
Mike Frysingerdc173e02010-09-19 16:27:24 -0400213#ifndef BOARD_ENV_SETTINGS
214# define BOARD_ENV_SETTINGS
215#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400216#define CONFIG_EXTRA_ENV_SETTINGS \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400217 NAND_ENV_SETTINGS \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400218 NETWORK_ENV_SETTINGS \
Mike Frysingerdc173e02010-09-19 16:27:24 -0400219 FLASHBOOT_ENV_SETTINGS \
220 BOARD_ENV_SETTINGS
Mike Frysinger62d2a232008-06-01 09:09:48 -0400221
222/*
223 * Network Settings
224 */
225#ifdef CONFIG_CMD_NET
Mike Frysinger62d2a232008-06-01 09:09:48 -0400226# define CONFIG_NETMASK 255.255.255.0
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400227# ifndef CONFIG_IPADDR
228# define CONFIG_IPADDR 192.168.0.15
229# define CONFIG_GATEWAYIP 192.168.0.1
230# define CONFIG_SERVERIP 192.168.0.2
231# endif
232# ifndef CONFIG_ROOTPATH
Joe Hershberger257ff782011-10-13 13:03:47 +0000233# define CONFIG_ROOTPATH "/romfs"
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400234# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400235# ifdef CONFIG_CMD_DHCP
236# ifndef CONFIG_SYS_AUTOLOAD
237# define CONFIG_SYS_AUTOLOAD "no"
238# endif
239# endif
Mike Frysinger06c3c802010-06-13 12:47:52 -0400240# define CONFIG_IP_DEFRAG
Mike Frysinger62d2a232008-06-01 09:09:48 -0400241# define CONFIG_NET_RETRY_COUNT 20
242#endif
243
Mike Frysinger07145b42009-04-24 17:11:47 -0400244/*
Mike Frysingerb86dd602011-06-05 20:18:43 -0400245 * Flash Settings
246 */
247#define CONFIG_FLASH_SHOW_PROGRESS 45
248
249/*
Mike Frysingercf01ec92010-09-19 16:26:55 -0400250 * SPI Settings
251 */
252#ifdef CONFIG_SPI_FLASH_ALL
Mike Frysingercf01ec92010-09-19 16:26:55 -0400253#endif
254
255/*
Mike Frysinger8bb1a0e2010-06-08 16:18:00 -0400256 * I2C Settings
257 */
Scott Jiang80d27fa2014-11-13 15:30:55 +0800258#if defined(CONFIG_SYS_I2C) || defined(CONFIG_SYS_I2C_SOFT)
Mike Frysinger8bb1a0e2010-06-08 16:18:00 -0400259# ifndef CONFIG_SYS_I2C_SPEED
260# define CONFIG_SYS_I2C_SPEED 50000
261# endif
262# ifndef CONFIG_SYS_I2C_SLAVE
263# define CONFIG_SYS_I2C_SLAVE 0
264# endif
265#endif
266
267/*
Mike Frysinger07145b42009-04-24 17:11:47 -0400268 * Misc Settings
269 */
Mike Frysingercc64ba62010-10-19 18:02:43 -0400270#ifndef CONFIG_BOARD_SIZE_LIMIT
271# define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
272#endif
Mike Frysinger9c7c6152010-06-02 06:13:50 -0400273#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
Mike Frysinger07145b42009-04-24 17:11:47 -0400274#define CONFIG_LZMA
Mike Frysinger6b10ac22011-01-10 00:19:47 -0500275#define CONFIG_MONITOR_IS_IN_RAM
Sonic Zhangcde8cef2013-04-07 18:02:37 +0800276#ifdef CONFIG_HW_WATCHDOG
277# define CONFIG_BFIN_WATCHDOG
278# ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS
279# define CONFIG_WATCHDOG_TIMEOUT_MSECS 5000
280# endif
281#endif
Sonic Zhang3edc3f32013-05-02 13:46:21 +0800282#ifndef CONFIG_ADI_GPIO2
283# define CONFIG_ADI_GPIO1
284#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400285#endif