2 * (C) Copyright 2003-2005
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * See file CREDITS for list of people who contributed to this
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.
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.
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,
25 * This file contains the configuration parameters for the INCA-IP board.
31 #define CONFIG_MIPS32 1 /* MIPS 4Kc CPU core */
32 #define CONFIG_INCA_IP 1 /* on a INCA-IP Board */
35 * Clock for the MIPS core (MHz)
36 * allowed values: 100000000, 133000000, and 150000000 (default)
38 #ifndef CONFIG_CPU_CLOCK_RATE
39 #define CONFIG_CPU_CLOCK_RATE 150000000
42 #define INFINEON_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */
44 #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
46 #define CONFIG_BAUDRATE 115200
49 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
51 #define CONFIG_TIMESTAMP /* Print image info with timestamp */
53 #define CONFIG_PREBOOT "echo;" \
54 "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
57 #undef CONFIG_BOOTARGS
59 #define CONFIG_EXTRA_ENV_SETTINGS \
60 "nfsargs=setenv bootargs root=/dev/nfs rw " \
61 "nfsroot=${serverip}:${rootpath}\0" \
62 "ramargs=setenv bootargs root=/dev/ram rw\0" \
63 "addip=setenv bootargs ${bootargs} " \
64 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
65 ":${hostname}:${netdev}:off\0" \
66 "addmisc=setenv bootargs ${bootargs} " \
67 "console=ttyS0,${baudrate} " \
68 "ethaddr=${ethaddr} " \
70 "flash_nfs=run nfsargs addip addmisc;" \
71 "bootm ${kernel_addr}\0" \
72 "flash_self=run ramargs addip addmisc;" \
73 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
74 "net_nfs=tftp 80500000 ${bootfile};" \
75 "run nfsargs addip addmisc;bootm\0" \
76 "rootpath=/opt/eldk/mips_4KC\0" \
77 "bootfile=/tftpboot/INCA/uImage\0" \
78 "kernel_addr=B0040000\0" \
79 "ramdisk_addr=B0100000\0" \
80 "u-boot=/tftpboot/INCA/u-boot.bin\0" \
81 "load=tftp 80500000 ${u-boot}\0" \
82 "update=protect off 1:0-2;era 1:0-2;" \
83 "cp.b 80500000 B0000000 ${filesize}\0" \
85 #define CONFIG_BOOTCOMMAND "run flash_self"
91 #define CONFIG_BOOTP_BOOTFILESIZE
92 #define CONFIG_BOOTP_BOOTPATH
93 #define CONFIG_BOOTP_GATEWAY
94 #define CONFIG_BOOTP_HOSTNAME
98 * Command line configuration.
100 #include <config_cmd_default.h>
102 #define CONFIG_CMD_ASKENV
103 #define CONFIG_CMD_DHCP
104 #define CONFIG_CMD_ELF
105 #define CONFIG_CMD_JFFS2
106 #define CONFIG_CMD_NFS
107 #define CONFIG_CMD_PING
108 #define CONFIG_CMD_SNTP
112 * Miscellaneous configurable options
114 #define CONFIG_SYS_LONGHELP /* undef to save memory */
115 #define CONFIG_SYS_PROMPT "INCA-IP # " /* Monitor Command Prompt */
116 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
117 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
118 #define CONFIG_SYS_MAXARGS 16 /* max number of command args*/
120 #define CONFIG_SYS_MALLOC_LEN 128*1024
122 #define CONFIG_SYS_BOOTPARAMS_LEN 128*1024
124 #define CONFIG_SYS_MIPS_TIMER_FREQ (incaip_get_cpuclk() / 2)
126 #define CONFIG_SYS_HZ 1000
128 #define CONFIG_SYS_SDRAM_BASE 0x80000000
130 #define CONFIG_SYS_LOAD_ADDR 0x80100000 /* default load address */
132 #define CONFIG_SYS_MEMTEST_START 0x80100000
133 #define CONFIG_SYS_MEMTEST_END 0x80800000
135 /*-----------------------------------------------------------------------
136 * FLASH and environment organization
138 #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max number of memory banks */
139 #define CONFIG_SYS_MAX_FLASH_SECT (128) /* max number of sectors on one chip */
141 #define PHYS_FLASH_1 0xb0000000 /* Flash Bank #1 */
142 #define PHYS_FLASH_2 0xb0800000 /* Flash Bank #2 */
144 /* The following #defines are needed to get flash environment right */
145 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
146 #define CONFIG_SYS_MONITOR_LEN (192 << 10)
148 #define CONFIG_SYS_INIT_SP_OFFSET 0x400000
150 #define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
152 /* timeout values are in ticks */
153 #define CONFIG_SYS_FLASH_ERASE_TOUT (2 * CONFIG_SYS_HZ) /* Timeout for Flash Erase */
154 #define CONFIG_SYS_FLASH_WRITE_TOUT (2 * CONFIG_SYS_HZ) /* Timeout for Flash Write */
156 #define CONFIG_ENV_IS_IN_FLASH 1
158 /* Address and size of Primary Environment Sector */
159 #define CONFIG_ENV_ADDR 0xB0030000
160 #define CONFIG_ENV_SIZE 0x10000
162 #define CONFIG_FLASH_16BIT
164 #define CONFIG_NR_DRAM_BANKS 1
166 #define CONFIG_INCA_IP_SWITCH
167 #define CONFIG_NET_MULTI
168 #define CONFIG_INCA_IP_SWITCH_AMDIX
173 /* No command line, one static partition, use all space on the device */
174 #undef CONFIG_CMD_MTDPARTS
175 #define CONFIG_JFFS2_DEV "nor1"
176 #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF
177 #define CONFIG_JFFS2_PART_OFFSET 0x00000000
179 /* mtdparts command line support */
181 #define CONFIG_CMD_MTDPARTS
182 #define MTDIDS_DEFAULT "nor0=INCA-IP Bank 0"
183 #define MTDPARTS_DEFAULT "mtdparts=INCA-IP Bank 0:192k(uboot)," \
191 /*-----------------------------------------------------------------------
192 * Cache Configuration
194 #define CONFIG_SYS_DCACHE_SIZE 4096
195 #define CONFIG_SYS_ICACHE_SIZE 4096
196 #define CONFIG_SYS_CACHELINE_SIZE 16
198 #endif /* __CONFIG_H */