blob: f0e73184f46fc47d2f06b1645ffcff11c02a6471 [file] [log] [blame]
Stefan Roesed96f41e2005-11-30 13:06:40 +01001/*
2 * (C) Copyright 2005
3 * Stefan Roese, DENX Software Engineering, sr@denx.de.
4 *
5 * Wolfgang Denk <wd@denx.de>
6 * Copyright 2004 Freescale Semiconductor.
7 * (C) Copyright 2002,2003 Motorola,Inc.
8 * Xianghua Xiao <X.Xiao@motorola.com>
9 *
10 * See file CREDITS for list of people who contributed to this
11 * project.
12 *
13 * This program is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU General Public License as
15 * published by the Free Software Foundation; either version 2 of
16 * the License, or (at your option) any later version.
17 *
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
26 * MA 02111-1307 USA
27 */
28
29/*
30 * TQM85xx (8560/40/55/41) board configuration file
31 */
32
33#ifndef __CONFIG_H
34#define __CONFIG_H
35
36/* High Level Configuration Options */
37#define CONFIG_BOOKE 1 /* BOOKE */
38#define CONFIG_E500 1 /* BOOKE e500 family */
39#define CONFIG_MPC85xx 1 /* MPC8540/60/55/41 */
40
41#define CONFIG_PCI
42#define CONFIG_TSEC_ENET /* tsec ethernet support */
43
44#define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */
45
46/*
47 * Only MPC8540 doesn't have CPM module
48 */
49#ifndef CONFIG_MPC8540
50#define CONFIG_CPM2 1 /* has CPM2 */
51#endif
52
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +020053#define CONFIG_FSL_LAW 1 /* Use common FSL init code */
Kumar Gala4d3521c2008-01-16 09:15:29 -060054
Stefan Roesed96f41e2005-11-30 13:06:40 +010055/*
56 * sysclk for MPC85xx
57 *
58 * Two valid values are:
59 * 33000000
60 * 66000000
61 *
62 * Most PCI cards are still 33Mhz, so in the presence of PCI, 33MHz
63 * is likely the desired value here, so that is now the default.
64 * The board, however, can run at 66MHz. In any event, this value
65 * must match the settings of some switches. Details can be found
66 * in the README.mpc85xxads.
67 */
68
69#ifndef CONFIG_SYS_CLK_FREQ
70#define CONFIG_SYS_CLK_FREQ 33333333
71#endif
72
73/*
74 * These can be toggled for performance analysis, otherwise use default.
75 */
76#define CONFIG_L2_CACHE /* toggle L2 cache */
77#define CONFIG_BTB /* toggle branch predition */
78#define CONFIG_ADDR_STREAMING /* toggle addr streaming */
79
80#define CFG_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
81
82#undef CFG_DRAM_TEST /* memory test, takes time */
83#define CFG_MEMTEST_START 0x00000000
84#define CFG_MEMTEST_END 0x10000000
85
86/*
87 * Base addresses -- Note these are effective addresses where the
88 * actual resources get mapped (not physical addresses)
89 */
90#define CFG_CCSRBAR_DEFAULT 0xFF700000 /* CCSRBAR Default */
91#define CFG_CCSRBAR 0xE0000000 /* relocated CCSRBAR */
Kumar Galaf69766e2008-01-30 14:55:14 -060092#define CFG_CCSRBAR_PHYS CFG_CCSRBAR /* physical addr of CCSRBAR */
Stefan Roesed96f41e2005-11-30 13:06:40 +010093#define CFG_IMMR CFG_CCSRBAR /* PQII uses CFG_IMMR */
94
95/*
96 * DDR Setup
97 */
98#define CFG_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory */
99#define CFG_SDRAM_BASE CFG_DDR_SDRAM_BASE
Stefan Roesed96f41e2005-11-30 13:06:40 +0100100
101#if defined(CONFIG_TQM8540) || defined(CONFIG_TQM8560)
102/* TQM8540 & 8560 need DLL-override */
103#define CONFIG_DDR_DLL /* DLL fix needed */
104#define CONFIG_DDR_DEFAULT_CL 25 /* CAS latency 2,5 */
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200105#endif /* CONFIG_TQM8540 || CONFIG_TQM8560 */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100106
107#if defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555)
108#define CONFIG_DDR_DEFAULT_CL 30 /* CAS latency 3 */
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200109#endif /* CONFIG_TQM8541 || CONFIG_TQM8555 */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100110
111/*
112 * Flash on the Local Bus
113 */
114#define CFG_FLASH0 0xFC000000
115#define CFG_FLASH1 0xF8000000
116#define CFG_FLASH_BANKS_LIST { CFG_FLASH1, CFG_FLASH0 }
117
118#define CFG_LBC_FLASH_BASE CFG_FLASH1 /* Localbus flash start */
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200119#define CFG_FLASH_BASE CFG_LBC_FLASH_BASE /* start of FLASH */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100120
121#define CFG_BR0_PRELIM 0xfc001801 /* port size 32bit */
122#define CFG_OR0_PRELIM 0xfc000040 /* 64MB Flash */
123#define CFG_BR1_PRELIM 0xf8001801 /* port size 32bit */
124#define CFG_OR1_PRELIM 0xfc000040 /* 64MB Flash */
125
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200126#define CFG_FLASH_CFI /* flash is CFI compat. */
127#define CFG_FLASH_CFI_DRIVER /* Use common CFI driver */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100128#define CFG_FLASH_EMPTY_INFO /* print 'E' for empty sector */
129#define CFG_FLASH_QUIET_TEST 1 /* don't warn upon unknown flash*/
130
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200131#define CFG_MAX_FLASH_BANKS 2 /* number of banks */
132#define CFG_MAX_FLASH_SECT 512 /* sectors per device */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100133#undef CFG_FLASH_CHECKSUM
134#define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
135#define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
136
137#define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */
138
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200139#define CFG_LBC_LCRR 0x00030008 /* LB clock ratio reg */
140#define CFG_LBC_LBCR 0x00000000 /* LB config reg */
141#define CFG_LBC_LSRT 0x20000000 /* LB sdram refresh timer */
142#define CFG_LBC_MRTPR 0x20000000 /* LB refresh timer presc.*/
Stefan Roesed96f41e2005-11-30 13:06:40 +0100143
144#define CONFIG_L1_INIT_RAM
145#define CFG_INIT_RAM_LOCK 1
146#define CFG_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */
147#define CFG_INIT_RAM_END 0x4000 /* End used area in RAM */
148
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200149#define CFG_GBL_DATA_SIZE 128 /* num bytes initial data */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100150#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
151#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
152
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200153#define CFG_MONITOR_LEN (256 * 1024) /* Reserve 256kB for Mon */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100154#define CFG_MALLOC_LEN (128 * 1024) /* Reserved for malloc */
155
156/* Serial Port */
157#if defined(CONFIG_TQM8560)
158
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200159#define CONFIG_CONS_ON_SCC /* define if console on SCC */
160#undef CONFIG_CONS_NONE /* define if console on something else */
161#define CONFIG_CONS_INDEX 1 /* which serial channel for console */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100162
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200163#else /* !CONFIG_TQM8560 */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100164
165#define CONFIG_CONS_INDEX 1
166#undef CONFIG_SERIAL_SOFTWARE_FIFO
167#define CFG_NS16550
168#define CFG_NS16550_SERIAL
169#define CFG_NS16550_REG_SIZE 1
170#define CFG_NS16550_CLK get_bus_freq(0)
171
172#define CFG_NS16550_COM1 (CFG_CCSRBAR+0x4500)
173#define CFG_NS16550_COM2 (CFG_CCSRBAR+0x4600)
174
Wolfgang Denkbc8bb6d2006-06-16 16:40:54 +0200175/* PS/2 Keyboard */
176#define CONFIG_PS2KBD /* AT-PS/2 Keyboard */
177#define CONFIG_PS2MULT /* .. on PS/2 Multiplexer */
178#define CONFIG_PS2SERIAL 2 /* .. on DUART2 */
179#define CONFIG_PS2MULT_DELAY (CFG_HZ/2) /* Initial delay */
180#define CONFIG_BOARD_EARLY_INIT_R 1
181
Wolfgang Denk966083e2006-07-21 15:24:56 +0200182#endif /* CONFIG_TQM8560 */
183
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200184#define CONFIG_BAUDRATE 115200
Wolfgang Denk966083e2006-07-21 15:24:56 +0200185
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200186#define CFG_BAUDRATE_TABLE \
187 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
Wolfgang Denk966083e2006-07-21 15:24:56 +0200188
Wolfgang Denk2751a952006-10-28 02:29:14 +0200189#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
190#define CFG_HUSH_PARSER 1 /* Use the HUSH parser */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100191#ifdef CFG_HUSH_PARSER
Wolfgang Denk2751a952006-10-28 02:29:14 +0200192#define CFG_PROMPT_HUSH_PS2 "> "
Stefan Roesed96f41e2005-11-30 13:06:40 +0100193#endif
194
Jon Loeliger20476722006-10-20 15:50:15 -0500195/*
196 * I2C
197 */
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200198#define CONFIG_FSL_I2C /* Use FSL common I2C driver */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100199#define CONFIG_HARD_I2C /* I2C with hardware support */
200#undef CONFIG_SOFT_I2C /* I2C bit-banged */
201#define CFG_I2C_SPEED 400000 /* I2C speed and slave address */
202#define CFG_I2C_SLAVE 0x7F
203#define CFG_I2C_NOPROBES {0x48} /* Don't probe these addrs */
Jon Loeliger20476722006-10-20 15:50:15 -0500204#define CFG_I2C_OFFSET 0x3000
Stefan Roesed96f41e2005-11-30 13:06:40 +0100205
206/* I2C RTC */
207#define CONFIG_RTC_DS1337 /* Use ds1337 rtc via i2c */
208#define CFG_I2C_RTC_ADDR 0x68 /* at address 0x68 */
209
210/* I2C EEPROM */
211/*
212 * EEPROM configuration for onboard EEPROM M24C32 (M24C64 should work also).
213 */
214#define CFG_I2C_EEPROM_ADDR 0x50 /* 1010000x */
215#define CFG_I2C_EEPROM_ADDR_LEN 2
216#define CFG_EEPROM_PAGE_WRITE_BITS 5 /* =32 Bytes per write */
217#define CFG_EEPROM_PAGE_WRITE_ENABLE
218#define CFG_EEPROM_PAGE_WRITE_DELAY_MS 20
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200219#define CFG_I2C_MULTI_EEPROMS 1 /* more than one eeprom */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100220
221/* I2C SYSMON (LM75) */
222#define CONFIG_DTT_LM75 1 /* ON Semi's LM75 */
223#define CONFIG_DTT_SENSORS {0} /* Sensor addresses */
224#define CFG_DTT_MAX_TEMP 70
225#define CFG_DTT_LOW_TEMP -30
226#define CFG_DTT_HYSTERESIS 3
227
228/* RapidIO MMU */
229#define CFG_RIO_MEM_BASE 0xc0000000 /* base address */
230#define CFG_RIO_MEM_PHYS CFG_RIO_MEM_BASE
231#define CFG_RIO_MEM_SIZE 0x20000000 /* 128M */
232
233/*
234 * General PCI
235 * Addresses are mapped 1-1.
236 */
237#define CFG_PCI1_MEM_BASE 0x80000000
238#define CFG_PCI1_MEM_PHYS CFG_PCI1_MEM_BASE
239#define CFG_PCI1_MEM_SIZE 0x20000000 /* 512M */
240#define CFG_PCI1_IO_BASE 0xe2000000
241#define CFG_PCI1_IO_PHYS CFG_PCI1_IO_BASE
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200242#define CFG_PCI1_IO_SIZE 0x1000000 /* 16M */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100243
244#if defined(CONFIG_PCI)
245
246#define CONFIG_PCI_PNP /* do pci plug-and-play */
247
248#define CONFIG_EEPRO100
249#undef CONFIG_TULIP
250
251#undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
252#define CFG_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */
253
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200254#endif /* CONFIG_PCI */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100255
256#define CONFIG_NET_MULTI 1
257
258#define CONFIG_MII 1 /* MII PHY management */
Kim Phillips255a35772007-05-16 16:52:19 -0500259#define CONFIG_TSEC1 1
260#define CONFIG_TSEC1_NAME "TSEC0"
261#define CONFIG_TSEC2 1
262#define CONFIG_TSEC2_NAME "TSEC1"
Stefan Roesed96f41e2005-11-30 13:06:40 +0100263#define TSEC1_PHY_ADDR 2
264#define TSEC2_PHY_ADDR 1
265#define TSEC1_PHYIDX 0
266#define TSEC2_PHYIDX 0
Andy Fleming3a790132007-08-15 20:03:25 -0500267#define TSEC1_FLAGS TSEC_GIGABIT
268#define TSEC2_FLAGS TSEC_GIGABIT
Stefan Roesed96f41e2005-11-30 13:06:40 +0100269#define FEC_PHY_ADDR 3
270#define FEC_PHYIDX 0
Andy Fleming3a790132007-08-15 20:03:25 -0500271#define FEC_FLAGS 0
Andy Fleming10327dc2007-08-16 16:35:02 -0500272#define CONFIG_HAS_ETH0
Stefan Roesed96f41e2005-11-30 13:06:40 +0100273#define CONFIG_HAS_ETH1
274#define CONFIG_HAS_ETH2
275
276/* Options are TSEC[0-1], FEC */
277#define CONFIG_ETHPRIME "TSEC0"
278
279#if defined(CONFIG_TQM8540)
280/*
281 * TQM8540 has 3 ethernet ports. 2 TSEC's and one FEC.
282 * The FEC port is connected on the same signals as the FCC3 port
283 * of the TQM8560 to the baseboard (STK85xx Starterkit).
284 *
285 * On the STK85xx Starterkit the X47/X50 jumper has to be set to
286 * a - d (X50.2 - 3) to enable the FEC port.
287 */
288#define CONFIG_MPC85XX_FEC 1
289#define CONFIG_MPC85XX_FEC_NAME "FEC"
290#endif
291
292#if defined(CONFIG_TQM8541) || defined(CONFIG_TQM8555)
293/*
294 * TQM8541/55 have 4 ethernet ports. 2 TSEC's and 2 FCC's. Only one FCC port
295 * can be used at once, since only one FCC port is available on the STK85xx
296 * Starterkit.
297 *
298 * To use this port you have to configure U-Boot to use the FCC port 1...2
299 * and set the X47/X50 jumper to:
300 * FCC1: a - b (X47.2 - X50.2)
301 * FCC2: a - c (X50.2 - 1)
302 */
303#define CONFIG_ETHER_ON_FCC
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200304#define CONFIG_ETHER_INDEX 1 /* FCC channel for ethernet */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100305#endif
306
307#if defined(CONFIG_TQM8560)
308/*
309 * TQM8560 has 5 ethernet ports. 2 TSEC's and 3 FCC's. Only one FCC port
310 * can be used at once, since only one FCC port is available on the STK85xx
311 * Starterkit.
312 *
313 * To use this port you have to configure U-Boot to use the FCC port 1...3
314 * and set the X47/X50 jumper to:
315 * FCC1: a - b (X47.2 - X50.2)
316 * FCC2: a - c (X50.2 - 1)
317 * FCC3: a - d (X50.2 - 3)
318 */
319#define CONFIG_ETHER_ON_FCC
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200320#define CONFIG_ETHER_INDEX 3 /* FCC channel for ethernet */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100321#endif
322
323#if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 1)
324#define CONFIG_ETHER_ON_FCC1
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200325#define CFG_CMXFCR_MASK1 (CMXFCR_FC1 | CMXFCR_RF1CS_MSK | \
326 CMXFCR_TF1CS_MSK)
Stefan Roesed96f41e2005-11-30 13:06:40 +0100327#define CFG_CMXFCR_VALUE1 (CMXFCR_RF1CS_CLK11 | CMXFCR_TF1CS_CLK12)
328#define CFG_CPMFCR_RAMTYPE 0
329#define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
330#endif
331
332#if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 2)
333#define CONFIG_ETHER_ON_FCC2
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200334#define CFG_CMXFCR_MASK2 (CMXFCR_FC2 | CMXFCR_RF2CS_MSK | \
335 CMXFCR_TF2CS_MSK)
Stefan Roesed96f41e2005-11-30 13:06:40 +0100336#define CFG_CMXFCR_VALUE2 (CMXFCR_RF2CS_CLK16 | CMXFCR_TF2CS_CLK13)
337#define CFG_CPMFCR_RAMTYPE 0
338#define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
339#endif
340
341#if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 3)
342#define CONFIG_ETHER_ON_FCC3
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200343#define CFG_CMXFCR_MASK3 (CMXFCR_FC3 | CMXFCR_RF3CS_MSK | \
344 CMXFCR_TF3CS_MSK)
Stefan Roesed96f41e2005-11-30 13:06:40 +0100345#define CFG_CMXFCR_VALUE3 (CMXFCR_RF3CS_CLK15 | CMXFCR_TF3CS_CLK14)
346#define CFG_CPMFCR_RAMTYPE 0
347#define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
348#endif
349
350/*
351 * Environment
352 */
353#define CFG_ENV_IS_IN_FLASH 1
354#define CFG_ENV_ADDR (CFG_MONITOR_BASE - 0x20000)
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200355#define CFG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100356#define CFG_ENV_SIZE 0x2000
357#define CFG_ENV_ADDR_REDUND (CFG_ENV_ADDR-CFG_ENV_SECT_SIZE)
358#define CFG_ENV_SIZE_REDUND (CFG_ENV_SIZE)
359
360#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
361#define CFG_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
362
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200363#define CONFIG_TIMESTAMP /* Print image info with ts */
Jon Loeliger2835e512007-06-13 13:22:08 -0500364
365/*
Jon Loeligera1aa0bb2007-07-10 09:22:23 -0500366 * BOOTP options
367 */
368#define CONFIG_BOOTP_BOOTFILESIZE
369#define CONFIG_BOOTP_BOOTPATH
370#define CONFIG_BOOTP_GATEWAY
371#define CONFIG_BOOTP_HOSTNAME
372
Jon Loeligera1aa0bb2007-07-10 09:22:23 -0500373/*
Jon Loeliger2835e512007-06-13 13:22:08 -0500374 * Command line configuration.
375 */
376#include <config_cmd_default.h>
377
378#define CONFIG_CMD_PING
379#define CONFIG_CMD_I2C
380#define CONFIG_CMD_DHCP
381#define CONFIG_CMD_NFS
382#define CONFIG_CMD_SNTP
383#define CONFIG_CMD_DATE
384#define CONFIG_CMD_EEPROM
385#define CONFIG_CMD_DTT
386#define CONFIG_CMD_MII
387
Stefan Roesed96f41e2005-11-30 13:06:40 +0100388#if defined(CONFIG_PCI)
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200389#define CONFIG_CMD_PCI
Stefan Roesed96f41e2005-11-30 13:06:40 +0100390#endif
391
Stefan Roesed96f41e2005-11-30 13:06:40 +0100392#undef CONFIG_WATCHDOG /* watchdog disabled */
393
394/*
395 * Miscellaneous configurable options
396 */
397#define CFG_LONGHELP /* undef to save memory */
398#define CFG_LOAD_ADDR 0x2000000 /* default load address */
399#define CFG_PROMPT "=> " /* Monitor Command Prompt */
400
Jon Loeliger2835e512007-06-13 13:22:08 -0500401#if defined(CONFIG_CMD_KGDB)
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200402#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100403#else
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200404#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100405#endif
406
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200407#define CFG_PBSIZE (CFG_CBSIZE + \
408 sizeof(CFG_PROMPT) + 16) /* Print Buf Size */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100409#define CFG_MAXARGS 16 /* max number of command args */
410#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
411#define CFG_HZ 1000 /* decrementer freq: 1ms ticks */
412
413/*
414 * For booting Linux, the board info and command line data
415 * have to be in the first 8 MB of memory, since this is
416 * the maximum mapped by the Linux kernel during initialization.
417 */
418#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
419
Stefan Roesed96f41e2005-11-30 13:06:40 +0100420/*
421 * Internal Definitions
422 *
423 * Boot Flags
424 */
425#define BOOTFLAG_COLD 0x01 /* Power-On: Boot from FLASH */
426#define BOOTFLAG_WARM 0x02 /* Software reboot */
427
Jon Loeliger2835e512007-06-13 13:22:08 -0500428#if defined(CONFIG_CMD_KGDB)
Stefan Roesed96f41e2005-11-30 13:06:40 +0100429#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port*/
430#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
431#endif
432
Stefan Roesed96f41e2005-11-30 13:06:40 +0100433#define CONFIG_LOADADDR 200000 /* default addr for tftp & bootm*/
434
435#define CONFIG_BOOTDELAY 5 /* -1 disables auto-boot */
436
437#define CONFIG_PREBOOT "echo;" \
Wolfgang Denkd8519dc2006-08-11 17:33:42 +0200438 "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
Stefan Roesed96f41e2005-11-30 13:06:40 +0100439 "echo"
440
441#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
442
443#define CONFIG_EXTRA_ENV_SETTINGS \
Grant Likely8a783a62007-09-18 12:24:57 -0600444 "bootfile="CFG_BOOTFILE_PATH"\0" \
Stefan Roesed96f41e2005-11-30 13:06:40 +0100445 "netdev=eth0\0" \
446 "consdev=ttyS0\0" \
447 "nfsargs=setenv bootargs root=/dev/nfs rw " \
448 "nfsroot=$serverip:$rootpath\0" \
449 "ramargs=setenv bootargs root=/dev/ram rw\0" \
450 "addip=setenv bootargs $bootargs " \
451 "ip=$ipaddr:$serverip:$gatewayip:$netmask" \
452 ":$hostname:$netdev:off panic=1\0" \
453 "addcons=setenv bootargs $bootargs " \
454 "console=$consdev,$baudrate\0" \
455 "flash_nfs=run nfsargs addip addcons;" \
456 "bootm $kernel_addr\0" \
457 "flash_self=run ramargs addip addcons;" \
458 "bootm $kernel_addr $ramdisk_addr\0" \
459 "net_nfs=tftp $loadaddr $bootfile;" \
460 "run nfsargs addip addcons;bootm\0" \
461 "rootpath=/opt/eldk/ppc_85xx\0" \
462 "kernel_addr=FE000000\0" \
Wolfgang Denk015c2002006-08-11 17:29:38 +0200463 "ramdisk_addr=FE180000\0" \
Stefan Roesed96f41e2005-11-30 13:06:40 +0100464 "load=tftp 100000 /tftpboot/$hostname/u-boot.bin\0" \
465 "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;" \
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200466 "cp.b 100000 fffc0000 40000;" \
Stefan Roesed96f41e2005-11-30 13:06:40 +0100467 "setenv filesize;saveenv\0" \
Detlev Zundeld8ab58b2008-03-06 16:45:53 +0100468 "upd=run load update\0" \
Stefan Roesed96f41e2005-11-30 13:06:40 +0100469 ""
470#define CONFIG_BOOTCOMMAND "run flash_self"
471
Wolfgang Grandeggerb99ba162008-06-05 13:12:00 +0200472#endif /* __CONFIG_H */