blob: 5004fcd211d247146597c2a7b3408d88db4afd0f [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
roy zangc6411c02006-11-02 18:55:04 +080036/* Board Configuration Definitions */
37/* MPC7448HPC2 (High-Performance Computing II) (Taiga) board */
38
39#define CONFIG_MPC7448HPC2
40
41#define CONFIG_74xx
Becky Bruce31d82672008-05-08 19:02:12 -050042#define CONFIG_HIGH_BATS /* High BATs supported */
roy zangc6411c02006-11-02 18:55:04 +080043#define CONFIG_ALTIVEC /* undef to disable */
44
Wolfgang Denk2ae18242010-10-06 09:05:45 +020045#define CONFIG_SYS_TEXT_BASE 0xFF000000
46
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020047#define CONFIG_SYS_BOARD_NAME "MPC7448 HPC II"
roy zangee311212006-12-01 11:47:36 +080048#define CONFIG_IDENT_STRING " Freescale MPC7448 HPC II"
roy zangc6411c02006-11-02 18:55:04 +080049
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020050#define CONFIG_SYS_OCN_CLK 133000000 /* 133 MHz */
Wolfgang Denkee80fa72010-06-13 18:38:23 +020051#define CONFIG_SYS_BUS_CLK 133000000
roy zangc6411c02006-11-02 18:55:04 +080052
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020053#define CONFIG_SYS_CLK_SPREAD /* Enable Spread-Spectrum Clock generation */
roy zangc6411c02006-11-02 18:55:04 +080054
55#undef CONFIG_ECC /* disable ECC support */
56
Marek Vasut0aa27652011-10-21 14:17:33 +000057#ifndef __ASSEMBLY__
58#include <galileo/core.h>
59#endif
60
roy zangc6411c02006-11-02 18:55:04 +080061/* Board-specific Initialization Functions to be called */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020062#define CONFIG_SYS_BOARD_ASM_INIT
roy zangc6411c02006-11-02 18:55:04 +080063#define CONFIG_BOARD_EARLY_INIT_F
64#define CONFIG_BOARD_EARLY_INIT_R
65#define CONFIG_MISC_INIT_R
66
Gerald Van Barenfec6d9e2008-06-03 20:34:45 -040067#define CONFIG_HAS_ETH0
roy zangc6411c02006-11-02 18:55:04 +080068#define CONFIG_HAS_ETH1
roy zangc6411c02006-11-02 18:55:04 +080069
70#define CONFIG_ENV_OVERWRITE
71
72/*
73 * High Level Configuration Options
74 * (easy to change)
75 */
76
roy zangee311212006-12-01 11:47:36 +080077#define CONFIG_BAUDRATE 115200 /* console baudrate = 115000 */
roy zangc6411c02006-11-02 18:55:04 +080078
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020079/*#define CONFIG_SYS_HUSH_PARSER */
80#undef CONFIG_SYS_HUSH_PARSER
roy zangc6411c02006-11-02 18:55:04 +080081
roy zangc6411c02006-11-02 18:55:04 +080082
83/* Pass open firmware flat tree */
Gerald Van Baren589c0422008-06-03 20:24:58 -040084#define CONFIG_OF_LIBFDT 1
roy zangc6411c02006-11-02 18:55:04 +080085#define CONFIG_OF_BOARD_SETUP 1
86
roy zangc6411c02006-11-02 18:55:04 +080087#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,
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020097 * change the CONFIG_SYS_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
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200102#define CONFIG_SYS_NS16550
103#define CONFIG_SYS_NS16550_SERIAL
104#define CONFIG_SYS_NS16550_REG_SIZE 1
105#define CONFIG_SYS_NS16550_CLK CONFIG_SYS_OCN_CLK * 8
roy zangc6411c02006-11-02 18:55:04 +0800106
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200107#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7808)
108#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7C08)
roy zangc6411c02006-11-02 18:55:04 +0800109
roy zangee311212006-12-01 11:47:36 +0800110#define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */
roy zangc6411c02006-11-02 18:55:04 +0800111#define CONFIG_ZERO_BOOTDELAY_CHECK
112
113#undef CONFIG_BOOTARGS
Wolfgang Denk32bf3d12008-03-03 12:16:44 +0100114/* #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo" */
roy zangc6411c02006-11-02 18:55:04 +0800115
116#if (CONFIG_BOOTDELAY >= 0)
roy zangee311212006-12-01 11:47:36 +0800117#define CONFIG_BOOTCOMMAND "tftpboot 0x400000 zImage.initrd.elf;\
roy zangc6411c02006-11-02 18:55:04 +0800118 setenv bootargs $(bootargs) $(bootargs_root) nfsroot=$(serverip):$(rootpath) \
119 ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000; "
120
121#define CONFIG_BOOTARGS "console=ttyS0,115200"
122#endif
123
124#undef CONFIG_EXTRA_ENV_SETTINGS
125
roy zangee311212006-12-01 11:47:36 +0800126#define CONFIG_SERIAL "No. 1"
roy zangc6411c02006-11-02 18:55:04 +0800127
128/* Networking Configuration */
129
roy zangc6411c02006-11-02 18:55:04 +0800130#define CONFIG_TSI108_ETH
roy zangee311212006-12-01 11:47:36 +0800131#define CONFIG_TSI108_ETH_NUM_PORTS 2
roy zangc6411c02006-11-02 18:55:04 +0800132
roy zangc6411c02006-11-02 18:55:04 +0800133
Joe Hershbergerb3f44c22011-10-13 13:03:48 +0000134#define CONFIG_BOOTFILE "zImage.initrd.elf"
roy zangee311212006-12-01 11:47:36 +0800135#define CONFIG_LOADADDR 0x400000
roy zangc6411c02006-11-02 18:55:04 +0800136
roy zangc6411c02006-11-02 18:55:04 +0800137/*-------------------------------------------------------------------------- */
138
roy zangee311212006-12-01 11:47:36 +0800139#define CONFIG_LOADS_ECHO 0 /* echo off for serial download */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200140#define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate changes */
roy zangc6411c02006-11-02 18:55:04 +0800141
142#undef CONFIG_WATCHDOG /* watchdog disabled */
143
Jon Loeligerd3b8c1a2007-07-09 21:57:31 -0500144/*
145 * BOOTP options
146 */
147#define CONFIG_BOOTP_SUBNETMASK
148#define CONFIG_BOOTP_GATEWAY
149#define CONFIG_BOOTP_HOSTNAME
150#define CONFIG_BOOTP_BOOTPATH
151#define CONFIG_BOOTP_BOOTFILESIZE
roy zangc6411c02006-11-02 18:55:04 +0800152
roy zangc6411c02006-11-02 18:55:04 +0800153
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500154/*
155 * Command line configuration.
156 */
157#include <config_cmd_default.h>
158
159#define CONFIG_CMD_ASKENV
160#define CONFIG_CMD_CACHE
161#define CONFIG_CMD_PCI
162#define CONFIG_CMD_I2C
163#define CONFIG_CMD_SDRAM
164#define CONFIG_CMD_EEPROM
165#define CONFIG_CMD_FLASH
Mike Frysingerbdab39d2009-01-28 19:08:14 -0500166#define CONFIG_CMD_SAVEENV
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500167#define CONFIG_CMD_BSP
168#define CONFIG_CMD_DHCP
169#define CONFIG_CMD_PING
170#define CONFIG_CMD_DATE
171
roy zangc6411c02006-11-02 18:55:04 +0800172
173/*set date in u-boot*/
174#define CONFIG_RTC_M48T35A
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200175#define CONFIG_SYS_NVRAM_BASE_ADDR 0xfc000000
176#define CONFIG_SYS_NVRAM_SIZE 0x8000
roy zangc6411c02006-11-02 18:55:04 +0800177/*
178 * Miscellaneous configurable options
179 */
roy zangee311212006-12-01 11:47:36 +0800180#define CONFIG_VERSION_VARIABLE 1
roy zangc6411c02006-11-02 18:55:04 +0800181#define CONFIG_TSI108_I2C
Peter Tyser8d907e72009-04-24 15:34:08 -0500182#define CONFIG_SYS_I2C_SPEED 100000 /* I2C speed */
roy zangc6411c02006-11-02 18:55:04 +0800183
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200184#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* I2C EEPROM page 1 */
185#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 /* Bytes of address */
roy zangc6411c02006-11-02 18:55:04 +0800186
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200187#define CONFIG_SYS_LONGHELP /* undef to save memory */
188#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
roy zangc6411c02006-11-02 18:55:04 +0800189
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500190#if defined(CONFIG_CMD_KGDB)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200191#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
roy zangee311212006-12-01 11:47:36 +0800192#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
roy zangc6411c02006-11-02 18:55:04 +0800193#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200194#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
roy zangc6411c02006-11-02 18:55:04 +0800195#endif
196
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200197#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)/* Print Buffer Size */
198#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
199#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
roy zangc6411c02006-11-02 18:55:04 +0800200
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200201#define CONFIG_SYS_MEMTEST_START 0x00400000 /* memtest works on */
202#define CONFIG_SYS_MEMTEST_END 0x07c00000 /* 4 ... 124 MB in DRAM */
roy zangc6411c02006-11-02 18:55:04 +0800203
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200204#define CONFIG_SYS_LOAD_ADDR 0x00400000 /* default load address */
roy zangc6411c02006-11-02 18:55:04 +0800205
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200206#define CONFIG_SYS_HZ 1000 /* decr freq: 1ms ticks */
roy zangc6411c02006-11-02 18:55:04 +0800207
208/*
209 * Low Level Configuration Settings
210 * (address mappings, register initial values, etc.)
211 * You should know what you are doing if you make changes here.
212 */
213
214/*-----------------------------------------------------------------------
215 * Definitions for initial stack pointer and data area
216 */
217
218/*
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200219 * When locking data in cache you should point the CONFIG_SYS_INIT_RAM_ADDRESS
roy zangc6411c02006-11-02 18:55:04 +0800220 * To an unused memory region. The stack will remain in cache until RAM
221 * is initialized
roy zangee311212006-12-01 11:47:36 +0800222 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200223#undef CONFIG_SYS_INIT_RAM_LOCK
224#define CONFIG_SYS_INIT_RAM_ADDR 0x07d00000 /* unused memory region */
Wolfgang Denk553f0982010-10-26 13:32:32 +0200225#define CONFIG_SYS_INIT_RAM_SIZE 0x4000/* larger space - we have SDRAM initialized */
roy zangc6411c02006-11-02 18:55:04 +0800226
Wolfgang Denk25ddd1f2010-10-26 14:34:52 +0200227#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
roy zangc6411c02006-11-02 18:55:04 +0800228
229/*-----------------------------------------------------------------------
230 * Start addresses for the final memory configuration
231 * (Set up by the startup code)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200232 * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
roy zangc6411c02006-11-02 18:55:04 +0800233 */
234
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200235#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* first 256 MB of SDRAM */
236#define CONFIG_SYS_SDRAM1_BASE 0x10000000 /* next 256MB of SDRAM */
roy zangc6411c02006-11-02 18:55:04 +0800237
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200238#define CONFIG_SYS_SDRAM2_BASE 0x40000000 /* beginning of non-cacheable alias for SDRAM - first 256MB */
239#define CONFIG_SYS_SDRAM3_BASE 0x50000000 /* next Non-Cacheable 256MB of SDRAM */
roy zangc6411c02006-11-02 18:55:04 +0800240
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200241#define CONFIG_SYS_PCI_PFM_BASE 0x80000000 /* Prefetchable (cacheable) PCI/X PFM and SDRAM OCN (128MB+128MB) */
roy zangc6411c02006-11-02 18:55:04 +0800242
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200243#define CONFIG_SYS_PCI_MEM32_BASE 0xE0000000 /* Non-Cacheable PCI/X MEM and SDRAM OCN (128MB+128MB) */
roy zangc6411c02006-11-02 18:55:04 +0800244
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200245#define CONFIG_SYS_MISC_REGION_BASE 0xf0000000 /* Base Address for (PCI/X + Flash) region */
roy zangc6411c02006-11-02 18:55:04 +0800246
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200247#define CONFIG_SYS_FLASH_BASE 0xff000000 /* Base Address of Flash device */
248#define CONFIG_SYS_FLASH_BASE2 0xfe000000 /* Alternate Flash Base Address */
roy zangc6411c02006-11-02 18:55:04 +0800249
250#define CONFIG_VERY_BIG_RAM /* we will use up to 256M memory for cause we are short of BATS */
251
roy zangee311212006-12-01 11:47:36 +0800252#define PCI0_IO_BASE_BOOTM 0xfd000000
roy zangc6411c02006-11-02 18:55:04 +0800253
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200254#define CONFIG_SYS_RESET_ADDRESS 0x3fffff00
255#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
Wolfgang Denk14d0a022010-10-07 21:51:12 +0200256#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* u-boot code base */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200257#define CONFIG_SYS_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */
roy zangc6411c02006-11-02 18:55:04 +0800258
259/* Peripheral Device section */
260
roy zangee311212006-12-01 11:47:36 +0800261/*
roy zangc6411c02006-11-02 18:55:04 +0800262 * Resources on the Tsi108
roy zangee311212006-12-01 11:47:36 +0800263 */
roy zangc6411c02006-11-02 18:55:04 +0800264
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200265#define CONFIG_SYS_TSI108_CSR_RST_BASE 0xC0000000 /* Tsi108 CSR base after reset */
266#define CONFIG_SYS_TSI108_CSR_BASE CONFIG_SYS_TSI108_CSR_RST_BASE /* Runtime Tsi108 CSR base */
roy zangc6411c02006-11-02 18:55:04 +0800267
268#define ENABLE_PCI_CSR_BAR /* enables access to Tsi108 CSRs from the PCI/X bus */
269
270#undef DISABLE_PBM
271
roy zangee311212006-12-01 11:47:36 +0800272/*
roy zangc6411c02006-11-02 18:55:04 +0800273 * PCI stuff
roy zangee311212006-12-01 11:47:36 +0800274 *
roy zangc6411c02006-11-02 18:55:04 +0800275 */
276
277#define CONFIG_PCI /* include pci support */
278#define CONFIG_TSI108_PCI /* include tsi108 pci support */
279
roy zangee311212006-12-01 11:47:36 +0800280#define PCI_HOST_ADAPTER 0 /* configure as pci adapter */
281#define PCI_HOST_FORCE 1 /* configure as pci host */
282#define PCI_HOST_AUTO 2 /* detected via arbiter enable */
roy zangc6411c02006-11-02 18:55:04 +0800283
284#define CONFIG_PCI_HOST PCI_HOST_FORCE /* select pci host function */
285#define CONFIG_PCI_PNP /* do pci plug-and-play */
286
287/* PCI MEMORY MAP section */
288
289/* PCI view of System Memory */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200290#define CONFIG_SYS_PCI_MEMORY_BUS 0x00000000
291#define CONFIG_SYS_PCI_MEMORY_PHYS 0x00000000
292#define CONFIG_SYS_PCI_MEMORY_SIZE 0x80000000
roy zangc6411c02006-11-02 18:55:04 +0800293
294/* PCI Memory Space */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200295#define CONFIG_SYS_PCI_MEM_BUS (CONFIG_SYS_PCI_MEM_PHYS)
296#define CONFIG_SYS_PCI_MEM_PHYS (CONFIG_SYS_PCI_MEM32_BASE) /* 0xE0000000 */
297#define CONFIG_SYS_PCI_MEM_SIZE 0x10000000 /* 256 MB space for PCI/X Mem + SDRAM OCN */
roy zangc6411c02006-11-02 18:55:04 +0800298
299/* PCI I/O Space */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200300#define CONFIG_SYS_PCI_IO_BUS 0x00000000
301#define CONFIG_SYS_PCI_IO_PHYS 0xfa000000 /* Changed from fd000000 */
roy zangc6411c02006-11-02 18:55:04 +0800302
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200303#define CONFIG_SYS_PCI_IO_SIZE 0x01000000 /* 16MB */
roy zangc6411c02006-11-02 18:55:04 +0800304
roy zangc6411c02006-11-02 18:55:04 +0800305/* PCI Config Space mapping */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200306#define CONFIG_SYS_PCI_CFG_BASE 0xfb000000 /* Changed from FE000000 */
307#define CONFIG_SYS_PCI_CFG_SIZE 0x01000000 /* 16MB */
roy zangc6411c02006-11-02 18:55:04 +0800308
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200309#define CONFIG_SYS_IBAT0U 0xFE0003FF
310#define CONFIG_SYS_IBAT0L 0xFE000002
roy zangc6411c02006-11-02 18:55:04 +0800311
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200312#define CONFIG_SYS_IBAT1U 0x00007FFF
313#define CONFIG_SYS_IBAT1L 0x00000012
roy zangc6411c02006-11-02 18:55:04 +0800314
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200315#define CONFIG_SYS_IBAT2U 0x80007FFF
316#define CONFIG_SYS_IBAT2L 0x80000022
roy zangc6411c02006-11-02 18:55:04 +0800317
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200318#define CONFIG_SYS_IBAT3U 0x00000000
319#define CONFIG_SYS_IBAT3L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800320
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200321#define CONFIG_SYS_IBAT4U 0x00000000
322#define CONFIG_SYS_IBAT4L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800323
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200324#define CONFIG_SYS_IBAT5U 0x00000000
325#define CONFIG_SYS_IBAT5L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800326
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200327#define CONFIG_SYS_IBAT6U 0x00000000
328#define CONFIG_SYS_IBAT6L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800329
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200330#define CONFIG_SYS_IBAT7U 0x00000000
331#define CONFIG_SYS_IBAT7L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800332
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200333#define CONFIG_SYS_DBAT0U 0xE0003FFF
334#define CONFIG_SYS_DBAT0L 0xE000002A
roy zangc6411c02006-11-02 18:55:04 +0800335
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200336#define CONFIG_SYS_DBAT1U 0x00007FFF
337#define CONFIG_SYS_DBAT1L 0x00000012
roy zangc6411c02006-11-02 18:55:04 +0800338
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200339#define CONFIG_SYS_DBAT2U 0x00000000
340#define CONFIG_SYS_DBAT2L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800341
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200342#define CONFIG_SYS_DBAT3U 0xC0000003
343#define CONFIG_SYS_DBAT3L 0xC000002A
roy zangc6411c02006-11-02 18:55:04 +0800344
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200345#define CONFIG_SYS_DBAT4U 0x00000000
346#define CONFIG_SYS_DBAT4L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800347
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200348#define CONFIG_SYS_DBAT5U 0x00000000
349#define CONFIG_SYS_DBAT5L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800350
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200351#define CONFIG_SYS_DBAT6U 0x00000000
352#define CONFIG_SYS_DBAT6L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800353
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200354#define CONFIG_SYS_DBAT7U 0x00000000
355#define CONFIG_SYS_DBAT7L 0x00000000
roy zangc6411c02006-11-02 18:55:04 +0800356
357/* I2C addresses for the two DIMM SPD chips */
roy zangee311212006-12-01 11:47:36 +0800358#define DIMM0_I2C_ADDR 0x51
359#define DIMM1_I2C_ADDR 0x52
roy zangc6411c02006-11-02 18:55:04 +0800360
361/*
362 * For booting Linux, the board info and command line data
363 * have to be in the first 8 MB of memory, since this is
364 * the maximum mapped by the Linux kernel during initialization.
365 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200366#define CONFIG_SYS_BOOTMAPSZ (8<<20) /* Initial Memory map for Linux */
roy zangc6411c02006-11-02 18:55:04 +0800367
368/*-----------------------------------------------------------------------
369 * FLASH organization
370 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200371#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* Flash can be at one of two addresses */
roy zangee311212006-12-01 11:47:36 +0800372#define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200373#define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE, /* CONFIG_SYS_FLASH_BASE2 */ }
roy zangc6411c02006-11-02 18:55:04 +0800374
Jean-Christophe PLAGNIOL-VILLARD00b18832008-08-13 01:40:42 +0200375#define CONFIG_FLASH_CFI_DRIVER
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200376#define CONFIG_SYS_FLASH_CFI
377#define CONFIG_SYS_WRITE_SWAPPED_DATA
roy zangc6411c02006-11-02 18:55:04 +0800378
roy zangee311212006-12-01 11:47:36 +0800379#define PHYS_FLASH_SIZE 0x01000000
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200380#define CONFIG_SYS_MAX_FLASH_SECT (128)
roy zangc6411c02006-11-02 18:55:04 +0800381
Jean-Christophe PLAGNIOL-VILLARD9314cee2008-09-10 22:47:59 +0200382#define CONFIG_ENV_IS_IN_NVRAM
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200383#define CONFIG_ENV_ADDR 0xFC000000
roy zangc6411c02006-11-02 18:55:04 +0800384
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200385#define CONFIG_ENV_OFFSET 0x00000000 /* Offset of Environment Sector */
386#define CONFIG_ENV_SIZE 0x00000400 /* Total Size of Environment Space */
roy zangc6411c02006-11-02 18:55:04 +0800387
388/*-----------------------------------------------------------------------
389 * Cache Configuration
390 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200391#define CONFIG_SYS_CACHELINE_SIZE 32 /* For all MPC74xx CPUs */
Jon Loeliger5dc11a52007-07-04 22:33:01 -0500392#if defined(CONFIG_CMD_KGDB)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200393#define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */
roy zangc6411c02006-11-02 18:55:04 +0800394#endif
395
396/*-----------------------------------------------------------------------
397 * L2CR setup -- make sure this is right for your board!
398 * look in include/mpc74xx.h for the defines used here
399 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200400#undef CONFIG_SYS_L2
roy zangc6411c02006-11-02 18:55:04 +0800401
roy zangee311212006-12-01 11:47:36 +0800402#define L2_INIT 0
403#define L2_ENABLE (L2_INIT | L2CR_L2E)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200404#define CONFIG_SYS_SERIAL_HANG_IN_EXCEPTION
roy zangee311212006-12-01 11:47:36 +0800405#endif /* __CONFIG_H */