3 * Murray Jensen <Murray.Jensen@cmst.csiro.au>
6 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
7 * Marius Groeger <mgroeger@sysgo.de>
10 * Advent Networks, Inc. <http://www.adventnetworks.com>
11 * Jay Monkman <jmonkman@adventnetworks.com>
14 * Advent Networks, Inc. <http://www.adventnetworks.com>
15 * Oliver Brown <obrown@adventnetworks.com>
17 * SPDX-License-Identifier: GPL-2.0+
20 /*********************************************************************/
22 * This file contains the board configuartion for the GW8260 board.
27 * RESTRICTIONS/LIMITATIONS:
30 * Copyright (c) 2001, Advent Networks, Inc.
32 /*********************************************************************/
37 #define CONFIG_SYS_TEXT_BASE 0x40000000
39 /* Enable debug prints */
40 #undef DEBUG_BOOTP_EXT /* Debug received vendor fields */
42 /* What is the oscillator's (UX2) frequency in Hz? */
43 #define CONFIG_8260_CLKIN (66 * 1000 * 1000)
45 /*-----------------------------------------------------------------------
46 * MODCK_H & MODCLK[1-3] - Ref: Section 9.2 in MPC8206 User Manual
47 *-----------------------------------------------------------------------
48 * What should MODCK_H be? It is dependent on the oscillator
49 * frequency, MODCK[1-3], and desired CPM and core frequencies.
50 * Here are some example values (all frequencies are in MHz):
52 * MODCK_H MODCK[1-3] Osc CPM Core S2-6 S2-7 S2-8
53 * ------- ---------- --- --- ---- ----- ----- -----
54 * 0x5 0x5 66 133 133 Open Close Open
55 * 0x5 0x6 66 133 166 Open Open Close
56 * 0x5 0x7 66 133 200 Open Open Open
57 * 0x6 0x0 66 133 233 Close Close Close
58 * 0x6 0x1 66 133 266 Close Close Open
59 * 0x6 0x2 66 133 300 Close Open Close
61 #define CONFIG_SYS_SBC_MODCK_H 0x05
63 /* Define this if you want to boot from 0x00000100. If you don't define
64 * this, you will need to program the bootloader to 0xfff00000, and
65 * get the hardware reset config words at 0xfe000000. The simplest
66 * way to do that is to program the bootloader at both addresses.
67 * It is suggested that you just let U-Boot live at 0x00000000.
69 #define CONFIG_SYS_SBC_BOOT_LOW 1
71 /* What should the base address of the main FLASH be and how big is
72 * it (in MBytes)? This must contain CONFIG_SYS_TEXT_BASE.
73 * The main FLASH is whichever is connected to *CS0. U-Boot expects
74 * this to be the SIMM.
76 #define CONFIG_SYS_FLASH0_BASE 0x40000000
77 #define CONFIG_SYS_FLASH0_SIZE 8
79 /* Define CONFIG_SYS_FLASH_CHECKSUM to enable flash checksum during boot.
80 * Note: the 'flashchecksum' environment variable must also be set to 'y'.
82 #define CONFIG_SYS_FLASH_CHECKSUM
84 /* What should be the base address of SDRAM DIMM and how big is
87 #define CONFIG_SYS_SDRAM0_BASE 0x00000000
88 #define CONFIG_SYS_SDRAM0_SIZE 64
92 * CONFIG_SYS_DRAM_TEST - enables the following tests.
94 * CONFIG_SYS_DRAM_TEST_DATA - Enables test for shorted or open data lines
95 * Environment variable 'test_dram_data' must be
97 * CONFIG_SYS_DRAM_TEST_DATA - Enables test to verify that each word is uniquely
98 * addressable. Environment variable
99 * 'test_dram_address' must be set to 'y'.
100 * CONFIG_SYS_DRAM_TEST_WALK - Enables test a 64-bit walking ones pattern test.
101 * This test takes about 6 minutes to test 64 MB.
102 * Environment variable 'test_dram_walk' must be
105 #define CONFIG_SYS_DRAM_TEST
106 #if defined(CONFIG_SYS_DRAM_TEST)
107 #define CONFIG_SYS_DRAM_TEST_DATA
108 #define CONFIG_SYS_DRAM_TEST_ADDRESS
109 #define CONFIG_SYS_DRAM_TEST_WALK
110 #endif /* CONFIG_SYS_DRAM_TEST */
113 * GW8260 with 16 MB DIMM:
115 * 0x0000 0000 Exception Vector code, 8k
118 * 0x0000 2000 Free for Application Use
124 * 0x00F5 FF30 Monitor Stack (Growing downward)
125 * Monitor Stack Buffer (0x80)
126 * 0x00F5 FFB0 Board Info Data
127 * 0x00F6 0000 Malloc Arena
128 * : CONFIG_ENV_SECT_SIZE, 256k
129 * : CONFIG_SYS_MALLOC_LEN, 128k
130 * 0x00FC 0000 RAM Copy of Monitor Code
131 * : CONFIG_SYS_MONITOR_LEN, 256k
132 * 0x00FF FFFF [End of RAM], CONFIG_SYS_SDRAM_SIZE - 1
136 * GW8260 with 64 MB DIMM:
138 * 0x0000 0000 Exception Vector code, 8k
141 * 0x0000 2000 Free for Application Use
147 * 0x03F5 FF30 Monitor Stack (Growing downward)
148 * Monitor Stack Buffer (0x80)
149 * 0x03F5 FFB0 Board Info Data
150 * 0x03F6 0000 Malloc Arena
151 * : CONFIG_ENV_SECT_SIZE, 256k
152 * : CONFIG_SYS_MALLOC_LEN, 128k
153 * 0x03FC 0000 RAM Copy of Monitor Code
154 * : CONFIG_SYS_MONITOR_LEN, 256k
155 * 0x03FF FFFF [End of RAM], CONFIG_SYS_SDRAM_SIZE - 1
160 * select serial console configuration
162 * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
163 * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
166 * if CONFIG_CONS_NONE is defined, then the serial console routines must
169 #define CONFIG_CONS_ON_SMC 1 /* define if console on SMC */
170 #undef CONFIG_CONS_ON_SCC /* define if console on SCC */
171 #undef CONFIG_CONS_NONE /* define if console on neither */
172 #define CONFIG_CONS_INDEX 1 /* which SMC/SCC channel for console */
175 * select ethernet configuration
177 * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
178 * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
181 * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
182 * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset.
185 #undef CONFIG_ETHER_ON_SCC
186 #define CONFIG_ETHER_ON_FCC
187 #undef CONFIG_ETHER_NONE /* define if ethernet on neither */
189 #ifdef CONFIG_ETHER_ON_SCC
190 #define CONFIG_ETHER_INDEX 1 /* which SCC/FCC channel for ethernet */
191 #endif /* CONFIG_ETHER_ON_SCC */
193 #ifdef CONFIG_ETHER_ON_FCC
194 #define CONFIG_ETHER_INDEX 2 /* which SCC/FCC channel for ethernet */
195 #define CONFIG_MII /* MII PHY management */
196 #define CONFIG_BITBANGMII /* bit-bang MII PHY management */
198 * Port pins used for bit-banged MII communictions (if applicable).
200 #define MDIO_PORT 2 /* Port C */
202 #define MDIO_DECLARE volatile ioport_t *iop = ioport_addr ( \
203 (immap_t *) CONFIG_SYS_IMMR, MDIO_PORT )
204 #define MDC_DECLARE MDIO_DECLARE
206 #define MDIO_ACTIVE (iop->pdir |= 0x00400000)
207 #define MDIO_TRISTATE (iop->pdir &= ~0x00400000)
208 #define MDIO_READ ((iop->pdat & 0x00400000) != 0)
210 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \
211 else iop->pdat &= ~0x00400000
213 #define MDC(bit) if(bit) iop->pdat |= 0x00200000; \
214 else iop->pdat &= ~0x00200000
216 #define MIIDELAY udelay(1)
217 #endif /* CONFIG_ETHER_ON_FCC */
219 #if defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 2)
224 * - Select bus for bd/buffers (see 28-13)
225 * - Enable Full Duplex in FSMR
227 # define CONFIG_SYS_CMXFCR_MASK2 (CMXFCR_FC2|CMXFCR_RF2CS_MSK|CMXFCR_TF2CS_MSK)
228 # define CONFIG_SYS_CMXFCR_VALUE2 (CMXFCR_RF2CS_CLK13|CMXFCR_TF2CS_CLK14)
229 # define CONFIG_SYS_CPMFCR_RAMTYPE 0
230 # define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
232 #elif defined(CONFIG_ETHER_ON_FCC) && (CONFIG_ETHER_INDEX == 3)
237 * - Select bus for bd/buffers (see 28-13)
238 * - Enable Full Duplex in FSMR
240 # define CONFIG_SYS_CMXFCR_MASK3 (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
241 # define CONFIG_SYS_CMXFCR_VALUE3 (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
242 # define CONFIG_SYS_CPMFCR_RAMTYPE 0
243 # define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
245 #endif /* CONFIG_ETHER_ON_FCC, CONFIG_ETHER_INDEX */
247 /* Define this to reserve an entire FLASH sector (256 KB) for
248 * environment variables. Otherwise, the environment will be
249 * put in the same sector as U-Boot, and changing variables
250 * will erase U-Boot temporarily
252 #define CONFIG_ENV_IN_OWN_SECT
254 /* Define to allow the user to overwrite serial and ethaddr */
255 #define CONFIG_ENV_OVERWRITE
257 /* What should the console's baud rate be? */
258 #define CONFIG_BAUDRATE 115200
260 /* Ethernet MAC address - This is set to all zeros to force an
261 * an error if we use BOOTP without setting
264 #define CONFIG_ETHADDR 00:00:00:00:00:00
266 /* Set to a positive value to delay for running BOOTCOMMAND */
267 #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
269 /* Be selective on what keys can delay or stop the autoboot process
272 #define CONFIG_AUTOBOOT_KEYED
273 #define CONFIG_AUTOBOOT_PROMPT \
274 "Autobooting in %d seconds, press \" \" to stop\n", bootdelay
275 #define CONFIG_AUTOBOOT_STOP_STR " "
276 #undef CONFIG_AUTOBOOT_DELAY_STR
277 #define DEBUG_BOOTKEYS 0
282 #define CONFIG_BOOTP_SUBNETMASK
283 #define CONFIG_BOOTP_GATEWAY
284 #define CONFIG_BOOTP_HOSTNAME
285 #define CONFIG_BOOTP_BOOTPATH
287 #define CONFIG_BOOTP_BOOTFILESIZE
288 #define CONFIG_BOOTP_DNS
290 /* undef this to save memory */
291 #define CONFIG_SYS_LONGHELP
293 /* Monitor Command Prompt */
297 * Command line configuration.
299 #include <config_cmd_default.h>
301 #define CONFIG_CMD_BEDBUG
302 #define CONFIG_CMD_ELF
303 #define CONFIG_CMD_ASKENV
304 #define CONFIG_CMD_REGINFO
305 #define CONFIG_CMD_IMMAP
306 #define CONFIG_CMD_MII
308 #undef CONFIG_CMD_KGDB
311 /* Where do the internal registers live? */
312 #define CONFIG_SYS_IMMR 0xf0000000
314 /* Use the HUSH parser */
315 #define CONFIG_SYS_HUSH_PARSER
316 #ifdef CONFIG_SYS_HUSH_PARSER
319 /* What is the address of IO controller */
320 #define CONFIG_SYS_IO_BASE 0xe0000000
322 /*****************************************************************************
324 * You should not have to modify any of the following settings
326 *****************************************************************************/
328 #define CONFIG_GW8260 1 /* on an GW8260 Board */
329 #define CONFIG_CPM2 1 /* Has a CPM2 */
332 * Miscellaneous configurable options
334 #if defined(CONFIG_CMD_KGDB)
335 # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
337 # define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
340 /* Print Buffer Size */
341 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT)+16)
343 #define CONFIG_SYS_MAXARGS 8 /* max number of command args */
345 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
347 /* Convert clocks to MHZ when passing board info to kernel.
348 * This must be defined for eariler 2.4 kernels (~2.4.4).
350 #define CONFIG_CLOCKS_IN_MHZ
352 #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
355 /* memtest works from the end of the exception vector table
356 * to the end of the DRAM less monitor and malloc area
358 #define CONFIG_SYS_MEMTEST_START 0x2000
360 #define CONFIG_SYS_STACK_USAGE 0x10000 /* Reserve 64k for the stack usage */
362 #define CONFIG_SYS_MEM_END_USAGE ( CONFIG_SYS_MONITOR_LEN \
363 + CONFIG_SYS_MALLOC_LEN \
364 + CONFIG_ENV_SECT_SIZE \
365 + CONFIG_SYS_STACK_USAGE )
367 #define CONFIG_SYS_MEMTEST_END ( CONFIG_SYS_SDRAM_SIZE * 1024 * 1024 \
368 - CONFIG_SYS_MEM_END_USAGE )
371 * Low Level Configuration Settings
372 * (address mappings, register initial values, etc.)
373 * You should know what you are doing if you make changes here.
376 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_FLASH0_BASE
377 #define CONFIG_SYS_FLASH_SIZE CONFIG_SYS_FLASH0_SIZE
378 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_SDRAM0_BASE
379 #define CONFIG_SYS_SDRAM_SIZE CONFIG_SYS_SDRAM0_SIZE
381 /*-----------------------------------------------------------------------
382 * Hard Reset Configuration Words
384 #if defined(CONFIG_SYS_SBC_BOOT_LOW)
385 # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (HRCW_CIP | HRCW_BMS)
387 # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (0)
388 #endif /* defined(CONFIG_SYS_SBC_BOOT_LOW) */
390 /* get the HRCW ISB field from CONFIG_SYS_IMMR */
391 #define CONFIG_SYS_SBC_HRCW_IMMR ( ((CONFIG_SYS_IMMR & 0x10000000) >> 10) | \
392 ((CONFIG_SYS_IMMR & 0x01000000) >> 7) | \
393 ((CONFIG_SYS_IMMR & 0x00100000) >> 4) )
395 #define CONFIG_SYS_HRCW_MASTER ( HRCW_BPS11 | \
397 CONFIG_SYS_SBC_HRCW_IMMR | \
402 (CONFIG_SYS_SBC_MODCK_H & HRCW_MODCK_H1111) | \
403 CONFIG_SYS_SBC_HRCW_BOOT_FLAGS )
406 #define CONFIG_SYS_HRCW_SLAVE1 0
407 #define CONFIG_SYS_HRCW_SLAVE2 0
408 #define CONFIG_SYS_HRCW_SLAVE3 0
409 #define CONFIG_SYS_HRCW_SLAVE4 0
410 #define CONFIG_SYS_HRCW_SLAVE5 0
411 #define CONFIG_SYS_HRCW_SLAVE6 0
412 #define CONFIG_SYS_HRCW_SLAVE7 0
414 /*-----------------------------------------------------------------------
415 * Definitions for initial stack pointer and data area (in DPRAM)
417 #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR
418 #define CONFIG_SYS_INIT_RAM_SIZE 0x4000 /* Size of used area in DPRAM */
419 #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
420 #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
422 /*-----------------------------------------------------------------------
423 * Start addresses for the final memory configuration
424 * (Set up by the startup code)
425 * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
426 * Note also that the logic that sets CONFIG_SYS_RAMBOOT is platform dependent.
428 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH0_BASE
430 #define CONFIG_SYS_MONITOR_LEN (256 * 1024) /* Reserve 256 kB for Monitor */
431 #define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */
434 * For booting Linux, the board info and command line data
435 * have to be in the first 8 MB of memory, since this is
436 * the maximum mapped by the Linux kernel during initialization.
438 #define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024) /* Initial Memory map for Linux */
440 /*-----------------------------------------------------------------------
441 * FLASH and environment organization
443 #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */
444 #define CONFIG_SYS_MAX_FLASH_SECT 32 /* max number of sectors on one chip */
446 #define CONFIG_SYS_FLASH_ERASE_TOUT 8000 /* Timeout for Flash Erase (in ms) */
447 #define CONFIG_SYS_FLASH_WRITE_TOUT 1 /* Timeout for Flash Write (in ms) */
449 #define CONFIG_ENV_IS_IN_FLASH 1
451 #ifdef CONFIG_ENV_IN_OWN_SECT
452 # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + (256 * 1024))
453 # define CONFIG_ENV_SECT_SIZE (256 * 1024)
455 # define CONFIG_ENV_SIZE (16 * 1024)/* Size of Environment Sector */
456 # define CONFIG_ENV_ADD ((CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN) - CONFIG_ENV_SIZE)
457 # define CONFIG_ENV_SECT_SIZE (256 * 1024)/* see README - env sect real size */
458 #endif /* CONFIG_ENV_IN_OWN_SECT */
460 /*-----------------------------------------------------------------------
461 * Cache Configuration
463 #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC8260 CPU */
465 #if defined(CONFIG_CMD_KGDB)
466 # define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */
469 /*-----------------------------------------------------------------------
470 * HIDx - Hardware Implementation-dependent Registers 2-11
471 *-----------------------------------------------------------------------
472 * HID0 also contains cache control - initially enable both caches and
473 * invalidate contents, then the final state leaves only the instruction
474 * cache enabled. Note that Power-On and Hard reset invalidate the caches,
475 * but Soft reset does not.
477 * HID1 has only read-only information - nothing to set.
479 #define CONFIG_SYS_HID0_INIT (HID0_ICE |\
486 #define CONFIG_SYS_HID0_FINAL (HID0_ICE |\
490 #define CONFIG_SYS_HID2 0
492 /*-----------------------------------------------------------------------
493 * RMR - Reset Mode Register
494 *-----------------------------------------------------------------------
496 #define CONFIG_SYS_RMR 0
498 /*-----------------------------------------------------------------------
499 * BCR - Bus Configuration 4-25
500 *-----------------------------------------------------------------------
502 #define CONFIG_SYS_BCR (BCR_ETM)
504 /*-----------------------------------------------------------------------
505 * SIUMCR - SIU Module Configuration 4-31
506 *-----------------------------------------------------------------------
508 #define CONFIG_SYS_SIUMCR (SIUMCR_DPPC11 |\
514 /*-----------------------------------------------------------------------
515 * SYPCR - System Protection Control 11-9
516 * SYPCR can only be written once after reset!
517 *-----------------------------------------------------------------------
518 * Watchdog & Bus Monitor Timer max, 60x Bus Monitor enable
520 #define CONFIG_SYS_SYPCR (SYPCR_SWTC |\
527 /*-----------------------------------------------------------------------
528 * TMCNTSC - Time Counter Status and Control 4-40
529 *-----------------------------------------------------------------------
530 * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
531 * and enable Time Counter
533 #define CONFIG_SYS_TMCNTSC (TMCNTSC_SEC |\
538 /*-----------------------------------------------------------------------
539 * PISCR - Periodic Interrupt Status and Control 4-42
540 *-----------------------------------------------------------------------
541 * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
544 #define CONFIG_SYS_PISCR (PISCR_PS |\
548 /*-----------------------------------------------------------------------
549 * SCCR - System Clock Control 9-8
550 *-----------------------------------------------------------------------
552 #define CONFIG_SYS_SCCR 0
554 /*-----------------------------------------------------------------------
555 * RCCR - RISC Controller Configuration 13-7
556 *-----------------------------------------------------------------------
558 #define CONFIG_SYS_RCCR 0
561 * Initialize Memory Controller:
563 * Bank Bus Machine PortSz Device
564 * ---- --- ------- ------ ------
565 * 0 60x GPCM 32 bit FLASH (SIMM - 4MB)
566 * 1 60x GPCM 32 bit unused
567 * 2 60x SDRAM 64 bit SDRAM (DIMM - 16MB or 64MB)
568 * 3 60x SDRAM 64 bit unused
569 * 4 Local GPCM 8 bit IO (on board - 64k)
570 * 5 60x GPCM 8 bit unused
571 * 6 60x GPCM 8 bit unused
572 * 7 60x GPCM 8 bit unused
576 /*-----------------------------------------------------------------------
577 * BR0 - Base Register
578 * Ref: Section 10.3.1 on page 10-14
579 * OR0 - Option Register
580 * Ref: Section 10.3.2 on page 10-18
581 *-----------------------------------------------------------------------
584 /* Bank 0,1 - FLASH SIMM
586 * This expects the FLASH SIMM to be connected to *CS0
587 * It consists of 4 AM29F016D parts.
589 * Note: For the 8 MB SIMM, *CS1 is unused.
592 /* BR0 is configured as follows:
594 * - Base address of 0x40000000
596 * - Data errors checking is disabled
597 * - Read and write access
599 * - Access are handled by the memory controller according to MSEL
600 * - Not used for atomic operations
601 * - No data pipelining is done
604 #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH0_BASE & BRx_BA_MSK) |\
609 /* OR0 is configured as follows:
612 * - *BCTL0 is asserted upon access to the current memory bank
613 * - *CW / *WE are negated a quarter of a clock earlier
614 * - *CS is output at the same time as the address lines
615 * - Uses a clock cycle length of 5
616 * - *PSDVAL is generated internally by the memory controller
617 * unless *GTA is asserted earlier externally.
618 * - Relaxed timing is generated by the GPCM for accesses
619 * initiated to this memory region.
620 * - One idle clock is inserted between a read access from the
621 * current bank and the next access.
623 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH0_SIZE) |\
630 /*-----------------------------------------------------------------------
631 * BR2 - Base Register
632 * Ref: Section 10.3.1 on page 10-14
633 * OR2 - Option Register
634 * Ref: Section 10.3.2 on page 10-16
635 *-----------------------------------------------------------------------
638 /* Bank 2 - SDRAM DIMM
641 * 64MB DIMM: P/N 1W-8864X8-4-P1-EST or
642 * MT4LSDT864AG-10EB1 (Micron)
644 * Note: *CS3 is unused for this DIMM
647 /* With a 16 MB or 64 MB DIMM, the BR2 is configured as follows:
649 * - Base address of 0x00000000
650 * - 64 bit port size (60x bus only)
651 * - Data errors checking is disabled
652 * - Read and write access
654 * - Access are handled by the memory controller according to MSEL
655 * - Not used for atomic operations
656 * - No data pipelining is done
659 #define CONFIG_SYS_BR2_PRELIM ((CONFIG_SYS_SDRAM0_BASE & BRx_BA_MSK) |\
664 /* With a 16 MB DIMM, the OR2 is configured as follows:
667 * - 2 internal banks per device
668 * - Row start address bit is A9 with PSDMR[PBI] = 0
669 * - 11 row address lines
670 * - Back-to-back page mode
671 * - Internal bank interleaving within save device enabled
673 #if (CONFIG_SYS_SDRAM0_SIZE == 16)
674 #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM0_SIZE) |\
676 ORxS_ROWST_PBI0_A9 |\
679 /* With a 16 MB DIMM, the PSDMR is configured as follows:
681 * - Page Based Interleaving,
683 * - Address Multiplexing where A5 is output on A14 pin
684 * (A6 on A15, and so on),
685 * - use address pins A16-A18 as bank select,
686 * - A9 is output on SDA10 during an ACTIVATE command,
687 * - earliest timing for ACTIVATE command after REFRESH command is 7 clocks,
688 * - earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
690 * - earliest timing for READ/WRITE command after ACTIVATE command is
692 * - earliest timing for PRECHARGE after last data was read is 1 clock,
693 * - earliest timing for PRECHARGE after last data was written is 1 clock,
694 * - CAS Latency is 2.
697 /*-----------------------------------------------------------------------
698 * PSDMR - 60x Bus SDRAM Mode Register
699 * Ref: Section 10.3.3 on page 10-21
700 *-----------------------------------------------------------------------
702 #define CONFIG_SYS_PSDMR (PSDMR_RFEN |\
703 PSDMR_SDAM_A14_IS_A5 |\
704 PSDMR_BSMA_A16_A18 |\
705 PSDMR_SDA10_PBI0_A9 |\
712 #endif /* (CONFIG_SYS_SDRAM0_SIZE == 16) */
714 /* With a 64 MB DIMM, the OR2 is configured as follows:
717 * - 4 internal banks per device
718 * - Row start address bit is A8 with PSDMR[PBI] = 0
719 * - 12 row address lines
720 * - Back-to-back page mode
721 * - Internal bank interleaving within save device enabled
723 #if (CONFIG_SYS_SDRAM0_SIZE == 64)
724 #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM0_SIZE) |\
726 ORxS_ROWST_PBI0_A8 |\
729 /* With a 64 MB DIMM, the PSDMR is configured as follows:
731 * - Page Based Interleaving,
733 * - Address Multiplexing where A5 is output on A14 pin
734 * (A6 on A15, and so on),
735 * - use address pins A14-A16 as bank select,
736 * - A9 is output on SDA10 during an ACTIVATE command,
737 * - earliest timing for ACTIVATE command after REFRESH command is 7 clocks,
738 * - earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
740 * - earliest timing for READ/WRITE command after ACTIVATE command is
742 * - earliest timing for PRECHARGE after last data was read is 1 clock,
743 * - earliest timing for PRECHARGE after last data was written is 1 clock,
744 * - CAS Latency is 2.
747 /*-----------------------------------------------------------------------
748 * PSDMR - 60x Bus SDRAM Mode Register
749 * Ref: Section 10.3.3 on page 10-21
750 *-----------------------------------------------------------------------
752 #define CONFIG_SYS_PSDMR (PSDMR_RFEN |\
753 PSDMR_SDAM_A14_IS_A5 |\
754 PSDMR_BSMA_A14_A16 |\
755 PSDMR_SDA10_PBI0_A9 |\
762 #endif /* (CONFIG_SYS_SDRAM0_SIZE == 64) */
764 #define CONFIG_SYS_PSRT 0x0e
765 #define CONFIG_SYS_MPTPR MPTPR_PTP_DIV32
768 /*-----------------------------------------------------------------------
769 * BR4 - Base Register
770 * Ref: Section 10.3.1 on page 10-14
771 * OR4 - Option Register
772 * Ref: Section 10.3.2 on page 10-18
773 *-----------------------------------------------------------------------
775 /* Bank 4 - Onboard Memory Mapped IO controller
777 * This expects the onboard IO controller to connected to *CS4 and
779 * - Base address of 0xe0000000
780 * - 8 bit port size (local bus only)
781 * - Read and write access
783 * - Not used for atomic operations
784 * - No data pipelining is done
786 * - extended hold time
790 #ifdef CONFIG_SYS_IO_BASE
791 # define CONFIG_SYS_BR4_PRELIM ((CONFIG_SYS_IO_BASE & BRx_BA_MSK) |\
796 # define CONFIG_SYS_OR4_PRELIM (ORxG_AM_MSK |\
799 #endif /* CONFIG_SYS_IO_BASE */
800 #endif /* __CONFIG_H */