blob: 5d61f99871bcff0a4b8863abc9088296b2118bdc [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
Mike Frysinger62d2a232008-06-01 09:09:48 -040024# endif
25# ifdef CONFIG_MMC
Sonic Zhangb2f5f6d2014-08-15 17:08:50 +080026# define CONFIG_SYS_MMC_MAX_BLK_COUNT 127
Mike Frysinger62d2a232008-06-01 09:09:48 -040027# endif
Mike Frysingeraa5e9222010-12-24 12:53:47 -050028# ifdef CONFIG_MMC_SPI
29# define CONFIG_CMD_MMC_SPI
30# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040031# ifdef CONFIG_USB
Mike Frysinger62d2a232008-06-01 09:09:48 -040032# define CONFIG_CMD_USB_STORAGE
Mike Frysinger62d2a232008-06-01 09:09:48 -040033# endif
Mike Frysinger93441392009-11-11 17:29:35 -050034# if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
Mike Frysingerc0e7c7a2009-05-25 22:42:28 -040035# define CONFIG_CMD_NAND
Mike Frysinger8bbfce82010-09-21 19:33:53 -040036# define CONFIG_CMD_NAND_LOCK_UNLOCK
Mike Frysingerc0e7c7a2009-05-25 22:42:28 -040037# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040038# ifdef CONFIG_POST
39# define CONFIG_CMD_DIAG
40# endif
41# ifdef CONFIG_RTC_BFIN
42# define CONFIG_CMD_DATE
Sonic Zhang9e469b42012-08-16 12:08:31 +080043# ifdef ADI_CMDS_NETWORK
Robin Getza6969e12009-08-11 14:20:13 +000044# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040045# endif
46# ifdef CONFIG_SPI
47# define CONFIG_CMD_EEPROM
48# endif
Scott Jiang80d27fa2014-11-13 15:30:55 +080049# if defined(CONFIG_SYS_I2C) || defined(CONFIG_SYS_I2C_SOFT)
Mike Frysingerd86e9a72010-06-08 16:22:44 -040050# define CONFIG_SOFT_I2C_READ_REPEATED_START
Mike Frysinger62d2a232008-06-01 09:09:48 -040051# endif
Masahiro Yamada8cea9b52017-02-11 22:43:54 +090052# ifdef CONFIG_MTD_NOR_FLASH
Mike Frysinger62d2a232008-06-01 09:09:48 -040053# define CONFIG_CMD_JFFS2
54# endif
Mike Frysinger0b30edc2010-01-08 07:56:17 -050055# ifdef CONFIG_CMD_JFFS2
56# define CONFIG_JFFS2_SUMMARY
57# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040058# define CONFIG_CMD_BOOTLDR
Mike Frysinger62d2a232008-06-01 09:09:48 -040059# define CONFIG_CMD_CPLBINFO
Robin Getz230d0012009-12-21 16:35:48 -050060# define CONFIG_CMD_KGDB
Mike Frysinger47c3a492010-12-26 12:35:21 -050061# define CONFIG_CMD_LDRINFO
Mike Frysinger62d2a232008-06-01 09:09:48 -040062# define CONFIG_CMD_REGINFO
63# define CONFIG_CMD_STRINGS
64# if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
65# define CONFIG_CMD_OTP
Mike Frysinger7c8e97f2008-11-27 16:50:32 -050066# define CONFIG_CMD_SPIBOOTLDR
Mike Frysinger62d2a232008-06-01 09:09:48 -040067# endif
68#endif
69
70/*
71 * Console Settings
72 */
73#define CONFIG_SYS_LONGHELP 1
74#define CONFIG_CMDLINE_EDITING 1
75#define CONFIG_AUTO_COMPLETE 1
76#define CONFIG_LOADS_ECHO 1
77#define CONFIG_JTAG_CONSOLE
78#ifndef CONFIG_BAUDRATE
79# define CONFIG_BAUDRATE 57600
80#endif
Sonic Zhang95aad8a2013-04-07 19:04:14 +080081#ifdef CONFIG_UART_CONSOLE
82# define CONFIG_BFIN_SERIAL
83#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040084
85/*
86 * Debug Settings
87 */
88#define CONFIG_ENV_OVERWRITE 1
89#define CONFIG_DEBUG_DUMP 1
Mike Frysingera46fbba2009-05-20 04:35:14 -040090#define CONFIG_KALLSYMS 1
Mike Frysinger62d2a232008-06-01 09:09:48 -040091#define CONFIG_PANIC_HANG 1
92
93/*
94 * Env Settings
95 */
Mike Frysingera76bd0d2009-04-13 05:52:45 -040096#ifndef CONFIG_BOOTCOMMAND
97# define CONFIG_BOOTCOMMAND "run ramboot"
98#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -040099#ifdef CONFIG_VIDEO
100# define CONFIG_BOOTARGS_VIDEO "console=tty0 "
101#else
102# define CONFIG_BOOTARGS_VIDEO ""
103#endif
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400104#ifndef CONFIG_BOOTARGS_ROOT
105# define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
106#endif
Harald Krapfenbauer2bdd9192009-10-14 08:37:32 -0400107#ifndef FLASHBOOT_ENV_SETTINGS
108# define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
109#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400110#define CONFIG_BOOTARGS \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400111 "root=" CONFIG_BOOTARGS_ROOT " " \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200112 "clkin_hz=" __stringify(CONFIG_CLKIN_HZ) " " \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400113 "earlyprintk=" \
114 "serial," \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200115 "uart" __stringify(CONFIG_UART_CONSOLE) "," \
116 __stringify(CONFIG_BAUDRATE) " " \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400117 CONFIG_BOOTARGS_VIDEO \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200118 "console=ttyBF" __stringify(CONFIG_UART_CONSOLE) "," \
119 __stringify(CONFIG_BAUDRATE)
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400120#if defined(CONFIG_CMD_NAND)
121# define NAND_ENV_SETTINGS \
122 "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
123 "nandboot=" \
124 "nand read $(loadaddr) 0x20000 0x100000;" \
125 "run nandargs;" \
126 "bootm" \
127 "\0"
128#else
129# define NAND_ENV_SETTINGS
130#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400131#if defined(CONFIG_CMD_NET)
132# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
133# define UBOOT_ENV_FILE "u-boot.bin"
134# else
135# define UBOOT_ENV_FILE "u-boot.ldr"
136# endif
137# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
138# ifdef CONFIG_SPI
139# define UBOOT_ENV_UPDATE \
140 "eeprom write $(loadaddr) 0x0 $(filesize)"
141# else
Mike Frysinger55c5d712010-09-29 20:24:16 +0000142# ifndef CONFIG_BFIN_SPI_IMG_SIZE
143# define CONFIG_BFIN_SPI_IMG_SIZE 0x40000
144# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400145# define UBOOT_ENV_UPDATE \
Marek Vasut0b3176c2012-09-23 17:41:24 +0200146 "sf probe " __stringify(BFIN_BOOT_SPI_SSEL) ";" \
147 "sf erase 0 " __stringify(CONFIG_BFIN_SPI_IMG_SIZE) ";" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400148 "sf write $(loadaddr) 0 $(filesize)"
149# endif
150# elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
151# define UBOOT_ENV_UPDATE \
152 "nand unlock 0 0x40000;" \
153 "nand erase 0 0x40000;" \
154 "nand write $(loadaddr) 0 0x40000"
155# else
Sonic Zhang9e469b42012-08-16 12:08:31 +0800156# ifndef UBOOT_ENV_UPDATE
157# define UBOOT_ENV_UPDATE \
Robin Getz09bbcb32009-07-10 18:37:15 +0000158 "protect off 0x20000000 +$(filesize);" \
159 "erase 0x20000000 +$(filesize);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400160 "cp.b $(loadaddr) 0x20000000 $(filesize)"
Sonic Zhang9e469b42012-08-16 12:08:31 +0800161# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400162# endif
Robin Getz18576a62009-12-21 15:31:08 -0500163# ifdef CONFIG_NETCONSOLE
164# define NETCONSOLE_ENV \
165 "nc=" \
166 "set ncip ${serverip};" \
167 "set stdin nc;" \
Mike Frysinger5b44c612011-06-24 20:58:13 -0400168 "set stdout nc;" \
169 "set stderr nc" \
Robin Getz18576a62009-12-21 15:31:08 -0500170 "\0"
171# else
172# define NETCONSOLE_ENV
173# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400174# define NETWORK_ENV_SETTINGS \
Robin Getz18576a62009-12-21 15:31:08 -0500175 NETCONSOLE_ENV \
176 \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400177 "ubootfile=" UBOOT_ENV_FILE "\0" \
178 "update=" \
179 "tftp $(loadaddr) $(ubootfile);" \
180 UBOOT_ENV_UPDATE \
181 "\0" \
182 "addip=set bootargs $(bootargs) " \
183 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):" \
184 "$(hostname):eth0:off" \
185 "\0" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400186 \
187 "ramfile=uImage\0" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400188 "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
189 "ramboot=" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400190 "tftp $(loadaddr) $(ramfile);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400191 "run ramargs;" \
192 "run addip;" \
193 "bootm" \
194 "\0" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400195 \
196 "nfsfile=vmImage\0" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400197 "nfsargs=set bootargs " \
198 "root=/dev/nfs rw " \
199 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
200 "\0" \
201 "nfsboot=" \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400202 "tftp $(loadaddr) $(nfsfile);" \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400203 "run nfsargs;" \
204 "run addip;" \
205 "bootm" \
206 "\0"
207#else
208# define NETWORK_ENV_SETTINGS
209#endif
Mike Frysingerdc173e02010-09-19 16:27:24 -0400210#ifndef BOARD_ENV_SETTINGS
211# define BOARD_ENV_SETTINGS
212#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400213#define CONFIG_EXTRA_ENV_SETTINGS \
Mike Frysingera76bd0d2009-04-13 05:52:45 -0400214 NAND_ENV_SETTINGS \
Mike Frysinger62d2a232008-06-01 09:09:48 -0400215 NETWORK_ENV_SETTINGS \
Mike Frysingerdc173e02010-09-19 16:27:24 -0400216 FLASHBOOT_ENV_SETTINGS \
217 BOARD_ENV_SETTINGS
Mike Frysinger62d2a232008-06-01 09:09:48 -0400218
219/*
220 * Network Settings
221 */
222#ifdef CONFIG_CMD_NET
Mike Frysinger62d2a232008-06-01 09:09:48 -0400223# define CONFIG_NETMASK 255.255.255.0
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400224# ifndef CONFIG_IPADDR
225# define CONFIG_IPADDR 192.168.0.15
226# define CONFIG_GATEWAYIP 192.168.0.1
227# define CONFIG_SERVERIP 192.168.0.2
228# endif
229# ifndef CONFIG_ROOTPATH
Joe Hershberger257ff782011-10-13 13:03:47 +0000230# define CONFIG_ROOTPATH "/romfs"
Mike Frysinger7c9a4612010-09-20 15:14:58 -0400231# endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400232# ifdef CONFIG_CMD_DHCP
233# ifndef CONFIG_SYS_AUTOLOAD
234# define CONFIG_SYS_AUTOLOAD "no"
235# endif
236# endif
Mike Frysinger06c3c802010-06-13 12:47:52 -0400237# define CONFIG_IP_DEFRAG
Mike Frysinger62d2a232008-06-01 09:09:48 -0400238# define CONFIG_NET_RETRY_COUNT 20
239#endif
240
Mike Frysinger07145b42009-04-24 17:11:47 -0400241/*
Mike Frysingerb86dd602011-06-05 20:18:43 -0400242 * Flash Settings
243 */
244#define CONFIG_FLASH_SHOW_PROGRESS 45
245
246/*
Mike Frysingercf01ec92010-09-19 16:26:55 -0400247 * SPI Settings
248 */
249#ifdef CONFIG_SPI_FLASH_ALL
Mike Frysingercf01ec92010-09-19 16:26:55 -0400250#endif
251
252/*
Mike Frysinger8bb1a0e2010-06-08 16:18:00 -0400253 * I2C Settings
254 */
Scott Jiang80d27fa2014-11-13 15:30:55 +0800255#if defined(CONFIG_SYS_I2C) || defined(CONFIG_SYS_I2C_SOFT)
Mike Frysinger8bb1a0e2010-06-08 16:18:00 -0400256# ifndef CONFIG_SYS_I2C_SPEED
257# define CONFIG_SYS_I2C_SPEED 50000
258# endif
259# ifndef CONFIG_SYS_I2C_SLAVE
260# define CONFIG_SYS_I2C_SLAVE 0
261# endif
262#endif
263
264/*
Mike Frysinger07145b42009-04-24 17:11:47 -0400265 * Misc Settings
266 */
Mike Frysingercc64ba62010-10-19 18:02:43 -0400267#ifndef CONFIG_BOARD_SIZE_LIMIT
268# define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
269#endif
Mike Frysinger9c7c6152010-06-02 06:13:50 -0400270#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
Mike Frysinger07145b42009-04-24 17:11:47 -0400271#define CONFIG_LZMA
Mike Frysinger6b10ac22011-01-10 00:19:47 -0500272#define CONFIG_MONITOR_IS_IN_RAM
Sonic Zhangcde8cef2013-04-07 18:02:37 +0800273#ifdef CONFIG_HW_WATCHDOG
274# define CONFIG_BFIN_WATCHDOG
275# ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS
276# define CONFIG_WATCHDOG_TIMEOUT_MSECS 5000
277# endif
278#endif
Sonic Zhang3edc3f32013-05-02 13:46:21 +0800279#ifndef CONFIG_ADI_GPIO2
280# define CONFIG_ADI_GPIO1
281#endif
Mike Frysinger62d2a232008-06-01 09:09:48 -0400282#endif