blob: 14b041e3aecb0a7e897bfec0e6149c77221ef346 [file] [log] [blame]
wdenkdb2f721f2003-03-06 00:58:30 +00001/*
2 * (C) Copyright 2001
3 * Stuart Hughes <stuarth@lineo.com>
4 * This file is based on similar values for other boards found in other
5 * U-Boot config files, and some that I found in the mpc8260ads manual.
6 *
7 * Note: my board is a PILOT rev.
8 * Note: the mpc8260ads doesn't come with a proper Ethernet MAC address.
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/*
wdenk7a8e9bed2003-05-31 18:35:21 +000030 * Config header file for a MPC8266ADS Pilot 16M Ram Simm, 8Mbytes Flash Simm
31 */
32
33/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Wolfgang Denk2b792af2005-09-24 21:54:50 +020034 !! !!
wdenk7a8e9bed2003-05-31 18:35:21 +000035 !! This configuration requires JP3 to be in position 1-2 to work !!
Wolfgang Denk2b792af2005-09-24 21:54:50 +020036 !! To make it work for the default, the TEXT_BASE define in !!
wdenk7a8e9bed2003-05-31 18:35:21 +000037 !! board/mpc8266ads/config.mk must be changed from 0xfe000000 to !!
38 !! 0xfff00000 !!
39 !! The CFG_HRCW_MASTER define below must also be changed to match !!
Wolfgang Denk2b792af2005-09-24 21:54:50 +020040 !! !!
wdenk8bde7f72003-06-27 21:31:46 +000041 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
wdenkdb2f721f2003-03-06 00:58:30 +000042 */
43
44#ifndef __CONFIG_H
45#define __CONFIG_H
46
47/*
48 * High Level Configuration Options
49 * (easy to change)
50 */
51
wdenkc837dcb2004-01-20 23:12:12 +000052#define CONFIG_MPC8260 1 /* This is an MPC8260 CPU */
53#define CONFIG_MPC8266ADS 1 /* ...on motorola ADS board */
Jon Loeliger9c4c5ae2005-07-23 10:37:35 -050054#define CONFIG_CPM2 1 /* Has a CPM2 */
wdenkdb2f721f2003-03-06 00:58:30 +000055
wdenkc837dcb2004-01-20 23:12:12 +000056#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */
wdenkdb2f721f2003-03-06 00:58:30 +000057
58/* allow serial and ethaddr to be overwritten */
59#define CONFIG_ENV_OVERWRITE
60
61/*
62 * select serial console configuration
63 *
64 * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
65 * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
66 * for SCC).
67 *
68 * if CONFIG_CONS_NONE is defined, then the serial console routines must
69 * defined elsewhere (for example, on the cogent platform, there are serial
70 * ports on the motherboard which are used for the serial console - see
71 * cogent/cma101/serial.[ch]).
72 */
73#undef CONFIG_CONS_ON_SMC /* define if console on SMC */
74#define CONFIG_CONS_ON_SCC /* define if console on SCC */
75#undef CONFIG_CONS_NONE /* define if console on something else */
76#define CONFIG_CONS_INDEX 1 /* which serial channel for console */
77
78/*
79 * select ethernet configuration
80 *
81 * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
82 * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
83 * for FCC)
84 *
85 * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
Jon Loeliger639221c2007-07-09 17:15:49 -050086 * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset.
wdenkdb2f721f2003-03-06 00:58:30 +000087 */
88#undef CONFIG_ETHER_ON_SCC /* define if ether on SCC */
89#define CONFIG_ETHER_ON_FCC /* define if ether on FCC */
90#undef CONFIG_ETHER_NONE /* define if ether on something else */
91#define CONFIG_ETHER_INDEX 2 /* which channel for ether */
wdenk5d232d02003-05-22 22:52:13 +000092#define CONFIG_MII /* MII PHY management */
93#define CONFIG_BITBANGMII /* bit-bang MII PHY management */
94/*
95 * Port pins used for bit-banged MII communictions (if applicable).
96 */
97#define MDIO_PORT 2 /* Port C */
98#define MDIO_ACTIVE (iop->pdir |= 0x00400000)
99#define MDIO_TRISTATE (iop->pdir &= ~0x00400000)
100#define MDIO_READ ((iop->pdat & 0x00400000) != 0)
101
102#define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \
103 else iop->pdat &= ~0x00400000
104
105#define MDC(bit) if(bit) iop->pdat |= 0x00200000; \
106 else iop->pdat &= ~0x00200000
107
108#define MIIDELAY udelay(1)
wdenkdb2f721f2003-03-06 00:58:30 +0000109
110#if (CONFIG_ETHER_INDEX == 2)
111
112/*
113 * - Rx-CLK is CLK13
114 * - Tx-CLK is CLK14
115 * - Select bus for bd/buffers (see 28-13)
116 * - Half duplex
117 */
118# define CFG_CMXFCR_MASK (CMXFCR_FC2 | CMXFCR_RF2CS_MSK | CMXFCR_TF2CS_MSK)
119# define CFG_CMXFCR_VALUE (CMXFCR_RF2CS_CLK13 | CMXFCR_TF2CS_CLK14)
120# define CFG_CPMFCR_RAMTYPE 0
wdenk5d232d02003-05-22 22:52:13 +0000121# define CFG_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
wdenkdb2f721f2003-03-06 00:58:30 +0000122
123#endif /* CONFIG_ETHER_INDEX */
124
125/* other options */
126#define CONFIG_HARD_I2C 1 /* To enable I2C support */
127#define CFG_I2C_SPEED 400000 /* I2C speed and slave address */
128#define CFG_I2C_SLAVE 0x7F
129#define CFG_I2C_EEPROM_ADDR_LEN 1
130
wdenk5d232d02003-05-22 22:52:13 +0000131/* PCI */
132#define CONFIG_PCI
133#define CONFIG_PCI_PNP
134#define CONFIG_PCI_BOOTDELAY 0
135#undef CONFIG_PCI_SCAN_SHOW
136
wdenkdb2f721f2003-03-06 00:58:30 +0000137/*-----------------------------------------------------------------------
138 * Definitions for Serial Presence Detect EEPROM address
139 * (to get SDRAM settings)
140 */
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200141#define SPD_EEPROM_ADDRESS 0x50
wdenkdb2f721f2003-03-06 00:58:30 +0000142
wdenk5d232d02003-05-22 22:52:13 +0000143#define CONFIG_8260_CLKIN 66000000 /* in Hz */
wdenkdb2f721f2003-03-06 00:58:30 +0000144#define CONFIG_BAUDRATE 115200
145
Jon Loeliger1cc4c452007-07-04 22:30:28 -0500146/*
147 * Command line configuration.
148 */
149#include <config_cmd_all.h>
150
151#undef CONFIG_CMD_BEDBUG
152#undef CONFIG_CMD_BMP
153#undef CONFIG_CMD_BSP
154#undef CONFIG_CMD_DATE
155#undef CONFIG_CMD_DHCP
156#undef CONFIG_CMD_DISPLAY
157#undef CONFIG_CMD_DOC
158#undef CONFIG_CMD_DTT
159#undef CONFIG_CMD_EEPROM
160#undef CONFIG_CMD_ELF
161#undef CONFIG_CMD_EXT2
162#undef CONFIG_CMD_FDC
163#undef CONFIG_CMD_FDOS
164#undef CONFIG_CMD_HWFLOW
165#undef CONFIG_CMD_IDE
166#undef CONFIG_CMD_JFFS2
167#undef CONFIG_CMD_KGDB
Wolfgang Denkcdd917a2007-08-02 00:48:45 +0200168#undef CONFIG_CMD_MFSL
Jon Loeliger1cc4c452007-07-04 22:30:28 -0500169#undef CONFIG_CMD_MMC
170#undef CONFIG_CMD_NAND
171#undef CONFIG_CMD_PCMCIA
172#undef CONFIG_CMD_REISER
173#undef CONFIG_CMD_SCSI
174#undef CONFIG_CMD_SPI
175#undef CONFIG_CMD_SNTP
176#undef CONFIG_CMD_VFD
177#undef CONFIG_CMD_UNIVERSE
178#undef CONFIG_CMD_USB
179#undef CONFIG_CMD_XIMG
wdenkdb2f721f2003-03-06 00:58:30 +0000180
wdenk5d232d02003-05-22 22:52:13 +0000181/* Define a command string that is automatically executed when no character
182 * is read on the console interface withing "Boot Delay" after reset.
183 */
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200184#undef CONFIG_BOOT_ROOT_INITRD /* Use ram disk for the root file system */
185#define CONFIG_BOOT_ROOT_NFS /* Use a NFS mounted root file system */
wdenk5d232d02003-05-22 22:52:13 +0000186
wdenk42dfe7a2004-03-14 22:25:36 +0000187#ifdef CONFIG_BOOT_ROOT_INITRD
wdenk5d232d02003-05-22 22:52:13 +0000188#define CONFIG_BOOTCOMMAND \
189 "version;" \
190 "echo;" \
191 "bootp;" \
192 "setenv bootargs root=/dev/ram0 rw " \
Wolfgang Denkfe126d82005-11-20 21:40:11 +0100193 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off;" \
wdenk5d232d02003-05-22 22:52:13 +0000194 "bootm"
195#endif /* CONFIG_BOOT_ROOT_INITRD */
196
wdenk42dfe7a2004-03-14 22:25:36 +0000197#ifdef CONFIG_BOOT_ROOT_NFS
wdenk5d232d02003-05-22 22:52:13 +0000198#define CONFIG_BOOTCOMMAND \
199 "version;" \
200 "echo;" \
201 "bootp;" \
Wolfgang Denkfe126d82005-11-20 21:40:11 +0100202 "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \
203 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off;" \
wdenk5d232d02003-05-22 22:52:13 +0000204 "bootm"
205#endif /* CONFIG_BOOT_ROOT_NFS */
206
Jon Loeliger7be044e2007-07-09 21:24:19 -0500207/*
208 * BOOTP options
wdenk5d232d02003-05-22 22:52:13 +0000209 */
Jon Loeliger7be044e2007-07-09 21:24:19 -0500210#define CONFIG_BOOTP_SUBNETMASK
211#define CONFIG_BOOTP_GATEWAY
212#define CONFIG_BOOTP_HOSTNAME
213#define CONFIG_BOOTP_BOOTPATH
214#define CONFIG_BOOTP_BOOTFILESIZE
215#define CONFIG_BOOTP_DNS
wdenk5d232d02003-05-22 22:52:13 +0000216
wdenkdb2f721f2003-03-06 00:58:30 +0000217#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
wdenkdb2f721f2003-03-06 00:58:30 +0000218
Jon Loeliger1cc4c452007-07-04 22:30:28 -0500219#if defined(CONFIG_CMD_KGDB)
wdenkdb2f721f2003-03-06 00:58:30 +0000220#undef CONFIG_KGDB_ON_SMC /* define if kgdb on SMC */
221#define CONFIG_KGDB_ON_SCC /* define if kgdb on SCC */
222#undef CONFIG_KGDB_NONE /* define if kgdb on something else */
223#define CONFIG_KGDB_INDEX 2 /* which serial channel for kgdb */
224#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
225#endif
226
227#undef CONFIG_WATCHDOG /* disable platform specific watchdog */
228
229/*
230 * Miscellaneous configurable options
231 */
232#define CFG_LONGHELP /* undef to save memory */
233#define CFG_PROMPT "=> " /* Monitor Command Prompt */
Jon Loeliger1cc4c452007-07-04 22:30:28 -0500234#if defined(CONFIG_CMD_KGDB)
wdenkdb2f721f2003-03-06 00:58:30 +0000235#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
236#else
237#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
238#endif
239#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
240#define CFG_MAXARGS 16 /* max number of command args */
241#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
242
243#define CFG_MEMTEST_START 0x00100000 /* memtest works on */
244#define CFG_MEMTEST_END 0x00f00000 /* 1 ... 15 MB in DRAM */
245
wdenk5d232d02003-05-22 22:52:13 +0000246#undef CONFIG_CLOCKS_IN_MHZ /* clocks passsed to Linux in MHz */
wdenkdb2f721f2003-03-06 00:58:30 +0000247 /* for versions < 2.4.5-pre5 */
248
249#define CFG_LOAD_ADDR 0x100000 /* default load address */
250
251#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
252
253#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
254
wdenk5d232d02003-05-22 22:52:13 +0000255#define CFG_FLASH_BASE 0xFE000000
256#define FLASH_BASE 0xFE000000
wdenkdb2f721f2003-03-06 00:58:30 +0000257#define CFG_MAX_FLASH_BANKS 1 /* max num of memory banks */
258#define CFG_MAX_FLASH_SECT 32 /* max num of sects on one chip */
259#define CFG_FLASH_SIZE 8
260#define CFG_FLASH_ERASE_TOUT 8000 /* Timeout for Flash Erase (in ms) */
261#define CFG_FLASH_WRITE_TOUT 5 /* Timeout for Flash Write (in ms) */
262
263#undef CFG_FLASH_CHECKSUM
264
265/* this is stuff came out of the Motorola docs */
266/* Only change this if you also change the Hardware configuration Word */
267#define CFG_DEFAULT_IMMR 0x0F010000
268
wdenkdb2f721f2003-03-06 00:58:30 +0000269/* Set IMMR to 0xF0000000 or above to boot Linux */
270#define CFG_IMMR 0xF0000000
wdenk5d232d02003-05-22 22:52:13 +0000271#define CFG_BCSR 0xF8000000
272#define CFG_PCI_INT 0xF8200000 /* PCI interrupt controller */
wdenkdb2f721f2003-03-06 00:58:30 +0000273
274/* Define CONFIG_VERY_BIG_RAM to allow use of SDRAMs larger than 256MBytes
275 */
276/*#define CONFIG_VERY_BIG_RAM 1*/
277
278/* What should be the base address of SDRAM DIMM and how big is
279 * it (in Mbytes)? This will normally auto-configure via the SPD.
280*/
281#define CFG_SDRAM_BASE 0x00000000
282#define CFG_SDRAM_SIZE 16
283
284#define SDRAM_SPD_ADDR 0x50
285
wdenkdb2f721f2003-03-06 00:58:30 +0000286/*-----------------------------------------------------------------------
287 * BR2,BR3 - Base Register
288 * Ref: Section 10.3.1 on page 10-14
289 * OR2,OR3 - Option Register
290 * Ref: Section 10.3.2 on page 10-16
291 *-----------------------------------------------------------------------
292 */
293
294/* Bank 2,3 - SDRAM DIMM
295 */
296
297/* The BR2 is configured as follows:
298 *
299 * - Base address of 0x00000000
300 * - 64 bit port size (60x bus only)
301 * - Data errors checking is disabled
302 * - Read and write access
303 * - SDRAM 60x bus
304 * - Access are handled by the memory controller according to MSEL
305 * - Not used for atomic operations
306 * - No data pipelining is done
307 * - Valid
308 */
309#define CFG_BR2_PRELIM ((CFG_SDRAM_BASE & BRx_BA_MSK) |\
310 BRx_PS_64 |\
311 BRx_MS_SDRAM_P |\
312 BRx_V)
313
314#define CFG_BR3_PRELIM ((CFG_SDRAM_BASE & BRx_BA_MSK) |\
315 BRx_PS_64 |\
316 BRx_MS_SDRAM_P |\
317 BRx_V)
318
319/* With a 64 MB DIMM, the OR2 is configured as follows:
320 *
321 * - 64 MB
322 * - 4 internal banks per device
323 * - Row start address bit is A8 with PSDMR[PBI] = 0
324 * - 12 row address lines
325 * - Back-to-back page mode
326 * - Internal bank interleaving within save device enabled
327 */
328#if (CFG_SDRAM_SIZE == 64)
329#define CFG_OR2_PRELIM (MEG_TO_AM(CFG_SDRAM_SIZE) |\
330 ORxS_BPD_4 |\
331 ORxS_ROWST_PBI0_A8 |\
332 ORxS_NUMR_12)
333#elif (CFG_SDRAM_SIZE == 16)
wdenk5d232d02003-05-22 22:52:13 +0000334#define CFG_OR2_PRELIM (0xFF000C80)
wdenkdb2f721f2003-03-06 00:58:30 +0000335#else
336#error "INVALID SDRAM CONFIGURATION"
337#endif
338
339/*-----------------------------------------------------------------------
340 * PSDMR - 60x Bus SDRAM Mode Register
341 * Ref: Section 10.3.3 on page 10-21
342 *-----------------------------------------------------------------------
343 */
344
345#if (CFG_SDRAM_SIZE == 64)
346/* With a 64 MB DIMM, the PSDMR is configured as follows:
347 *
348 * - Bank Based Interleaving,
349 * - Refresh Enable,
350 * - Address Multiplexing where A5 is output on A14 pin
351 * (A6 on A15, and so on),
352 * - use address pins A14-A16 as bank select,
353 * - A9 is output on SDA10 during an ACTIVATE command,
354 * - earliest timing for ACTIVATE command after REFRESH command is 7 clocks,
355 * - earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
356 * is 3 clocks,
357 * - earliest timing for READ/WRITE command after ACTIVATE command is
358 * 2 clocks,
359 * - earliest timing for PRECHARGE after last data was read is 1 clock,
360 * - earliest timing for PRECHARGE after last data was written is 1 clock,
361 * - CAS Latency is 2.
362 */
363#define CFG_PSDMR (PSDMR_RFEN |\
364 PSDMR_SDAM_A14_IS_A5 |\
365 PSDMR_BSMA_A14_A16 |\
366 PSDMR_SDA10_PBI0_A9 |\
367 PSDMR_RFRC_7_CLK |\
368 PSDMR_PRETOACT_3W |\
369 PSDMR_ACTTORW_2W |\
370 PSDMR_LDOTOPRE_1C |\
371 PSDMR_WRC_1C |\
372 PSDMR_CL_2)
373#elif (CFG_SDRAM_SIZE == 16)
374/* With a 16 MB DIMM, the PSDMR is configured as follows:
375 *
376 * configuration parameters found in Motorola documentation
377 */
378#define CFG_PSDMR (0x016EB452)
379#else
380#error "INVALID SDRAM CONFIGURATION"
381#endif
382
wdenkdb2f721f2003-03-06 00:58:30 +0000383#define RS232EN_1 0x02000002
384#define RS232EN_2 0x01000001
385#define FETHIEN 0x08000008
386#define FETH_RST 0x04000004
387
388#define CFG_INIT_RAM_ADDR CFG_IMMR
389#define CFG_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
390#define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
391#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
392#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
393
wdenk7a8e9bed2003-05-31 18:35:21 +0000394/* Use this HRCW for booting from address 0xfe00000 (JP3 in setting 1-2) */
wdenk5d232d02003-05-22 22:52:13 +0000395/* 0x0EB2B645 */
396#define CFG_HRCW_MASTER (( HRCW_BPS11 | HRCW_CIP ) |\
397 ( HRCW_L2CPC10 | HRCW_DPPC11 | HRCW_ISB010 ) |\
398 ( HRCW_BMS | HRCW_MMR11 | HRCW_LBPC01 | HRCW_APPC10 ) |\
399 ( HRCW_CS10PC01 | HRCW_MODCK_H0101 ) \
wdenkdb2f721f2003-03-06 00:58:30 +0000400 )
wdenk5d232d02003-05-22 22:52:13 +0000401
wdenk7a8e9bed2003-05-31 18:35:21 +0000402/* Use this HRCW for booting from address 0xfff0000 (JP3 in setting 2-3) */
403/* #define CFG_HRCW_MASTER 0x0cb23645 */
wdenkdb2f721f2003-03-06 00:58:30 +0000404
wdenk8bde7f72003-06-27 21:31:46 +0000405/* This value should actually be situated in the first 256 bytes of the FLASH
wdenkdb2f721f2003-03-06 00:58:30 +0000406 which on the standard MPC8266ADS board is at address 0xFF800000
407 The linker script places it at 0xFFF00000 instead.
408
wdenk8bde7f72003-06-27 21:31:46 +0000409 It still works, however, as long as the ADS board jumper JP3 is set to
410 position 2-3 so the board is using the BCSR as Hardware Configuration Word
wdenkdb2f721f2003-03-06 00:58:30 +0000411
wdenk8bde7f72003-06-27 21:31:46 +0000412 If you want to use the one defined here instead, ust copy the first 256 bytes from
413 0xfff00000 to 0xff800000 (for 8MB flash)
wdenkdb2f721f2003-03-06 00:58:30 +0000414
415 - Rune
416
wdenk7a8e9bed2003-05-31 18:35:21 +0000417*/
wdenkdb2f721f2003-03-06 00:58:30 +0000418
419/* no slaves */
420#define CFG_HRCW_SLAVE1 0
421#define CFG_HRCW_SLAVE2 0
422#define CFG_HRCW_SLAVE3 0
423#define CFG_HRCW_SLAVE4 0
424#define CFG_HRCW_SLAVE5 0
425#define CFG_HRCW_SLAVE6 0
426#define CFG_HRCW_SLAVE7 0
427
428#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
429#define BOOTFLAG_WARM 0x02 /* Software reboot */
430
431#define CFG_MONITOR_BASE TEXT_BASE
432#if (CFG_MONITOR_BASE < CFG_FLASH_BASE)
433# define CFG_RAMBOOT
434#endif
435
436#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
437#define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
438#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
439
440#ifndef CFG_RAMBOOT
441# define CFG_ENV_IS_IN_FLASH 1
442# define CFG_ENV_ADDR (CFG_MONITOR_BASE + 0x40000)
443# define CFG_ENV_SECT_SIZE 0x40000
444#else
445# define CFG_ENV_IS_IN_NVRAM 1
446# define CFG_ENV_ADDR (CFG_MONITOR_BASE - 0x1000)
447# define CFG_ENV_SIZE 0x200
448#endif /* CFG_RAMBOOT */
449
wdenkdb2f721f2003-03-06 00:58:30 +0000450#define CFG_CACHELINE_SIZE 32 /* For MPC8260 CPU */
Jon Loeliger1cc4c452007-07-04 22:30:28 -0500451#if defined(CONFIG_CMD_KGDB)
wdenkdb2f721f2003-03-06 00:58:30 +0000452# define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */
453#endif
454
wdenk7a8e9bed2003-05-31 18:35:21 +0000455/*-----------------------------------------------------------------------
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200456 * HIDx - Hardware Implementation-dependent Registers 2-11
wdenk7a8e9bed2003-05-31 18:35:21 +0000457 *-----------------------------------------------------------------------
458 * HID0 also contains cache control - initially enable both caches and
459 * invalidate contents, then the final state leaves only the instruction
460 * cache enabled. Note that Power-On and Hard reset invalidate the caches,
461 * but Soft reset does not.
462 *
463 * HID1 has only read-only information - nothing to set.
464 */
465/*#define CFG_HID0_INIT 0 */
466#define CFG_HID0_INIT (HID0_ICE |\
467 HID0_DCE |\
468 HID0_ICFI |\
469 HID0_DCI |\
470 HID0_IFEM |\
471 HID0_ABE)
472
wdenkdb2f721f2003-03-06 00:58:30 +0000473#define CFG_HID0_FINAL (HID0_ICE | HID0_IFEM | HID0_ABE )
474
475#define CFG_HID2 0
476
477#define CFG_SYPCR 0xFFFFFFC3
wdenk5d232d02003-05-22 22:52:13 +0000478#define CFG_BCR 0x004C0000
479#define CFG_SIUMCR 0x4E64C000
wdenkdb2f721f2003-03-06 00:58:30 +0000480#define CFG_SCCR 0x00000000
wdenkdb2f721f2003-03-06 00:58:30 +0000481
wdenk5d232d02003-05-22 22:52:13 +0000482/* local bus memory map
483 *
484 * 0x00000000-0x03FFFFFF 64MB SDRAM
485 * 0x80000000-0x9FFFFFFF 512MB outbound prefetchable PCI memory window
486 * 0xA0000000-0xBFFFFFFF 512MB outbound non-prefetchable PCI memory window
487 * 0xF0000000-0xF001FFFF 128KB MPC8266 internal memory
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200488 * 0xF4000000-0xF7FFFFFF 64MB outbound PCI I/O window
wdenk5d232d02003-05-22 22:52:13 +0000489 * 0xF8000000-0xF8007FFF 32KB BCSR
490 * 0xF8100000-0xF8107FFF 32KB ATM UNI
491 * 0xF8200000-0xF8207FFF 32KB PCI interrupt controller
492 * 0xF8300000-0xF8307FFF 32KB EEPROM
493 * 0xFE000000-0xFFFFFFFF 32MB flash
494 */
495#define CFG_BR0_PRELIM 0xFE001801 /* flash */
496#define CFG_OR0_PRELIM 0xFE000836
497#define CFG_BR1_PRELIM (CFG_BCSR | 0x1801) /* BCSR */
498#define CFG_OR1_PRELIM 0xFFFF8010
499#define CFG_BR4_PRELIM 0xF8300801 /* EEPROM */
500#define CFG_OR4_PRELIM 0xFFFF8846
501#define CFG_BR5_PRELIM 0xF8100801 /* PM5350 ATM UNI */
502#define CFG_OR5_PRELIM 0xFFFF8E36
503#define CFG_BR8_PRELIM (CFG_PCI_INT | 0x1801) /* PCI interrupt controller */
504#define CFG_OR8_PRELIM 0xFFFF8010
505
506#define CFG_RMR 0x0001
wdenkdb2f721f2003-03-06 00:58:30 +0000507#define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR|TMCNTSC_TCF|TMCNTSC_TCE)
508#define CFG_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE)
509#define CFG_RCCR 0
wdenkdb2f721f2003-03-06 00:58:30 +0000510#define CFG_MPTPR 0x00001900
511#define CFG_PSRT 0x00000021
512
wdenk65bd0e22003-09-18 10:45:21 +0000513/* This address must not exist */
514#define CFG_RESET_ADDRESS 0xFCFFFF00
wdenkdb2f721f2003-03-06 00:58:30 +0000515
wdenk5d232d02003-05-22 22:52:13 +0000516/* PCI Memory map (if different from default map */
517#define CFG_PCI_SLV_MEM_LOCAL CFG_SDRAM_BASE /* Local base */
518#define CFG_PCI_SLV_MEM_BUS 0x00000000 /* PCI base */
519#define CFG_PICMR0_MASK_ATTRIB (PICMR_MASK_512MB | PICMR_ENABLE | \
wdenk8bde7f72003-06-27 21:31:46 +0000520 PICMR_PREFETCH_EN)
wdenk5d232d02003-05-22 22:52:13 +0000521
wdenk8bde7f72003-06-27 21:31:46 +0000522/*
wdenk5d232d02003-05-22 22:52:13 +0000523 * These are the windows that allow the CPU to access PCI address space.
wdenk8bde7f72003-06-27 21:31:46 +0000524 * All three PCI master windows, which allow the CPU to access PCI
525 * prefetch, non prefetch, and IO space (see below), must all fit within
wdenk5d232d02003-05-22 22:52:13 +0000526 * these windows.
527 */
528
529/* PCIBR0 */
530#define CFG_PCI_MSTR0_LOCAL 0x80000000 /* Local base */
531#define CFG_PCIMSK0_MASK PCIMSK_1GB /* Size of window */
532/* PCIBR1 */
533#define CFG_PCI_MSTR1_LOCAL 0xF4000000 /* Local base */
534#define CFG_PCIMSK1_MASK PCIMSK_64MB /* Size of window */
535
wdenk8bde7f72003-06-27 21:31:46 +0000536/*
wdenk5d232d02003-05-22 22:52:13 +0000537 * Master window that allows the CPU to access PCI Memory (prefetch).
538 * This window will be setup with the first set of Outbound ATU registers
539 * in the bridge.
540 */
541
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200542#define CFG_PCI_MSTR_MEM_LOCAL 0x80000000 /* Local base */
543#define CFG_PCI_MSTR_MEM_BUS 0x80000000 /* PCI base */
544#define CFG_CPU_PCI_MEM_START PCI_MSTR_MEM_LOCAL
545#define CFG_PCI_MSTR_MEM_SIZE 0x20000000 /* 512MB */
wdenk5d232d02003-05-22 22:52:13 +0000546#define CFG_POCMR0_MASK_ATTRIB (POCMR_MASK_512MB | POCMR_ENABLE | POCMR_PREFETCH_EN)
547
wdenk8bde7f72003-06-27 21:31:46 +0000548/*
wdenk5d232d02003-05-22 22:52:13 +0000549 * Master window that allows the CPU to access PCI Memory (non-prefetch).
550 * This window will be setup with the second set of Outbound ATU registers
551 * in the bridge.
552 */
553
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200554#define CFG_PCI_MSTR_MEMIO_LOCAL 0xA0000000 /* Local base */
555#define CFG_PCI_MSTR_MEMIO_BUS 0xA0000000 /* PCI base */
556#define CFG_CPU_PCI_MEMIO_START PCI_MSTR_MEMIO_LOCAL
557#define CFG_PCI_MSTR_MEMIO_SIZE 0x20000000 /* 512MB */
558#define CFG_POCMR1_MASK_ATTRIB (POCMR_MASK_512MB | POCMR_ENABLE)
wdenk5d232d02003-05-22 22:52:13 +0000559
wdenk8bde7f72003-06-27 21:31:46 +0000560/*
wdenk5d232d02003-05-22 22:52:13 +0000561 * Master window that allows the CPU to access PCI IO space.
562 * This window will be setup with the third set of Outbound ATU registers
563 * in the bridge.
564 */
565
Wolfgang Denk2b792af2005-09-24 21:54:50 +0200566#define CFG_PCI_MSTR_IO_LOCAL 0xF4000000 /* Local base */
567#define CFG_PCI_MSTR_IO_BUS 0xF4000000 /* PCI base */
568#define CFG_CPU_PCI_IO_START PCI_MSTR_IO_LOCAL
569#define CFG_PCI_MSTR_IO_SIZE 0x04000000 /* 64MB */
570#define CFG_POCMR2_MASK_ATTRIB (POCMR_MASK_64MB | POCMR_ENABLE | POCMR_PCI_IO)
wdenk5d232d02003-05-22 22:52:13 +0000571
Wolfgang Denk700a0c62005-08-08 01:03:24 +0200572/*
573 * JFFS2 partitions
574 *
575 */
576/* No command line, one static partition, whole device */
577#undef CONFIG_JFFS2_CMDLINE
578#define CONFIG_JFFS2_DEV "nor0"
579#define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF
580#define CONFIG_JFFS2_PART_OFFSET 0x00000000
581
582/* mtdparts command line support */
583/*
584#define CONFIG_JFFS2_CMDLINE
585#define MTDIDS_DEFAULT ""
586#define MTDPARTS_DEFAULT ""
587*/
wdenk5d232d02003-05-22 22:52:13 +0000588
wdenkdb2f721f2003-03-06 00:58:30 +0000589#endif /* __CONFIG_H */