blob: 62b025cdf7f0549c9d50251b78245384fb3cfb61 [file] [log] [blame]
wdenk8966f332002-10-31 23:30:59 +00001/*
2 * (C) Copyright 2000
3 * Murray Jensen <Murray.Jensen@cmst.csiro.au>
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24/*
25 * Config header file for Hymod board
26 */
27
28#ifndef __CONFIG_H
29#define __CONFIG_H
30
31/*
32 * High Level Configuration Options
33 * (easy to change)
34 */
35
36#define CONFIG_MPC8260 1 /* This is an MPC8260 CPU */
37#define CONFIG_HYMOD 1 /* ...on a Hymod board */
38
39#define CONFIG_BOARD_POSTCLK_INIT /* have board_postclk_init() function */
40
41/*
42 * select serial console configuration
43 *
44 * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then
45 * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4
46 * for SCC).
47 *
48 * if CONFIG_CONS_NONE is defined, then the serial console routines must
49 * defined elsewhere (for example, on the cogent platform, there are serial
50 * ports on the motherboard which are used for the serial console - see
51 * cogent/cma101/serial.[ch]).
52 */
53#undef CONFIG_CONS_ON_SMC /* define if console on SMC */
54#define CONFIG_CONS_ON_SCC /* define if console on SCC */
55#undef CONFIG_CONS_NONE /* define if console on something else*/
56#define CONFIG_CONS_INDEX 1 /* which serial channel for console */
57#define CONFIG_CONS_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
58#define CONFIG_CONS_EXTC_RATE 3686400 /* SMC/SCC ext clk rate in Hz */
59#define CONFIG_CONS_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
60
61/*
62 * select ethernet configuration
63 *
64 * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then
65 * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3
66 * for FCC)
67 *
68 * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be
69 * defined elsewhere (as for the console), or CFG_CMD_NET must be removed
70 * from CONFIG_COMMANDS to remove support for networking.
71 */
72#undef CONFIG_ETHER_ON_SCC /* define if ether on SCC */
73#define CONFIG_ETHER_ON_FCC /* define if ether on FCC */
74#undef CONFIG_ETHER_NONE /* define if ether on something else */
75#define CONFIG_ETHER_INDEX 1 /* which channel for ether */
wdenk6dd652f2003-06-19 23:40:20 +000076#define CONFIG_ETHER_LOOPBACK_TEST /* add ether external loopback test */
77
78#ifdef CONFIG_ETHER_ON_FCC
wdenk8966f332002-10-31 23:30:59 +000079
80#if (CONFIG_ETHER_INDEX == 1)
81
82/*
83 * - Rx-CLK is CLK10
84 * - Tx-CLK is CLK11
85 * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
86 * - Enable Full Duplex in FSMR
87 */
88# define CFG_CMXFCR_MASK (CMXFCR_FC1|CMXFCR_RF1CS_MSK|CMXFCR_TF1CS_MSK)
89# define CFG_CMXFCR_VALUE (CMXFCR_RF1CS_CLK10|CMXFCR_TF1CS_CLK11)
90# define CFG_CPMFCR_RAMTYPE 0
91# define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
92
wdenk6dd652f2003-06-19 23:40:20 +000093# define MDIO_PORT 0 /* Port A */
94# define MDIO_DATA_PINMASK 0x00040000 /* Pin 13 */
95# define MDIO_CLCK_PINMASK 0x00080000 /* Pin 12 */
96
wdenk8966f332002-10-31 23:30:59 +000097#elif (CONFIG_ETHER_INDEX == 2)
98
99/*
100 * - Rx-CLK is CLK13
101 * - Tx-CLK is CLK14
102 * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
103 * - Enable Full Duplex in FSMR
104 */
105# define CFG_CMXFCR_MASK (CMXFCR_FC2|CMXFCR_RF2CS_MSK|CMXFCR_TF2CS_MSK)
106# define CFG_CMXFCR_VALUE (CMXFCR_RF2CS_CLK13|CMXFCR_TF2CS_CLK14)
107# define CFG_CPMFCR_RAMTYPE 0
108# define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
109
wdenk6dd652f2003-06-19 23:40:20 +0000110# define MDIO_PORT 0 /* Port A */
111# define MDIO_DATA_PINMASK 0x00000040 /* Pin 25 */
112# define MDIO_CLCK_PINMASK 0x00000080 /* Pin 24 */
113
wdenk8966f332002-10-31 23:30:59 +0000114#elif (CONFIG_ETHER_INDEX == 3)
115
116/*
117 * - Rx-CLK is CLK15
118 * - Tx-CLK is CLK16
119 * - RAM for BD/Buffers is on the 60x Bus (see 28-13)
120 * - Enable Full Duplex in FSMR
121 */
122# define CFG_CMXFCR_MASK (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK)
123# define CFG_CMXFCR_VALUE (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16)
124# define CFG_CPMFCR_RAMTYPE 0
125# define CFG_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB)
126
wdenk6dd652f2003-06-19 23:40:20 +0000127# define MDIO_PORT 0 /* Port A */
128# define MDIO_DATA_PINMASK 0x00000100 /* Pin 23 */
129# define MDIO_CLCK_PINMASK 0x00000200 /* Pin 22 */
130
wdenk8966f332002-10-31 23:30:59 +0000131#endif /* CONFIG_ETHER_INDEX */
132
wdenk6dd652f2003-06-19 23:40:20 +0000133#define CONFIG_MII /* MII PHY management */
134#define CONFIG_BITBANGMII /* bit-bang MII PHY management */
135
136#define MDIO_ACTIVE (iop->pdir |= MDIO_DATA_PINMASK)
137#define MDIO_TRISTATE (iop->pdir &= ~MDIO_DATA_PINMASK)
138#define MDIO_READ ((iop->pdat & MDIO_DATA_PINMASK) != 0)
139
140#define MDIO(bit) if(bit) iop->pdat |= MDIO_DATA_PINMASK; \
141 else iop->pdat &= ~MDIO_DATA_PINMASK
142
143#define MDC(bit) if(bit) iop->pdat |= MDIO_CLCK_PINMASK; \
144 else iop->pdat &= ~MDIO_CLCK_PINMASK
145
146#define MIIDELAY udelay(1)
147
148#endif /* CONFIG_ETHER_ON_FCC */
149
wdenk8966f332002-10-31 23:30:59 +0000150
151/* other options */
152#define CONFIG_HARD_I2C 1 /* To enable I2C hardware support */
wdenk6dd652f2003-06-19 23:40:20 +0000153#define CONFIG_DTT_ADM1021 1 /* ADM1021 temp sensor support */
wdenk8966f332002-10-31 23:30:59 +0000154
155/* system clock rate (CLKIN) - equal to the 60x and local bus speed */
156#ifdef DEBUG
157#define CONFIG_8260_CLKIN 33333333 /* in Hz */
158#else
159#define CONFIG_8260_CLKIN 66666666 /* in Hz */
160#endif
161
162#if defined(CONFIG_CONS_USE_EXTC)
163#define CONFIG_BAUDRATE 115200
164#else
wdenk6dd652f2003-06-19 23:40:20 +0000165#define CONFIG_BAUDRATE 9600
wdenk8966f332002-10-31 23:30:59 +0000166#endif
167
168/* default ip addresses - these will be overridden */
169#define CONFIG_IPADDR 192.168.1.1 /* hymod "boot" address */
170#define CONFIG_SERVERIP 192.168.1.254 /* hymod "server" address */
171
wdenk6dd652f2003-06-19 23:40:20 +0000172#define CONFIG_LAST_STAGE_INIT
173
wdenk8966f332002-10-31 23:30:59 +0000174#define CONFIG_COMMANDS (CFG_CMD_ALL & ~( \
175 CFG_CMD_BEDBUG | \
wdenk824a1eb2003-04-20 16:49:37 +0000176 CFG_CMD_BMP | \
wdenk8966f332002-10-31 23:30:59 +0000177 CFG_CMD_DOC | \
wdenk8966f332002-10-31 23:30:59 +0000178 CFG_CMD_FDC | \
wdenk2262cfe2002-11-18 00:14:45 +0000179 CFG_CMD_FDOS | \
wdenk6dd652f2003-06-19 23:40:20 +0000180 CFG_CMD_FPGA | \
wdenk8966f332002-10-31 23:30:59 +0000181 CFG_CMD_HWFLOW | \
182 CFG_CMD_IDE | \
183 CFG_CMD_JFFS2 | \
wdenkac6dbb82003-03-26 11:42:53 +0000184 CFG_CMD_NAND | \
wdenk71f95112003-06-15 22:40:42 +0000185 CFG_CMD_MMC | \
wdenk8966f332002-10-31 23:30:59 +0000186 CFG_CMD_PCMCIA | \
187 CFG_CMD_PCI | \
188 CFG_CMD_USB | \
189 CFG_CMD_SCSI | \
wdenk1d0350e2002-11-11 21:14:20 +0000190 CFG_CMD_SPI | \
wdenk6dd652f2003-06-19 23:40:20 +0000191 CFG_CMD_VFD ) )
wdenk8966f332002-10-31 23:30:59 +0000192
193/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
194#include <cmd_confdefs.h>
195
196#ifdef DEBUG
197#define CONFIG_BOOTDELAY -1 /* autoboot disabled */
wdenk6dd652f2003-06-19 23:40:20 +0000198#else
199#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
200#define CONFIG_BOOT_RETRY_TIME 30 /* retry autoboot after 30 secs */
201#define CONFIG_BOOT_RETRY_MIN 1 /* can go down to 1 second timeout */
202/* Be selective on what keys can delay or stop the autoboot process
203 * To stop use: " "
204 */
205#define CONFIG_AUTOBOOT_KEYED
206#define CONFIG_AUTOBOOT_PROMPT "Autobooting in %d seconds, " \
207 "press <SPACE> to stop\n"
208#define CONFIG_AUTOBOOT_STOP_STR " "
209#undef CONFIG_AUTOBOOT_DELAY_STR
210#define DEBUG_BOOTKEYS 0
wdenk8966f332002-10-31 23:30:59 +0000211#endif
212
213#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
214#undef CONFIG_KGDB_ON_SMC /* define if kgdb on SMC */
215#define CONFIG_KGDB_ON_SCC /* define if kgdb on SCC */
216#undef CONFIG_KGDB_NONE /* define if kgdb on something else */
217#define CONFIG_KGDB_INDEX 2 /* which serial channel for kgdb */
218#define CONFIG_KGDB_USE_EXTC /* SMC/SCC use ext clock not brg_clk */
219#define CONFIG_KGDB_EXTC_RATE 3686400 /* serial ext clk rate in Hz */
220#define CONFIG_KGDB_EXTC_PINSEL 0 /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
221# if defined(CONFIG_KGDB_USE_EXTC)
wdenk592c5ca2003-06-21 00:17:24 +0000222#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */
wdenk8966f332002-10-31 23:30:59 +0000223# else
wdenk6dd652f2003-06-19 23:40:20 +0000224#define CONFIG_KGDB_BAUDRATE 9600 /* speed to run kgdb serial port at */
wdenk8966f332002-10-31 23:30:59 +0000225# endif
226#endif
227
228#undef CONFIG_WATCHDOG /* disable platform specific watchdog */
229
230#define CONFIG_RTC_PCF8563 /* use Philips PCF8563 RTC */
231
232/*
233 * Hymod specific configurable options
234 */
235#undef CFG_HYMOD_DBLEDS /* walk mezz board LEDs */
236
237/*
238 * Miscellaneous configurable options
239 */
240#define CFG_LONGHELP /* undef to save memory */
241#define CFG_PROMPT "=> " /* Monitor Command Prompt */
242#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
243#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
244#else
245#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
246#endif
247#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
248#define CFG_MAXARGS 16 /* max number of command args */
249#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
250
251#define CFG_MEMTEST_START 0x00400000 /* memtest works on */
252#define CFG_MEMTEST_END 0x03c00000 /* 4 ... 60 MB in DRAM */
253
wdenk6dd652f2003-06-19 23:40:20 +0000254#define CFG_CLKS_IN_HZ 1 /* everything, incl board info, in Hz */
255
wdenk8966f332002-10-31 23:30:59 +0000256#define CFG_LOAD_ADDR 0x100000 /* default load address */
257
258#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
259
260#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 }
261
262#define CFG_I2C_SPEED 50000
263#define CFG_I2C_SLAVE 0x7e
264
265/* these are for the ST M24C02 2kbit serial i2c eeprom */
266#define CFG_I2C_EEPROM_ADDR 0x50 /* base address */
267#define CFG_I2C_EEPROM_ADDR_LEN 1 /* bytes of address */
wdenk6dd652f2003-06-19 23:40:20 +0000268/* mask of address bits that overflow into the "EEPROM chip address" */
269#define CFG_I2C_EEPROM_ADDR_OVERFLOW 0x07
270
271#define CFG_EEPROM_PAGE_WRITE_ENABLE 1 /* write eeprom in pages */
272#define CFG_EEPROM_PAGE_WRITE_BITS 4 /* 16 byte write page size */
273#define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* and takes up to 10 msec */
274
275#define CFG_I2C_MULTI_EEPROMS 1 /* hymod has two eeproms */
276
wdenk8966f332002-10-31 23:30:59 +0000277#define CFG_I2C_RTC_ADDR 0x51 /* philips PCF8563 RTC address */
278
279/*
wdenk6dd652f2003-06-19 23:40:20 +0000280 * standard dtt sensor configuration - bottom bit will determine local or
281 * remote sensor of the ADM1021, the rest determines index into
282 * CFG_DTT_ADM1021 array below.
283 *
284 * On HYMOD board, the remote sensor should be connected to the MPC8260
285 * temperature diode thingy, but an errata said this didn't work and
286 * should be disabled - so it isn't connected.
287 */
288#if 0
289#define CONFIG_DTT_SENSORS { 0, 1 }
290#else
291#define CONFIG_DTT_SENSORS { 0 }
292#endif
293
294/*
295 * ADM1021 temp sensor configuration (see dtt/adm1021.c for details).
296 * there will be one entry in this array for each two (dummy) sensors in
297 * CONFIG_DTT_SENSORS.
298 *
299 * For HYMOD board:
300 * - only one ADM1021
301 * - i2c addr 0x2a (both ADD0 and ADD1 are N/C)
302 * - conversion rate 0x02 = 0.25 conversions/second
303 * - ALERT ouput disabled
304 * - local temp sensor enabled, min set to 0 deg, max set to 85 deg
305 * - remote temp sensor disabled (see comment for CONFIG_DTT_SENSORS above)
306 */
307#define CFG_DTT_ADM1021 { { 0x2a, 0x02, 0, 1, 0, 85, 0, } }
308
309/*
wdenk8966f332002-10-31 23:30:59 +0000310 * Low Level Configuration Settings
311 * (address mappings, register initial values, etc.)
312 * You should know what you are doing if you make changes here.
313 */
314
315/*-----------------------------------------------------------------------
316 * Hard Reset Configuration Words
317 *
318 * if you change bits in the HRCW, you must also change the CFG_*
319 * defines for the various registers affected by the HRCW e.g. changing
320 * HRCW_DPPCxx requires you to also change CFG_SIUMCR.
321 */
322#ifdef DEBUG
323#define CFG_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
324 HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
325 HRCW_MODCK_H0010)
326#else
327#define CFG_HRCW_MASTER (HRCW_BPS11|HRCW_CIP|HRCW_L2CPC01|HRCW_DPPC10|\
328 HRCW_ISB100|HRCW_BMS|HRCW_MMR11|HRCW_APPC10|\
329 HRCW_MODCK_H0101)
330#endif
331/* no slaves so just duplicate the master hrcw */
332#define CFG_HRCW_SLAVE1 CFG_HRCW_MASTER
333#define CFG_HRCW_SLAVE2 CFG_HRCW_MASTER
334#define CFG_HRCW_SLAVE3 CFG_HRCW_MASTER
335#define CFG_HRCW_SLAVE4 CFG_HRCW_MASTER
336#define CFG_HRCW_SLAVE5 CFG_HRCW_MASTER
337#define CFG_HRCW_SLAVE6 CFG_HRCW_MASTER
338#define CFG_HRCW_SLAVE7 CFG_HRCW_MASTER
339
340/*-----------------------------------------------------------------------
341 * Internal Memory Mapped Register
342 */
343#define CFG_IMMR 0xF0000000
344
345/*-----------------------------------------------------------------------
346 * Definitions for initial stack pointer and data area (in DPRAM)
347 */
348#define CFG_INIT_RAM_ADDR CFG_IMMR
349#define CFG_INIT_RAM_END 0x4000 /* End of used area in DPRAM */
350#define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */
351#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
352#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
353
354/*-----------------------------------------------------------------------
355 * Start addresses for the final memory configuration
356 * (Set up by the startup code)
357 * Please note that CFG_SDRAM_BASE _must_ start at 0
358 */
359#define CFG_SDRAM_BASE 0x00000000
360#define CFG_FLASH_BASE TEXT_BASE
361#define CFG_MONITOR_BASE TEXT_BASE
362#define CFG_FPGA_BASE 0x80000000
363/*
364 * unfortunately, CFG_MONITOR_LEN must include the
365 * (very large i.e. 256kB) environment flash sector
366 */
367#define CFG_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor*/
368#define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc()*/
369
370/*
371 * For booting Linux, the board info and command line data
372 * have to be in the first 8 MB of memory, since this is
373 * the maximum mapped by the Linux kernel during initialization.
374 */
375#define CFG_BOOTMAPSZ (8 << 20) /* Initial Mem map for Linux*/
376
377/*-----------------------------------------------------------------------
378 * FLASH organization
379 */
380#define CFG_MAX_FLASH_BANKS 2 /* max num of memory banks */
381#define CFG_MAX_FLASH_SECT 67 /* max num of sects on one chip */
382
383#define CFG_FLASH_ERASE_TOUT 120000 /* Flash Erase Timeout (in ms) */
384#define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */
385
wdenk8966f332002-10-31 23:30:59 +0000386#define CFG_ENV_IS_IN_FLASH 1
wdenk592c5ca2003-06-21 00:17:24 +0000387#define CFG_ENV_SIZE 0x40000 /* Total Size of Environment Sector */
wdenk8966f332002-10-31 23:30:59 +0000388#define CFG_ENV_SECT_SIZE 0x40000 /* see README - env sect real size */
389#define CFG_ENV_ADDR (CFG_FLASH_BASE+CFG_MONITOR_LEN-CFG_ENV_SECT_SIZE)
390
391/*-----------------------------------------------------------------------
392 * Cache Configuration
393 */
394#define CFG_CACHELINE_SIZE 32 /* For MPC8260 CPU */
395#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
396#define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value*/
397#endif
398
399/*-----------------------------------------------------------------------
400 * HIDx - Hardware Implementation-dependent Registers 2-11
401 *-----------------------------------------------------------------------
402 * HID0 also contains cache control - initially enable both caches and
403 * invalidate contents, then the final state leaves only the instruction
404 * cache enabled. Note that Power-On and Hard reset invalidate the caches,
405 * but Soft reset does not.
406 *
407 * HID1 has only read-only information - nothing to set.
408 */
409#define CFG_HID0_INIT (HID0_ICE|HID0_DCE|HID0_ICFI|HID0_DCI|\
410 HID0_IFEM|HID0_ABE)
411#ifdef DEBUG
412#define CFG_HID0_FINAL 0
413#else
414#define CFG_HID0_FINAL (HID0_ICE|HID0_IFEM|HID0_ABE)
415#endif
416#define CFG_HID2 0
417
418/*-----------------------------------------------------------------------
419 * RMR - Reset Mode Register 5-5
420 *-----------------------------------------------------------------------
421 * turn on Checkstop Reset Enable
422 */
423#ifdef DEBUG
424#define CFG_RMR 0
425#else
426#define CFG_RMR RMR_CSRE
427#endif
428
429/*-----------------------------------------------------------------------
430 * BCR - Bus Configuration 4-25
431 *-----------------------------------------------------------------------
432 */
433#define CFG_BCR (BCR_ETM)
434
435/*-----------------------------------------------------------------------
436 * SIUMCR - SIU Module Configuration 4-31
437 *-----------------------------------------------------------------------
438 */
439#define CFG_SIUMCR (SIUMCR_DPPC10|SIUMCR_L2CPC01|\
440 SIUMCR_APPC10|SIUMCR_MMR11)
441
442/*-----------------------------------------------------------------------
443 * SYPCR - System Protection Control 4-35
444 * SYPCR can only be written once after reset!
445 *-----------------------------------------------------------------------
446 * Watchdog & Bus Monitor Timer max, 60x & Local Bus Monitor enable
447 */
448#if defined(CONFIG_WATCHDOG)
449#define CFG_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
450 SYPCR_SWRI|SYPCR_SWP|SYPCR_SWE)
451#else
452#define CFG_SYPCR (SYPCR_SWTC|SYPCR_BMT|SYPCR_PBME|SYPCR_LBME|\
453 SYPCR_SWRI|SYPCR_SWP)
454#endif /* CONFIG_WATCHDOG */
455
456/*-----------------------------------------------------------------------
457 * TMCNTSC - Time Counter Status and Control 4-40
458 *-----------------------------------------------------------------------
459 * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk,
460 * and enable Time Counter
461 */
462#define CFG_TMCNTSC (TMCNTSC_SEC|TMCNTSC_ALR|TMCNTSC_TCF|TMCNTSC_TCE)
463
464/*-----------------------------------------------------------------------
465 * PISCR - Periodic Interrupt Status and Control 4-42
466 *-----------------------------------------------------------------------
467 * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable
468 * Periodic timer
469 */
470#define CFG_PISCR (PISCR_PS|PISCR_PTF|PISCR_PTE)
471
472/*-----------------------------------------------------------------------
473 * SCCR - System Clock Control 9-8
474 *-----------------------------------------------------------------------
475 * Ensure DFBRG is Divide by 16
476 */
477#define CFG_SCCR (SCCR_DFBRG01)
478
479/*-----------------------------------------------------------------------
480 * RCCR - RISC Controller Configuration 13-7
481 *-----------------------------------------------------------------------
482 */
483#define CFG_RCCR 0
484
485/*
486 * Init Memory Controller:
487 *
488 * Bank Bus Machine PortSz Device
489 * ---- --- ------- ------ ------
490 * 0 60x GPCM 32 bit FLASH
491 * 1 60x GPCM 32 bit FLASH (same as 0 - unused for now)
492 * 2 60x SDRAM 64 bit SDRAM
493 * 3 Local UPMC 8 bit Main Xilinx configuration
494 * 4 Local GPCM 32 bit Main Xilinx register mode
495 * 5 Local UPMB 32 bit Main Xilinx port mode
496 * 6 Local UPMC 8 bit Mezz Xilinx configuration
497 */
498
499/*
500 * Bank 0 - FLASH
501 *
502 * Quotes from the HYMOD IO Board Reference manual:
503 *
504 * "The flash memory is two Intel StrataFlash chips, each configured for
505 * 16 bit operation and connected to give a 32 bit wide port."
506 *
507 * "The chip select logic is configured to respond to both *CS0 and *CS1.
508 * Therefore the FLASH memory will be mapped to both bank 0 and bank 1.
509 * It is suggested that bank 0 be read-only and bank 1 be read/write. The
510 * FLASH will then appear as ROM during boot."
511 *
512 * Initially, we are only going to use bank 0 in read/write mode.
513 */
514
515/* 32 bit, read-write, GPCM on 60x bus */
516#define CFG_BR0_PRELIM ((CFG_FLASH_BASE&BRx_BA_MSK)|\
517 BRx_PS_32|BRx_MS_GPCM_P|BRx_V)
518/* up to 32 Mb */
519#define CFG_OR0_PRELIM (MEG_TO_AM(32)|ORxG_CSNT|ORxG_ACS_DIV2|ORxG_SCY_10_CLK)
520
521/*
522 * Bank 2 - SDRAM
523 *
524 * Quotes from the HYMOD IO Board Reference manual:
525 *
526 * "The main memory is implemented using TC59SM716FTL-10 SDRAM and has a
527 * fixed size of 64 Mbytes. The Toshiba TC59SM716FTL-10 is a CMOS synchronous
528 * dynamic random access memory organised as 4 banks by 4096 rows by 512
529 * columns by 16 bits. Four chips provide a 64-bit port on the 60x bus."
530 *
531 * "The locations in SDRAM are accessed using multiplexed address pins to
532 * specify row and column. The pins also act to specify commands. The state
533 * of the inputs *RAS, *CAS and *WE defines the required action. The a10/AP
534 * pin may function as a row address or as the AUTO PRECHARGE control line,
535 * depending on the cycle type. The 60x bus SDRAM machine allows the MPC8260
536 * address lines to be configured to the required multiplexing scheme."
537 */
538
539#define CFG_SDRAM_SIZE 64
540
541/* 64 bit, read-write, SDRAM on 60x bus */
542#define CFG_BR2_PRELIM ((CFG_SDRAM_BASE&BRx_BA_MSK)|\
543 BRx_PS_64|BRx_MS_SDRAM_P|BRx_V)
544/* 64 Mb, 4 int banks per dev, row start addr bit = A6, 12 row addr lines */
545#define CFG_OR2_PRELIM (MEG_TO_AM(CFG_SDRAM_SIZE)|\
546 ORxS_BPD_4|ORxS_ROWST_PBI1_A6|ORxS_NUMR_12)
547
548/*
549 * The 60x Bus SDRAM Mode Register (PDSMR) is set as follows:
550 *
551 * Page Based Interleaving, Refresh Enable, Address Multiplexing where A5
552 * is output on A16 pin (A6 on A17, and so on), use address pins A14-A16
553 * as bank select, A7 is output on SDA10 during an ACTIVATE command,
554 * earliest timing for ACTIVATE command after REFRESH command is 6 clocks,
555 * earliest timing for ACTIVATE or REFRESH command after PRECHARGE command
556 * is 2 clocks, earliest timing for READ/WRITE command after ACTIVATE
557 * command is 2 clocks, earliest timing for PRECHARGE after last data
558 * was read is 1 clock, earliest timing for PRECHARGE after last data
559 * was written is 1 clock, CAS Latency is 2.
560 */
561
562#define CFG_PSDMR (PSDMR_PBI|PSDMR_SDAM_A16_IS_A5|\
563 PSDMR_BSMA_A14_A16|PSDMR_SDA10_PBI1_A7|\
564 PSDMR_RFRC_6_CLK|PSDMR_PRETOACT_2W|\
565 PSDMR_ACTTORW_2W|PSDMR_LDOTOPRE_1C|\
566 PSDMR_WRC_1C|PSDMR_CL_2)
567
568/*
569 * The 60x bus-assigned SDRAM Refresh Timer (PSRT) (10-31) and the Refresh
570 * Timers Prescale (PTP) value in the Memory Refresh Timer Prescaler Register
571 * (MPTPR) (10-32) must also be set up (it used to be called the Periodic Timer
572 * Prescaler, hence the P instead of the R). The refresh timer period is given
573 * by (note that there was a change in the 8260 UM Errata):
574 *
575 * TimerPeriod = (PSRT + 1) / Fmptc
576 *
577 * where Fmptc is the BusClock divided by PTP. i.e.
578 *
579 * TimerPeriod = (PSRT + 1) / (BusClock / PTP)
580 *
581 * or
582 *
583 * TImerPeriod = (PTP * (PSRT + 1)) / BusClock
584 *
585 * The requirement for the Toshiba TC59SM716FTL-10 is that there must be
586 * 4K refresh cycles every 64 ms. i.e. one refresh cycle every 64000/4096
587 * = 15.625 usecs.
588 *
589 * So PTP * (PSRT + 1) <= 15.625 * BusClock. At 66.666MHz, PSRT=31 and PTP=32
590 * appear to be reasonable.
591 */
592
593#ifdef DEBUG
594#define CFG_PSRT 39
595#define CFG_MPTPR MPTPR_PTP_DIV8
596#else
597#define CFG_PSRT 31
598#define CFG_MPTPR MPTPR_PTP_DIV32
599#endif
600
601/*
602 * Banks 3,4,5 and 6 - FPGA access
603 *
604 * Quotes from the HYMOD IO Board Reference manual:
605 *
606 * "The IO Board is fitted with a Xilinx XCV300E main FPGA. Provision is made
607 * for configuring an optional FPGA on the mezzanine interface.
608 *
609 * Access to the FPGAs may be divided into several catagories:
610 *
611 * 1. Configuration
612 * 2. Register mode access
613 * 3. Port mode access
614 *
615 * The main FPGA is supported for modes 1, 2 and 3. The mezzanine FPGA can be
616 * configured only (mode 1). Consequently there are four access types.
617 *
618 * To improve interface performance and simplify software design, the four
619 * possible access types are separately mapped to different memory banks.
620 *
621 * All are accessed using the local bus."
622 *
623 * Device Mode Memory Bank Machine Port Size Access
624 *
625 * Main Configuration 3 UPMC 8bit R/W
626 * Main Register 4 GPCM 32bit R/W
627 * Main Port 5 UPMB 32bit R/W
628 * Mezzanine Configuration 6 UPMC 8bit W/O
629 *
630 * "Note that mezzanine mode 1 access is write-only."
631 */
632
633/* all the bank sizes must be a power of two, greater or equal to 32768 */
634#define FPGA_MAIN_CFG_BASE (CFG_FPGA_BASE)
635#define FPGA_MAIN_CFG_SIZE 32768
636#define FPGA_MAIN_REG_BASE (FPGA_MAIN_CFG_BASE + FPGA_MAIN_CFG_SIZE)
637#define FPGA_MAIN_REG_SIZE 32768
638#define FPGA_MAIN_PORT_BASE (FPGA_MAIN_REG_BASE + FPGA_MAIN_REG_SIZE)
639#define FPGA_MAIN_PORT_SIZE 32768
640#define FPGA_MEZZ_CFG_BASE (FPGA_MAIN_PORT_BASE + FPGA_MAIN_PORT_SIZE)
641#define FPGA_MEZZ_CFG_SIZE 32768
642
643/* 8 bit, read-write, UPMC */
644#define CFG_BR3_PRELIM (FPGA_MAIN_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
645/* up to 32Kbyte, burst inhibit */
646#define CFG_OR3_PRELIM (P2SZ_TO_AM(FPGA_MAIN_CFG_SIZE)|ORxU_BI)
647
648/* 32 bit, read-write, GPCM */
649#define CFG_BR4_PRELIM (FPGA_MAIN_REG_BASE|BRx_PS_32|BRx_MS_GPCM_L|BRx_V)
650/* up to 32Kbyte */
651#define CFG_OR4_PRELIM (P2SZ_TO_AM(FPGA_MAIN_REG_SIZE))
652
653/* 32 bit, read-write, UPMB */
654#define CFG_BR5_PRELIM (FPGA_MAIN_PORT_BASE|BRx_PS_32|BRx_MS_UPMB|BRx_V)
655/* up to 32Kbyte */
656#define CFG_OR5_PRELIM (P2SZ_TO_AM(FPGA_MAIN_PORT_SIZE)|ORxU_BI)
657
658/* 8 bit, write-only, UPMC */
659#define CFG_BR6_PRELIM (FPGA_MEZZ_CFG_BASE|BRx_PS_8|BRx_MS_UPMC|BRx_V)
660/* up to 32Kbyte, burst inhibit */
661#define CFG_OR6_PRELIM (P2SZ_TO_AM(FPGA_MEZZ_CFG_SIZE)|ORxU_BI)
662
663/*-----------------------------------------------------------------------
664 * MBMR - Machine B Mode 10-27
665 *-----------------------------------------------------------------------
666 */
667#define CFG_MBMR (MxMR_BSEL|MxMR_OP_NORM) /* XXX - needs more */
668
669/*-----------------------------------------------------------------------
670 * MCMR - Machine C Mode 10-27
671 *-----------------------------------------------------------------------
672 */
673#define CFG_MCMR (MxMR_BSEL|MxMR_DSx_2_CYCL) /* XXX - needs more */
674
675/*
676 * FPGA I/O Port/Bit information
677 */
678
679#define FPGA_MAIN_PROG_PORT IOPIN_PORTA
680#define FPGA_MAIN_PROG_PIN 4 /* PA4 */
681#define FPGA_MAIN_INIT_PORT IOPIN_PORTA
682#define FPGA_MAIN_INIT_PIN 5 /* PA5 */
683#define FPGA_MAIN_DONE_PORT IOPIN_PORTA
684#define FPGA_MAIN_DONE_PIN 6 /* PA6 */
685
686#define FPGA_MEZZ_PROG_PORT IOPIN_PORTA
687#define FPGA_MEZZ_PROG_PIN 0 /* PA0 */
688#define FPGA_MEZZ_INIT_PORT IOPIN_PORTA
689#define FPGA_MEZZ_INIT_PIN 1 /* PA1 */
690#define FPGA_MEZZ_DONE_PORT IOPIN_PORTA
691#define FPGA_MEZZ_DONE_PIN 2 /* PA2 */
692#define FPGA_MEZZ_ENABLE_PORT IOPIN_PORTA
693#define FPGA_MEZZ_ENABLE_PIN 3 /* PA3 */
694
695/*
wdenk6dd652f2003-06-19 23:40:20 +0000696 * FPGA Interrupt configuration
697 */
698#define FPGA_MAIN_IRQ SIU_INT_IRQ2
699
700/*
wdenk8966f332002-10-31 23:30:59 +0000701 * Internal Definitions
702 *
703 * Boot Flags
704 */
705#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH*/
706#define BOOTFLAG_WARM 0x02 /* Software reboot */
707
708#endif /* __CONFIG_H */