]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/pdnb3.h
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / include / configs / pdnb3.h
CommitLineData
ba94a1bb 1/*
1bbf5eae 2 * (C) Copyright 2006-2007
ba94a1bb
WD
3 * Stefan Roese, DENX Software Engineering, sr@denx.de.
4 *
5 * Configuation settings for the PDNB3 board.
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 * MA 02111-1307 USA
24 */
25
26#ifndef __CONFIG_H
27#define __CONFIG_H
28
29/*
30 * High Level Configuration Options
31 * (easy to change)
32 */
33#define CONFIG_IXP425 1 /* This is an IXP425 CPU */
34#define CONFIG_PDNB3 1 /* on an PDNB3 board */
35
36#define CONFIG_DISPLAY_CPUINFO 1 /* display cpu info (and speed) */
37#define CONFIG_DISPLAY_BOARDINFO 1 /* display board info */
38
39/*
40 * Ethernet
41 */
42#define CONFIG_IXP4XX_NPE 1 /* include IXP4xx NPE support */
43#define CONFIG_NET_MULTI 1
44#define CONFIG_PHY_ADDR 16 /* NPE0 PHY address */
45#define CONFIG_HAS_ETH1
46#define CONFIG_PHY1_ADDR 18 /* NPE1 PHY address */
47#define CONFIG_MII 1 /* MII PHY management */
6d0f6bcf 48#define CONFIG_SYS_RX_ETH_BUFFER 16 /* Number of ethernet rx buffers & descriptors */
ba94a1bb
WD
49
50/*
51 * Misc configuration options
52 */
53#define CONFIG_USE_IRQ 1 /* we need IRQ stuff for timer */
54
55#define CONFIG_BOOTCOUNT_LIMIT /* support for bootcount limit */
6d0f6bcf 56#define CONFIG_SYS_BOOTCOUNT_ADDR 0x60003000 /* inside qmrg sram */
ba94a1bb
WD
57
58#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
59#define CONFIG_SETUP_MEMORY_TAGS 1
60#define CONFIG_INITRD_TAG 1
61
62/*
63 * Size of malloc() pool
64 */
6d0f6bcf
JCPV
65#define CONFIG_SYS_MALLOC_LEN (1 << 20)
66#define CONFIG_SYS_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
ba94a1bb
WD
67
68/* allow to overwrite serial and ethaddr */
69#define CONFIG_ENV_OVERWRITE
70
71#define CONFIG_BAUDRATE 115200
6d0f6bcf 72#define CONFIG_SYS_IXP425_CONSOLE IXP425_UART1 /* we use UART1 for console */
ba94a1bb 73
26a34560 74
079a136c
JL
75/*
76 * BOOTP options
77 */
78#define CONFIG_BOOTP_BOOTFILESIZE
79#define CONFIG_BOOTP_BOOTPATH
80#define CONFIG_BOOTP_GATEWAY
81#define CONFIG_BOOTP_HOSTNAME
82
83
26a34560
JL
84/*
85 * Command line configuration.
86 */
87#include <config_cmd_default.h>
88
89#define CONFIG_CMD_DHCP
90#define CONFIG_CMD_DATE
91#define CONFIG_CMD_NET
92#define CONFIG_CMD_MII
93#define CONFIG_CMD_I2C
94#define CONFIG_CMD_ELF
95#define CONFIG_CMD_PING
96
97#if !defined(CONFIG_SCPU)
98#define CONFIG_CMD_NAND
9d8d5a5b
SR
99#endif
100
ba94a1bb
WD
101
102#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
103#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
104
105/*
106 * Miscellaneous configurable options
107 */
6d0f6bcf
JCPV
108#define CONFIG_SYS_LONGHELP /* undef to save memory */
109#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
110#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
111#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
112#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
113#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
114
115#define CONFIG_SYS_MEMTEST_START 0x00400000 /* memtest works on */
116#define CONFIG_SYS_MEMTEST_END 0x00800000 /* 4 ... 8 MB in DRAM */
117#define CONFIG_SYS_LOAD_ADDR 0x00010000 /* default load address */
118
119#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */
120#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */
ba94a1bb 121 /* valid baudrates */
6d0f6bcf 122#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
ba94a1bb
WD
123
124/*
125 * Stack sizes
126 *
127 * The stack sizes are set up in start.S using the settings below
128 */
129#define CONFIG_STACKSIZE (128*1024) /* regular stack */
130#ifdef CONFIG_USE_IRQ
131#define CONFIG_STACKSIZE_IRQ (4*1024) /* IRQ stack */
132#define CONFIG_STACKSIZE_FIQ (4*1024) /* FIQ stack */
133#endif
134
135/***************************************************************
136 * Platform/Board specific defines start here.
137 ***************************************************************/
138
139/*-----------------------------------------------------------------------
140 * Default configuration (environment varibles...)
141 *----------------------------------------------------------------------*/
142#define CONFIG_PREBOOT "echo;" \
32bf3d14 143 "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
ba94a1bb
WD
144 "echo"
145
146#undef CONFIG_BOOTARGS
147
148#define CONFIG_EXTRA_ENV_SETTINGS \
149 "netdev=eth0\0" \
150 "hostname=pdnb3\0" \
151 "nfsargs=setenv bootargs root=/dev/nfs rw " \
152 "nfsroot=${serverip}:${rootpath}\0" \
153 "ramargs=setenv bootargs root=/dev/ram rw\0" \
154 "addip=setenv bootargs ${bootargs} ethaddr=${ethaddr} " \
155 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
156 ":${hostname}:${netdev}:off panic=1\0" \
157 "addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate} " \
158 "mtdparts=${mtdparts}\0" \
159 "flash_nfs=run nfsargs addip addtty;" \
160 "bootm ${kernel_addr}\0" \
161 "flash_self=run ramargs addip addtty;" \
162 "bootm ${kernel_addr} ${ramdisk_addr}\0" \
163 "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \
164 "bootm\0" \
165 "rootpath=/opt/buildroot\0" \
166 "bootfile=/tftpboot/netbox/uImage\0" \
167 "kernel_addr=50080000\0" \
168 "ramdisk_addr=50200000\0" \
169 "load=tftp 100000 /tftpboot/netbox/u-boot.bin\0" \
170 "update=protect off 50000000 5007dfff;era 50000000 5007dfff;" \
171 "cp.b 100000 50000000 ${filesize};" \
172 "setenv filesize;saveenv\0" \
d8ab58b2 173 "upd=run load update\0" \
ba94a1bb
WD
174 "ipaddr=10.0.0.233\0" \
175 "serverip=10.0.0.152\0" \
a99715b8 176 "netmask=255.255.0.0\0" \
ba94a1bb
WD
177 "ethaddr=c6:6f:13:36:f3:81\0" \
178 "eth1addr=c6:6f:13:36:f3:82\0" \
179 "mtdparts=IXP4XX-Flash.0:504k@0(uboot),4k@504k(env)," \
180 "4k@508k(renv)\0" \
181 ""
182#define CONFIG_BOOTCOMMAND "run net_nfs"
183
184/*
185 * Physical Memory Map
186 */
187#define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
188#define PHYS_SDRAM_1 0x00000000 /* SDRAM Bank #1 */
189#define PHYS_SDRAM_1_SIZE 0x02000000 /* 32 MB */
190
6d0f6bcf
JCPV
191#define CONFIG_SYS_FLASH_BASE 0x50000000
192#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
9d8d5a5b 193#if defined(CONFIG_SCPU)
6d0f6bcf 194#define CONFIG_SYS_MONITOR_LEN (384 << 10) /* Reserve 512 kB for Monitor */
9d8d5a5b 195#else
6d0f6bcf 196#define CONFIG_SYS_MONITOR_LEN (504 << 10) /* Reserve 512 kB for Monitor */
9d8d5a5b 197#endif
ba94a1bb
WD
198
199/*
200 * Expansion bus settings
201 */
9d8d5a5b 202#if defined(CONFIG_SCPU)
6d0f6bcf 203#define CONFIG_SYS_EXP_CS0 0x94d23C42 /* 8bit, max size */
9d8d5a5b 204#else
6d0f6bcf 205#define CONFIG_SYS_EXP_CS0 0x94913C43 /* 8bit, max size */
9d8d5a5b 206#endif
6d0f6bcf 207#define CONFIG_SYS_EXP_CS1 0x85000043 /* 8bit, 512bytes */
ba94a1bb
WD
208
209/*
210 * SDRAM settings
211 */
6d0f6bcf
JCPV
212#define CONFIG_SYS_SDR_CONFIG 0x18
213#define CONFIG_SYS_SDR_MODE_CONFIG 0x1
214#define CONFIG_SYS_SDRAM_REFRESH_CNT 0x81a
ba94a1bb
WD
215
216/*
217 * FLASH and environment organization
218 */
9d8d5a5b 219#if defined(CONFIG_SCPU)
6d0f6bcf 220#define CONFIG_SYS_FLASH_CFI /* The flash is CFI compatible */
00b1883a 221#define CONFIG_FLASH_CFI_DRIVER /* Use common CFI driver */
6d0f6bcf 222#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT /* no byte writes on IXP4xx */
9d8d5a5b
SR
223#endif
224
6d0f6bcf 225#define FLASH_BASE0_PRELIM CONFIG_SYS_FLASH_BASE /* FLASH bank #0 */
ba94a1bb 226
6d0f6bcf
JCPV
227#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
228#define CONFIG_SYS_MAX_FLASH_SECT 256 /* max number of sectors on one chip */
ba94a1bb 229
6d0f6bcf
JCPV
230#define CONFIG_SYS_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
231#define CONFIG_SYS_FLASH_WRITE_TOUT 1000 /* Timeout for Flash Write (in ms) */
ba94a1bb 232
6d0f6bcf
JCPV
233#define CONFIG_SYS_FLASH_WORD_SIZE unsigned char /* flash word size (width) */
234#define CONFIG_SYS_FLASH_ADDR0 0x5555 /* 1st address for flash config cycles */
235#define CONFIG_SYS_FLASH_ADDR1 0x2AAA /* 2nd address for flash config cycles */
ba94a1bb
WD
236/*
237 * The following defines are added for buggy IOP480 byte interface.
238 * All other boards should use the standard values (CPCI405 etc.)
239 */
6d0f6bcf
JCPV
240#define CONFIG_SYS_FLASH_READ0 0x0000 /* 0 is standard */
241#define CONFIG_SYS_FLASH_READ1 0x0001 /* 1 is standard */
242#define CONFIG_SYS_FLASH_READ2 0x0002 /* 2 is standard */
ba94a1bb 243
6d0f6bcf 244#define CONFIG_SYS_FLASH_EMPTY_INFO /* print 'E' for empty sector on flinfo */
ba94a1bb 245
5a1aceb0 246#define CONFIG_ENV_IS_IN_FLASH 1
ba94a1bb 247
6d0f6bcf 248#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN)
9d8d5a5b 249#if defined(CONFIG_SCPU)
1bbf5eae 250/* no redundant environment on SCPU */
0e8d1586
JCPV
251#define CONFIG_ENV_SECT_SIZE 0x20000 /* size of one complete sector */
252#define CONFIG_ENV_SIZE 0x4000 /* Total Size of Environment Sector */
9d8d5a5b 253#else
0e8d1586
JCPV
254#define CONFIG_ENV_SECT_SIZE 0x1000 /* size of one complete sector */
255#define CONFIG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */
ba94a1bb
WD
256
257/* Address and size of Redundant Environment Sector */
0e8d1586
JCPV
258#define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR + CONFIG_ENV_SECT_SIZE)
259#define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE)
1bbf5eae 260#endif
ba94a1bb 261
9d8d5a5b 262#if !defined(CONFIG_SCPU)
ba94a1bb
WD
263/*
264 * NAND-FLASH stuff
265 */
6d0f6bcf 266#define CONFIG_SYS_MAX_NAND_DEVICE 1
ba94a1bb 267#define NAND_MAX_CHIPS 1
6d0f6bcf 268#define CONFIG_SYS_NAND_BASE 0x51000000 /* NAND FLASH Base Address */
9d8d5a5b 269#endif
ba94a1bb
WD
270
271/*
272 * GPIO settings
273 */
274
275/* FPGA program pin configuration */
6d0f6bcf
JCPV
276#define CONFIG_SYS_GPIO_PRG 12 /* FPGA program pin (cpu output)*/
277#define CONFIG_SYS_GPIO_CLK 10 /* FPGA clk pin (cpu output) */
278#define CONFIG_SYS_GPIO_DATA 14 /* FPGA data pin (cpu output) */
279#define CONFIG_SYS_GPIO_INIT 13 /* FPGA init pin (cpu input) */
280#define CONFIG_SYS_GPIO_DONE 11 /* FPGA done pin (cpu input) */
ba94a1bb
WD
281
282/* other GPIO's */
6d0f6bcf
JCPV
283#define CONFIG_SYS_GPIO_RESTORE_INT 0
284#define CONFIG_SYS_GPIO_RESTART_INT 1
285#define CONFIG_SYS_GPIO_SYS_RUNNING 2
286#define CONFIG_SYS_GPIO_PCI_INTA 3
287#define CONFIG_SYS_GPIO_PCI_INTB 4
288#define CONFIG_SYS_GPIO_I2C_SCL 6
289#define CONFIG_SYS_GPIO_I2C_SDA 7
290#define CONFIG_SYS_GPIO_FPGA_RESET 9
291#define CONFIG_SYS_GPIO_CLK_33M 15
ba94a1bb
WD
292
293/*
294 * I2C stuff
295 */
296
297/* enable I2C and select the hardware/software driver */
298#undef CONFIG_HARD_I2C /* I2C with hardware support */
299#define CONFIG_SOFT_I2C 1 /* I2C bit-banged */
300
6d0f6bcf
JCPV
301#define CONFIG_SYS_I2C_SPEED 83000 /* 83 kHz is supposed to work */
302#define CONFIG_SYS_I2C_SLAVE 0xFE
ba94a1bb
WD
303
304/*
305 * Software (bit-bang) I2C driver configuration
306 */
6d0f6bcf
JCPV
307#define PB_SCL (1 << CONFIG_SYS_GPIO_I2C_SCL)
308#define PB_SDA (1 << CONFIG_SYS_GPIO_I2C_SDA)
ba94a1bb 309
6d0f6bcf
JCPV
310#define I2C_INIT GPIO_OUTPUT_ENABLE(CONFIG_SYS_GPIO_I2C_SCL)
311#define I2C_ACTIVE GPIO_OUTPUT_ENABLE(CONFIG_SYS_GPIO_I2C_SDA)
312#define I2C_TRISTATE GPIO_OUTPUT_DISABLE(CONFIG_SYS_GPIO_I2C_SDA)
ba94a1bb 313#define I2C_READ ((*IXP425_GPIO_GPINR & PB_SDA) != 0)
6d0f6bcf
JCPV
314#define I2C_SDA(bit) if (bit) GPIO_OUTPUT_SET(CONFIG_SYS_GPIO_I2C_SDA); \
315 else GPIO_OUTPUT_CLEAR(CONFIG_SYS_GPIO_I2C_SDA)
316#define I2C_SCL(bit) if (bit) GPIO_OUTPUT_SET(CONFIG_SYS_GPIO_I2C_SCL); \
317 else GPIO_OUTPUT_CLEAR(CONFIG_SYS_GPIO_I2C_SCL)
ba94a1bb
WD
318#define I2C_DELAY udelay(3) /* 1/4 I2C clock duration */
319
320/*
321 * I2C RTC
322 */
9d8d5a5b
SR
323#if 0 /* test-only */
324#define CONFIG_RTC_DS1340 1
6d0f6bcf 325#define CONFIG_SYS_I2C_RTC_ADDR 0x68
9d8d5a5b
SR
326#else
327/* M41T11 Serial Access Timekeeper(R) SRAM */
ba94a1bb 328#define CONFIG_RTC_M41T11 1
6d0f6bcf
JCPV
329#define CONFIG_SYS_I2C_RTC_ADDR 0x68
330#define CONFIG_SYS_M41T11_BASE_YEAR 1900 /* play along with the linux driver */
9d8d5a5b 331#endif
ba94a1bb
WD
332
333/*
334 * Spartan3 FPGA configuration support
335 */
6d0f6bcf 336#define CONFIG_SYS_FPGA_MAX_SIZE 700*1024 /* 700kByte for XC3S500E */
ba94a1bb 337
6d0f6bcf
JCPV
338#define CONFIG_SYS_FPGA_PRG (1 << CONFIG_SYS_GPIO_PRG) /* FPGA program pin (cpu output)*/
339#define CONFIG_SYS_FPGA_CLK (1 << CONFIG_SYS_GPIO_CLK) /* FPGA clk pin (cpu output) */
340#define CONFIG_SYS_FPGA_DATA (1 << CONFIG_SYS_GPIO_DATA) /* FPGA data pin (cpu output) */
341#define CONFIG_SYS_FPGA_INIT (1 << CONFIG_SYS_GPIO_INIT) /* FPGA init pin (cpu input) */
342#define CONFIG_SYS_FPGA_DONE (1 << CONFIG_SYS_GPIO_DONE) /* FPGA done pin (cpu input) */
ba94a1bb
WD
343
344/*
345 * Cache Configuration
346 */
6d0f6bcf 347#define CONFIG_SYS_CACHELINE_SIZE 32
ba94a1bb
WD
348
349#endif /* __CONFIG_H */