blob: 36ce9bf8eea0612f12ebded7d2ba735d605d79e6 [file] [log] [blame]
roy zangc6411c02006-11-02 18:55:04 +08001/*
2 * Copyright (c) 2005 Freescale Semiconductor, Inc.
3 *
4 * (C) Copyright 2006
5 * Alex Bounine , Tundra Semiconductor Corp.
roy zang4efe20c2006-12-04 14:46:23 +08006 * Roy Zang , <tie-fei.zang@freescale.com> Freescale Corp.
roy zangc6411c02006-11-02 18:55:04 +08007 *
8 * See file CREDITS for list of people who contributed to this
9 * project.
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of
14 * the License, or (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24 * MA 02111-1307 USA
25 */
26
roy zangee311212006-12-01 11:47:36 +080027/*
roy zangc6411c02006-11-02 18:55:04 +080028 * board specific configuration options for Freescale
29 * MPC7448HPC2 (High-Performance Computing II) (Taiga) board
30 *
roy zangee311212006-12-01 11:47:36 +080031 */
roy zangc6411c02006-11-02 18:55:04 +080032
33#ifndef __CONFIG_H
34#define __CONFIG_H
35
36#undef DEBUG
37
38/* Board Configuration Definitions */
39/* MPC7448HPC2 (High-Performance Computing II) (Taiga) board */
40
41#define CONFIG_MPC7448HPC2
42
43#define CONFIG_74xx
44#define CONFIG_750FX /* this option to enable init of extended BATs */
45#define CONFIG_ALTIVEC /* undef to disable */
46
roy zangee311212006-12-01 11:47:36 +080047#define CFG_BOARD_NAME "MPC7448 HPC II"
48#define CONFIG_IDENT_STRING " Freescale MPC7448 HPC II"
roy zangc6411c02006-11-02 18:55:04 +080049
roy zangee311212006-12-01 11:47:36 +080050#define CFG_OCN_CLK 133000000 /* 133 MHz */
51#define CFG_CONFIG_BUS_CLK 133000000
roy zangc6411c02006-11-02 18:55:04 +080052
53#define CFG_CLK_SPREAD /* Enable Spread-Spectrum Clock generation */
54
55#undef CONFIG_ECC /* disable ECC support */
56
57/* Board-specific Initialization Functions to be called */
58#define CFG_BOARD_ASM_INIT
59#define CONFIG_BOARD_EARLY_INIT_F
60#define CONFIG_BOARD_EARLY_INIT_R
61#define CONFIG_MISC_INIT_R
62
roy zangc6411c02006-11-02 18:55:04 +080063#define CONFIG_HAS_ETH1
roy zangc6411c02006-11-02 18:55:04 +080064
65#define CONFIG_ENV_OVERWRITE
66
67/*
68 * High Level Configuration Options
69 * (easy to change)
70 */
71
roy zangee311212006-12-01 11:47:36 +080072#define CONFIG_BAUDRATE 115200 /* console baudrate = 115000 */
roy zangc6411c02006-11-02 18:55:04 +080073
74/*#define CFG_HUSH_PARSER */
75#undef CFG_HUSH_PARSER
76
roy zangee311212006-12-01 11:47:36 +080077#define CFG_PROMPT_HUSH_PS2 "> "
roy zangc6411c02006-11-02 18:55:04 +080078
79/* Pass open firmware flat tree */
80#define CONFIG_OF_FLAT_TREE 1
81#define CONFIG_OF_BOARD_SETUP 1
82
83/* maximum size of the flat tree (8K) */
84#define OF_FLAT_TREE_MAX_SIZE 8192
85
86#define OF_CPU "PowerPC,7448@0"
87#define OF_TSI "tsi108@c0000000"
88#define OF_TBCLK (bd->bi_busfreq / 8)
89#define OF_STDOUT_PATH "/tsi108@c0000000/serial@7808"
90
91/*
92 * The following defines let you select what serial you want to use
93 * for your console driver.
94 *
95 * what to do:
roy zangee311212006-12-01 11:47:36 +080096 * If you have hacked a serial cable onto the second DUART channel,
97 * change the CFG_DUART port from 1 to 0 below.
roy zangc6411c02006-11-02 18:55:04 +080098 *
99 */
100
roy zangee311212006-12-01 11:47:36 +0800101#define CONFIG_CONS_INDEX 1
roy zangc6411c02006-11-02 18:55:04 +0800102#define CFG_NS16550
103#define CFG_NS16550_SERIAL
roy zangee311212006-12-01 11:47:36 +0800104#define CFG_NS16550_REG_SIZE 1
roy zangc6411c02006-11-02 18:55:04 +0800105#define CFG_NS16550_CLK CFG_OCN_CLK * 8
106
roy zangee311212006-12-01 11:47:36 +0800107#define CFG_NS16550_COM1 (CFG_TSI108_CSR_RST_BASE+0x7808)
108#define CFG_NS16550_COM2 (CFG_TSI108_CSR_RST_BASE+0x7C08)
roy zangc6411c02006-11-02 18:55:04 +0800109#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
110
roy zangee311212006-12-01 11:47:36 +0800111#define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */
roy zangc6411c02006-11-02 18:55:04 +0800112#define CONFIG_ZERO_BOOTDELAY_CHECK
113
114#undef CONFIG_BOOTARGS
roy zangee311212006-12-01 11:47:36 +0800115/* #define CONFIG_PREBOOT "echo;echo Type \"run flash_nfs\"
116 * to mount root filesystem over NFS;echo" */
roy zangc6411c02006-11-02 18:55:04 +0800117
118#if (CONFIG_BOOTDELAY >= 0)
roy zangee311212006-12-01 11:47:36 +0800119#define CONFIG_BOOTCOMMAND "tftpboot 0x400000 zImage.initrd.elf;\
roy zangc6411c02006-11-02 18:55:04 +0800120 setenv bootargs $(bootargs) $(bootargs_root) nfsroot=$(serverip):$(rootpath) \
121 ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000; "
122
123#define CONFIG_BOOTARGS "console=ttyS0,115200"
124#endif
125
126#undef CONFIG_EXTRA_ENV_SETTINGS
127
roy zangee311212006-12-01 11:47:36 +0800128#define CONFIG_SERIAL "No. 1"
roy zangc6411c02006-11-02 18:55:04 +0800129
130/* Networking Configuration */
131
roy zangee311212006-12-01 11:47:36 +0800132#define KSEG1ADDR(a) (a) /* Needed by the rtl8139 driver */
roy zangc6411c02006-11-02 18:55:04 +0800133
134#define CONFIG_TSI108_ETH
roy zangee311212006-12-01 11:47:36 +0800135#define CONFIG_TSI108_ETH_NUM_PORTS 2
roy zangc6411c02006-11-02 18:55:04 +0800136
137#define CONFIG_NET_MULTI
138
roy zangee311212006-12-01 11:47:36 +0800139#define CONFIG_BOOTFILE zImage.initrd.elf
140#define CONFIG_LOADADDR 0x400000
roy zangc6411c02006-11-02 18:55:04 +0800141
roy zangc6411c02006-11-02 18:55:04 +0800142/*-------------------------------------------------------------------------- */
143
roy zangee311212006-12-01 11:47:36 +0800144#define CONFIG_LOADS_ECHO 0 /* echo off for serial download */
roy zangc6411c02006-11-02 18:55:04 +0800145#define CFG_LOADS_BAUD_CHANGE /* allow baudrate changes */
146
147#undef CONFIG_WATCHDOG /* watchdog disabled */
148
roy zangee311212006-12-01 11:47:36 +0800149#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \
150 CONFIG_BOOTP_BOOTFILESIZE)
roy zangc6411c02006-11-02 18:55:04 +0800151
roy zangc6411c02006-11-02 18:55:04 +0800152
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500153/*
154 * Command line configuration.
155 */
156#include <config_cmd_default.h>
157
158#define CONFIG_CMD_ASKENV
159#define CONFIG_CMD_CACHE
160#define CONFIG_CMD_PCI
161#define CONFIG_CMD_I2C
162#define CONFIG_CMD_SDRAM
163#define CONFIG_CMD_EEPROM
164#define CONFIG_CMD_FLASH
165#define CONFIG_CMD_ENV
166#define CONFIG_CMD_BSP
167#define CONFIG_CMD_DHCP
168#define CONFIG_CMD_PING
169#define CONFIG_CMD_DATE
170
roy zangc6411c02006-11-02 18:55:04 +0800171
172/*set date in u-boot*/
173#define CONFIG_RTC_M48T35A
roy zangee311212006-12-01 11:47:36 +0800174#define CFG_NVRAM_BASE_ADDR 0xfc000000
175#define CFG_NVRAM_SIZE 0x8000
roy zangc6411c02006-11-02 18:55:04 +0800176/*
177 * Miscellaneous configurable options
178 */
roy zangee311212006-12-01 11:47:36 +0800179#define CONFIG_VERSION_VARIABLE 1
roy zangc6411c02006-11-02 18:55:04 +0800180#define CONFIG_TSI108_I2C
181
roy zangee311212006-12-01 11:47:36 +0800182#define CFG_I2C_EEPROM_ADDR 0x50 /* I2C EEPROM page 1 */
183#define CFG_I2C_EEPROM_ADDR_LEN 1 /* Bytes of address */
roy zangc6411c02006-11-02 18:55:04 +0800184
185#define CFG_LONGHELP /* undef to save memory */
186#define CFG_PROMPT "=> " /* Monitor Command Prompt */
187
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500188#if defined(CONFIG_CMD_KGDB)
roy zangee311212006-12-01 11:47:36 +0800189#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
190#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
roy zangc6411c02006-11-02 18:55:04 +0800191#else
roy zangee311212006-12-01 11:47:36 +0800192#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
roy zangc6411c02006-11-02 18:55:04 +0800193#endif
194
roy zangee311212006-12-01 11:47:36 +0800195#define CFG_PBSIZE (CFG_CBSIZE + sizeof(CFG_PROMPT) + 16)/* Print Buffer Size */
196#define CFG_MAXARGS 16 /* max number of command args */
197#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
roy zangc6411c02006-11-02 18:55:04 +0800198
roy zangee311212006-12-01 11:47:36 +0800199#define CFG_MEMTEST_START 0x00400000 /* memtest works on */
200#define CFG_MEMTEST_END 0x07c00000 /* 4 ... 124 MB in DRAM */
roy zangc6411c02006-11-02 18:55:04 +0800201
roy zangee311212006-12-01 11:47:36 +0800202#define CFG_LOAD_ADDR 0x00400000 /* default load address */
roy zangc6411c02006-11-02 18:55:04 +0800203
roy zangee311212006-12-01 11:47:36 +0800204#define CFG_HZ 1000 /* decr freq: 1ms ticks */
roy zangc6411c02006-11-02 18:55:04 +0800205
206/*
207 * Low Level Configuration Settings
208 * (address mappings, register initial values, etc.)
209 * You should know what you are doing if you make changes here.
210 */
211
212/*-----------------------------------------------------------------------
213 * Definitions for initial stack pointer and data area
214 */
215
216/*
217 * When locking data in cache you should point the CFG_INIT_RAM_ADDRESS
218 * To an unused memory region. The stack will remain in cache until RAM
219 * is initialized
roy zangee311212006-12-01 11:47:36 +0800220 */
roy zangc6411c02006-11-02 18:55:04 +0800221#undef CFG_INIT_RAM_LOCK
roy zangee311212006-12-01 11:47:36 +0800222#define CFG_INIT_RAM_ADDR 0x07d00000 /* unused memory region */
223#define CFG_INIT_RAM_END 0x4000/* larger space - we have SDRAM initialized */
roy zangc6411c02006-11-02 18:55:04 +0800224
roy zangee311212006-12-01 11:47:36 +0800225#define CFG_GBL_DATA_SIZE 128/* size in bytes reserved for init data */
roy zangc6411c02006-11-02 18:55:04 +0800226#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
227
228/*-----------------------------------------------------------------------
229 * Start addresses for the final memory configuration
230 * (Set up by the startup code)
231 * Please note that CFG_SDRAM_BASE _must_ start at 0
232 */
233
roy zangee311212006-12-01 11:47:36 +0800234#define CFG_SDRAM_BASE 0x00000000 /* first 256 MB of SDRAM */
235#define CFG_SDRAM1_BASE 0x10000000 /* next 256MB of SDRAM */
roy zangc6411c02006-11-02 18:55:04 +0800236
roy zangee311212006-12-01 11:47:36 +0800237#define CFG_SDRAM2_BASE 0x40000000 /* beginning of non-cacheable alias for SDRAM - first 256MB */
238#define CFG_SDRAM3_BASE 0x50000000 /* next Non-Cacheable 256MB of SDRAM */
roy zangc6411c02006-11-02 18:55:04 +0800239
roy zangee311212006-12-01 11:47:36 +0800240#define CFG_PCI_PFM_BASE 0x80000000 /* Prefetchable (cacheable) PCI/X PFM and SDRAM OCN (128MB+128MB) */
roy zangc6411c02006-11-02 18:55:04 +0800241
roy zangee311212006-12-01 11:47:36 +0800242#define CFG_PCI_MEM32_BASE 0xE0000000 /* Non-Cacheable PCI/X MEM and SDRAM OCN (128MB+128MB) */
roy zangc6411c02006-11-02 18:55:04 +0800243
roy zangee311212006-12-01 11:47:36 +0800244#define CFG_MISC_REGION_BASE 0xf0000000 /* Base Address for (PCI/X + Flash) region */
roy zangc6411c02006-11-02 18:55:04 +0800245
roy zangee311212006-12-01 11:47:36 +0800246#define CFG_FLASH_BASE 0xff000000 /* Base Address of Flash device */
247#define CFG_FLASH_BASE2 0xfe000000 /* Alternate Flash Base Address */
roy zangc6411c02006-11-02 18:55:04 +0800248
249#define CONFIG_VERY_BIG_RAM /* we will use up to 256M memory for cause we are short of BATS */
250
roy zangee311212006-12-01 11:47:36 +0800251#define PCI0_IO_BASE_BOOTM 0xfd000000
roy zangc6411c02006-11-02 18:55:04 +0800252
roy zangee311212006-12-01 11:47:36 +0800253#define CFG_RESET_ADDRESS 0x3fffff00
254#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
255#define CFG_MONITOR_BASE TEXT_BASE /* u-boot code base */
256#define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */
roy zangc6411c02006-11-02 18:55:04 +0800257
258/* Peripheral Device section */
259
roy zangee311212006-12-01 11:47:36 +0800260/*
roy zangc6411c02006-11-02 18:55:04 +0800261 * Resources on the Tsi108
roy zangee311212006-12-01 11:47:36 +0800262 */
roy zangc6411c02006-11-02 18:55:04 +0800263
roy zangee311212006-12-01 11:47:36 +0800264#define CFG_TSI108_CSR_RST_BASE 0xC0000000 /* Tsi108 CSR base after reset */
265#define CFG_TSI108_CSR_BASE CFG_TSI108_CSR_RST_BASE /* Runtime Tsi108 CSR base */
roy zangc6411c02006-11-02 18:55:04 +0800266
267#define ENABLE_PCI_CSR_BAR /* enables access to Tsi108 CSRs from the PCI/X bus */
268
269#undef DISABLE_PBM
270
roy zangee311212006-12-01 11:47:36 +0800271/*
roy zangc6411c02006-11-02 18:55:04 +0800272 * PCI stuff
roy zangee311212006-12-01 11:47:36 +0800273 *
roy zangc6411c02006-11-02 18:55:04 +0800274 */
275
276#define CONFIG_PCI /* include pci support */
277#define CONFIG_TSI108_PCI /* include tsi108 pci support */
278
roy zangee311212006-12-01 11:47:36 +0800279#define PCI_HOST_ADAPTER 0 /* configure as pci adapter */
280#define PCI_HOST_FORCE 1 /* configure as pci host */
281#define PCI_HOST_AUTO 2 /* detected via arbiter enable */
roy zangc6411c02006-11-02 18:55:04 +0800282
283#define CONFIG_PCI_HOST PCI_HOST_FORCE /* select pci host function */
284#define CONFIG_PCI_PNP /* do pci plug-and-play */
285
286/* PCI MEMORY MAP section */
287
288/* PCI view of System Memory */
roy zangee311212006-12-01 11:47:36 +0800289#define CFG_PCI_MEMORY_BUS 0x00000000
290#define CFG_PCI_MEMORY_PHYS 0x00000000
Wolfgang Denk647d3c32007-03-04 01:36:05 +0100291#define CFG_PCI_MEMORY_SIZE 0x80000000
roy zangc6411c02006-11-02 18:55:04 +0800292
293/* PCI Memory Space */
roy zangee311212006-12-01 11:47:36 +0800294#define CFG_PCI_MEM_BUS (CFG_PCI_MEM_PHYS)
295#define CFG_PCI_MEM_PHYS (CFG_PCI_MEM32_BASE) /* 0xE0000000 */
296#define CFG_PCI_MEM_SIZE 0x10000000 /* 256 MB space for PCI/X Mem + SDRAM OCN */
roy zangc6411c02006-11-02 18:55:04 +0800297
298/* PCI I/O Space */
roy zangee311212006-12-01 11:47:36 +0800299#define CFG_PCI_IO_BUS 0x00000000
300#define CFG_PCI_IO_PHYS 0xfa000000 /* Changed from fd000000 */
roy zangc6411c02006-11-02 18:55:04 +0800301
roy zangee311212006-12-01 11:47:36 +0800302#define CFG_PCI_IO_SIZE 0x01000000 /* 16MB */
roy zangc6411c02006-11-02 18:55:04 +0800303
304#define _IO_BASE 0x00000000 /* points to PCI I/O space */
305
306/* PCI Config Space mapping */
307#define CFG_PCI_CFG_BASE 0xfb000000 /* Changed from FE000000 */
308#define CFG_PCI_CFG_SIZE 0x01000000 /* 16MB */
309
roy zangee311212006-12-01 11:47:36 +0800310#define CFG_IBAT0U 0xFE0003FF
311#define CFG_IBAT0L 0xFE000002
roy zangc6411c02006-11-02 18:55:04 +0800312
roy zangee311212006-12-01 11:47:36 +0800313#define CFG_IBAT1U 0x00007FFF
314#define CFG_IBAT1L 0x00000012
roy zangc6411c02006-11-02 18:55:04 +0800315
roy zangee311212006-12-01 11:47:36 +0800316#define CFG_IBAT2U 0x80007FFF
317#define CFG_IBAT2L 0x80000022
roy zangc6411c02006-11-02 18:55:04 +0800318
roy zangee311212006-12-01 11:47:36 +0800319#define CFG_IBAT3U 0x00000000
320#define CFG_IBAT3L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800321
roy zangee311212006-12-01 11:47:36 +0800322#define CFG_IBAT4U 0x00000000
323#define CFG_IBAT4L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800324
roy zangee311212006-12-01 11:47:36 +0800325#define CFG_IBAT5U 0x00000000
326#define CFG_IBAT5L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800327
roy zangee311212006-12-01 11:47:36 +0800328#define CFG_IBAT6U 0x00000000
329#define CFG_IBAT6L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800330
roy zangee311212006-12-01 11:47:36 +0800331#define CFG_IBAT7U 0x00000000
332#define CFG_IBAT7L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800333
roy zangee311212006-12-01 11:47:36 +0800334#define CFG_DBAT0U 0xE0003FFF
335#define CFG_DBAT0L 0xE000002A
roy zangc6411c02006-11-02 18:55:04 +0800336
roy zangee311212006-12-01 11:47:36 +0800337#define CFG_DBAT1U 0x00007FFF
338#define CFG_DBAT1L 0x00000012
roy zangc6411c02006-11-02 18:55:04 +0800339
roy zangee311212006-12-01 11:47:36 +0800340#define CFG_DBAT2U 0x00000000
341#define CFG_DBAT2L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800342
roy zangee311212006-12-01 11:47:36 +0800343#define CFG_DBAT3U 0xC0000003
344#define CFG_DBAT3L 0xC000002A
roy zangc6411c02006-11-02 18:55:04 +0800345
roy zangee311212006-12-01 11:47:36 +0800346#define CFG_DBAT4U 0x00000000
347#define CFG_DBAT4L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800348
roy zangee311212006-12-01 11:47:36 +0800349#define CFG_DBAT5U 0x00000000
350#define CFG_DBAT5L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800351
roy zangee311212006-12-01 11:47:36 +0800352#define CFG_DBAT6U 0x00000000
353#define CFG_DBAT6L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800354
roy zangee311212006-12-01 11:47:36 +0800355#define CFG_DBAT7U 0x00000000
356#define CFG_DBAT7L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800357
358/* I2C addresses for the two DIMM SPD chips */
roy zangee311212006-12-01 11:47:36 +0800359#define DIMM0_I2C_ADDR 0x51
360#define DIMM1_I2C_ADDR 0x52
roy zangc6411c02006-11-02 18:55:04 +0800361
362/*
363 * For booting Linux, the board info and command line data
364 * have to be in the first 8 MB of memory, since this is
365 * the maximum mapped by the Linux kernel during initialization.
366 */
roy zangee311212006-12-01 11:47:36 +0800367#define CFG_BOOTMAPSZ (8<<20) /* Initial Memory map for Linux */
roy zangc6411c02006-11-02 18:55:04 +0800368
369/*-----------------------------------------------------------------------
370 * FLASH organization
371 */
roy zangee311212006-12-01 11:47:36 +0800372#define CFG_MAX_FLASH_BANKS 1/* Flash can be at one of two addresses */
373#define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */
roy zangc6411c02006-11-02 18:55:04 +0800374#define CFG_FLASH_BANKS_LIST {CFG_FLASH_BASE, CFG_FLASH_BASE2}
375
376#define CFG_FLASH_CFI_DRIVER
377#define CFG_FLASH_CFI
roy zangfdef3882007-01-22 13:19:21 +0800378#define CFG_WRITE_SWAPPED_DATA
roy zangc6411c02006-11-02 18:55:04 +0800379
roy zangee311212006-12-01 11:47:36 +0800380#define PHYS_FLASH_SIZE 0x01000000
381#define CFG_MAX_FLASH_SECT (128)
roy zangc6411c02006-11-02 18:55:04 +0800382
383#define CFG_ENV_IS_IN_NVRAM
roy zangee311212006-12-01 11:47:36 +0800384#define CFG_ENV_ADDR 0xFC000000
roy zangc6411c02006-11-02 18:55:04 +0800385
roy zangee311212006-12-01 11:47:36 +0800386#define CFG_ENV_OFFSET 0x00000000 /* Offset of Environment Sector */
387#define CFG_ENV_SIZE 0x00000400 /* Total Size of Environment Space */
roy zangc6411c02006-11-02 18:55:04 +0800388
389/*-----------------------------------------------------------------------
390 * Cache Configuration
391 */
roy zangee311212006-12-01 11:47:36 +0800392#define CFG_CACHELINE_SIZE 32 /* For all MPC74xx CPUs */
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500393#if defined(CONFIG_CMD_KGDB)
roy zangee311212006-12-01 11:47:36 +0800394#define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */
roy zangc6411c02006-11-02 18:55:04 +0800395#endif
396
397/*-----------------------------------------------------------------------
398 * L2CR setup -- make sure this is right for your board!
399 * look in include/mpc74xx.h for the defines used here
400 */
401#undef CFG_L2
402
roy zangee311212006-12-01 11:47:36 +0800403#define L2_INIT 0
404#define L2_ENABLE (L2_INIT | L2CR_L2E)
roy zangc6411c02006-11-02 18:55:04 +0800405
406/*
407 * Internal Definitions
408 *
409 * Boot Flags
410 */
roy zangee311212006-12-01 11:47:36 +0800411#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
412#define BOOTFLAG_WARM 0x02 /* Software reboot */
roy zangc6411c02006-11-02 18:55:04 +0800413#define CFG_SERIAL_HANG_IN_EXCEPTION
roy zangee311212006-12-01 11:47:36 +0800414#endif /* __CONFIG_H */