configs: Re-sync almost all of cmd/Kconfig
[platform/kernel/u-boot.git] / include / configs / bfin_adi_common.h
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 # ifdef ADI_CMDS_NETWORK
13 #  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
19 #  ifdef CONFIG_BFIN_MAC
20 #   define CONFIG_CMD_MII
21 #  endif
22 # endif
23 # ifdef CONFIG_LIBATA
24 #  define CONFIG_CMD_FAT
25 #  define CONFIG_CMD_SATA
26 #  define CONFIG_DOS_PARTITION
27 # endif
28 # ifdef CONFIG_MMC
29 #  define CONFIG_CMD_EXT2
30 #  define CONFIG_CMD_FAT
31 #  define CONFIG_CMD_MMC
32 #  define CONFIG_DOS_PARTITION
33 #  define CONFIG_SYS_MMC_MAX_BLK_COUNT 127
34 # endif
35 # ifdef CONFIG_MMC_SPI
36 #  define CONFIG_CMD_MMC_SPI
37 # endif
38 # ifdef CONFIG_USB
39 #  define CONFIG_CMD_EXT2
40 #  define CONFIG_CMD_FAT
41 #  define CONFIG_CMD_USB_STORAGE
42 #  define CONFIG_DOS_PARTITION
43 # endif
44 # if defined(CONFIG_NAND_PLAT) || defined(CONFIG_DRIVER_NAND_BFIN)
45 #  define CONFIG_CMD_NAND
46 #  define CONFIG_CMD_NAND_LOCK_UNLOCK
47 # endif
48 # ifdef CONFIG_POST
49 #  define CONFIG_CMD_DIAG
50 # endif
51 # ifdef CONFIG_RTC_BFIN
52 #  define CONFIG_CMD_DATE
53 #  ifdef ADI_CMDS_NETWORK
54 #  endif
55 # endif
56 # ifdef CONFIG_SPI
57 #  define CONFIG_CMD_EEPROM
58 # endif
59 # if defined(CONFIG_SYS_I2C) || defined(CONFIG_SYS_I2C_SOFT)
60 #  define CONFIG_SOFT_I2C_READ_REPEATED_START
61 # endif
62 # ifndef CONFIG_SYS_NO_FLASH
63 #  define CONFIG_CMD_JFFS2
64 # endif
65 # ifdef CONFIG_CMD_JFFS2
66 #  define CONFIG_JFFS2_SUMMARY
67 # endif
68 # define CONFIG_CMD_BOOTLDR
69 # define CONFIG_CMD_CACHE
70 # define CONFIG_CMD_CPLBINFO
71 # define CONFIG_CMD_KGDB
72 # define CONFIG_CMD_LDRINFO
73 # define CONFIG_CMD_REGINFO
74 # define CONFIG_CMD_STRINGS
75 # if defined(__ADSPBF51x__) || defined(__ADSPBF52x__) || defined(__ADSPBF54x__)
76 #  define CONFIG_CMD_OTP
77 #  define CONFIG_CMD_SPIBOOTLDR
78 # endif
79 #endif
80
81 /*
82  * Console Settings
83  */
84 #define CONFIG_SYS_LONGHELP     1
85 #define CONFIG_CMDLINE_EDITING  1
86 #define CONFIG_AUTO_COMPLETE    1
87 #define CONFIG_LOADS_ECHO       1
88 #define CONFIG_JTAG_CONSOLE
89 #define CONFIG_SILENT_CONSOLE
90 #ifndef CONFIG_BAUDRATE
91 # define CONFIG_BAUDRATE        57600
92 #endif
93 #ifdef CONFIG_UART_CONSOLE
94 # define CONFIG_BFIN_SERIAL
95 #endif
96
97 /*
98  * Debug Settings
99  */
100 #define CONFIG_ENV_OVERWRITE    1
101 #define CONFIG_DEBUG_DUMP       1
102 #define CONFIG_KALLSYMS         1
103 #define CONFIG_PANIC_HANG       1
104
105 /*
106  * Env Settings
107  */
108 #ifndef CONFIG_BOOTDELAY
109 # if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_UART)
110 #  define CONFIG_BOOTDELAY      -1
111 # else
112 #  define CONFIG_BOOTDELAY      5
113 # endif
114 #endif
115 #ifndef CONFIG_BOOTCOMMAND
116 # define CONFIG_BOOTCOMMAND     "run ramboot"
117 #endif
118 #ifdef CONFIG_VIDEO
119 # define CONFIG_BOOTARGS_VIDEO "console=tty0 "
120 #else
121 # define CONFIG_BOOTARGS_VIDEO ""
122 #endif
123 #ifndef CONFIG_BOOTARGS_ROOT
124 # define CONFIG_BOOTARGS_ROOT "/dev/mtdblock0 rw"
125 #endif
126 #ifndef FLASHBOOT_ENV_SETTINGS
127 # define FLASHBOOT_ENV_SETTINGS "flashboot=bootm 0x20100000\0"
128 #endif
129 #define CONFIG_BOOTARGS \
130         "root=" CONFIG_BOOTARGS_ROOT " " \
131         "clkin_hz=" __stringify(CONFIG_CLKIN_HZ) " " \
132         "earlyprintk=" \
133                 "serial," \
134                 "uart" __stringify(CONFIG_UART_CONSOLE) "," \
135                 __stringify(CONFIG_BAUDRATE) " " \
136         CONFIG_BOOTARGS_VIDEO \
137         "console=ttyBF" __stringify(CONFIG_UART_CONSOLE) "," \
138                         __stringify(CONFIG_BAUDRATE)
139 #if defined(CONFIG_CMD_NAND)
140 # define NAND_ENV_SETTINGS \
141         "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
142         "nandboot=" \
143                 "nand read $(loadaddr) 0x20000 0x100000;" \
144                 "run nandargs;" \
145                 "bootm" \
146                 "\0"
147 #else
148 # define NAND_ENV_SETTINGS
149 #endif
150 #if defined(CONFIG_CMD_NET)
151 # if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_BYPASS)
152 #  define UBOOT_ENV_FILE "u-boot.bin"
153 # else
154 #  define UBOOT_ENV_FILE "u-boot.ldr"
155 # endif
156 # if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
157 #  ifdef CONFIG_SPI
158 #   define UBOOT_ENV_UPDATE \
159                 "eeprom write $(loadaddr) 0x0 $(filesize)"
160 #  else
161 #   ifndef CONFIG_BFIN_SPI_IMG_SIZE
162 #    define CONFIG_BFIN_SPI_IMG_SIZE 0x40000
163 #   endif
164 #   define UBOOT_ENV_UPDATE \
165                 "sf probe " __stringify(BFIN_BOOT_SPI_SSEL) ";" \
166                 "sf erase 0 " __stringify(CONFIG_BFIN_SPI_IMG_SIZE) ";" \
167                 "sf write $(loadaddr) 0 $(filesize)"
168 #  endif
169 # elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
170 #  define UBOOT_ENV_UPDATE \
171                 "nand unlock 0 0x40000;" \
172                 "nand erase 0 0x40000;" \
173                 "nand write $(loadaddr) 0 0x40000"
174 # else
175 #  ifndef UBOOT_ENV_UPDATE
176 #   define UBOOT_ENV_UPDATE \
177                 "protect off 0x20000000 +$(filesize);" \
178                 "erase 0x20000000 +$(filesize);" \
179                 "cp.b $(loadaddr) 0x20000000 $(filesize)"
180 #  endif
181 # endif
182 # ifdef CONFIG_NETCONSOLE
183 #  define NETCONSOLE_ENV \
184         "nc=" \
185                 "set ncip ${serverip};" \
186                 "set stdin nc;" \
187                 "set stdout nc;" \
188                 "set stderr nc" \
189                 "\0"
190 # else
191 #  define NETCONSOLE_ENV
192 # endif
193 # define NETWORK_ENV_SETTINGS \
194         NETCONSOLE_ENV \
195         \
196         "ubootfile=" UBOOT_ENV_FILE "\0" \
197         "update=" \
198                 "tftp $(loadaddr) $(ubootfile);" \
199                 UBOOT_ENV_UPDATE \
200                 "\0" \
201         "addip=set bootargs $(bootargs) " \
202                 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):" \
203                    "$(hostname):eth0:off" \
204                 "\0" \
205         \
206         "ramfile=uImage\0" \
207         "ramargs=set bootargs " CONFIG_BOOTARGS "\0" \
208         "ramboot=" \
209                 "tftp $(loadaddr) $(ramfile);" \
210                 "run ramargs;" \
211                 "run addip;" \
212                 "bootm" \
213                 "\0" \
214         \
215         "nfsfile=vmImage\0" \
216         "nfsargs=set bootargs " \
217                 "root=/dev/nfs rw " \
218                 "nfsroot=$(serverip):$(rootpath),tcp,nfsvers=3" \
219                 "\0" \
220         "nfsboot=" \
221                 "tftp $(loadaddr) $(nfsfile);" \
222                 "run nfsargs;" \
223                 "run addip;" \
224                 "bootm" \
225                 "\0"
226 #else
227 # define NETWORK_ENV_SETTINGS
228 #endif
229 #ifndef BOARD_ENV_SETTINGS
230 # define BOARD_ENV_SETTINGS
231 #endif
232 #define CONFIG_EXTRA_ENV_SETTINGS \
233         NAND_ENV_SETTINGS \
234         NETWORK_ENV_SETTINGS \
235         FLASHBOOT_ENV_SETTINGS \
236         BOARD_ENV_SETTINGS
237
238 /*
239  * Network Settings
240  */
241 #ifdef CONFIG_CMD_NET
242 # define CONFIG_NETMASK         255.255.255.0
243 # ifndef CONFIG_IPADDR
244 #  define CONFIG_IPADDR         192.168.0.15
245 #  define CONFIG_GATEWAYIP      192.168.0.1
246 #  define CONFIG_SERVERIP       192.168.0.2
247 # endif
248 # ifndef CONFIG_ROOTPATH
249 #  define CONFIG_ROOTPATH       "/romfs"
250 # endif
251 # ifdef CONFIG_CMD_DHCP
252 #  ifndef CONFIG_SYS_AUTOLOAD
253 #   define CONFIG_SYS_AUTOLOAD "no"
254 #  endif
255 # endif
256 # define CONFIG_IP_DEFRAG
257 # define CONFIG_NET_RETRY_COUNT 20
258 #endif
259
260 /*
261  * Flash Settings
262  */
263 #define CONFIG_FLASH_SHOW_PROGRESS 45
264
265 /*
266  * SPI Settings
267  */
268 #ifdef CONFIG_SPI_FLASH_ALL
269 #endif
270
271 /*
272  * I2C Settings
273  */
274 #if defined(CONFIG_SYS_I2C) || defined(CONFIG_SYS_I2C_SOFT)
275 # ifndef CONFIG_SYS_I2C_SPEED
276 #  define CONFIG_SYS_I2C_SPEED 50000
277 # endif
278 # ifndef CONFIG_SYS_I2C_SLAVE
279 #  define CONFIG_SYS_I2C_SLAVE 0
280 # endif
281 #endif
282
283 /*
284  * Misc Settings
285  */
286 #ifndef CONFIG_BOARD_SIZE_LIMIT
287 # define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
288 #endif
289 #define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
290 #define CONFIG_LZMA
291 #define CONFIG_MONITOR_IS_IN_RAM
292 #ifdef CONFIG_HW_WATCHDOG
293 # define CONFIG_BFIN_WATCHDOG
294 # ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS
295 #  define CONFIG_WATCHDOG_TIMEOUT_MSECS 5000
296 # endif
297 #endif
298 #ifndef CONFIG_ADI_GPIO2
299 # define CONFIG_ADI_GPIO1
300 #endif
301 #endif