blob: b219160615961b25319210c4cf2c8fbecf6da296 [file] [log] [blame]
wdenke2211742002-11-02 23:30:20 +00001/*
2 * (C) Copyright 2002 ELTEC Elektronik AG
3 * Frank Gottschling <fgottschling@eltec.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/*
25 * board/config.h - configuration options, board specific
26 */
27
28#ifndef __CONFIG_H
29#define __CONFIG_H
30
wdenke2211742002-11-02 23:30:20 +000031#undef DEBUG
32#define GTREGREAD(x) 0xffffffff /* needed for debug */
33
34/*
35 * High Level Configuration Options
36 * (easy to change)
37 */
38
39/* these hardware addresses are pretty bogus, please change them to
40 suit your needs */
41
42/* first ethernet */
43#define CONFIG_ETHADDR 00:00:5b:ee:de:ad
44
45#define CONFIG_IPADDR 192.168.0.105
46#define CONFIG_SERVERIP 192.168.0.100
47
48#define CONFIG_ELPPC 1 /* this is an BAB740/BAB750 board */
49
50#define CONFIG_BAUDRATE 9600 /* console baudrate */
51
52#undef CONFIG_WATCHDOG
53
54#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
55
56#define CONFIG_ZERO_BOOTDELAY_CHECK
57
58#undef CONFIG_BOOTARGS
59#define CONFIG_BOOTCOMMAND \
60 "bootp 1000000; " \
61 "setenv bootargs root=ramfs console=ttyS00,9600 " \
Wolfgang Denk86eb3b72005-11-20 21:40:11 +010062 "ip=${ipaddr}:${serverip}:${rootpath}:${gatewayip}:" \
63 "${netmask}:${hostname}:eth0:none; " \
wdenke2211742002-11-02 23:30:20 +000064 "bootm"
65
66#define CONFIG_LOADS_ECHO 0 /* echo off for serial download */
67#define CFG_LOADS_BAUD_CHANGE /* allow baudrate changes */
68
69#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)
70
wdenke2211742002-11-02 23:30:20 +000071
Jon Loeligerdbb2b542007-07-07 20:56:05 -050072/*
73 * Command line configuration.
74 */
75#include <config_cmd_default.h>
76
77#define CONFIG_CMD_PCI
78#define CONFIG_CMD_JFFS2
79
wdenke2211742002-11-02 23:30:20 +000080
81/*
82 * Miscellaneous configurable options
83 */
84#define CFG_LONGHELP /* undef to save memory */
85#define CFG_PROMPT "=> " /* Monitor Command Prompt */
86
87/*
88 * choose between COM1 and COM2 as serial console
89 */
90#define CONFIG_CONS_INDEX 1
91
Jon Loeligerdbb2b542007-07-07 20:56:05 -050092#if defined(CONFIG_CMD_KGDB)
wdenke2211742002-11-02 23:30:20 +000093#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
94#else
95#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
96#endif
97#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
98#define CFG_MAXARGS 16 /* max number of command args */
99#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
100
101#define CFG_MEMTEST_START 0x00000000 /* memtest works on */
102#define CFG_MEMTEST_END 0x04000000 /* 0 ... 64 MB in DRAM */
103
104#define CFG_LOAD_ADDR 0x1000000 /* default load address */
105
106#define CFG_HZ 1000 /* dec. freq: 1 ms ticks */
107
108#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
109
110/*
111 * Low Level Configuration Settings
112 * (address mappings, register initial values, etc.)
113 * You should know what you are doing if you make changes here.
114 */
115#define CFG_BOARD_ASM_INIT
116#define CONFIG_MISC_INIT_R
117
118/*
119 * Address mapping scheme for the MPC107 mem controller is mapping B (CHRP)
120 */
121#undef CFG_ADDRESS_MAP_A
122
123#define CFG_PCI_MEMORY_BUS 0x00000000
124#define CFG_PCI_MEMORY_PHYS 0x00000000
125#define CFG_PCI_MEMORY_SIZE 0x40000000
126
127#define CFG_PCI_MEM_BUS 0x80000000
128#define CFG_PCI_MEM_PHYS 0x80000000
129#define CFG_PCI_MEM_SIZE 0x7d000000
130
131#define CFG_ISA_MEM_BUS 0x00000000
132#define CFG_ISA_MEM_PHYS 0xfd000000
133#define CFG_ISA_MEM_SIZE 0x01000000
134
135#define CFG_PCI_IO_BUS 0x00800000
136#define CFG_PCI_IO_PHYS 0xfe800000
137#define CFG_PCI_IO_SIZE 0x00400000
138
139#define CFG_ISA_IO_BUS 0x00000000
140#define CFG_ISA_IO_PHYS 0xfe000000
141#define CFG_ISA_IO_SIZE 0x00800000
142
143/* driver defines FDC,IDE,... */
144#define CFG_ISA_IO_BASE_ADDRESS CFG_ISA_IO_PHYS
145#define CFG_ISA_IO CFG_ISA_IO_PHYS
146#define CFG_60X_PCI_IO_OFFSET CFG_ISA_IO_PHYS
147
148/*
149 * Start addresses for the final memory configuration
150 * (Set up by the startup code)
151 * Please note that CFG_SDRAM_BASE _must_ start at 0
152 */
153#define CFG_SDRAM_BASE 0x00000000
154
155#define CFG_USR_LED_BASE 0x78000000
156#define CFG_NVRAM_BASE 0xff000000
157#define CFG_UART_BASE 0xff400000
158#define CFG_FLASH_BASE 0xfff00000
159
160#define MPC107_EUMB_ADDR 0xfce00000
161#define MPC107_EUMB_PI 0xfce41090
162#define MPC107_EUMB_GCR 0xfce41020
163#define MPC107_EUMB_IACKR 0xfce600a0
164#define MPC107_I2C_ADDR 0xfce03000
165
166/*
167 * Definitions for initial stack pointer and data area
168 */
169#define CFG_INIT_RAM_ADDR 0x00fd0000 /* above the memtest region */
170#define CFG_INIT_RAM_END 0x4000
171#define CFG_GBL_DATA_SIZE 64 /* size in bytes reserved for init data */
172#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
173#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
174
175/*
176 * Flash mapping/organization on the MPC10x.
177 */
178#define FLASH_BASE0_PRELIM 0xff800000
179#define FLASH_BASE1_PRELIM 0xffc00000
180
181#define CFG_MAX_FLASH_BANKS 2 /* max number of memory banks */
182#define CFG_MAX_FLASH_SECT 67 /* max number of sectors on one chip */
183
184#define CFG_FLASH_ERASE_TOUT 120000 /* Timeout for Flash Erase (in ms) */
185#define CFG_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */
186
Wolfgang Denk47f57792005-08-08 01:03:24 +0200187/*
188 * JFFS2 partitions
189 *
190 */
191/* No command line, one static partition, whole device */
192#undef CONFIG_JFFS2_CMDLINE
193#define CONFIG_JFFS2_DEV "nor0"
194#define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF
195#define CONFIG_JFFS2_PART_OFFSET 0x00000000
196
197/* mtdparts command line support */
198/* Note: fake mtd_id used, no linux mtd map file */
199/*
200#define CONFIG_JFFS2_CMDLINE
201#define MTDIDS_DEFAULT "nor0=elppc-0,nor1=elppc-1"
202#define MTDPARTS_DEFAULT "mtdparts=elppc-0:-(jffs2),elppc-1:-(user)"
203*/
wdenke2211742002-11-02 23:30:20 +0000204
205#define CFG_MONITOR_BASE CFG_FLASH_BASE
206#define CFG_MONITOR_LEN 0x40000 /* Reserve 256 kB for Monitor */
207#define CFG_MALLOC_LEN 0x20000 /* Reserve 128 kB for malloc() */
208#undef CFG_MEMTEST
209
210/*
211 * Environment settings
212 */
213#define CONFIG_ENV_OVERWRITE
214#define CFG_ENV_IS_IN_NVRAM 1 /* use NVRAM for environment vars */
215#define CFG_NVRAM_SIZE 0x800 /* NVRAM size (2kB) */
216#define CFG_ENV_SIZE 0x400 /* Size of Environment vars (1kB) */
217#define CFG_ENV_ADDR 0x0
218#define CFG_ENV_MAP_ADRS 0xff000000
219#define CFG_NV_SROM_COPY_ADDR (CFG_ENV_ADDR + CFG_ENV_SIZE)
220#define CFG_NVRAM_ACCESS_ROUTINE /* only byte accsess alowed */
221#define CFG_SROM_SIZE 0x100 /* shadow of revision info is in nvram */
222
223/*
224 * Serial devices
225 */
226#define CFG_NS16550
227#define CFG_NS16550_SERIAL
228#define CFG_NS16550_REG_SIZE 1
229#define CFG_NS16550_CLK 24000000
230#define CFG_NS16550_COM1 (CFG_UART_BASE + 0)
231#define CFG_NS16550_COM2 (CFG_UART_BASE + 8)
232
233/*
234 * PCI stuff
235 */
236#define CONFIG_PCI /* include pci support */
237#define CONFIG_PCI_PNP /* pci plug-and-play */
238#define CONFIG_PCI_HOST PCI_HOST_AUTO
239#undef CONFIG_PCI_SCAN_SHOW
240
241/*
242 * Optional Video console (graphic: SMI LynxEM)
243 */
244#define CONFIG_VIDEO
245#define CONFIG_CFB_CONSOLE
246#define VIDEO_KBD_INIT_FCT (simple_strtol (getenv("console"), NULL, 10))
247#define VIDEO_TSTC_FCT serial_tstc
248#define VIDEO_GETC_FCT serial_getc
249
250#define CONFIG_VIDEO_SMI_LYNXEM
251#define CONFIG_VIDEO_LOGO
252#define CONFIG_CONSOLE_EXTRA_INFO
253
254/*
255 * Initial BATs
256 */
257#if 1
258
259#define CFG_IBAT0L 0
260#define CFG_IBAT0U 0
261#define CFG_DBAT0L CFG_IBAT1L
262#define CFG_DBAT0U CFG_IBAT1U
263
264#define CFG_IBAT1L 0
265#define CFG_IBAT1U 0
266#define CFG_DBAT1L CFG_IBAT1L
267#define CFG_DBAT1U CFG_IBAT1U
268
269#define CFG_IBAT2L 0
270#define CFG_IBAT2U 0
271#define CFG_DBAT2L CFG_IBAT2L
272#define CFG_DBAT2U CFG_IBAT2U
273
274#define CFG_IBAT3L 0
275#define CFG_IBAT3U 0
276#define CFG_DBAT3L CFG_IBAT3L
277#define CFG_DBAT3U CFG_IBAT3U
278
279#else
280
281/* SDRAM */
282#define CFG_IBAT0L (CFG_SDRAM_BASE | BATL_RW)
283#define CFG_IBAT0U (CFG_SDRAM_BASE | BATU_BL_256M | BATU_VS | BATU_VP)
284#define CFG_DBAT0L CFG_IBAT1L
285#define CFG_DBAT0U CFG_IBAT1U
286
287/* address range for flashes */
288#define CFG_IBAT1L (CFG_FLASH_BASE | BATL_RW | BATL_CACHEINHIBIT)
289#define CFG_IBAT1U (CFG_FLASH_BASE | BATU_BL_16M | BATU_VS | BATU_VP)
290#define CFG_DBAT1L CFG_IBAT1L
291#define CFG_DBAT1U CFG_IBAT1U
292
293/* ISA IO space */
294#define CFG_IBAT2L (CFG_ISA_IO | BATL_RW | BATL_CACHEINHIBIT)
295#define CFG_IBAT2U (CFG_ISA_IO | BATU_BL_16M | BATU_VS | BATU_VP)
296#define CFG_DBAT2L CFG_IBAT2L
297#define CFG_DBAT2U CFG_IBAT2U
298
299/* ISA memory space */
300#define CFG_IBAT3L (CFG_ISA_MEM | BATL_RW | BATL_CACHEINHIBIT)
301#define CFG_IBAT3U (CFG_ISA_MEM | BATU_BL_16M | BATU_VS | BATU_VP)
302#define CFG_DBAT3L CFG_IBAT3L
303#define CFG_DBAT3U CFG_IBAT3U
304
305#endif
306
307/*
308 * Speed settings are board specific
309 */
310#define CFG_BUS_HZ 100000000
311#define CFG_CPU_CLK 400000000
312#define CFG_BUS_CLK CFG_BUS_HZ
313
314/*
315 * For booting Linux, the board info and command line data
316 * have to be in the first 8 MB of memory, since this is
317 * the maximum mapped by the Linux kernel during initialization.
318 */
319#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
320
321/*
322 * Cache Configuration
323 */
324#define CFG_CACHELINE_SIZE 32 /* For all MPC74xx CPUs */
Jon Loeligerdbb2b542007-07-07 20:56:05 -0500325#if defined(CONFIG_CMD_KGDB)
wdenke2211742002-11-02 23:30:20 +0000326#define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */
327#endif
328
329/*
330 * L2CR setup -- make sure this is right for your board!
wdenk2582f6b2002-11-11 21:14:20 +0000331 * look in include/74xx_7xx.h for the defines used here
wdenke2211742002-11-02 23:30:20 +0000332 */
333
334#define CFG_L2
335
336#if 1
337#define L2_INIT 0 /* cpu 750 CXe*/
338#else
339#define L2_INIT (L2CR_L2SIZ_2M | L2CR_L2CLK_3 | L2CR_L2RAM_BURST | \
wdenk57b2d802003-06-27 21:31:46 +0000340 L2CR_L2OH_5 | L2CR_L2CTL | L2CR_L2WT)
wdenke2211742002-11-02 23:30:20 +0000341#endif
342#define L2_ENABLE (L2_INIT | L2CR_L2E)
343
344/*
345 * Internal Definitions
346 *
347 * Boot Flags
348 */
349#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
350#define BOOTFLAG_WARM 0x02 /* Software reboot */
351
352#define CONFIG_NET_MULTI /* Multi ethernet cards support */
353#define CONFIG_EEPRO100
stroese94ef1cf2003-06-05 15:39:44 +0000354#define CFG_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */
wdenke2211742002-11-02 23:30:20 +0000355#define CONFIG_EEPRO100_SROM_WRITE
356
357#endif /* __CONFIG_H */