]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/bfin_adi_common.h
Blackfin: bf561: use DMA for Core B L1 regions
[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
37# define CONFIG_CMD_FAT
38# define CONFIG_CMD_MMC
39# define CONFIG_DOS_PARTITION
40# endif
41# ifdef CONFIG_USB
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
47# endif
b7659ef2 48# if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
cd84423a
MF
49# define CONFIG_CMD_NAND
50# endif
cf6f469e
MF
51# ifdef CONFIG_POST
52# define CONFIG_CMD_DIAG
53# endif
54# ifdef CONFIG_RTC_BFIN
55# define CONFIG_CMD_DATE
574b70df
RG
56# if ADI_CMDS_NETWORK
57# define CONFIG_CMD_SNTP
58# endif
cf6f469e
MF
59# endif
60# ifdef CONFIG_SPI
61# define CONFIG_CMD_EEPROM
62# endif
63# if defined(CONFIG_BFIN_SPI) || defined(CONFIG_SOFT_SPI)
64# define CONFIG_CMD_SPI
65# endif
66# ifdef CONFIG_SPI_FLASH
67# define CONFIG_CMD_SF
68# endif
69# if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
70# define CONFIG_CMD_I2C
71# endif
72# ifdef CONFIG_SYS_NO_FLASH
73# undef CONFIG_CMD_FLASH
74# undef CONFIG_CMD_IMLS
75# else
76# define CONFIG_CMD_JFFS2
77# endif
c46a0ebf
MF
78# ifdef CONFIG_CMD_JFFS2
79# define CONFIG_JFFS2_SUMMARY
80# endif
cf6f469e
MF
81# define CONFIG_CMD_BOOTLDR
82# define CONFIG_CMD_CACHE
83# define CONFIG_CMD_CPLBINFO
84# define CONFIG_CMD_ELF
85# define CONFIG_ELF_SIMPLE_LOAD
c5530555 86# define CONFIG_CMD_GPIO
f19fd87e 87# define CONFIG_CMD_KGDB
cf6f469e
MF
88# define CONFIG_CMD_REGINFO
89# define CONFIG_CMD_STRINGS
90# if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
91# define CONFIG_CMD_OTP
dd14af76 92# define CONFIG_CMD_SPIBOOTLDR
cf6f469e
MF
93# endif
94#endif
95
96/*
97 * Console Settings
98 */
99#define CONFIG_SYS_LONGHELP 1
100#define CONFIG_CMDLINE_EDITING 1
101#define CONFIG_AUTO_COMPLETE 1
102#define CONFIG_LOADS_ECHO 1
103#define CONFIG_JTAG_CONSOLE
16ada4f6 104#define CONFIG_SILENT_CONSOLE
cf6f469e
MF
105#ifndef CONFIG_BAUDRATE
106# define CONFIG_BAUDRATE 57600
107#endif
108
109/*
110 * Debug Settings
111 */
112#define CONFIG_ENV_OVERWRITE 1
113#define CONFIG_DEBUG_DUMP 1
ecb1dc89 114#define CONFIG_KALLSYMS 1
cf6f469e
MF
115#define CONFIG_PANIC_HANG 1
116
117/*
118 * Env Settings
119 */
120#if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_UART)
121# define CONFIG_BOOTDELAY -1
122#else
123# define CONFIG_BOOTDELAY 5
124#endif
0e63dc06
MF
125#ifndef CONFIG_BOOTCOMMAND
126# define CONFIG_BOOTCOMMAND "run ramboot"
127#endif
cf6f469e
MF
128#ifdef CONFIG_VIDEO
129# define CONFIG_BOOTARGS_VIDEO "console=tty0 "
130#else
131# define CONFIG_BOOTARGS_VIDEO ""
132#endif
0e63dc06
MF
133#ifndef CONFIG_BOOTARGS_ROOT
134# define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
135#endif
fd04a05b
HK
136#ifndef FLASHBOOT_ENV_SETTINGS
137# define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
138#endif
cf6f469e 139#define CONFIG_BOOTARGS \
0e63dc06 140 "root=" CONFIG_BOOTARGS_ROOT " " \
88f9faff 141 "clkin_hz=" MK_STR(CONFIG_CLKIN_HZ) " " \
cf6f469e
MF
142 "earlyprintk=" \
143 "serial," \
144 "uart" MK_STR(CONFIG_UART_CONSOLE) "," \
145 MK_STR(CONFIG_BAUDRATE) " " \
146 CONFIG_BOOTARGS_VIDEO \
46a88794 147 "console=ttyBF" MK_STR(CONFIG_UART_CONSOLE) "," MK_STR(CONFIG_BAUDRATE)
0e63dc06
MF
148#if defined(CONFIG_CMD_NAND)
149# define NAND_ENV_SETTINGS \
150 "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
151 "nandboot=" \
152 "nand read $(loadaddr) 0x20000 0x100000;" \
153 "run nandargs;" \
154 "bootm" \
155 "\0"
156#else
157# define NAND_ENV_SETTINGS
158#endif
cf6f469e
MF
159#if defined(CONFIG_CMD_NET)
160# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
161# define UBOOT_ENV_FILE "u-boot.bin"
162# else
163# define UBOOT_ENV_FILE "u-boot.ldr"
164# endif
165# if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
166# ifdef CONFIG_SPI
167# define UBOOT_ENV_UPDATE \
168 "eeprom write $(loadaddr) 0x0 $(filesize)"
169# else
170# define UBOOT_ENV_UPDATE \
171 "sf probe " MK_STR(BFIN_BOOT_SPI_SSEL) ";" \
172 "sf erase 0 0x40000;" \
173 "sf write $(loadaddr) 0 $(filesize)"
174# endif
175# elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
176# define UBOOT_ENV_UPDATE \
177 "nand unlock 0 0x40000;" \
178 "nand erase 0 0x40000;" \
179 "nand write $(loadaddr) 0 0x40000"
180# else
181# define UBOOT_ENV_UPDATE \
69c6d268
RG
182 "protect off 0x20000000 +$(filesize);" \
183 "erase 0x20000000 +$(filesize);" \
cf6f469e
MF
184 "cp.b $(loadaddr) 0x20000000 $(filesize)"
185# endif
0097870e
RG
186# ifdef CONFIG_NETCONSOLE
187# define NETCONSOLE_ENV \
188 "nc=" \
189 "set ncip ${serverip};" \
190 "set stdin nc;" \
191 "set stdout nc" \
192 "\0"
193# else
194# define NETCONSOLE_ENV
195# endif
cf6f469e 196# define NETWORK_ENV_SETTINGS \
0097870e
RG
197 NETCONSOLE_ENV \
198 \
cf6f469e
MF
199 "ubootfile=" UBOOT_ENV_FILE "\0" \
200 "update=" \
201 "tftp $(loadaddr) $(ubootfile);" \
202 UBOOT_ENV_UPDATE \
203 "\0" \
204 "addip=set bootargs $(bootargs) " \
205 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):" \
206 "$(hostname):eth0:off" \
207 "\0" \
0e63dc06
MF
208 \
209 "ramfile=uImage\0" \
cf6f469e
MF
210 "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
211 "ramboot=" \
0e63dc06 212 "tftp $(loadaddr) $(ramfile);" \
cf6f469e
MF
213 "run ramargs;" \
214 "run addip;" \
215 "bootm" \
216 "\0" \
0e63dc06
MF
217 \
218 "nfsfile=vmImage\0" \
cf6f469e
MF
219 "nfsargs=set bootargs " \
220 "root=/dev/nfs rw " \
221 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
222 "\0" \
223 "nfsboot=" \
0e63dc06 224 "tftp $(loadaddr) $(nfsfile);" \
cf6f469e
MF
225 "run nfsargs;" \
226 "run addip;" \
227 "bootm" \
228 "\0"
229#else
230# define NETWORK_ENV_SETTINGS
231#endif
232#define CONFIG_EXTRA_ENV_SETTINGS \
0e63dc06 233 NAND_ENV_SETTINGS \
cf6f469e 234 NETWORK_ENV_SETTINGS \
fd04a05b 235 FLASHBOOT_ENV_SETTINGS
cf6f469e
MF
236
237/*
238 * Network Settings
239 */
240#ifdef CONFIG_CMD_NET
241# define CONFIG_IPADDR 192.168.0.15
242# define CONFIG_NETMASK 255.255.255.0
243# define CONFIG_GATEWAYIP 192.168.0.1
244# define CONFIG_SERVERIP 192.168.0.2
245# define CONFIG_ROOTPATH /romfs
246# ifdef CONFIG_CMD_DHCP
247# ifndef CONFIG_SYS_AUTOLOAD
248# define CONFIG_SYS_AUTOLOAD "no"
249# endif
250# endif
251# define CONFIG_NET_RETRY_COUNT 20
252#endif
253
7c7503ee
MF
254/*
255 * Misc Settings
256 */
37a4b75d 257#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
7c7503ee
MF
258#define CONFIG_LZMA
259
cf6f469e 260#endif