]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/km/keymile-common.h
km/common: simplify debug environment
[people/ms/u-boot.git] / include / configs / km / keymile-common.h
CommitLineData
1e8f4e78 1/*
b11f53f3 2 * (C) Copyright 2008-2011
1e8f4e78
HS
3 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24#ifndef __CONFIG_KEYMILE_H
25#define __CONFIG_KEYMILE_H
26
27/* Do boardspecific init for all boards */
b11f53f3 28#define CONFIG_BOARD_EARLY_INIT_R
f1fef1d8
HS
29#define CONFIG_LAST_STAGE_INIT
30
31#define CONFIG_BOOTCOUNT_LIMIT
1e8f4e78 32
1e8f4e78
HS
33/*
34 * Command line configuration.
35 */
36#include <config_cmd_default.h>
37
38#define CONFIG_CMD_ASKENV
39#define CONFIG_CMD_DHCP
40#define CONFIG_CMD_ECHO
41#define CONFIG_CMD_IMMAP
42#define CONFIG_CMD_MII
43#define CONFIG_CMD_PING
1e8f4e78
HS
44#define CONFIG_CMD_EEPROM
45#define CONFIG_CMD_I2C
364123db 46#define CONFIG_CMD_JFFS2
dc71b248 47#define CONFIG_CMD_MTDPARTS
f41ee960 48#define CONFIG_CMD_SETEXPR
1e8f4e78 49
b11f53f3 50#undef CONFIG_WATCHDOG /* disable platform specific watchdog */
1e8f4e78 51
f41ee960 52#define CONFIG_BOOTDELAY 2 /* autoboot after 2 seconds */
b11f53f3 53#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
1e8f4e78
HS
54
55/*
56 * Miscellaneous configurable options
57 */
58#define CONFIG_SYS_HUSH_PARSER
59#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
b11f53f3
HS
60#define CONFIG_SYS_LONGHELP /* undef to save memory */
61#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
1e8f4e78 62#if defined(CONFIG_CMD_KGDB)
b11f53f3 63#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
1e8f4e78 64#else
f41ee960 65#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
1e8f4e78 66#endif
b11f53f3 67#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
f41ee960 68#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
b11f53f3
HS
69#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
70#define CONFIG_CMDLINE_EDITING
71#define CONFIG_AUTO_COMPLETE
1e8f4e78 72
b11f53f3 73#define CONFIG_HUSH_INIT_VAR
1e8f4e78
HS
74
75#define CONFIG_SYS_ALT_MEMTEST /* memory test, takes time */
1e8f4e78 76
b11f53f3 77#define CONFIG_SYS_HZ 1000 /* decr. freq: 1 ms ticks */
1e8f4e78 78
b11f53f3 79#define CONFIG_BAUDRATE 115200
499b1a4d 80#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
1e8f4e78 81
b11f53f3
HS
82#define CONFIG_LOADS_ECHO
83#define CONFIG_SYS_LOADS_BAUD_CHANGE
beeb2589 84#define CONFIG_SYS_BOARD_DRAM_INIT /* Used board specific dram_init */
1e8f4e78
HS
85
86/*
87 * How to get access to the slot ID. Put this here to make it easy
88 * to modify in a centralized location. This is used in the HDLC
89 * driver to set the MAC.
90*/
b11f53f3 91#define CONFIG_CHECK_ETHERNET_PRESENT
8ed74341 92#define CONFIG_SYS_SLOT_ID_BASE CONFIG_SYS_KMBEC_FPGA_BASE
1e8f4e78
HS
93#define CONFIG_SYS_SLOT_ID_OFF (0x07) /* register offset */
94#define CONFIG_SYS_SLOT_ID_MASK (0x3f) /* mask for slot ID bits */
95
b11f53f3 96#define CONFIG_I2C_MULTI_BUS
dc71b248 97#define CONFIG_SYS_MAX_I2C_BUS 1
b11f53f3
HS
98#define CONFIG_SYS_I2C_INIT_BOARD
99#define CONFIG_I2C_MUX
364123db
HS
100
101/* EEprom support */
b11f53f3 102#define CONFIG_SYS_I2C_MULTI_EEPROMS
364123db 103#define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE
b11f53f3
HS
104#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
105#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
364123db
HS
106
107/* Support the IVM EEprom */
108#define CONFIG_SYS_IVM_EEPROM_ADR 0x50
109#define CONFIG_SYS_IVM_EEPROM_MAX_LEN 0x400
110#define CONFIG_SYS_IVM_EEPROM_PAGE_LEN 0x100
111
b11f53f3 112#define CONFIG_SYS_FLASH_PROTECTION
364123db 113
1e8f4e78
HS
114/*
115 * BOOTP options
116 */
117#define CONFIG_BOOTP_BOOTFILESIZE
118#define CONFIG_BOOTP_BOOTPATH
119#define CONFIG_BOOTP_GATEWAY
120#define CONFIG_BOOTP_HOSTNAME
121
b11f53f3 122#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
dc71b248 123
dc71b248
HS
124/* UBI Support for all Keymile boards */
125#define CONFIG_CMD_UBI
126#define CONFIG_RBTREE
127#define CONFIG_MTD_PARTITIONS
dc71b248
HS
128#define CONFIG_MTD_DEVICE
129#define CONFIG_MTD_CONCAT
130
a21b5d4b
HB
131/* common powerpc specific env settings */
132#ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
133#define CONFIG_KM_DEF_ENV_BOOTPARAMS \
db0bb572 134 "actual_bank=0\0"
364123db
HS
135#endif
136
de3ad13d
HB
137#ifndef CONFIG_KM_DEF_NETDEV
138#define CONFIG_KM_DEF_NETDEV \
139 "netdev=eth0\0"
140#endif
141
142#ifndef CONFIG_KM_UBI_PARTITION_NAME
143#define CONFIG_KM_UBI_PARTITION_NAME "ubi0"
144#endif
145#ifndef CONFIG_KM_UBI_LINUX_MTD_NAME
146#define CONFIG_KM_UBI_LINUX_MTD_NAME "ubi0"
147#endif
148
364123db
HS
149#define xstr(s) str(s)
150#define str(s) #s
151
a21b5d4b
HB
152/*
153 * boottargets
db0bb572 154 * - set 'subbootcmds'
a21b5d4b
HB
155 * - set 'bootcmd' and 'altbootcmd'
156 * available targets:
157 * - 'release': for a standalone system kernel/rootfs from flash
a21b5d4b
HB
158 */
159#define CONFIG_KM_DEF_ENV_BOOTTARGETS \
db0bb572
HB
160 "subbootcmds=ubiattach ubicopy cramfsloadfdt cramfsloadkernel " \
161 "flashargs add_default addpanic boot\0" \
b648bfc2
HB
162 "develop=" \
163 "tftp 200000 scripts/develop-${arch}.txt && " \
2d9528e3 164 "env import -t 200000 ${filesize} && " \
b648bfc2
HB
165 "run setup_debug_env\0" \
166 "ramfs=" \
167 "tftp 200000 scripts/ramfs-${arch}.txt && " \
168 "env import -t 200000 ${filesize} && " \
169 "run setup_debug_env\0" \
a21b5d4b
HB
170 ""
171
de3ad13d
HB
172/*
173 * bootargs
174 * - modify 'bootargs'
175 *
db0bb572 176 * - 'add_default': default bootargs common for all arm/ppc boards
de3ad13d 177 * - 'addpanic': add kernel panic options
de3ad13d
HB
178 * - 'flashargs': defaults arguments for flash base boot
179 *
de3ad13d
HB
180 */
181#define CONFIG_KM_DEF_ENV_BOOTARGS \
db0bb572 182 "add_default=" \
de3ad13d
HB
183 "setenv bootargs ${bootargs} " \
184 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
db0bb572
HB
185 ":${hostname}:${netdev}:off3" \
186 " console=" CONFIG_KM_CONSOLE_TTY ",${baudrate}" \
187 " mem=${pnvramaddr} init=${init}" \
188 " phram.phram=phvar,${varaddr}," xstr(CONFIG_KM_PHRAM) \
189 " ubi.mtd=" CONFIG_KM_UBI_LINUX_MTD_NAME " " \
190 CONFIG_KM_DEF_BOOT_ARGS_CPU \
191 "\0" \
de3ad13d 192 "addpanic=" \
2d9528e3 193 "setenv bootargs ${bootargs} panic=1 panic_on_oops=1\0" \
de3ad13d
HB
194 "flashargs=" \
195 "setenv bootargs " \
e80ab3e6 196 "root=mtdblock:rootfs${boot_bank} " \
de3ad13d
HB
197 "rootfstype=squashfs ro\0" \
198 ""
199
de3ad13d
HB
200/*
201 * flash_boot
202 * - commands for booting from flash
203 *
de3ad13d
HB
204 * - 'cramfsloadkernel': copy kernel from a cramfs to ram
205 * - 'ubiattach': attach ubi partition
206 * - 'ubicopy': copy ubi volume to ram
207 * - volume names: bootfs0, bootfs1, bootfs2, ...
de3ad13d
HB
208 *
209 * processor specific settings
210 * - 'cramfsloadfdt': copy fdt from a cramfs to ram
211 */
212#define CONFIG_KM_DEF_ENV_FLASH_BOOT \
2d9528e3 213 "cramfsaddr=" xstr(CONFIG_KM_CRAMFS_ADDR) "\0" \
db0bb572 214 "cramfsloadkernel=cramfsload ${load_addr_r} uImage\0" \
2d9528e3
HB
215 "ubiattach=ubi part " CONFIG_KM_UBI_PARTITION_NAME "\0" \
216 "ubicopy=ubi read "xstr(CONFIG_KM_CRAMFS_ADDR) \
217 " bootfs${boot_bank}\0" \
a21b5d4b 218 ""
de3ad13d
HB
219
220/*
221 * constants
222 * - KM specific constants and commands
223 *
224 * - 'default': setup default environment
225 */
226#define CONFIG_KM_DEF_ENV_CONSTANTS \
e80ab3e6 227 "backup_bank=0\0" \
db0bb572 228 "release=run newenv; reset\0" \
638a48ed 229 "pnvramsize=" xstr(CONFIG_KM_PNVRAM) "\0" \
0333cfe6
TH
230 "testbootcmd=setenv boot_bank ${test_bank}; " \
231 "run ${subbootcmds}; reset\0" \
de3ad13d
HB
232 ""
233
364123db
HS
234#ifndef CONFIG_KM_DEF_ENV
235#define CONFIG_KM_DEF_ENV \
a21b5d4b 236 CONFIG_KM_DEF_ENV_BOOTPARAMS \
de3ad13d
HB
237 CONFIG_KM_DEF_NETDEV \
238 CONFIG_KM_DEF_ENV_CPU \
a21b5d4b 239 CONFIG_KM_DEF_ENV_BOOTTARGETS \
de3ad13d 240 CONFIG_KM_DEF_ENV_BOOTARGS \
de3ad13d 241 CONFIG_KM_DEF_ENV_FLASH_BOOT \
a21b5d4b 242 CONFIG_KM_DEF_ENV_CONSTANTS \
de3ad13d 243 "altbootcmd=run bootcmd\0" \
db0bb572
HB
244 "bootcmd=km_checkbidhwk && " \
245 " setenv bootcmd \'setenv boot_bank ${actual_bank}; " \
246 "run ${subbootcmds}; reset\' && " \
247 "setenv altbootcmd \'setenv boot_bank ${backup_bank}; " \
248 "run ${subbootcmds}; reset\' && " \
249 "saveenv && saveenv && boot\0" \
de3ad13d
HB
250 "bootlimit=2\0" \
251 "init=/sbin/init-overlay.sh\0" \
db0bb572
HB
252 "load_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0" \
253 "load=tftpboot ${load_addr_r} ${u-boot}\0" \
de3ad13d
HB
254 "mtdids=" MTDIDS_DEFAULT "\0" \
255 "mtdparts=" MTDPARTS_DEFAULT "\0" \
ec9a3740
HB
256 "stderr=serial\0" \
257 "stdin=serial\0" \
258 "stdout=serial\0" \
de3ad13d 259 "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.bin\0" \
364123db
HS
260 ""
261#endif /* CONFIG_KM_DEF_ENV */
262
499b1a4d 263#define CONFIG_VERSION_VARIABLE /* include version env variable */
364123db 264
1e8f4e78 265#endif /* __CONFIG_KEYMILE_H */