blob: c0df6d81b04a27d768099b361dbc140bfa1d2bde [file] [log] [blame]
Heiko Schocher1e8f4e72008-11-20 09:59:09 +01001/*
Heiko Schocherb11f53f2011-03-15 16:52:29 +01002 * (C) Copyright 2008-2011
Heiko Schocher1e8f4e72008-11-20 09:59:09 +01003 * 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 */
Heiko Schocherb11f53f2011-03-15 16:52:29 +010028#define CONFIG_BOARD_EARLY_INIT_R
Heiko Schocherf1fef1d2010-04-26 13:07:28 +020029#define CONFIG_LAST_STAGE_INIT
30
31#define CONFIG_BOOTCOUNT_LIMIT
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010032
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010033/*
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
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010044#define CONFIG_CMD_EEPROM
45#define CONFIG_CMD_I2C
Heiko Schocher364123d2009-03-12 07:37:18 +010046#define CONFIG_CMD_JFFS2
Heiko Schocherdc71b242009-07-09 12:04:18 +020047#define CONFIG_CMD_MTDPARTS
Holger Brunckf41ee962011-03-14 15:49:05 +010048#define CONFIG_CMD_SETEXPR
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010049
Heiko Schocherb11f53f2011-03-15 16:52:29 +010050#undef CONFIG_WATCHDOG /* disable platform specific watchdog */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010051
Holger Brunckf41ee962011-03-14 15:49:05 +010052#define CONFIG_BOOTDELAY 2 /* autoboot after 2 seconds */
Heiko Schocherb11f53f2011-03-15 16:52:29 +010053#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010054
55/*
56 * Miscellaneous configurable options
57 */
58#define CONFIG_SYS_HUSH_PARSER
59#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
Heiko Schocherb11f53f2011-03-15 16:52:29 +010060#define CONFIG_SYS_LONGHELP /* undef to save memory */
61#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010062#if defined(CONFIG_CMD_KGDB)
Heiko Schocherb11f53f2011-03-15 16:52:29 +010063#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010064#else
Holger Brunckf41ee962011-03-14 15:49:05 +010065#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010066#endif
Heiko Schocherb11f53f2011-03-15 16:52:29 +010067#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
Holger Brunckf41ee962011-03-14 15:49:05 +010068#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
Heiko Schocherb11f53f2011-03-15 16:52:29 +010069#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
70#define CONFIG_CMDLINE_EDITING
71#define CONFIG_AUTO_COMPLETE
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010072
Heiko Schocherb11f53f2011-03-15 16:52:29 +010073#define CONFIG_HUSH_INIT_VAR
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010074
75#define CONFIG_SYS_ALT_MEMTEST /* memory test, takes time */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010076
Heiko Schocherb11f53f2011-03-15 16:52:29 +010077#define CONFIG_SYS_HZ 1000 /* decr. freq: 1 ms ticks */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010078
Heiko Schocherb11f53f2011-03-15 16:52:29 +010079#define CONFIG_BAUDRATE 115200
Holger Brunck499b1a42011-04-08 02:47:46 +000080#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010081
Heiko Schocherb11f53f2011-03-15 16:52:29 +010082#define CONFIG_LOADS_ECHO
83#define CONFIG_SYS_LOADS_BAUD_CHANGE
Prafulla Wadaskarbeeb2582010-09-30 19:33:19 +053084#define CONFIG_SYS_BOARD_DRAM_INIT /* Used board specific dram_init */
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010085
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*/
Heiko Schocherb11f53f2011-03-15 16:52:29 +010091#define CONFIG_CHECK_ETHERNET_PRESENT
Heiko Schocher8ed74342011-03-08 10:47:39 +010092#define CONFIG_SYS_SLOT_ID_BASE CONFIG_SYS_KMBEC_FPGA_BASE
Heiko Schocher1e8f4e72008-11-20 09:59:09 +010093#define CONFIG_SYS_SLOT_ID_OFF (0x07) /* register offset */
94#define CONFIG_SYS_SLOT_ID_MASK (0x3f) /* mask for slot ID bits */
95
Heiko Schocherb11f53f2011-03-15 16:52:29 +010096#define CONFIG_I2C_MULTI_BUS
Heiko Schocherdc71b242009-07-09 12:04:18 +020097#define CONFIG_SYS_MAX_I2C_BUS 1
Heiko Schocherb11f53f2011-03-15 16:52:29 +010098#define CONFIG_SYS_I2C_INIT_BOARD
99#define CONFIG_I2C_MUX
Heiko Schocher364123d2009-03-12 07:37:18 +0100100
101/* EEprom support */
Heiko Schocherb11f53f2011-03-15 16:52:29 +0100102#define CONFIG_SYS_I2C_MULTI_EEPROMS
Heiko Schocher364123d2009-03-12 07:37:18 +0100103#define CONFIG_SYS_EEPROM_PAGE_WRITE_ENABLE
Heiko Schocherb11f53f2011-03-15 16:52:29 +0100104#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 3
105#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 10
Heiko Schocher364123d2009-03-12 07:37:18 +0100106
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
Heiko Schocherb11f53f2011-03-15 16:52:29 +0100112#define CONFIG_SYS_FLASH_PROTECTION
Heiko Schocher364123d2009-03-12 07:37:18 +0100113
Heiko Schocher1e8f4e72008-11-20 09:59:09 +0100114/*
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
Heiko Schocherb11f53f2011-03-15 16:52:29 +0100122#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
Heiko Schocherdc71b242009-07-09 12:04:18 +0200123
Heiko Schocherdc71b242009-07-09 12:04:18 +0200124/* UBI Support for all Keymile boards */
125#define CONFIG_CMD_UBI
126#define CONFIG_RBTREE
127#define CONFIG_MTD_PARTITIONS
Heiko Schocherdc71b242009-07-09 12:04:18 +0200128#define CONFIG_MTD_DEVICE
129#define CONFIG_MTD_CONCAT
130
Holger Bruncka21b5d42011-03-04 14:56:27 +0100131/* common powerpc specific env settings */
132#ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
133#define CONFIG_KM_DEF_ENV_BOOTPARAMS \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000134 "actual_bank=0\0"
Heiko Schocher364123d2009-03-12 07:37:18 +0100135#endif
136
Holger Brunckde3ad132011-03-14 16:01:04 +0100137#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
Heiko Schocher364123d2009-03-12 07:37:18 +0100149#define xstr(s) str(s)
150#define str(s) #s
151
Holger Brunckde3ad132011-03-14 16:01:04 +0100152/*
Holger Bruncka21b5d42011-03-04 14:56:27 +0100153 * boottargets
Holger Brunckdb0bb572011-07-04 21:27:16 +0000154 * - set 'subbootcmds'
Holger Bruncka21b5d42011-03-04 14:56:27 +0100155 * - set 'bootcmd' and 'altbootcmd'
156 * available targets:
157 * - 'release': for a standalone system kernel/rootfs from flash
Holger Bruncka21b5d42011-03-04 14:56:27 +0100158 */
159#define CONFIG_KM_DEF_ENV_BOOTTARGETS \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000160 "subbootcmds=ubiattach ubicopy cramfsloadfdt cramfsloadkernel " \
161 "flashargs add_default addpanic boot\0" \
Holger Brunckb648bfc2011-07-04 21:52:52 +0000162 "develop=" \
163 "tftp 200000 scripts/develop-${arch}.txt && " \
Holger Brunck2d9528e2011-05-04 01:47:34 +0000164 "env import -t 200000 ${filesize} && " \
Holger Brunckb648bfc2011-07-04 21:52:52 +0000165 "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" \
Holger Bruncka21b5d42011-03-04 14:56:27 +0100170 ""
171
172/*
Holger Brunckde3ad132011-03-14 16:01:04 +0100173 * bootargs
174 * - modify 'bootargs'
175 *
Holger Brunckdb0bb572011-07-04 21:27:16 +0000176 * - 'add_default': default bootargs common for all arm/ppc boards
Holger Brunckde3ad132011-03-14 16:01:04 +0100177 * - 'addpanic': add kernel panic options
Holger Brunckde3ad132011-03-14 16:01:04 +0100178 * - 'flashargs': defaults arguments for flash base boot
179 *
Holger Brunckde3ad132011-03-14 16:01:04 +0100180 */
181#define CONFIG_KM_DEF_ENV_BOOTARGS \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000182 "add_default=" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100183 "setenv bootargs ${bootargs} " \
184 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000185 ":${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" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100192 "addpanic=" \
Holger Brunck2d9528e2011-05-04 01:47:34 +0000193 "setenv bootargs ${bootargs} panic=1 panic_on_oops=1\0" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100194 "flashargs=" \
195 "setenv bootargs " \
Thomas Herzmanne80ab3e2011-04-08 02:47:41 +0000196 "root=mtdblock:rootfs${boot_bank} " \
Holger Brunckde3ad132011-03-14 16:01:04 +0100197 "rootfstype=squashfs ro\0" \
198 ""
199
Holger Bruncka21b5d42011-03-04 14:56:27 +0100200/*
Holger Brunckde3ad132011-03-14 16:01:04 +0100201 * flash_boot
202 * - commands for booting from flash
203 *
Holger Brunckde3ad132011-03-14 16:01:04 +0100204 * - '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, ...
Holger Brunckde3ad132011-03-14 16:01:04 +0100208 *
209 * processor specific settings
210 * - 'cramfsloadfdt': copy fdt from a cramfs to ram
211 */
212#define CONFIG_KM_DEF_ENV_FLASH_BOOT \
Holger Brunck2d9528e2011-05-04 01:47:34 +0000213 "cramfsaddr=" xstr(CONFIG_KM_CRAMFS_ADDR) "\0" \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000214 "cramfsloadkernel=cramfsload ${load_addr_r} uImage\0" \
Holger Brunck2d9528e2011-05-04 01:47:34 +0000215 "ubiattach=ubi part " CONFIG_KM_UBI_PARTITION_NAME "\0" \
216 "ubicopy=ubi read "xstr(CONFIG_KM_CRAMFS_ADDR) \
217 " bootfs${boot_bank}\0" \
Holger Bruncka21b5d42011-03-04 14:56:27 +0100218 ""
Holger Brunckde3ad132011-03-14 16:01:04 +0100219
220/*
221 * constants
222 * - KM specific constants and commands
223 *
224 * - 'default': setup default environment
225 */
226#define CONFIG_KM_DEF_ENV_CONSTANTS \
Thomas Herzmanne80ab3e2011-04-08 02:47:41 +0000227 "backup_bank=0\0" \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000228 "release=run newenv; reset\0" \
Holger Brunck638a48e2011-05-12 19:59:24 +0000229 "pnvramsize=" xstr(CONFIG_KM_PNVRAM) "\0" \
Thomas Herzmann0333cfe2011-06-05 22:22:13 +0000230 "testbootcmd=setenv boot_bank ${test_bank}; " \
231 "run ${subbootcmds}; reset\0" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100232 ""
233
Heiko Schocher364123d2009-03-12 07:37:18 +0100234#ifndef CONFIG_KM_DEF_ENV
235#define CONFIG_KM_DEF_ENV \
Holger Bruncka21b5d42011-03-04 14:56:27 +0100236 CONFIG_KM_DEF_ENV_BOOTPARAMS \
Holger Brunckde3ad132011-03-14 16:01:04 +0100237 CONFIG_KM_DEF_NETDEV \
238 CONFIG_KM_DEF_ENV_CPU \
Holger Bruncka21b5d42011-03-04 14:56:27 +0100239 CONFIG_KM_DEF_ENV_BOOTTARGETS \
Holger Brunckde3ad132011-03-14 16:01:04 +0100240 CONFIG_KM_DEF_ENV_BOOTARGS \
Holger Brunckde3ad132011-03-14 16:01:04 +0100241 CONFIG_KM_DEF_ENV_FLASH_BOOT \
Holger Bruncka21b5d42011-03-04 14:56:27 +0100242 CONFIG_KM_DEF_ENV_CONSTANTS \
Holger Brunckde3ad132011-03-14 16:01:04 +0100243 "altbootcmd=run bootcmd\0" \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000244 "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" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100250 "bootlimit=2\0" \
251 "init=/sbin/init-overlay.sh\0" \
Holger Brunckdb0bb572011-07-04 21:27:16 +0000252 "load_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0" \
253 "load=tftpboot ${load_addr_r} ${u-boot}\0" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100254 "mtdids=" MTDIDS_DEFAULT "\0" \
255 "mtdparts=" MTDPARTS_DEFAULT "\0" \
Holger Brunckec9a3742011-03-04 10:16:00 +0100256 "stderr=serial\0" \
257 "stdin=serial\0" \
258 "stdout=serial\0" \
Holger Brunckde3ad132011-03-14 16:01:04 +0100259 "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.bin\0" \
Heiko Schocher364123d2009-03-12 07:37:18 +0100260 ""
261#endif /* CONFIG_KM_DEF_ENV */
262
Holger Brunck499b1a42011-04-08 02:47:46 +0000263#define CONFIG_VERSION_VARIABLE /* include version env variable */
Heiko Schocher364123d2009-03-12 07:37:18 +0100264
Heiko Schocher1e8f4e72008-11-20 09:59:09 +0100265#endif /* __CONFIG_KEYMILE_H */