blob: 0dd6ef52f40d90eb29c6fcde069454d5ec4bc361 [file] [log] [blame]
Dave Liu19580e62007-09-18 12:37:57 +08001/*
2 * Copyright (C) 2007 Freescale Semiconductor, Inc.
3 * Dave Liu <daveliu@freescale.com>
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of
8 * the License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18 * MA 02111-1307 USA
19 */
20
21#ifndef __CONFIG_H
22#define __CONFIG_H
23
Dave Liu19580e62007-09-18 12:37:57 +080024/*
25 * High Level Configuration Options
26 */
27#define CONFIG_E300 1 /* E300 family */
28#define CONFIG_MPC83XX 1 /* MPC83XX family */
29#define CONFIG_MPC837X 1 /* MPC837X CPU specific */
30#define CONFIG_MPC837XEMDS 1 /* MPC837XEMDS board specific */
31
32/*
33 * System Clock Setup
34 */
35#ifdef CONFIG_PCISLAVE
36#define CONFIG_83XX_PCICLK 66000000 /* in HZ */
37#else
38#define CONFIG_83XX_CLKIN 66000000 /* in Hz */
39#endif
40
41#ifndef CONFIG_SYS_CLK_FREQ
42#define CONFIG_SYS_CLK_FREQ 66000000
43#endif
44
45/*
46 * Hardware Reset Configuration Word
47 * if CLKIN is 66MHz, then
48 * CSB = 396MHz, CORE = 594MHz, DDRC = 396MHz, LBC = 396MHz
49 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020050#define CONFIG_SYS_HRCW_LOW (\
Dave Liu19580e62007-09-18 12:37:57 +080051 HRCWL_LCL_BUS_TO_SCB_CLK_1X1 |\
52 HRCWL_DDR_TO_SCB_CLK_1X1 |\
53 HRCWL_SVCOD_DIV_2 |\
54 HRCWL_CSB_TO_CLKIN_6X1 |\
55 HRCWL_CORE_TO_CSB_1_5X1)
56
57#ifdef CONFIG_PCISLAVE
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020058#define CONFIG_SYS_HRCW_HIGH (\
Dave Liu19580e62007-09-18 12:37:57 +080059 HRCWH_PCI_AGENT |\
60 HRCWH_PCI1_ARBITER_DISABLE |\
61 HRCWH_CORE_ENABLE |\
62 HRCWH_FROM_0XFFF00100 |\
63 HRCWH_BOOTSEQ_DISABLE |\
64 HRCWH_SW_WATCHDOG_DISABLE |\
65 HRCWH_ROM_LOC_LOCAL_16BIT |\
66 HRCWH_RL_EXT_LEGACY |\
67 HRCWH_TSEC1M_IN_RGMII |\
68 HRCWH_TSEC2M_IN_RGMII |\
69 HRCWH_BIG_ENDIAN |\
70 HRCWH_LDP_CLEAR)
71#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020072#define CONFIG_SYS_HRCW_HIGH (\
Dave Liu19580e62007-09-18 12:37:57 +080073 HRCWH_PCI_HOST |\
74 HRCWH_PCI1_ARBITER_ENABLE |\
75 HRCWH_CORE_ENABLE |\
76 HRCWH_FROM_0X00000100 |\
77 HRCWH_BOOTSEQ_DISABLE |\
78 HRCWH_SW_WATCHDOG_DISABLE |\
79 HRCWH_ROM_LOC_LOCAL_16BIT |\
80 HRCWH_RL_EXT_LEGACY |\
81 HRCWH_TSEC1M_IN_RGMII |\
82 HRCWH_TSEC2M_IN_RGMII |\
83 HRCWH_BIG_ENDIAN |\
84 HRCWH_LDP_CLEAR)
85#endif
86
Dave Liubd4458c2008-03-04 16:59:22 +080087/* Arbiter Configuration Register */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020088#define CONFIG_SYS_ACR_PIPE_DEP 3 /* Arbiter pipeline depth is 4 */
89#define CONFIG_SYS_ACR_RPTCNT 3 /* Arbiter repeat count is 4 */
Dave Liubd4458c2008-03-04 16:59:22 +080090
91/* System Priority Control Register */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020092#define CONFIG_SYS_SPCR_TSECEP 3 /* eTSEC1/2 emergency has highest priority */
Dave Liubd4458c2008-03-04 16:59:22 +080093
Dave Liu19580e62007-09-18 12:37:57 +080094/*
Dave Liubd4458c2008-03-04 16:59:22 +080095 * IP blocks clock configuration
Dave Liu19580e62007-09-18 12:37:57 +080096 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020097#define CONFIG_SYS_SCCR_TSEC1CM 1 /* CSB:eTSEC1 = 1:1 */
98#define CONFIG_SYS_SCCR_TSEC2CM 1 /* CSB:eTSEC2 = 1:1 */
99#define CONFIG_SYS_SCCR_SATACM SCCR_SATACM_2 /* CSB:SATA[0:3] = 2:1 */
Dave Liu19580e62007-09-18 12:37:57 +0800100
101/*
102 * System IO Config
103 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200104#define CONFIG_SYS_SICRH 0x00000000
105#define CONFIG_SYS_SICRL 0x00000000
Dave Liu19580e62007-09-18 12:37:57 +0800106
107/*
108 * Output Buffer Impedance
109 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200110#define CONFIG_SYS_OBIR 0x31100000
Dave Liu19580e62007-09-18 12:37:57 +0800111
112#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */
113#define CONFIG_BOARD_EARLY_INIT_R
114
115/*
116 * IMMR new address
117 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200118#define CONFIG_SYS_IMMR 0xE0000000
Dave Liu19580e62007-09-18 12:37:57 +0800119
120/*
121 * DDR Setup
122 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200123#define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */
124#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
125#define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
126#define CONFIG_SYS_DDR_SDRAM_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
127#define CONFIG_SYS_83XX_DDR_USES_CS0
128#define CONFIG_SYS_DDRCDR_VALUE 0x80080001 /* ODT 150ohm on SoC */
Dave Liu19580e62007-09-18 12:37:57 +0800129
130#undef CONFIG_DDR_ECC /* support DDR ECC function */
131#undef CONFIG_DDR_ECC_CMD /* Use DDR ECC user commands */
132
133#define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */
134#define CONFIG_NEVER_ASSERT_ODT_TO_CPU /* Never assert ODT to internal IOs */
135
136#if defined(CONFIG_SPD_EEPROM)
137#define SPD_EEPROM_ADDRESS 0x51 /* I2C address of DDR SODIMM SPD */
138#else
139/*
140 * Manually set up DDR parameters
Dave Liu7e74d632008-01-10 23:07:23 +0800141 * WHITE ELECTRONIC DESIGNS - W3HG64M72EEU403PD4 SO-DIMM
Dave Liu19580e62007-09-18 12:37:57 +0800142 * consist of nine chips from SAMSUNG K4T51083QE-ZC(L)D5
143 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200144#define CONFIG_SYS_DDR_SIZE 512 /* MB */
145#define CONFIG_SYS_DDR_CS0_BNDS 0x0000001f
146#define CONFIG_SYS_DDR_CS0_CONFIG ( CSCONFIG_EN \
Dave Liu19580e62007-09-18 12:37:57 +0800147 | 0x00010000 /* ODT_WR to CSn */ \
148 | CSCONFIG_ROW_BIT_14 | CSCONFIG_COL_BIT_10 )
149 /* 0x80010202 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200150#define CONFIG_SYS_DDR_TIMING_3 0x00000000
151#define CONFIG_SYS_DDR_TIMING_0 ( ( 0 << TIMING_CFG0_RWT_SHIFT ) \
Dave Liu19580e62007-09-18 12:37:57 +0800152 | ( 0 << TIMING_CFG0_WRT_SHIFT ) \
153 | ( 0 << TIMING_CFG0_RRT_SHIFT ) \
154 | ( 0 << TIMING_CFG0_WWT_SHIFT ) \
155 | ( 6 << TIMING_CFG0_ACT_PD_EXIT_SHIFT ) \
156 | ( 2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT ) \
157 | ( 8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT ) \
158 | ( 2 << TIMING_CFG0_MRS_CYC_SHIFT ) )
159 /* 0x00620802 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200160#define CONFIG_SYS_DDR_TIMING_1 ( ( 3 << TIMING_CFG1_PRETOACT_SHIFT ) \
Dave Liu19580e62007-09-18 12:37:57 +0800161 | ( 9 << TIMING_CFG1_ACTTOPRE_SHIFT ) \
162 | ( 3 << TIMING_CFG1_ACTTORW_SHIFT ) \
163 | ( 5 << TIMING_CFG1_CASLAT_SHIFT ) \
164 | (13 << TIMING_CFG1_REFREC_SHIFT ) \
165 | ( 3 << TIMING_CFG1_WRREC_SHIFT ) \
166 | ( 2 << TIMING_CFG1_ACTTOACT_SHIFT ) \
167 | ( 2 << TIMING_CFG1_WRTORD_SHIFT ) )
168 /* 0x3935d322 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200169#define CONFIG_SYS_DDR_TIMING_2 ( ( 1 << TIMING_CFG2_ADD_LAT_SHIFT ) \
Dave Liu19580e62007-09-18 12:37:57 +0800170 | ( 6 << TIMING_CFG2_CPO_SHIFT ) \
171 | ( 2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT ) \
172 | ( 4 << TIMING_CFG2_RD_TO_PRE_SHIFT ) \
173 | ( 2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT ) \
174 | ( 3 << TIMING_CFG2_CKE_PLS_SHIFT ) \
175 | ( 8 << TIMING_CFG2_FOUR_ACT_SHIFT) )
Dave Liu7e74d632008-01-10 23:07:23 +0800176 /* 0x131088c8 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200177#define CONFIG_SYS_DDR_INTERVAL ( ( 0x03E0 << SDRAM_INTERVAL_REFINT_SHIFT ) \
Dave Liu19580e62007-09-18 12:37:57 +0800178 | ( 0x0100 << SDRAM_INTERVAL_BSTOPRE_SHIFT ) )
179 /* 0x03E00100 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200180#define CONFIG_SYS_DDR_SDRAM_CFG 0x43000000
181#define CONFIG_SYS_DDR_SDRAM_CFG2 0x00001000 /* 1 posted refresh */
182#define CONFIG_SYS_DDR_MODE ( ( 0x0448 << SDRAM_MODE_ESD_SHIFT ) \
Dave Liu19580e62007-09-18 12:37:57 +0800183 | ( 0x1432 << SDRAM_MODE_SD_SHIFT ) )
Dave Liu7e74d632008-01-10 23:07:23 +0800184 /* ODT 150ohm CL=3, AL=1 on SDRAM */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200185#define CONFIG_SYS_DDR_MODE2 0x00000000
Dave Liu19580e62007-09-18 12:37:57 +0800186#endif
187
188/*
189 * Memory test
190 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200191#undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */
192#define CONFIG_SYS_MEMTEST_START 0x00040000 /* memtest region */
193#define CONFIG_SYS_MEMTEST_END 0x00140000
Dave Liu19580e62007-09-18 12:37:57 +0800194
195/*
196 * The reserved memory
197 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200198#define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* start of monitor */
Dave Liu19580e62007-09-18 12:37:57 +0800199
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200200#if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
201#define CONFIG_SYS_RAMBOOT
Dave Liu19580e62007-09-18 12:37:57 +0800202#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200203#undef CONFIG_SYS_RAMBOOT
Dave Liu19580e62007-09-18 12:37:57 +0800204#endif
205
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200206/* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
Anton Vorontsovb3379f32008-10-08 20:52:54 +0400207#define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200208#define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */
Dave Liu19580e62007-09-18 12:37:57 +0800209
210/*
211 * Initial RAM Base Address Setup
212 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200213#define CONFIG_SYS_INIT_RAM_LOCK 1
214#define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */
215#define CONFIG_SYS_INIT_RAM_END 0x1000 /* End of used area in RAM */
216#define CONFIG_SYS_GBL_DATA_SIZE 0x100 /* num bytes initial data */
217#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
Dave Liu19580e62007-09-18 12:37:57 +0800218
219/*
220 * Local Bus Configuration & Clock Setup
221 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200222#define CONFIG_SYS_LCRR (LCRR_DBYP | LCRR_CLKDIV_8)
223#define CONFIG_SYS_LBC_LBCR 0x00000000
Dave Liu19580e62007-09-18 12:37:57 +0800224
225/*
226 * FLASH on the Local Bus
227 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200228#define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */
Jean-Christophe PLAGNIOL-VILLARD00b18832008-08-13 01:40:42 +0200229#define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200230#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* FLASH base address */
231#define CONFIG_SYS_FLASH_SIZE 32 /* max FLASH size is 32M */
232#define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */
Dave Liu19580e62007-09-18 12:37:57 +0800233
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200234#define CONFIG_SYS_LBLAWBAR0_PRELIM CONFIG_SYS_FLASH_BASE /* Window base at flash base */
235#define CONFIG_SYS_LBLAWAR0_PRELIM 0x80000018 /* 32MB window size */
Dave Liu19580e62007-09-18 12:37:57 +0800236
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200237#define CONFIG_SYS_BR0_PRELIM ( CONFIG_SYS_FLASH_BASE /* Flash Base address */ \
Dave Liuded08312008-01-10 23:08:26 +0800238 | (2 << BR_PS_SHIFT) /* 16 bit port size */ \
239 | BR_V ) /* valid */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200240#define CONFIG_SYS_OR0_PRELIM ( (~(CONFIG_SYS_FLASH_SIZE - 1) << 20) \
Dave Liuded08312008-01-10 23:08:26 +0800241 | OR_UPM_XAM \
242 | OR_GPCM_CSNT \
Anton Vorontsovf9023af2008-05-29 18:14:56 +0400243 | OR_GPCM_ACS_DIV2 \
Dave Liuded08312008-01-10 23:08:26 +0800244 | OR_GPCM_XACS \
245 | OR_GPCM_SCY_15 \
246 | OR_GPCM_TRLX \
247 | OR_GPCM_EHTR \
248 | OR_GPCM_EAD )
249 /* 0xFE000FF7 */
Dave Liu19580e62007-09-18 12:37:57 +0800250
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200251#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */
252#define CONFIG_SYS_MAX_FLASH_SECT 256 /* max sectors per device */
Dave Liu19580e62007-09-18 12:37:57 +0800253
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200254#undef CONFIG_SYS_FLASH_CHECKSUM
255#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
256#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
Dave Liu19580e62007-09-18 12:37:57 +0800257
258/*
259 * BCSR on the Local Bus
260 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200261#define CONFIG_SYS_BCSR 0xF8000000
262#define CONFIG_SYS_LBLAWBAR1_PRELIM CONFIG_SYS_BCSR /* Access window base at BCSR base */
263#define CONFIG_SYS_LBLAWAR1_PRELIM 0x8000000E /* Access window size 32K */
Dave Liu19580e62007-09-18 12:37:57 +0800264
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200265#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_BCSR | 0x00000801) /* Port size=8bit, MSEL=GPCM */
266#define CONFIG_SYS_OR1_PRELIM 0xFFFFE9f7 /* length 32K */
Dave Liu19580e62007-09-18 12:37:57 +0800267
268/*
269 * NAND Flash on the Local Bus
270 */
Anton Vorontsovb3379f32008-10-08 20:52:54 +0400271#define CONFIG_CMD_NAND 1
272#define CONFIG_MTD_NAND_VERIFY_WRITE 1
273#define CONFIG_SYS_MAX_NAND_DEVICE 1
Anton Vorontsovb3379f32008-10-08 20:52:54 +0400274#define CONFIG_NAND_FSL_ELBC 1
275
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200276#define CONFIG_SYS_NAND_BASE 0xE0600000 /* 0xE0600000 */
277#define CONFIG_SYS_BR3_PRELIM ( CONFIG_SYS_NAND_BASE \
Dave Liu19580e62007-09-18 12:37:57 +0800278 | (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
279 | BR_PS_8 /* Port Size = 8 bit */ \
280 | BR_MS_FCM /* MSEL = FCM */ \
281 | BR_V ) /* valid */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200282#define CONFIG_SYS_OR3_PRELIM ( 0xFFFF8000 /* length 32K */ \
Anton Vorontsovb3379f32008-10-08 20:52:54 +0400283 | OR_FCM_BCTLD \
Dave Liu19580e62007-09-18 12:37:57 +0800284 | OR_FCM_CST \
285 | OR_FCM_CHT \
286 | OR_FCM_SCY_1 \
Anton Vorontsovb3379f32008-10-08 20:52:54 +0400287 | OR_FCM_RST \
Dave Liu19580e62007-09-18 12:37:57 +0800288 | OR_FCM_TRLX \
289 | OR_FCM_EHTR )
Anton Vorontsovb3379f32008-10-08 20:52:54 +0400290 /* 0xFFFF919E */
Dave Liu19580e62007-09-18 12:37:57 +0800291
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200292#define CONFIG_SYS_LBLAWBAR3_PRELIM CONFIG_SYS_NAND_BASE
293#define CONFIG_SYS_LBLAWAR3_PRELIM 0x8000000E /* 32KB */
Dave Liu19580e62007-09-18 12:37:57 +0800294
295/*
296 * Serial Port
297 */
298#define CONFIG_CONS_INDEX 1
299#undef CONFIG_SERIAL_SOFTWARE_FIFO
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200300#define CONFIG_SYS_NS16550
301#define CONFIG_SYS_NS16550_SERIAL
302#define CONFIG_SYS_NS16550_REG_SIZE 1
303#define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
Dave Liu19580e62007-09-18 12:37:57 +0800304
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200305#define CONFIG_SYS_BAUDRATE_TABLE \
Dave Liu19580e62007-09-18 12:37:57 +0800306 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
307
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200308#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
309#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
Dave Liu19580e62007-09-18 12:37:57 +0800310
311/* Use the HUSH parser */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200312#define CONFIG_SYS_HUSH_PARSER
313#ifdef CONFIG_SYS_HUSH_PARSER
314#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
Dave Liu19580e62007-09-18 12:37:57 +0800315#endif
316
317/* Pass open firmware flat tree */
318#define CONFIG_OF_LIBFDT 1
319#define CONFIG_OF_BOARD_SETUP 1
Kim Phillips5b8bc602007-12-20 14:09:22 -0600320#define CONFIG_OF_STDOUT_VIA_ALIAS 1
Dave Liu19580e62007-09-18 12:37:57 +0800321
322/* I2C */
323#define CONFIG_HARD_I2C /* I2C with hardware support */
324#undef CONFIG_SOFT_I2C /* I2C bit-banged */
325#define CONFIG_FSL_I2C
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200326#define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
327#define CONFIG_SYS_I2C_SLAVE 0x7F
328#define CONFIG_SYS_I2C_NOPROBES {0x51} /* Don't probe these addrs */
329#define CONFIG_SYS_I2C_OFFSET 0x3000
330#define CONFIG_SYS_I2C2_OFFSET 0x3100
Dave Liu19580e62007-09-18 12:37:57 +0800331
332/*
333 * Config on-board RTC
334 */
335#define CONFIG_RTC_DS1374 /* use ds1374 rtc via i2c */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200336#define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
Dave Liu19580e62007-09-18 12:37:57 +0800337
338/*
339 * General PCI
340 * Addresses are mapped 1-1.
341 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200342#define CONFIG_SYS_PCI_MEM_BASE 0x80000000
343#define CONFIG_SYS_PCI_MEM_PHYS CONFIG_SYS_PCI_MEM_BASE
344#define CONFIG_SYS_PCI_MEM_SIZE 0x10000000 /* 256M */
345#define CONFIG_SYS_PCI_MMIO_BASE 0x90000000
346#define CONFIG_SYS_PCI_MMIO_PHYS CONFIG_SYS_PCI_MMIO_BASE
347#define CONFIG_SYS_PCI_MMIO_SIZE 0x10000000 /* 256M */
348#define CONFIG_SYS_PCI_IO_BASE 0x00000000
349#define CONFIG_SYS_PCI_IO_PHYS 0xE0300000
350#define CONFIG_SYS_PCI_IO_SIZE 0x100000 /* 1M */
Dave Liu19580e62007-09-18 12:37:57 +0800351
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200352#define CONFIG_SYS_PCI_SLV_MEM_LOCAL CONFIG_SYS_SDRAM_BASE
353#define CONFIG_SYS_PCI_SLV_MEM_BUS 0x00000000
354#define CONFIG_SYS_PCI_SLV_MEM_SIZE 0x80000000
Dave Liu19580e62007-09-18 12:37:57 +0800355
Anton Vorontsov8b345572009-01-08 04:26:19 +0300356#define CONFIG_SYS_PCIE1_BASE 0xA0000000
357#define CONFIG_SYS_PCIE1_CFG_BASE 0xA0000000
358#define CONFIG_SYS_PCIE1_CFG_SIZE 0x08000000
359#define CONFIG_SYS_PCIE1_MEM_BASE 0xA8000000
360#define CONFIG_SYS_PCIE1_MEM_PHYS 0xA8000000
361#define CONFIG_SYS_PCIE1_MEM_SIZE 0x10000000
362#define CONFIG_SYS_PCIE1_IO_BASE 0x00000000
363#define CONFIG_SYS_PCIE1_IO_PHYS 0xB8000000
364#define CONFIG_SYS_PCIE1_IO_SIZE 0x00800000
365
366#define CONFIG_SYS_PCIE2_BASE 0xC0000000
367#define CONFIG_SYS_PCIE2_CFG_BASE 0xC0000000
368#define CONFIG_SYS_PCIE2_CFG_SIZE 0x08000000
369#define CONFIG_SYS_PCIE2_MEM_BASE 0xC8000000
370#define CONFIG_SYS_PCIE2_MEM_PHYS 0xC8000000
371#define CONFIG_SYS_PCIE2_MEM_SIZE 0x10000000
372#define CONFIG_SYS_PCIE2_IO_BASE 0x00000000
373#define CONFIG_SYS_PCIE2_IO_PHYS 0xD8000000
374#define CONFIG_SYS_PCIE2_IO_SIZE 0x00800000
375
Dave Liu19580e62007-09-18 12:37:57 +0800376#ifdef CONFIG_PCI
Anton Vorontsov00f7bba2008-10-02 19:17:33 +0400377#ifndef __ASSEMBLY__
378extern int board_pci_host_broken(void);
379#endif
Dave Liu19580e62007-09-18 12:37:57 +0800380#define CONFIG_83XX_GENERIC_PCI 1 /* Use generic PCI setup */
Anton Vorontsov8b345572009-01-08 04:26:19 +0300381#define CONFIG_83XX_GENERIC_PCIE 1
Dave Liu19580e62007-09-18 12:37:57 +0800382#define CONFIG_PQ_MDS_PIB 1 /* PQ MDS Platform IO Board */
383
Anton Vorontsov3bf1be32008-10-14 22:58:53 +0400384#define CONFIG_HAS_FSL_DR_USB 1 /* fixup device tree for the DR USB */
385
Dave Liu19580e62007-09-18 12:37:57 +0800386#define CONFIG_NET_MULTI
387#define CONFIG_PCI_PNP /* do pci plug-and-play */
388
389#undef CONFIG_EEPRO100
390#undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200391#define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957 /* Freescale */
Dave Liu19580e62007-09-18 12:37:57 +0800392#endif /* CONFIG_PCI */
393
394#ifndef CONFIG_NET_MULTI
395#define CONFIG_NET_MULTI 1
396#endif
397
398/*
399 * TSEC
400 */
401#define CONFIG_TSEC_ENET /* TSEC ethernet support */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200402#define CONFIG_SYS_TSEC1_OFFSET 0x24000
403#define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET)
404#define CONFIG_SYS_TSEC2_OFFSET 0x25000
405#define CONFIG_SYS_TSEC2 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC2_OFFSET)
Dave Liu19580e62007-09-18 12:37:57 +0800406
407/*
408 * TSEC ethernet configuration
409 */
410#define CONFIG_MII 1 /* MII PHY management */
411#define CONFIG_TSEC1 1
412#define CONFIG_TSEC1_NAME "eTSEC0"
413#define CONFIG_TSEC2 1
414#define CONFIG_TSEC2_NAME "eTSEC1"
415#define TSEC1_PHY_ADDR 2
416#define TSEC2_PHY_ADDR 3
Anton Vorontsov1da83a62008-10-02 18:32:25 +0400417#define TSEC1_PHY_ADDR_SGMII 8
418#define TSEC2_PHY_ADDR_SGMII 4
Dave Liu19580e62007-09-18 12:37:57 +0800419#define TSEC1_PHYIDX 0
420#define TSEC2_PHYIDX 0
421#define TSEC1_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
422#define TSEC2_FLAGS (TSEC_GIGABIT | TSEC_REDUCED)
423
424/* Options are: TSEC[0-1] */
425#define CONFIG_ETHPRIME "eTSEC1"
426
Dave Liu6f8c85e2008-03-26 22:56:36 +0800427/* SERDES */
428#define CONFIG_FSL_SERDES
429#define CONFIG_FSL_SERDES1 0xe3000
430#define CONFIG_FSL_SERDES2 0xe3100
431
Dave Liu19580e62007-09-18 12:37:57 +0800432/*
Dave Liu2eeb3e42008-03-26 22:57:19 +0800433 * SATA
434 */
435#define CONFIG_LIBATA
436#define CONFIG_FSL_SATA
437
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200438#define CONFIG_SYS_SATA_MAX_DEVICE 2
Dave Liu2eeb3e42008-03-26 22:57:19 +0800439#define CONFIG_SATA1
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200440#define CONFIG_SYS_SATA1_OFFSET 0x18000
441#define CONFIG_SYS_SATA1 (CONFIG_SYS_IMMR + CONFIG_SYS_SATA1_OFFSET)
442#define CONFIG_SYS_SATA1_FLAGS FLAGS_DMA
Dave Liu2eeb3e42008-03-26 22:57:19 +0800443#define CONFIG_SATA2
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200444#define CONFIG_SYS_SATA2_OFFSET 0x19000
445#define CONFIG_SYS_SATA2 (CONFIG_SYS_IMMR + CONFIG_SYS_SATA2_OFFSET)
446#define CONFIG_SYS_SATA2_FLAGS FLAGS_DMA
Dave Liu2eeb3e42008-03-26 22:57:19 +0800447
448#ifdef CONFIG_FSL_SATA
449#define CONFIG_LBA48
450#define CONFIG_CMD_SATA
451#define CONFIG_DOS_PARTITION
452#define CONFIG_CMD_EXT2
453#endif
454
455/*
Dave Liu19580e62007-09-18 12:37:57 +0800456 * Environment
457 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200458#ifndef CONFIG_SYS_RAMBOOT
Jean-Christophe PLAGNIOL-VILLARD5a1aceb2008-09-10 22:48:04 +0200459 #define CONFIG_ENV_IS_IN_FLASH 1
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200460 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200461 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */
462 #define CONFIG_ENV_SIZE 0x2000
Dave Liu19580e62007-09-18 12:37:57 +0800463#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200464 #define CONFIG_SYS_NO_FLASH 1 /* Flash is not usable now */
Jean-Christophe PLAGNIOL-VILLARD93f6d722008-09-10 22:48:00 +0200465 #define CONFIG_ENV_IS_NOWHERE 1 /* Store ENV in memory only */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200466 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200467 #define CONFIG_ENV_SIZE 0x2000
Dave Liu19580e62007-09-18 12:37:57 +0800468#endif
469
470#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200471#define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */
Dave Liu19580e62007-09-18 12:37:57 +0800472
473/*
474 * BOOTP options
475 */
476#define CONFIG_BOOTP_BOOTFILESIZE
477#define CONFIG_BOOTP_BOOTPATH
478#define CONFIG_BOOTP_GATEWAY
479#define CONFIG_BOOTP_HOSTNAME
480
481
482/*
483 * Command line configuration.
484 */
485#include <config_cmd_default.h>
486
487#define CONFIG_CMD_PING
488#define CONFIG_CMD_I2C
489#define CONFIG_CMD_MII
490#define CONFIG_CMD_DATE
491
492#if defined(CONFIG_PCI)
493 #define CONFIG_CMD_PCI
494#endif
495
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200496#if defined(CONFIG_SYS_RAMBOOT)
Dave Liu19580e62007-09-18 12:37:57 +0800497 #undef CONFIG_CMD_ENV
498 #undef CONFIG_CMD_LOADS
499#endif
500
501#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
502
503#undef CONFIG_WATCHDOG /* watchdog disabled */
504
505/*
506 * Miscellaneous configurable options
507 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200508#define CONFIG_SYS_LONGHELP /* undef to save memory */
509#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
510#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
Dave Liu19580e62007-09-18 12:37:57 +0800511
512#if defined(CONFIG_CMD_KGDB)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200513 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
Dave Liu19580e62007-09-18 12:37:57 +0800514#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200515 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
Dave Liu19580e62007-09-18 12:37:57 +0800516#endif
517
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200518#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
519#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
520#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
521#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */
Dave Liu19580e62007-09-18 12:37:57 +0800522
523/*
524 * For booting Linux, the board info and command line data
525 * have to be in the first 8 MB of memory, since this is
526 * the maximum mapped by the Linux kernel during initialization.
527 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200528#define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
Dave Liu19580e62007-09-18 12:37:57 +0800529
530/*
531 * Core HID Setup
532 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200533#define CONFIG_SYS_HID0_INIT 0x000000000
534#define CONFIG_SYS_HID0_FINAL HID0_ENABLE_MACHINE_CHECK
535#define CONFIG_SYS_HID2 HID2_HBE
Dave Liu19580e62007-09-18 12:37:57 +0800536
537/*
Dave Liu19580e62007-09-18 12:37:57 +0800538 * MMU Setup
539 */
Becky Bruce31d82672008-05-08 19:02:12 -0500540#define CONFIG_HIGH_BATS 1 /* High BATs supported */
Dave Liu19580e62007-09-18 12:37:57 +0800541
542/* DDR: cache cacheable */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200543#define CONFIG_SYS_SDRAM_LOWER CONFIG_SYS_SDRAM_BASE
544#define CONFIG_SYS_SDRAM_UPPER (CONFIG_SYS_SDRAM_BASE + 0x10000000)
Dave Liu19580e62007-09-18 12:37:57 +0800545
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200546#define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_LOWER | BATL_PP_10 | BATL_MEMCOHERENCE)
547#define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_LOWER | BATU_BL_256M | BATU_VS | BATU_VP)
548#define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
549#define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
Dave Liu19580e62007-09-18 12:37:57 +0800550
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200551#define CONFIG_SYS_IBAT1L (CONFIG_SYS_SDRAM_UPPER | BATL_PP_10 | BATL_MEMCOHERENCE)
552#define CONFIG_SYS_IBAT1U (CONFIG_SYS_SDRAM_UPPER | BATU_BL_256M | BATU_VS | BATU_VP)
553#define CONFIG_SYS_DBAT1L CONFIG_SYS_IBAT1L
554#define CONFIG_SYS_DBAT1U CONFIG_SYS_IBAT1U
Dave Liu19580e62007-09-18 12:37:57 +0800555
556/* IMMRBAR, PCI IO and NAND: cache-inhibit and guarded */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200557#define CONFIG_SYS_IBAT2L (CONFIG_SYS_IMMR | BATL_PP_10 | \
Dave Liu19580e62007-09-18 12:37:57 +0800558 BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200559#define CONFIG_SYS_IBAT2U (CONFIG_SYS_IMMR | BATU_BL_8M | BATU_VS | BATU_VP)
560#define CONFIG_SYS_DBAT2L CONFIG_SYS_IBAT2L
561#define CONFIG_SYS_DBAT2U CONFIG_SYS_IBAT2U
Dave Liu19580e62007-09-18 12:37:57 +0800562
563/* BCSR: cache-inhibit and guarded */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200564#define CONFIG_SYS_IBAT3L (CONFIG_SYS_BCSR | BATL_PP_10 | \
Dave Liu19580e62007-09-18 12:37:57 +0800565 BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200566#define CONFIG_SYS_IBAT3U (CONFIG_SYS_BCSR | BATU_BL_128K | BATU_VS | BATU_VP)
567#define CONFIG_SYS_DBAT3L CONFIG_SYS_IBAT3L
568#define CONFIG_SYS_DBAT3U CONFIG_SYS_IBAT3U
Dave Liu19580e62007-09-18 12:37:57 +0800569
570/* FLASH: icache cacheable, but dcache-inhibit and guarded */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200571#define CONFIG_SYS_IBAT4L (CONFIG_SYS_FLASH_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
572#define CONFIG_SYS_IBAT4U (CONFIG_SYS_FLASH_BASE | BATU_BL_32M | BATU_VS | BATU_VP)
573#define CONFIG_SYS_DBAT4L (CONFIG_SYS_FLASH_BASE | BATL_PP_10 | \
Dave Liu19580e62007-09-18 12:37:57 +0800574 BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200575#define CONFIG_SYS_DBAT4U CONFIG_SYS_IBAT4U
Dave Liu19580e62007-09-18 12:37:57 +0800576
577/* Stack in dcache: cacheable, no memory coherence */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200578#define CONFIG_SYS_IBAT5L (CONFIG_SYS_INIT_RAM_ADDR | BATL_PP_10)
579#define CONFIG_SYS_IBAT5U (CONFIG_SYS_INIT_RAM_ADDR | BATU_BL_128K | BATU_VS | BATU_VP)
580#define CONFIG_SYS_DBAT5L CONFIG_SYS_IBAT5L
581#define CONFIG_SYS_DBAT5U CONFIG_SYS_IBAT5U
Dave Liu19580e62007-09-18 12:37:57 +0800582
583#ifdef CONFIG_PCI
584/* PCI MEM space: cacheable */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200585#define CONFIG_SYS_IBAT6L (CONFIG_SYS_PCI_MEM_PHYS | BATL_PP_10 | BATL_MEMCOHERENCE)
586#define CONFIG_SYS_IBAT6U (CONFIG_SYS_PCI_MEM_PHYS | BATU_BL_256M | BATU_VS | BATU_VP)
587#define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
588#define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
Dave Liu19580e62007-09-18 12:37:57 +0800589/* PCI MMIO space: cache-inhibit and guarded */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200590#define CONFIG_SYS_IBAT7L (CONFIG_SYS_PCI_MMIO_PHYS | BATL_PP_10 | \
Dave Liu19580e62007-09-18 12:37:57 +0800591 BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200592#define CONFIG_SYS_IBAT7U (CONFIG_SYS_PCI_MMIO_PHYS | BATU_BL_256M | BATU_VS | BATU_VP)
593#define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
594#define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
Dave Liu19580e62007-09-18 12:37:57 +0800595#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200596#define CONFIG_SYS_IBAT6L (0)
597#define CONFIG_SYS_IBAT6U (0)
598#define CONFIG_SYS_IBAT7L (0)
599#define CONFIG_SYS_IBAT7U (0)
600#define CONFIG_SYS_DBAT6L CONFIG_SYS_IBAT6L
601#define CONFIG_SYS_DBAT6U CONFIG_SYS_IBAT6U
602#define CONFIG_SYS_DBAT7L CONFIG_SYS_IBAT7L
603#define CONFIG_SYS_DBAT7U CONFIG_SYS_IBAT7U
Dave Liu19580e62007-09-18 12:37:57 +0800604#endif
605
606/*
607 * Internal Definitions
608 *
609 * Boot Flags
610 */
611#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
612#define BOOTFLAG_WARM 0x02 /* Software reboot */
613
614#if defined(CONFIG_CMD_KGDB)
615#define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
616#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
617#endif
618
619/*
620 * Environment Configuration
621 */
622
623#define CONFIG_ENV_OVERWRITE
624
625#if defined(CONFIG_TSEC_ENET)
626#define CONFIG_HAS_ETH0
627#define CONFIG_ETHADDR 00:E0:0C:00:83:79
628#define CONFIG_HAS_ETH1
629#define CONFIG_ETH1ADDR 00:E0:0C:00:83:78
630#endif
631
632#define CONFIG_BAUDRATE 115200
633
Kim Phillipsb2115752008-04-24 14:07:38 -0500634#define CONFIG_LOADADDR 500000 /* default location for tftp and bootm */
Dave Liu19580e62007-09-18 12:37:57 +0800635
636#define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
637#undef CONFIG_BOOTARGS /* the boot command will set bootargs */
638
639#define CONFIG_EXTRA_ENV_SETTINGS \
640 "netdev=eth0\0" \
641 "consoledev=ttyS0\0" \
642 "ramdiskaddr=1000000\0" \
643 "ramdiskfile=ramfs.83xx\0" \
644 "fdtaddr=400000\0" \
Kim Phillips270fe262008-03-07 12:27:31 -0600645 "fdtfile=mpc8379_mds.dtb\0" \
Dave Liu19580e62007-09-18 12:37:57 +0800646 ""
647
648#define CONFIG_NFSBOOTCOMMAND \
649 "setenv bootargs root=/dev/nfs rw " \
650 "nfsroot=$serverip:$rootpath " \
651 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
652 "console=$consoledev,$baudrate $othbootargs;" \
653 "tftp $loadaddr $bootfile;" \
654 "tftp $fdtaddr $fdtfile;" \
655 "bootm $loadaddr - $fdtaddr"
656
657#define CONFIG_RAMBOOTCOMMAND \
658 "setenv bootargs root=/dev/ram rw " \
659 "console=$consoledev,$baudrate $othbootargs;" \
660 "tftp $ramdiskaddr $ramdiskfile;" \
661 "tftp $loadaddr $bootfile;" \
662 "tftp $fdtaddr $fdtfile;" \
663 "bootm $loadaddr $ramdiskaddr $fdtaddr"
664
665
666#define CONFIG_BOOTCOMMAND CONFIG_NFSBOOTCOMMAND
667
668#endif /* __CONFIG_H */