blob: fad7646afd1d6566230c902f422059264a98a037 [file] [log] [blame]
wdenk7aa78612003-05-03 15:50:43 +00001/*
2 * (C) Copyright 2001
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
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#include <common.h>
25#include <ioports.h>
26#include <mpc8260.h>
wdenk66fd3d12003-05-18 11:30:09 +000027#include <pci.h>
wdenk7aa78612003-05-03 15:50:43 +000028
29/*
30 * I/O Port configuration table
31 *
32 * if conf is 1, then that port pin will be configured at boot time
33 * according to the five values podr/pdir/ppar/psor/pdat for that entry
34 */
35
36const iop_conf_t iop_conf_tab[4][32] = {
37
38 /* Port A configuration */
39 { /* conf ppar psor pdir podr pdat */
40 /* PA31 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII COL */
41 /* PA30 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII CRS */
42 /* PA29 */ { 1, 1, 1, 1, 0, 0 }, /* FCC1 MII TX_ER */
43 /* PA28 */ { 1, 1, 1, 1, 0, 0 }, /* FCC1 MII TX_EN */
44 /* PA27 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII RX_DV */
45 /* PA26 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII RX_ER */
46 /* PA25 */ { 1, 0, 0, 1, 0, 0 }, /* FCC2 MII MDIO */
47 /* PA24 */ { 1, 0, 0, 1, 0, 0 }, /* FCC2 MII MDC */
48 /* PA23 */ { 1, 0, 0, 1, 0, 0 }, /* FCC1 MII MDIO */
49 /* PA22 */ { 1, 0, 0, 1, 0, 0 }, /* FCC1 MII MDC */
50 /* PA21 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[3] */
51 /* PA20 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[2] */
52 /* PA19 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[1] */
53 /* PA18 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[0] */
54 /* PA17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[0] */
55 /* PA16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[1] */
56 /* PA15 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[2] */
57 /* PA14 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[3] */
58 /* PA13 */ { 1, 0, 0, 1, 0, 0 }, /* FCC2 MII TXSL1 */
59 /* PA12 */ { 1, 0, 0, 1, 0, 1 }, /* FCC2 MII TXSL0 */
60 /* PA11 */ { 1, 0, 0, 1, 0, 0 }, /* FCC1 MII TXSL1 */
61 /* PA10 */ { 1, 0, 0, 1, 0, 1 }, /* FCC1 MII TXSL0 */
62#if 1
63 /* PA9 */ { 0, 1, 0, 1, 0, 0 }, /* SMC2 TXD */
64 /* PA8 */ { 0, 1, 0, 0, 0, 0 }, /* SMC2 RXD */
65#else
66 /* PA9 */ { 1, 1, 0, 1, 0, 0 }, /* SMC2 TXD */
67 /* PA8 */ { 1, 1, 0, 0, 0, 0 }, /* SMC2 RXD */
68#endif
69 /* PA7 */ { 0, 0, 0, 0, 0, 0 }, /* PA7 */
70 /* PA6 */ { 1, 0, 0, 1, 0, 1 }, /* FCC2 MII PAUSE */
71 /* PA5 */ { 1, 0, 0, 1, 0, 1 }, /* FCC1 MII PAUSE */
72 /* PA4 */ { 1, 0, 0, 1, 0, 0 }, /* FCC2 MII PWRDN */
73 /* PA3 */ { 1, 0, 0, 1, 0, 0 }, /* FCC1 MII PWRDN */
74 /* PA2 */ { 0, 0, 0, 0, 0, 0 }, /* PA2 */
75 /* PA1 */ { 1, 0, 0, 0, 0, 0 }, /* FCC2 MII MDINT */
76 /* PA0 */ { 1, 0, 0, 1, 0, 0 } /* FCC1 MII MDINT */
77 },
78
79 /* Port B configuration */
80 { /* conf ppar psor pdir podr pdat */
81 /* PB31 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TX_ER */
82 /* PB30 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RX_DV */
83 /* PB29 */ { 1, 1, 1, 1, 0, 0 }, /* FCC2 MII TX_EN */
84 /* PB28 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RX_ER */
85 /* PB27 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII COL */
86 /* PB26 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII CRS */
87 /* PB25 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[3] */
88 /* PB24 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[2] */
89 /* PB23 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[1] */
90 /* PB22 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[0] */
91 /* PB21 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[0] */
92 /* PB20 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[1] */
93 /* PB19 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[2] */
94 /* PB18 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[3] */
wdenka57a4962003-10-26 22:52:58 +000095 /* PB17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RX_DV */
96 /* PB16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RX_ER */
97 /* PB15 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TX_ER */
98 /* PB14 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TX_EN */
99 /* PB13 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII COL */
100 /* PB12 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII CRS */
101 /* PB11 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD */
102 /* PB10 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD */
103 /* PB9 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD */
104 /* PB8 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RxD */
105 /* PB7 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD */
106 /* PB6 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD */
107 /* PB5 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD */
108 /* PB4 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3 MII TxD */
wdenk7aa78612003-05-03 15:50:43 +0000109 /* PB3 */ { 0, 0, 0, 0, 0, 0 }, /* PB3 */
110 /* PB2 */ { 0, 0, 0, 0, 0, 0 }, /* PB2 */
111 /* PB1 */ { 0, 0, 0, 0, 0, 0 }, /* PB1 */
112 /* PB0 */ { 0, 0, 0, 0, 0, 0 } /* PB0 */
113 },
114
115 /* Port C */
116 { /* conf ppar psor pdir podr pdat */
117 /* PC31 */ { 0, 0, 0, 0, 0, 0 }, /* PC31 */
118 /* PC30 */ { 0, 0, 0, 0, 0, 0 }, /* PC30 */
119 /* PC29 */ { 1, 0, 0, 0, 0, 0 }, /* SCC1 CTS */
120 /* PC28 */ { 1, 0, 0, 0, 0, 0 }, /* SCC2 CTS */
121 /* PC27 */ { 0, 0, 0, 0, 0, 0 }, /* PC27 */
122 /* PC26 */ { 0, 0, 0, 0, 0, 0 }, /* PC26 */
123 /* PC25 */ { 0, 0, 0, 0, 0, 0 }, /* PC25 */
124 /* PC24 */ { 0, 0, 0, 0, 0, 0 }, /* PC24 */
125 /* PC23 */ { 0, 0, 0, 0, 0, 0 }, /* FDC37C78 DACFD */
126 /* PC22 */ { 0, 0, 0, 0, 0, 0 }, /* FDC37C78 DNFD */
127 /* PC21 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RX_CLK */
128 /* PC20 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII TX_CLK */
129 /* PC19 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RX_CLK */
130 /* PC18 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII TX_CLK */
wdenka57a4962003-10-26 22:52:58 +0000131 /* PC17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII RX_CLK */
132 /* PC16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3 MII TX_CLK */
wdenk7aa78612003-05-03 15:50:43 +0000133#if 0
134 /* PC15 */ { 0, 0, 0, 0, 0, 0 }, /* PC15 */
135#else
136 /* PC15 */ { 1, 1, 0, 1, 0, 0 }, /* PC15 */
137#endif
138 /* PC14 */ { 0, 0, 0, 0, 0, 0 }, /* PC14 */
139 /* PC13 */ { 0, 0, 0, 0, 0, 0 }, /* PC13 */
140 /* PC12 */ { 0, 0, 0, 0, 0, 0 }, /* PC12 */
141 /* PC11 */ { 0, 0, 0, 0, 0, 0 }, /* PC11 */
142 /* PC10 */ { 0, 0, 0, 0, 0, 0 }, /* PC10 */
143 /* PC9 */ { 0, 0, 0, 0, 0, 0 }, /* FC9 */
144 /* PC8 */ { 0, 0, 0, 0, 0, 0 }, /* PC8 */
145 /* PC7 */ { 0, 0, 0, 0, 0, 0 }, /* PC7 */
146 /* PC6 */ { 0, 0, 0, 0, 0, 0 }, /* PC6 */
147 /* PC5 */ { 0, 0, 0, 0, 0, 0 }, /* PC5 */
148 /* PC4 */ { 0, 0, 0, 0, 0, 0 }, /* PC4 */
149 /* PC3 */ { 0, 0, 0, 0, 0, 0 }, /* PC3 */
150 /* PC2 */ { 0, 0, 0, 0, 0, 0 }, /* PC2 */
151 /* PC1 */ { 0, 0, 0, 0, 0, 0 }, /* PC1 */
152 /* PC0 */ { 0, 0, 0, 0, 0, 0 }, /* FDC37C78 DRQFD */
153 },
154
155 /* Port D */
156 { /* conf ppar psor pdir podr pdat */
157 /* PD31 */ { 1, 1, 0, 0, 0, 0 }, /* SCC1 RXD */
158 /* PD30 */ { 1, 1, 1, 1, 0, 0 }, /* SCC1 TXD */
159 /* PD29 */ { 1, 0, 0, 1, 0, 0 }, /* SCC1 RTS */
160 /* PD28 */ { 1, 1, 0, 0, 0, 0 }, /* SCC2 RXD */
161 /* PD27 */ { 1, 1, 0, 1, 0, 0 }, /* SCC2 TXD */
162 /* PD26 */ { 1, 0, 0, 1, 0, 0 }, /* SCC2 RTS */
163 /* PD25 */ { 0, 0, 0, 0, 0, 0 }, /* PD25 */
164 /* PD24 */ { 0, 0, 0, 0, 0, 0 }, /* PD24 */
165 /* PD23 */ { 0, 0, 0, 0, 0, 0 }, /* PD23 */
166 /* PD22 */ { 0, 0, 0, 0, 0, 0 }, /* PD22 */
167 /* PD21 */ { 0, 0, 0, 0, 0, 0 }, /* PD21 */
168 /* PD20 */ { 0, 0, 0, 0, 0, 0 }, /* PD20 */
169 /* PD19 */ { 0, 0, 0, 0, 0, 0 }, /* PD19 */
170 /* PD18 */ { 0, 0, 0, 0, 0, 0 }, /* PD18 */
171 /* PD17 */ { 0, 0, 0, 0, 0, 0 }, /* PD17 */
172 /* PD16 */ { 0, 0, 0, 0, 0, 0 }, /* PD16 */
173#if defined(CONFIG_SOFT_I2C)
174 /* PD15 */ { 1, 0, 0, 1, 1, 1 }, /* I2C SDA */
175 /* PD14 */ { 1, 0, 0, 1, 1, 1 }, /* I2C SCL */
176#else
177#if defined(CONFIG_HARD_I2C)
178 /* PD15 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SDA */
179 /* PD14 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SCL */
180#else /* normal I/O port pins */
181 /* PD15 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SDA */
182 /* PD14 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SCL */
183#endif
184#endif
185 /* PD13 */ { 0, 0, 0, 0, 0, 0 }, /* PD13 */
186 /* PD12 */ { 0, 0, 0, 0, 0, 0 }, /* PD12 */
187 /* PD11 */ { 0, 0, 0, 0, 0, 0 }, /* PD11 */
188 /* PD10 */ { 0, 0, 0, 0, 0, 0 }, /* PD10 */
189 /* PD9 */ { 1, 1, 0, 1, 0, 0 }, /* SMC1 TXD */
190 /* PD8 */ { 1, 1, 0, 0, 0, 0 }, /* SMC1 RXD */
191 /* PD7 */ { 0, 0, 0, 0, 0, 0 }, /* PD7 */
192 /* PD6 */ { 0, 0, 0, 0, 0, 0 }, /* PD6 */
193 /* PD5 */ { 0, 0, 0, 0, 0, 0 }, /* PD5 */
194#if 0
195 /* PD4 */ { 0, 0, 0, 0, 0, 0 }, /* PD4 */
196#else
197 /* PD4 */ { 1, 1, 1, 0, 0, 0 }, /* PD4 */
198#endif
199 /* PD3 */ { 0, 0, 0, 0, 0, 0 }, /* PD3 */
200 /* PD2 */ { 0, 0, 0, 0, 0, 0 }, /* PD2 */
201 /* PD1 */ { 0, 0, 0, 0, 0, 0 }, /* PD1 */
202 /* PD0 */ { 0, 0, 0, 0, 0, 0 } /* PD0 */
203 }
204};
205
wdenk15ef8a52003-06-18 20:22:24 +0000206/*
207 * UPMB initialization table
208 */
209#define _NOT_USED_ 0xFFFFFFFF
wdenk8bde7f72003-06-27 21:31:46 +0000210
wdenk15ef8a52003-06-18 20:22:24 +0000211static const uint rtc_table[] =
212{
213 /*
214 * Single Read. (Offset 0 in UPMA RAM)
215 */
wdenk8bde7f72003-06-27 21:31:46 +0000216 0xfffec00, 0xfffac00, 0xfff2d00, 0xfef2800,
217 0xfaf2080, 0xfaf2080, 0xfff2400, 0x1fff6c05, /* last */
wdenk15ef8a52003-06-18 20:22:24 +0000218 /*
219 * Burst Read. (Offset 8 in UPMA RAM)
220 */
221 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
222 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
223 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
224 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
225 /*
226 * Single Write. (Offset 18 in UPMA RAM)
227 */
wdenk8bde7f72003-06-27 21:31:46 +0000228 0xfffec00, 0xfffac00, 0xfff2d00, 0xfef2800,
wdenk15ef8a52003-06-18 20:22:24 +0000229 0xfaf2080, 0xfaf2080, 0xfaf2400, 0x1fbf6c05, /* last */
230 /*
231 * Burst Write. (Offset 20 in UPMA RAM)
232 */
233 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
234 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
235 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
236 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
237 /*
238 * Refresh (Offset 30 in UPMA RAM)
239 */
240 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
241 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
242 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
243 /*
244 * Exception. (Offset 3c in UPMA RAM)
245 */
246 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
wdenk8bde7f72003-06-27 21:31:46 +0000247};
248
wdenk7aa78612003-05-03 15:50:43 +0000249/* ------------------------------------------------------------------------- */
250
251/* Check Board Identity:
252 */
253int checkboard (void)
254{
255 printf ("Board: ATC\n");
256 return 0;
257}
258
259/* ------------------------------------------------------------------------- */
260
261/* Try SDRAM initialization with P/LSDMR=sdmr and ORx=orx
262 *
263 * This routine performs standard 8260 initialization sequence
264 * and calculates the available memory size. It may be called
265 * several times to try different SDRAM configurations on both
266 * 60x and local buses.
267 */
268static long int try_init (volatile memctl8260_t * memctl, ulong sdmr,
269 ulong orx, volatile uchar * base)
270{
271 volatile uchar c = 0xff;
wdenk5fa66df2003-10-29 23:18:55 +0000272 ulong cnt, val, size;
wdenk7aa78612003-05-03 15:50:43 +0000273 volatile ulong *addr;
274 volatile uint *sdmr_ptr;
275 volatile uint *orx_ptr;
276 int i;
277 ulong save[32]; /* to make test non-destructive */
278 ulong maxsize;
279
280 /* We must be able to test a location outsize the maximum legal size
281 * to find out THAT we are outside; but this address still has to be
282 * mapped by the controller. That means, that the initial mapping has
283 * to be (at least) twice as large as the maximum expected size.
284 */
285 maxsize = (1 + (~orx | 0x7fff)) / 2;
286
287 /* Since CFG_SDRAM_BASE is always 0 (??), we assume that
288 * we are configuring CS1 if base != 0
289 */
290 sdmr_ptr = &memctl->memc_psdmr;
291 orx_ptr = &memctl->memc_or2;
292
293 *orx_ptr = orx;
294
295 /*
296 * Quote from 8260 UM (10.4.2 SDRAM Power-On Initialization, 10-35):
297 *
298 * "At system reset, initialization software must set up the
299 * programmable parameters in the memory controller banks registers
300 * (ORx, BRx, P/LSDMR). After all memory parameters are configured,
301 * system software should execute the following initialization sequence
302 * for each SDRAM device.
303 *
304 * 1. Issue a PRECHARGE-ALL-BANKS command
305 * 2. Issue eight CBR REFRESH commands
306 * 3. Issue a MODE-SET command to initialize the mode register
307 *
308 * The initial commands are executed by setting P/LSDMR[OP] and
309 * accessing the SDRAM with a single-byte transaction."
310 *
311 * The appropriate BRx/ORx registers have already been set when we
312 * get here. The SDRAM can be accessed at the address CFG_SDRAM_BASE.
313 */
314
315 *sdmr_ptr = sdmr | PSDMR_OP_PREA;
316 *base = c;
317
318 *sdmr_ptr = sdmr | PSDMR_OP_CBRR;
319 for (i = 0; i < 8; i++)
320 *base = c;
321
322 *sdmr_ptr = sdmr | PSDMR_OP_MRW;
323 *(base + CFG_MRS_OFFS) = c; /* setting MR on address lines */
324
325 *sdmr_ptr = sdmr | PSDMR_OP_NORM | PSDMR_RFEN;
326 *base = c;
327
328 /*
329 * Check memory range for valid RAM. A simple memory test determines
330 * the actually available RAM size between addresses `base' and
331 * `base + maxsize'. Some (not all) hardware errors are detected:
332 * - short between address lines
333 * - short between data lines
334 */
335 i = 0;
336 for (cnt = maxsize / sizeof (long); cnt > 0; cnt >>= 1) {
337 addr = (volatile ulong *) base + cnt; /* pointer arith! */
338 save[i++] = *addr;
339 *addr = ~cnt;
340 }
341
342 addr = (volatile ulong *) base;
343 save[i] = *addr;
344 *addr = 0;
345
346 if ((val = *addr) != 0) {
wdenk5fa66df2003-10-29 23:18:55 +0000347 /* Restore the original data before leaving the function.
348 */
wdenk7aa78612003-05-03 15:50:43 +0000349 *addr = save[i];
wdenk5fa66df2003-10-29 23:18:55 +0000350 for (cnt = 1; cnt <= maxsize / sizeof(long); cnt <<= 1) {
351 addr = (volatile ulong *) base + cnt;
352 *addr = save[--i];
353 }
wdenk7aa78612003-05-03 15:50:43 +0000354 return (0);
355 }
356
357 for (cnt = 1; cnt <= maxsize / sizeof (long); cnt <<= 1) {
358 addr = (volatile ulong *) base + cnt; /* pointer arith! */
359 val = *addr;
360 *addr = save[--i];
361 if (val != ~cnt) {
wdenk5fa66df2003-10-29 23:18:55 +0000362 size = cnt * sizeof (long);
363 /* Restore the original data before returning
364 */
365 for (cnt <<= 1; cnt <= maxsize / sizeof (long); cnt <<= 1) {
366 addr = (volatile ulong *) base + cnt;
367 *addr = save[--i];
368 }
wdenk7aa78612003-05-03 15:50:43 +0000369 /* Write the actual size to ORx
370 */
wdenk5fa66df2003-10-29 23:18:55 +0000371 *orx_ptr = orx | ~(size - 1);
372 return (size);
wdenk7aa78612003-05-03 15:50:43 +0000373 }
374 }
375 return (maxsize);
376}
377
wdenk15ef8a52003-06-18 20:22:24 +0000378int misc_init_r(void)
379{
380 volatile immap_t *immap = (immap_t *) CFG_IMMR;
381 volatile memctl8260_t *memctl = &immap->im_memctl;
wdenk8bde7f72003-06-27 21:31:46 +0000382
wdenk15ef8a52003-06-18 20:22:24 +0000383 upmconfig(UPMA, (uint *)rtc_table, sizeof(rtc_table) / sizeof(uint));
wdenk8bde7f72003-06-27 21:31:46 +0000384 memctl->memc_mamr = MxMR_RLFx_6X | MxMR_WLFx_6X | MxMR_OP_NORM;
wdenk15ef8a52003-06-18 20:22:24 +0000385
386 return (0);
387}
wdenk8bde7f72003-06-27 21:31:46 +0000388
wdenk7aa78612003-05-03 15:50:43 +0000389long int initdram (int board_type)
390{
391 volatile immap_t *immap = (immap_t *) CFG_IMMR;
392 volatile memctl8260_t *memctl = &immap->im_memctl;
393
394#ifndef CFG_RAMBOOT
395 ulong size8, size9;
396#endif
397 long psize;
398
399 psize = 8 * 1024 * 1024;
400
401 memctl->memc_mptpr = CFG_MPTPR;
402 memctl->memc_psrt = CFG_PSRT;
403
404#ifndef CFG_RAMBOOT
405 /* 60x SDRAM setup:
406 */
407 size8 = try_init (memctl, CFG_PSDMR_8COL, CFG_OR2_8COL,
408 (uchar *) CFG_SDRAM_BASE);
409 size9 = try_init (memctl, CFG_PSDMR_9COL, CFG_OR2_9COL,
410 (uchar *) CFG_SDRAM_BASE);
411
412 if (size8 < size9) {
413 psize = size9;
414 printf ("(60x:9COL) ");
415 } else {
416 psize = try_init (memctl, CFG_PSDMR_8COL, CFG_OR2_8COL,
417 (uchar *) CFG_SDRAM_BASE);
418 printf ("(60x:8COL) ");
419 }
420
421#endif /* CFG_RAMBOOT */
422
423 icache_enable ();
424
425 return (psize);
426}
427
428#if (CONFIG_COMMANDS & CFG_CMD_DOC)
429extern void doc_probe (ulong physadr);
430void doc_init (void)
431{
432 doc_probe (CFG_DOC_BASE);
433}
434#endif
wdenk66fd3d12003-05-18 11:30:09 +0000435
436#ifdef CONFIG_PCI
437struct pci_controller hose;
438
439extern void pci_mpc8250_init(struct pci_controller *);
440
441void pci_init_board(void)
442{
443 pci_mpc8250_init(&hose);
444}
445#endif