blob: 8fa0162d83d1577bfb939a77080e1cb6537578c5 [file] [log] [blame]
wdenkf5c5ef42005-04-05 16:26:47 +00001/*
Stefan Roesed96f41e2005-11-30 13:06:40 +01002 * (C) Copyright 2005
3 * Stefan Roese, DENX Software Engineering, sr@denx.de.
4 *
wdenkf5c5ef42005-04-05 16:26:47 +00005 * Copyright 2004 Freescale Semiconductor.
6 * (C) Copyright 2002,2003, Motorola Inc.
7 * Xianghua Xiao, (X.Xiao@motorola.com)
8 *
9 * (C) Copyright 2002 Scott McNutt <smcnutt@artesyncp.com>
10 *
11 * See file CREDITS for list of people who contributed to this
12 * project.
13 *
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
27 * MA 02111-1307 USA
28 */
29
wdenkf5c5ef42005-04-05 16:26:47 +000030#include <common.h>
31#include <pci.h>
32#include <asm/processor.h>
33#include <asm/immap_85xx.h>
34#include <ioports.h>
Stefan Roesed96f41e2005-11-30 13:06:40 +010035#include <flash.h>
wdenkf5c5ef42005-04-05 16:26:47 +000036
Wolfgang Denkd87080b2006-03-31 18:32:53 +020037DECLARE_GLOBAL_DATA_PTR;
38
Stefan Roesed96f41e2005-11-30 13:06:40 +010039extern flash_info_t flash_info[]; /* FLASH chips info */
wdenkf5c5ef42005-04-05 16:26:47 +000040
41void local_bus_init (void);
Stefan Roesef18e8742006-03-01 17:00:49 +010042ulong flash_get_size (ulong base, int banknum);
Wolfgang Denk966083e2006-07-21 15:24:56 +020043
Wolfgang Denkbd3143f2006-07-19 14:49:35 +020044#ifdef CONFIG_PS2MULT
45void ps2mult_early_init(void);
46#endif
wdenkf5c5ef42005-04-05 16:26:47 +000047
Stefan Roesed96f41e2005-11-30 13:06:40 +010048#ifdef CONFIG_CPM2
wdenkf5c5ef42005-04-05 16:26:47 +000049/*
50 * I/O Port configuration table
51 *
52 * if conf is 1, then that port pin will be configured at boot time
53 * according to the five values podr/pdir/ppar/psor/pdat for that entry
54 */
55
56const iop_conf_t iop_conf_tab[4][32] = {
57
58 /* Port A configuration */
59 { /* conf ppar psor pdir podr pdat */
Stefan Roesed96f41e2005-11-30 13:06:40 +010060 /* PA31 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII COL */
61 /* PA30 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII CRS */
62 /* PA29 */ { 1, 1, 1, 1, 0, 0 }, /* FCC1 MII TX_ER */
63 /* PA28 */ { 1, 1, 1, 1, 0, 0 }, /* FCC1 MII TX_EN */
64 /* PA27 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII RX_DV */
65 /* PA26 */ { 1, 1, 1, 0, 0, 0 }, /* FCC1 MII RX_ER */
wdenkf5c5ef42005-04-05 16:26:47 +000066 /* PA25 */ { 0, 1, 0, 1, 0, 0 }, /* FCC1 ATMTXD[0] */
67 /* PA24 */ { 0, 1, 0, 1, 0, 0 }, /* FCC1 ATMTXD[1] */
68 /* PA23 */ { 0, 1, 0, 1, 0, 0 }, /* FCC1 ATMTXD[2] */
69 /* PA22 */ { 0, 1, 0, 1, 0, 0 }, /* FCC1 ATMTXD[3] */
Stefan Roesed96f41e2005-11-30 13:06:40 +010070 /* PA21 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[3] */
71 /* PA20 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[2] */
72 /* PA19 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[1] */
73 /* PA18 */ { 1, 1, 0, 1, 0, 0 }, /* FCC1 MII TxD[0] */
74 /* PA17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[0] */
75 /* PA16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[1] */
76 /* PA15 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[2] */
77 /* PA14 */ { 1, 1, 0, 0, 0, 0 }, /* FCC1 MII RxD[3] */
wdenkf5c5ef42005-04-05 16:26:47 +000078 /* PA13 */ { 0, 1, 0, 0, 0, 0 }, /* FCC1 ATMRXD[3] */
79 /* PA12 */ { 0, 1, 0, 0, 0, 0 }, /* FCC1 ATMRXD[2] */
80 /* PA11 */ { 0, 1, 0, 0, 0, 0 }, /* FCC1 ATMRXD[1] */
81 /* PA10 */ { 0, 1, 0, 0, 0, 0 }, /* FCC1 ATMRXD[0] */
82 /* PA9 */ { 0, 1, 1, 1, 0, 0 }, /* FCC1 L1TXD */
83 /* PA8 */ { 0, 1, 1, 0, 0, 0 }, /* FCC1 L1RXD */
84 /* PA7 */ { 0, 0, 0, 1, 0, 0 }, /* PA7 */
85 /* PA6 */ { 0, 1, 1, 1, 0, 0 }, /* TDM A1 L1RSYNC */
86 /* PA5 */ { 0, 0, 0, 1, 0, 0 }, /* PA5 */
87 /* PA4 */ { 0, 0, 0, 1, 0, 0 }, /* PA4 */
88 /* PA3 */ { 0, 0, 0, 1, 0, 0 }, /* PA3 */
89 /* PA2 */ { 0, 0, 0, 1, 0, 0 }, /* PA2 */
90 /* PA1 */ { 0, 0, 0, 0, 0, 0 }, /* FREERUN */
91 /* PA0 */ { 0, 0, 0, 1, 0, 0 } /* PA0 */
92 },
93
94 /* Port B configuration */
95 { /* conf ppar psor pdir podr pdat */
Stefan Roesed96f41e2005-11-30 13:06:40 +010096 /* PB31 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TX_ER */
97 /* PB30 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RX_DV */
98 /* PB29 */ { 1, 1, 1, 1, 0, 0 }, /* FCC2 MII TX_EN */
99 /* PB28 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RX_ER */
100 /* PB27 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII COL */
101 /* PB26 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII CRS */
102 /* PB25 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[3] */
103 /* PB24 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[2] */
104 /* PB23 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[1] */
105 /* PB22 */ { 1, 1, 0, 1, 0, 0 }, /* FCC2 MII TxD[0] */
106 /* PB21 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[0] */
107 /* PB20 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[1] */
108 /* PB19 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[2] */
109 /* PB18 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RxD[3] */
wdenkf5c5ef42005-04-05 16:26:47 +0000110 /* PB17 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:RX_DIV */
111 /* PB16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:RX_ERR */
112 /* PB15 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3:TX_ERR */
113 /* PB14 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3:TX_EN */
114 /* PB13 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:COL */
115 /* PB12 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:CRS */
116 /* PB11 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:RXD */
117 /* PB10 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:RXD */
118 /* PB9 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:RXD */
119 /* PB8 */ { 1, 1, 0, 0, 0, 0 }, /* FCC3:RXD */
120 /* PB7 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3:TXD */
121 /* PB6 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3:TXD */
122 /* PB5 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3:TXD */
123 /* PB4 */ { 1, 1, 0, 1, 0, 0 }, /* FCC3:TXD */
124 /* PB3 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */
125 /* PB2 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */
126 /* PB1 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */
127 /* PB0 */ { 0, 0, 0, 0, 0, 0 } /* pin doesn't exist */
128 },
129
130 /* Port C */
131 { /* conf ppar psor pdir podr pdat */
132 /* PC31 */ { 0, 0, 0, 1, 0, 0 }, /* PC31 */
133 /* PC30 */ { 0, 0, 0, 1, 0, 0 }, /* PC30 */
134 /* PC29 */ { 0, 1, 1, 0, 0, 0 }, /* SCC1 EN *CLSN */
135 /* PC28 */ { 0, 0, 0, 1, 0, 0 }, /* PC28 */
136 /* PC27 */ { 0, 0, 0, 1, 0, 0 }, /* UART Clock in */
137 /* PC26 */ { 0, 0, 0, 1, 0, 0 }, /* PC26 */
138 /* PC25 */ { 0, 0, 0, 1, 0, 0 }, /* PC25 */
139 /* PC24 */ { 0, 0, 0, 1, 0, 0 }, /* PC24 */
140 /* PC23 */ { 0, 1, 0, 1, 0, 0 }, /* ATMTFCLK */
141 /* PC22 */ { 0, 1, 0, 0, 0, 0 }, /* ATMRFCLK */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100142 /* PC21 */ { 1, 1, 0, 0, 0, 0 }, /* SCC1 EN RXCLK */
143 /* PC20 */ { 1, 1, 0, 0, 0, 0 }, /* SCC1 EN TXCLK */
144 /* PC19 */ { 1, 1, 0, 0, 0, 0 }, /* FCC2 MII RX_CLK CLK13 */
wdenkf5c5ef42005-04-05 16:26:47 +0000145 /* PC18 */ { 1, 1, 0, 0, 0, 0 }, /* FCC Tx Clock (CLK14) */
146 /* PC17 */ { 1, 1, 0, 0, 0, 0 }, /* PC17 */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100147 /* PC16 */ { 1, 1, 0, 0, 0, 0 }, /* FCC Tx Clock (CLK16) */
wdenkf5c5ef42005-04-05 16:26:47 +0000148 /* PC15 */ { 0, 1, 0, 0, 0, 0 }, /* PC15 */
149 /* PC14 */ { 0, 1, 0, 0, 0, 0 }, /* SCC1 EN *CD */
150 /* PC13 */ { 0, 1, 0, 0, 0, 0 }, /* PC13 */
151 /* PC12 */ { 0, 1, 0, 1, 0, 0 }, /* PC12 */
152 /* PC11 */ { 0, 0, 0, 1, 0, 0 }, /* LXT971 transmit control */
153 /* PC10 */ { 0, 0, 0, 1, 0, 0 }, /* FETHMDC */
154 /* PC9 */ { 0, 0, 0, 0, 0, 0 }, /* FETHMDIO */
155 /* PC8 */ { 0, 0, 0, 1, 0, 0 }, /* PC8 */
156 /* PC7 */ { 0, 0, 0, 1, 0, 0 }, /* PC7 */
157 /* PC6 */ { 0, 0, 0, 1, 0, 0 }, /* PC6 */
158 /* PC5 */ { 0, 0, 0, 1, 0, 0 }, /* PC5 */
159 /* PC4 */ { 0, 0, 0, 1, 0, 0 }, /* PC4 */
160 /* PC3 */ { 0, 0, 0, 1, 0, 0 }, /* PC3 */
161 /* PC2 */ { 0, 0, 0, 1, 0, 1 }, /* ENET FDE */
162 /* PC1 */ { 0, 0, 0, 1, 0, 0 }, /* ENET DSQE */
163 /* PC0 */ { 0, 0, 0, 1, 0, 0 }, /* ENET LBK */
164 },
165
166 /* Port D */
167 { /* conf ppar psor pdir podr pdat */
168 /* PD31 */ { 1, 1, 0, 0, 0, 0 }, /* SCC1 EN RxD */
169 /* PD30 */ { 1, 1, 1, 1, 0, 0 }, /* SCC1 EN TxD */
170 /* PD29 */ { 1, 1, 0, 1, 0, 0 }, /* SCC1 EN TENA */
171 /* PD28 */ { 1, 1, 0, 0, 0, 0 }, /* PD28 */
172 /* PD27 */ { 1, 1, 0, 1, 0, 0 }, /* PD27 */
173 /* PD26 */ { 1, 1, 0, 1, 0, 0 }, /* PD26 */
174 /* PD25 */ { 0, 0, 0, 1, 0, 0 }, /* PD25 */
175 /* PD24 */ { 0, 0, 0, 1, 0, 0 }, /* PD24 */
176 /* PD23 */ { 0, 0, 0, 1, 0, 0 }, /* PD23 */
177 /* PD22 */ { 0, 0, 0, 1, 0, 0 }, /* PD22 */
178 /* PD21 */ { 0, 0, 0, 1, 0, 0 }, /* PD21 */
179 /* PD20 */ { 0, 0, 0, 1, 0, 0 }, /* PD20 */
180 /* PD19 */ { 0, 0, 0, 1, 0, 0 }, /* PD19 */
181 /* PD18 */ { 0, 0, 0, 1, 0, 0 }, /* PD18 */
182 /* PD17 */ { 0, 1, 0, 0, 0, 0 }, /* FCC1 ATMRXPRTY */
183 /* PD16 */ { 0, 1, 0, 1, 0, 0 }, /* FCC1 ATMTXPRTY */
184 /* PD15 */ { 0, 1, 1, 0, 1, 0 }, /* I2C SDA */
185 /* PD14 */ { 0, 0, 0, 1, 0, 0 }, /* LED */
186 /* PD13 */ { 0, 0, 0, 0, 0, 0 }, /* PD13 */
187 /* PD12 */ { 0, 0, 0, 0, 0, 0 }, /* PD12 */
188 /* PD11 */ { 0, 0, 0, 0, 0, 0 }, /* PD11 */
189 /* PD10 */ { 0, 0, 0, 0, 0, 0 }, /* PD10 */
190 /* PD9 */ { 0, 1, 0, 1, 0, 0 }, /* SMC1 TXD */
191 /* PD8 */ { 0, 1, 0, 0, 0, 0 }, /* SMC1 RXD */
192 /* PD7 */ { 0, 0, 0, 1, 0, 1 }, /* PD7 */
193 /* PD6 */ { 0, 0, 0, 1, 0, 1 }, /* PD6 */
194 /* PD5 */ { 0, 0, 0, 1, 0, 1 }, /* PD5 */
195 /* PD4 */ { 0, 0, 0, 1, 0, 1 }, /* PD4 */
196 /* PD3 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */
197 /* PD2 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */
198 /* PD1 */ { 0, 0, 0, 0, 0, 0 }, /* pin doesn't exist */
199 /* PD0 */ { 0, 0, 0, 0, 0, 0 } /* pin doesn't exist */
200 }
201};
Stefan Roesed96f41e2005-11-30 13:06:40 +0100202#endif /* CONFIG_CPM2 */
wdenkf5c5ef42005-04-05 16:26:47 +0000203
Stefan Roesed96f41e2005-11-30 13:06:40 +0100204#define CASL_STRING1 "casl=xx"
205#define CASL_STRING2 "casl="
wdenkf5c5ef42005-04-05 16:26:47 +0000206
Stefan Roesed96f41e2005-11-30 13:06:40 +0100207static const int casl_table[] = { 20, 25, 30 };
208#define N_CASL (sizeof(casl_table) / sizeof(casl_table[0]))
209
210int cas_latency(void)
wdenkf5c5ef42005-04-05 16:26:47 +0000211{
Stefan Roesed96f41e2005-11-30 13:06:40 +0100212 char *s = getenv("serial#");
213 int casl;
214 int val;
215 int i;
216
217 casl = CONFIG_DDR_DEFAULT_CL;
218
219 if (s != NULL) {
220 if (strncmp(s + strlen(s) - strlen(CASL_STRING1), CASL_STRING2,
221 strlen(CASL_STRING2)) == 0) {
222 val = simple_strtoul(s + strlen(s) - 2, NULL, 10);
223
224 for (i=0; i<N_CASL; ++i) {
225 if (val == casl_table[i]) {
226 return val;
227 }
228 }
229 }
230 }
231
232 return casl;
wdenkf5c5ef42005-04-05 16:26:47 +0000233}
234
235int checkboard (void)
236{
Stefan Roesed96f41e2005-11-30 13:06:40 +0100237 char *s = getenv("serial#");
238
239 printf("Board: %s", CONFIG_BOARDNAME);
240 if (s != NULL) {
241 puts(", serial# ");
242 puts(s);
243 }
244 putc('\n');
wdenkf5c5ef42005-04-05 16:26:47 +0000245
246#ifdef CONFIG_PCI
247 printf ("PCI1: 32 bit, %d MHz (compiled)\n",
248 CONFIG_SYS_CLK_FREQ / 1000000);
249#else
250 printf ("PCI1: disabled\n");
251#endif
Stefan Roesed96f41e2005-11-30 13:06:40 +0100252
wdenkf5c5ef42005-04-05 16:26:47 +0000253 /*
254 * Initialize local bus.
255 */
256 local_bus_init ();
257
258 return 0;
259}
260
Stefan Roesed96f41e2005-11-30 13:06:40 +0100261int misc_init_r (void)
wdenkf5c5ef42005-04-05 16:26:47 +0000262{
Kumar Gala04db4002007-11-29 02:10:09 -0600263 volatile ccsr_lbc_t *memctl = (void *)(CFG_MPC85xx_LBC_ADDR);
wdenkf5c5ef42005-04-05 16:26:47 +0000264
Stefan Roesed96f41e2005-11-30 13:06:40 +0100265 /*
266 * Adjust flash start and offset to detected values
267 */
268 gd->bd->bi_flashstart = 0 - gd->bd->bi_flashsize;
269 gd->bd->bi_flashoffset = 0;
Stefan Roese9d2a8732005-08-31 12:55:50 +0200270
Stefan Roesed96f41e2005-11-30 13:06:40 +0100271 /*
272 * Check if boot FLASH isn't max size
273 */
274 if (gd->bd->bi_flashsize < (0 - CFG_FLASH0)) {
275 memctl->or0 = gd->bd->bi_flashstart | (CFG_OR0_PRELIM & 0x00007fff);
276 memctl->br0 = gd->bd->bi_flashstart | (CFG_BR0_PRELIM & 0x00007fff);
wdenkf5c5ef42005-04-05 16:26:47 +0000277
278 /*
Stefan Roesed96f41e2005-11-30 13:06:40 +0100279 * Re-check to get correct base address
wdenkf5c5ef42005-04-05 16:26:47 +0000280 */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100281 flash_get_size(gd->bd->bi_flashstart, CFG_MAX_FLASH_BANKS - 1);
wdenkf5c5ef42005-04-05 16:26:47 +0000282 }
wdenkf5c5ef42005-04-05 16:26:47 +0000283
wdenkf5c5ef42005-04-05 16:26:47 +0000284 /*
Stefan Roesed96f41e2005-11-30 13:06:40 +0100285 * Check if only one FLASH bank is available
wdenkf5c5ef42005-04-05 16:26:47 +0000286 */
Stefan Roesed96f41e2005-11-30 13:06:40 +0100287 if (gd->bd->bi_flashsize != CFG_MAX_FLASH_BANKS * (0 - CFG_FLASH0)) {
288 memctl->or1 = 0;
289 memctl->br1 = 0;
wdenkf5c5ef42005-04-05 16:26:47 +0000290
Stefan Roesed96f41e2005-11-30 13:06:40 +0100291 /*
292 * Re-do flash protection upon new addresses
293 */
294 flash_protect (FLAG_PROTECT_CLEAR,
295 gd->bd->bi_flashstart, 0xffffffff,
296 &flash_info[CFG_MAX_FLASH_BANKS - 1]);
297
298 /* Monitor protection ON by default */
299 flash_protect (FLAG_PROTECT_SET,
Stefan Roese79b4cda2006-02-28 15:29:58 +0100300 CFG_MONITOR_BASE, CFG_MONITOR_BASE + monitor_flash_len - 1,
Stefan Roesed96f41e2005-11-30 13:06:40 +0100301 &flash_info[CFG_MAX_FLASH_BANKS - 1]);
302
303 /* Environment protection ON by default */
304 flash_protect (FLAG_PROTECT_SET,
305 CFG_ENV_ADDR,
306 CFG_ENV_ADDR + CFG_ENV_SECT_SIZE - 1,
307 &flash_info[CFG_MAX_FLASH_BANKS - 1]);
308
309 /* Redundant environment protection ON by default */
310 flash_protect (FLAG_PROTECT_SET,
311 CFG_ENV_ADDR_REDUND,
312 CFG_ENV_ADDR_REDUND + CFG_ENV_SIZE_REDUND - 1,
313 &flash_info[CFG_MAX_FLASH_BANKS - 1]);
314 }
315
316 return 0;
wdenkf5c5ef42005-04-05 16:26:47 +0000317}
318
wdenkf5c5ef42005-04-05 16:26:47 +0000319/*
320 * Initialize Local Bus
321 */
wdenkf5c5ef42005-04-05 16:26:47 +0000322void local_bus_init (void)
323{
Kumar Galaf59b55a2007-11-27 23:25:02 -0600324 volatile ccsr_gur_t *gur = (void *)(CFG_MPC85xx_GUTS_ADDR);
Kumar Gala04db4002007-11-29 02:10:09 -0600325 volatile ccsr_lbc_t *lbc = (void *)(CFG_MPC85xx_LBC_ADDR);
wdenkf5c5ef42005-04-05 16:26:47 +0000326
327 uint clkdiv;
328 uint lbc_hz;
329 sys_info_t sysinfo;
330
331 /*
332 * Errata LBC11.
333 * Fix Local Bus clock glitch when DLL is enabled.
334 *
335 * If localbus freq is < 66Mhz, DLL bypass mode must be used.
336 * If localbus freq is > 133Mhz, DLL can be safely enabled.
337 * Between 66 and 133, the DLL is enabled with an override workaround.
338 */
339
340 get_sys_info (&sysinfo);
341 clkdiv = lbc->lcrr & 0x0f;
342 lbc_hz = sysinfo.freqSystemBus / 1000000 / clkdiv;
343
344 if (lbc_hz < 66) {
345 lbc->lcrr = CFG_LBC_LCRR | 0x80000000; /* DLL Bypass */
346 lbc->ltedr = 0xa4c80000; /* DK: !!! */
347
348 } else if (lbc_hz >= 133) {
349 lbc->lcrr = CFG_LBC_LCRR & (~0x80000000); /* DLL Enabled */
350
351 } else {
352 /*
353 * On REV1 boards, need to change CLKDIV before enable DLL.
354 * Default CLKDIV is 8, change it to 4 temporarily.
355 */
356 uint pvr = get_pvr ();
357 uint temp_lbcdll = 0;
358
359 if (pvr == PVR_85xx_REV1) {
360 /* FIXME: Justify the high bit here. */
361 lbc->lcrr = 0x10000004;
362 }
363
364 lbc->lcrr = CFG_LBC_LCRR & (~0x80000000); /* DLL Enabled */
365 udelay (200);
366
367 /*
368 * Sample LBC DLL ctrl reg, upshift it to set the
369 * override bits.
370 */
371 temp_lbcdll = gur->lbcdllcr;
372 gur->lbcdllcr = (((temp_lbcdll & 0xff) << 16) | 0x80000000);
373 asm ("sync;isync;msync");
374 }
375}
376
wdenkf5c5ef42005-04-05 16:26:47 +0000377#if defined(CONFIG_PCI)
378/*
379 * Initialize PCI Devices, report devices found.
380 */
381
382#ifndef CONFIG_PCI_PNP
383static struct pci_config_table pci_mpc85xxads_config_table[] = {
384 {PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
385 PCI_IDSEL_NUMBER, PCI_ANY_ID,
386 pci_cfgfunc_config_device, {PCI_ENET0_IOADDR,
387 PCI_ENET0_MEMADDR,
388 PCI_COMMAND_MEMORY |
389 PCI_COMMAND_MASTER}},
390 {}
391};
392#endif
393
394
395static struct pci_controller hose = {
396#ifndef CONFIG_PCI_PNP
397 config_table:pci_mpc85xxads_config_table,
398#endif
399};
400
401#endif /* CONFIG_PCI */
402
403
404void pci_init_board (void)
405{
406#ifdef CONFIG_PCI
wdenkf5c5ef42005-04-05 16:26:47 +0000407 pci_mpc85xx_init (&hose);
408#endif /* CONFIG_PCI */
409}
Wolfgang Denkbc8bb6d2006-06-16 16:40:54 +0200410
411#ifdef CONFIG_BOARD_EARLY_INIT_R
412int board_early_init_r (void)
413{
414#ifdef CONFIG_PS2MULT
415 ps2mult_early_init();
416#endif /* CONFIG_PS2MULT */
417 return (0);
418}
419#endif /* CONFIG_BOARD_EARLY_INIT_R */