blob: 06211380d41a00c7fe23c22eb53864ed371092ce [file] [log] [blame]
wdenke2211742002-11-02 23:30:20 +00001/*
2 * (C) Copyright 2000
3 * Murray Jensen <Murray.Jensen@cmst.csiro.au>
4 *
5 * (C) Copyright 2000
6 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
7 * Marius Groeger <mgroeger@sysgo.de>
8 *
9 * Configuation settings for the R&S Protocol Board board.
10 *
Wolfgang Denk1a459662013-07-08 09:37:19 +020011 * SPDX-License-Identifier: GPL-2.0+
wdenke2211742002-11-02 23:30:20 +000012 */
13
14#ifndef __CONFIG_H
15#define __CONFIG_H
16
17/*
18 * High Level Configuration Options
19 * (easy to change)
20 */
21
wdenke2211742002-11-02 23:30:20 +000022#define CONFIG_RSD_PROTO 1 /* on a R&S Protocol Board */
Jon Loeliger9c4c5ae2005-07-23 10:37:35 -050023#define CONFIG_CPM2 1 /* Has a CPM2 */
wdenke2211742002-11-02 23:30:20 +000024
Wolfgang Denk2ae18242010-10-06 09:05:45 +020025#define CONFIG_SYS_TEXT_BASE 0xff000000
Wolfgang Denk2ced53e2010-11-28 21:18:58 +010026#define CONFIG_SYS_LDSCRIPT "board/rsdproto/u-boot.lds"
Wolfgang Denk2ae18242010-10-06 09:05:45 +020027
wdenkc837dcb2004-01-20 23:12:12 +000028#define CONFIG_MISC_INIT_F 1 /* Use misc_init_f() */
29
wdenke2211742002-11-02 23:30:20 +000030/*
31 * select serial console configuration
32 *
33 * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
34 * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
35 * for SCC).
36 *
37 * if CONFIG_CONS_NONE is defined, then the serial console routines must
38 * defined elsewhere.
39 */
40#undef CONFIG_CONS_ON_SMC /* define if console on SMC */
41#define CONFIG_CONS_ON_SCC /* define if console on SCC */
Wolfgang Denk53677ef2008-05-20 16:00:29 +020042#undef CONFIG_CONS_NONE /* define if console on neither */
wdenke2211742002-11-02 23:30:20 +000043#define CONFIG_CONS_INDEX 1 /* which SMC/SCC channel for console */
44
45/*
46 * select ethernet configuration
47 *
48 * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
49 * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
50 * for FCC)
51 *
52 * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
Jon Loeliger639221c2007-07-09 17:15:49 -050053 * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset.
wdenke2211742002-11-02 23:30:20 +000054 */
55#undef CONFIG_ETHER_ON_SCC /* define if ethernet on SCC */
56#define CONFIG_ETHER_ON_FCC /* define if ethernet on FCC */
57#undef CONFIG_ETHER_NONE /* define if ethernet on neither */
58#define CONFIG_ETHER_INDEX 2 /* which SCC/FCC channel for ethernet */
59
60#if (CONFIG_ETHER_INDEX == 2)
61
62/*
63 * - Rx-CLK is CLK13
64 * - Tx-CLK is CLK14
65 * - Select bus for bd/buffers (see 28-13)
66 * - Enable Full Duplex in FSMR
67 */
Mike Frysingerd4590da2011-10-17 05:38:58 +000068# define CONFIG_SYS_CMXFCR_MASK2 (CMXFCR_FC2 | CMXFCR_RF2CS_MSK | CMXFCR_TF2CS_MSK)
69# define CONFIG_SYS_CMXFCR_VALUE2 (CMXFCR_RF2CS_CLK13 | CMXFCR_TF2CS_CLK14)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020070# define CONFIG_SYS_CPMFCR_RAMTYPE (0)
71# define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE | FCC_PSMR_LPB)
wdenke2211742002-11-02 23:30:20 +000072
73#endif /* CONFIG_ETHER_INDEX */
74
75
76/* allow to overwrite serial and ethaddr */
77#define CONFIG_ENV_OVERWRITE
78
79/* enable I2C */
Wolfgang Denk53677ef2008-05-20 16:00:29 +020080#define CONFIG_HARD_I2C 1 /* I2C with hardware support */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020081#define CONFIG_SYS_I2C_SPEED 50000 /* I2C speed and slave address */
82#define CONFIG_SYS_I2C_SLAVE 0x30
wdenke2211742002-11-02 23:30:20 +000083
84
85/* system clock rate (CLKIN) - equal to the 60x and local bus speed */
86#define CONFIG_8260_CLKIN 50000000 /* in Hz */
87
88#define CONFIG_BAUDRATE 115200
89
Jon Loeliger90cc3eb2007-07-04 22:33:23 -050090
91/*
Jon Loeliger079a1362007-07-10 10:12:10 -050092 * BOOTP options
93 */
94#define CONFIG_BOOTP_BOOTFILESIZE
95#define CONFIG_BOOTP_BOOTPATH
96#define CONFIG_BOOTP_GATEWAY
97#define CONFIG_BOOTP_HOSTNAME
98
99
100/*
Jon Loeliger90cc3eb2007-07-04 22:33:23 -0500101 * Command line configuration.
102 */
103#include <config_cmd_default.h>
104
105#undef CONFIG_CMD_KGDB
106
wdenke2211742002-11-02 23:30:20 +0000107
108/* Define this if you want to boot from 0x00000100. If you don't define
109 * this, you will need to program the bootloader to 0xfff00000, and
110 * get the hardware reset config words at 0xfe000000. The simplest
111 * way to do that is to program the bootloader at both addresses.
112 * It is suggested that you just let U-Boot live at 0x00000000.
113 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200114#define CONFIG_SYS_RSD_BOOT_LOW 1
wdenke2211742002-11-02 23:30:20 +0000115
wdenke2211742002-11-02 23:30:20 +0000116#define CONFIG_BOOTDELAY 5
Wolfgang Denk53677ef2008-05-20 16:00:29 +0200117#define CONFIG_BOOTARGS "devfs=mount root=ramfs"
wdenke2211742002-11-02 23:30:20 +0000118#define CONFIG_ETHADDR 08:00:3e:26:0a:5a
119#define CONFIG_NETMASK 255.255.0.0
120
Jon Loeliger90cc3eb2007-07-04 22:33:23 -0500121#if defined(CONFIG_CMD_KGDB)
wdenke2211742002-11-02 23:30:20 +0000122#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
wdenke2211742002-11-02 23:30:20 +0000123#endif
124
125/*
126 * Miscellaneous configurable options
127 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200128#define CONFIG_SYS_LONGHELP /* undef to save memory */
Jon Loeliger90cc3eb2007-07-04 22:33:23 -0500129#if defined(CONFIG_CMD_KGDB)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200130#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
wdenke2211742002-11-02 23:30:20 +0000131#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200132#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
wdenke2211742002-11-02 23:30:20 +0000133#endif
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200134#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
135#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
136#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
wdenke2211742002-11-02 23:30:20 +0000137
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200138#define CONFIG_SYS_MEMTEST_START 0x00400000 /* memtest works on */
139#define CONFIG_SYS_MEMTEST_END 0x01c00000 /* 4 ... 28 MB in DRAM */
wdenke2211742002-11-02 23:30:20 +0000140
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200141#define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */
wdenke2211742002-11-02 23:30:20 +0000142
wdenke2211742002-11-02 23:30:20 +0000143/*
144 * Low Level Configuration Settings
145 * (address mappings, register initial values, etc.)
146 * You should know what you are doing if you make changes here.
147 */
148
149/*-----------------------------------------------------------------------
150 * Physical Memory Map
151 */
152#define PHYS_SDRAM_60X 0x00000000 /* SDRAM (60x Bus) */
153#define PHYS_SDRAM_60X_SIZE 0x08000000 /* 128 MB */
154
155#define PHYS_SDRAM_LOCAL 0x40000000 /* SDRAM (Local Bus) */
156#define PHYS_SDRAM_LOCAL_SIZE 0x04000000 /* 64 MB */
157
Wolfgang Denk53677ef2008-05-20 16:00:29 +0200158#define PHYS_DPRAM_PCI 0xE8000000 /* DPRAM PPC/PCI */
159#define PHYS_DPRAM_PCI_SIZE 0x00020000 /* 128 KB */
wdenke2211742002-11-02 23:30:20 +0000160
161/*#define PHYS_DPRAM_PCI_SEM 0x04020000 / * DPRAM PPC/PCI Semaphore */
162/*#define PHYS_DPRAM_PCI_SEM_SIZE 0x00000001 / * 1 Byte */
163
Wolfgang Denk53677ef2008-05-20 16:00:29 +0200164#define PHYS_DPRAM_SHARC 0xE8100000 /* DPRAM PPC/Sharc */
165#define PHYS_DPRAM_SHARC_SIZE 0x00040000 /* 256 KB */
wdenke2211742002-11-02 23:30:20 +0000166
167/*#define PHYS_DPRAM_SHARC_SEM 0x04140000 / * DPRAM PPC/Sharc Semaphore */
168/*#define PHYS_DPRAM_SHARC_SEM_SIZE 0x00000001 / * 1 Byte */
169
170#define PHYS_VIRTEX_REGISTER 0xE8300000 /* FPGA implemented register */
171#define PHYS_VIRTEX_REGISTER_SIZE 0x00000100
172
173#define PHYS_USB 0x04200000 /* USB Controller (60x Bus) */
174#define PHYS_USB_SIZE 0x00000002 /* 2 Bytes */
175
176#define PHYS_IMMR 0xF0000000 /* Internal Memory Mapped Reg. */
177
178#define PHYS_FLASH 0xFF000000 /* Flash (60x Bus) */
179#define PHYS_FLASH_SIZE 0x01000000 /* 16 MB */
180
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200181#define CONFIG_SYS_IMMR PHYS_IMMR
wdenke2211742002-11-02 23:30:20 +0000182
183/*-----------------------------------------------------------------------
184 * Reset Address
185 *
186 * In order to reset the CPU, U-Boot jumps to a special address which
187 * causes a machine check exception. The default address for this is
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200188 * CONFIG_SYS_MONITOR_BASE - sizeof (ulong), which might not always work, eg. when
wdenke2211742002-11-02 23:30:20 +0000189 * testing the monitor in RAM using a JTAG debugger.
190 *
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200191 * Just set CONFIG_SYS_RESET_ADDRESS to an address that you know is sure to
wdenke2211742002-11-02 23:30:20 +0000192 * cause a bus error on your hardware.
193 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200194#define CONFIG_SYS_RESET_ADDRESS 0x20000000
wdenke2211742002-11-02 23:30:20 +0000195
196/*-----------------------------------------------------------------------
197 * Hard Reset Configuration Words
198 */
199
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200200#if defined(CONFIG_SYS_RSD_BOOT_LOW)
201# define CONFIG_SYS_RSD_HRCW_BOOT_FLAGS (HRCW_CIP | HRCW_BMS)
wdenke2211742002-11-02 23:30:20 +0000202#else
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200203# define CONFIG_SYS_RSD_HRCW_BOOT_FLAGS (0)
204#endif /* defined(CONFIG_SYS_RSD_BOOT_LOW) */
wdenke2211742002-11-02 23:30:20 +0000205
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200206/* get the HRCW ISB field from CONFIG_SYS_IMMR */
207#define CONFIG_SYS_RSD_HRCW_IMMR ( ((CONFIG_SYS_IMMR & 0x10000000) >> 10) |\
208 ((CONFIG_SYS_IMMR & 0x01000000) >> 7) |\
209 ((CONFIG_SYS_IMMR & 0x00100000) >> 4) )
wdenke2211742002-11-02 23:30:20 +0000210
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200211#define CONFIG_SYS_HRCW_MASTER (HRCW_L2CPC10 | \
wdenke2211742002-11-02 23:30:20 +0000212 HRCW_DPPC11 | \
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200213 CONFIG_SYS_RSD_HRCW_IMMR |\
wdenk8bde7f72003-06-27 21:31:46 +0000214 HRCW_MMR00 | \
215 HRCW_APPC10 | \
216 HRCW_CS10PC00 | \
217 HRCW_MODCK_H0000 |\
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200218 CONFIG_SYS_RSD_HRCW_BOOT_FLAGS)
wdenke2211742002-11-02 23:30:20 +0000219
220/* no slaves */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200221#define CONFIG_SYS_HRCW_SLAVE1 0
222#define CONFIG_SYS_HRCW_SLAVE2 0
223#define CONFIG_SYS_HRCW_SLAVE3 0
224#define CONFIG_SYS_HRCW_SLAVE4 0
225#define CONFIG_SYS_HRCW_SLAVE5 0
226#define CONFIG_SYS_HRCW_SLAVE6 0
227#define CONFIG_SYS_HRCW_SLAVE7 0
wdenke2211742002-11-02 23:30:20 +0000228
229/*-----------------------------------------------------------------------
230 * Definitions for initial stack pointer and data area (in DPRAM)
231 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200232#define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR
Wolfgang Denk553f0982010-10-26 13:32:32 +0200233#define CONFIG_SYS_INIT_RAM_SIZE 0x4000 /* Size of used area in DPRAM */
Wolfgang Denk25ddd1f2010-10-26 14:34:52 +0200234#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200235#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
wdenke2211742002-11-02 23:30:20 +0000236
237/*-----------------------------------------------------------------------
238 * Start addresses for the final memory configuration
239 * (Set up by the startup code)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200240 * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
241 * Note also that the logic that sets CONFIG_SYS_RAMBOOT is platform dependend.
wdenke2211742002-11-02 23:30:20 +0000242 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200243#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_60X
244#define CONFIG_SYS_FLASH_BASE PHYS_FLASH
245/*#define CONFIG_SYS_MONITOR_BASE 0x200000 */
246#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
247#if CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE
248#define CONFIG_SYS_RAMBOOT
wdenke2211742002-11-02 23:30:20 +0000249#endif
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200250#define CONFIG_SYS_MONITOR_LEN (160 << 10) /* Reserve 160 kB for Monitor */
251#define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */
wdenke2211742002-11-02 23:30:20 +0000252
253/*
254 * For booting Linux, the board info and command line data
255 * have to be in the first 8 MB of memory, since this is
256 * the maximum mapped by the Linux kernel during initialization.
257 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200258#define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
wdenke2211742002-11-02 23:30:20 +0000259
260/*-----------------------------------------------------------------------
261 * FLASH and environment organization
262 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200263#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max number of memory banks */
264#define CONFIG_SYS_MAX_FLASH_SECT 63 /* max number of sectors on one chip */
wdenke2211742002-11-02 23:30:20 +0000265
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200266#define CONFIG_SYS_FLASH_ERASE_TOUT 12000 /* Timeout for Flash Erase (in ms) */
267#define CONFIG_SYS_FLASH_WRITE_TOUT 3000 /* Timeout for Flash Write (in ms) */
wdenke2211742002-11-02 23:30:20 +0000268
269/* turn off NVRAM env feature */
270#undef CONFIG_NVRAM_ENV
271
Jean-Christophe PLAGNIOL-VILLARD5a1aceb2008-09-10 22:48:04 +0200272#define CONFIG_ENV_IS_IN_FLASH 1
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200273#define CONFIG_ENV_ADDR (PHYS_FLASH + 0x28000) /* Addr of Environment Sector */
274#define CONFIG_ENV_SECT_SIZE 0x8000 /* Total Size of Environment Sector */
wdenke2211742002-11-02 23:30:20 +0000275
276/*-----------------------------------------------------------------------
277 * Cache Configuration
278 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200279#define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC8260 CPU */
Jon Loeliger90cc3eb2007-07-04 22:33:23 -0500280#if defined(CONFIG_CMD_KGDB)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200281#define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */
wdenke2211742002-11-02 23:30:20 +0000282#endif
283
284/*-----------------------------------------------------------------------
285 * HIDx - Hardware Implementation-dependent Registers 2-11
286 *-----------------------------------------------------------------------
287 * HID0 also contains cache control - initially enable both caches and
288 * invalidate contents, then the final state leaves only the instruction
289 * cache enabled. Note that Power-On and Hard reset invalidate the caches,
290 * but Soft reset does not.
291 *
292 * HID1 has only read-only information - nothing to set.
293 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200294#define CONFIG_SYS_HID0_INIT (HID0_ICE|HID0_DCE|HID0_ICFI|HID0_DCI|HID0_IFEM|HID0_ABE)
295#define CONFIG_SYS_HID0_FINAL (HID0_ICE|HID0_IFEM|HID0_ABE|HID0_EMCP)
296#define CONFIG_SYS_HID2 0
wdenke2211742002-11-02 23:30:20 +0000297
298/*-----------------------------------------------------------------------
299 * RMR - Reset Mode Register
300 *-----------------------------------------------------------------------
301 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200302#define CONFIG_SYS_RMR 0
wdenke2211742002-11-02 23:30:20 +0000303
304/*-----------------------------------------------------------------------
305 * BCR - Bus Configuration 4-25
306 *-----------------------------------------------------------------------
307 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200308#define CONFIG_SYS_BCR 0x100c0000
wdenke2211742002-11-02 23:30:20 +0000309
310/*-----------------------------------------------------------------------
311 * SIUMCR - SIU Module Configuration 4-31
312 *-----------------------------------------------------------------------
313 */
314
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200315#define CONFIG_SYS_SIUMCR (SIUMCR_DPPC11 | SIUMCR_L2CPC10 | SIUMCR_APPC10 | \
wdenke2211742002-11-02 23:30:20 +0000316 SIUMCR_CS10PC01 | SIUMCR_BCTLC01)
317
318/*-----------------------------------------------------------------------
319 * SYPCR - System Protection Control 11-9
320 * SYPCR can only be written once after reset!
321 *-----------------------------------------------------------------------
322 * Watchdog & Bus Monitor Timer max, 60x Bus Monitor enable
323 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200324#define CONFIG_SYS_SYPCR (SYPCR_SWTC | SYPCR_BMT | SYPCR_PBME | SYPCR_LBME | \
wdenke2211742002-11-02 23:30:20 +0000325 SYPCR_SWRI | SYPCR_SWP)
326
327/*-----------------------------------------------------------------------
328 * TMCNTSC - Time Counter Status and Control 4-40
329 *-----------------------------------------------------------------------
330 * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
331 * and enable Time Counter
332 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200333#define CONFIG_SYS_TMCNTSC (TMCNTSC_SEC | TMCNTSC_ALR | TMCNTSC_TCF | TMCNTSC_TCE)
wdenke2211742002-11-02 23:30:20 +0000334
335/*-----------------------------------------------------------------------
336 * PISCR - Periodic Interrupt Status and Control 4-42
337 *-----------------------------------------------------------------------
338 * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
339 * Periodic timer
340 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200341#define CONFIG_SYS_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE)
wdenke2211742002-11-02 23:30:20 +0000342
343/*-----------------------------------------------------------------------
344 * SCCR - System Clock Control 9-8
345 *-----------------------------------------------------------------------
346 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200347#define CONFIG_SYS_SCCR 0x00000000
wdenke2211742002-11-02 23:30:20 +0000348
349/*-----------------------------------------------------------------------
350 * RCCR - RISC Controller Configuration 13-7
351 *-----------------------------------------------------------------------
352 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200353#define CONFIG_SYS_RCCR 0
wdenke2211742002-11-02 23:30:20 +0000354
355/*
356 * Init Memory Controller:
357 */
358
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200359#define CONFIG_SYS_PSDMR 0x494D2452
360#define CONFIG_SYS_LSDMR 0x49492552
wdenke2211742002-11-02 23:30:20 +0000361
362/* Flash */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200363#define CONFIG_SYS_BR0_PRELIM (PHYS_FLASH | BRx_V)
364#define CONFIG_SYS_OR0_PRELIM (P2SZ_TO_AM(PHYS_FLASH_SIZE) | \
wdenke2211742002-11-02 23:30:20 +0000365 ORxG_BCTLD | \
366 ORxG_SCY_5_CLK)
367
368/* DPRAM to the PCI BUS on the protocol board */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200369#define CONFIG_SYS_BR1_PRELIM (PHYS_DPRAM_PCI | BRx_V)
370#define CONFIG_SYS_OR1_PRELIM (P2SZ_TO_AM(PHYS_DPRAM_PCI_SIZE) | \
wdenke2211742002-11-02 23:30:20 +0000371 ORxG_ACS_DIV4)
372
373/* 60x Bus SDRAM */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200374#define CONFIG_SYS_BR2_PRELIM (PHYS_SDRAM_60X | BRx_MS_SDRAM_P | BRx_V)
375#define CONFIG_SYS_OR2_PRELIM (ORxS_SIZE_TO_AM(PHYS_SDRAM_60X_SIZE) | \
wdenke2211742002-11-02 23:30:20 +0000376 ORxS_BPD_4 | \
377 ORxS_ROWST_PBI1_A2 | \
378 ORxS_NUMR_13 | \
379 ORxS_IBID)
380
381/* Virtex-FPGA - Register */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200382#define CONFIG_SYS_BR3_PRELIM (PHYS_VIRTEX_REGISTER | BRx_V)
383#define CONFIG_SYS_OR3_PRELIM (ORxS_SIZE_TO_AM(PHYS_VIRTEX_REGISTER_SIZE) | \
wdenk8bde7f72003-06-27 21:31:46 +0000384 ORxG_SCY_1_CLK | \
385 ORxG_ACS_DIV2 | \
386 ORxG_CSNT )
wdenke2211742002-11-02 23:30:20 +0000387
388/* local bus SDRAM */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200389#define CONFIG_SYS_BR4_PRELIM (PHYS_SDRAM_LOCAL | BRx_PS_32 | BRx_MS_SDRAM_L | BRx_V)
390#define CONFIG_SYS_OR4_PRELIM (ORxS_SIZE_TO_AM(PHYS_SDRAM_LOCAL_SIZE) | \
wdenke2211742002-11-02 23:30:20 +0000391 ORxS_BPD_4 | \
392 ORxS_ROWST_PBI1_A4 | \
393 ORxS_NUMR_13)
394
395/* DPRAM to the Sharc-Bus on the protocol board */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200396#define CONFIG_SYS_BR5_PRELIM (PHYS_DPRAM_SHARC | BRx_V)
397#define CONFIG_SYS_OR5_PRELIM (P2SZ_TO_AM(PHYS_DPRAM_SHARC_SIZE) | \
wdenke2211742002-11-02 23:30:20 +0000398 ORxG_ACS_DIV4)
399
wdenke2211742002-11-02 23:30:20 +0000400#endif /* __CONFIG_H */