blob: 42eabfe568a5b6b0d48a5ebb8eb9bf435dcfe1f3 [file] [log] [blame]
wdenk4a9cbbe2002-08-27 09:48:53 +00001/*
Stefan Roesedbbd1252007-10-05 17:10:59 +02002 * (C) Copyright 2000-2007
wdenk4a9cbbe2002-08-27 09:48:53 +00003 * 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 <watchdog.h>
Stefan Roesed6c61aa2005-08-16 18:18:00 +020026#include <ppc4xx_enet.h>
wdenk4a9cbbe2002-08-27 09:48:53 +000027#include <asm/processor.h>
Stefan Roese0d974d52007-03-24 15:57:09 +010028#include <asm/gpio.h>
wdenk4a9cbbe2002-08-27 09:48:53 +000029#include <ppc4xx.h>
30
Wolfgang Denkd87080b2006-03-31 18:32:53 +020031#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
32DECLARE_GLOBAL_DATA_PTR;
33#endif
34
stroese37208782003-06-05 15:35:20 +000035#ifdef CFG_INIT_DCACHE_CS
36# if (CFG_INIT_DCACHE_CS == 0)
37# define PBxAP pb0ap
38# define PBxCR pb0cr
39# if (defined(CFG_EBC_PB0AP) && defined(CFG_EBC_PB0CR))
40# define PBxAP_VAL CFG_EBC_PB0AP
41# define PBxCR_VAL CFG_EBC_PB0CR
42# endif
43# endif
44# if (CFG_INIT_DCACHE_CS == 1)
45# define PBxAP pb1ap
46# define PBxCR pb1cr
47# if (defined(CFG_EBC_PB1AP) && defined(CFG_EBC_PB1CR))
48# define PBxAP_VAL CFG_EBC_PB1AP
49# define PBxCR_VAL CFG_EBC_PB1CR
50# endif
51# endif
52# if (CFG_INIT_DCACHE_CS == 2)
53# define PBxAP pb2ap
54# define PBxCR pb2cr
55# if (defined(CFG_EBC_PB2AP) && defined(CFG_EBC_PB2CR))
56# define PBxAP_VAL CFG_EBC_PB2AP
57# define PBxCR_VAL CFG_EBC_PB2CR
58# endif
59# endif
60# if (CFG_INIT_DCACHE_CS == 3)
61# define PBxAP pb3ap
62# define PBxCR pb3cr
63# if (defined(CFG_EBC_PB3AP) && defined(CFG_EBC_PB3CR))
64# define PBxAP_VAL CFG_EBC_PB3AP
65# define PBxCR_VAL CFG_EBC_PB3CR
66# endif
67# endif
68# if (CFG_INIT_DCACHE_CS == 4)
69# define PBxAP pb4ap
70# define PBxCR pb4cr
71# if (defined(CFG_EBC_PB4AP) && defined(CFG_EBC_PB4CR))
72# define PBxAP_VAL CFG_EBC_PB4AP
73# define PBxCR_VAL CFG_EBC_PB4CR
74# endif
75# endif
76# if (CFG_INIT_DCACHE_CS == 5)
77# define PBxAP pb5ap
78# define PBxCR pb5cr
79# if (defined(CFG_EBC_PB5AP) && defined(CFG_EBC_PB5CR))
80# define PBxAP_VAL CFG_EBC_PB5AP
81# define PBxCR_VAL CFG_EBC_PB5CR
82# endif
83# endif
84# if (CFG_INIT_DCACHE_CS == 6)
85# define PBxAP pb6ap
86# define PBxCR pb6cr
87# if (defined(CFG_EBC_PB6AP) && defined(CFG_EBC_PB6CR))
88# define PBxAP_VAL CFG_EBC_PB6AP
89# define PBxCR_VAL CFG_EBC_PB6CR
90# endif
91# endif
92# if (CFG_INIT_DCACHE_CS == 7)
93# define PBxAP pb7ap
94# define PBxCR pb7cr
95# if (defined(CFG_EBC_PB7AP) && defined(CFG_EBC_PB7CR))
96# define PBxAP_VAL CFG_EBC_PB7AP
97# define PBxCR_VAL CFG_EBC_PB7CR
98# endif
99# endif
100#endif /* CFG_INIT_DCACHE_CS */
101
Mike Nussf66e2c82008-02-20 11:54:20 -0500102#ifndef CFG_PLL_RECONFIG
103#define CFG_PLL_RECONFIG 0
104#endif
105
106void reconfigure_pll(u32 new_cpu_freq)
107{
108#if defined(CONFIG_440EPX)
109 int reset_needed = 0;
110 u32 reg, temp;
111 u32 prbdv0, target_prbdv0, /* CLK_PRIMBD */
112 fwdva, target_fwdva, fwdvb, target_fwdvb, /* CLK_PLLD */
113 fbdv, target_fbdv, lfbdv, target_lfbdv,
114 perdv0, target_perdv0, /* CLK_PERD */
115 spcid0, target_spcid0; /* CLK_SPCID */
116
117 /* Reconfigure clocks if necessary.
118 * See PPC440EPx User's Manual, sections 8.2 and 14 */
119 if (new_cpu_freq == 667) {
120 target_prbdv0 = 2;
121 target_fwdva = 2;
122 target_fwdvb = 4;
123 target_fbdv = 20;
124 target_lfbdv = 1;
125 target_perdv0 = 4;
126 target_spcid0 = 4;
127
128 mfcpr(clk_primbd, reg);
129 temp = (reg & PRBDV_MASK) >> 24;
130 prbdv0 = temp ? temp : 8;
131 if (prbdv0 != target_prbdv0) {
132 reg &= ~PRBDV_MASK;
133 reg |= ((target_prbdv0 == 8 ? 0 : target_prbdv0) << 24);
134 mtcpr(clk_primbd, reg);
135 reset_needed = 1;
136 }
137
138 mfcpr(clk_plld, reg);
139
140 temp = (reg & PLLD_FWDVA_MASK) >> 16;
141 fwdva = temp ? temp : 16;
142
143 temp = (reg & PLLD_FWDVB_MASK) >> 8;
144 fwdvb = temp ? temp : 8;
145
146 temp = (reg & PLLD_FBDV_MASK) >> 24;
147 fbdv = temp ? temp : 32;
148
149 temp = (reg & PLLD_LFBDV_MASK);
150 lfbdv = temp ? temp : 64;
151
152 if (fwdva != target_fwdva || fbdv != target_fbdv || lfbdv != target_lfbdv) {
153 reg &= ~(PLLD_FWDVA_MASK | PLLD_FWDVB_MASK |
154 PLLD_FBDV_MASK | PLLD_LFBDV_MASK);
155 reg |= ((target_fwdva == 16 ? 0 : target_fwdva) << 16) |
156 ((target_fwdvb == 8 ? 0 : target_fwdvb) << 8) |
157 ((target_fbdv == 32 ? 0 : target_fbdv) << 24) |
158 (target_lfbdv == 64 ? 0 : target_lfbdv);
159 mtcpr(clk_plld, reg);
160 reset_needed = 1;
161 }
162
163 mfcpr(clk_perd, reg);
164 perdv0 = (reg & CPR0_PERD_PERDV0_MASK) >> 24;
165 if (perdv0 != target_perdv0) {
166 reg &= ~CPR0_PERD_PERDV0_MASK;
167 reg |= (target_perdv0 << 24);
168 mtcpr(clk_perd, reg);
169 reset_needed = 1;
170 }
171
172 mfcpr(clk_spcid, reg);
173 temp = (reg & CPR0_SPCID_SPCIDV0_MASK) >> 24;
174 spcid0 = temp ? temp : 4;
175 if (spcid0 != target_spcid0) {
176 reg &= ~CPR0_SPCID_SPCIDV0_MASK;
177 reg |= ((target_spcid0 == 4 ? 0 : target_spcid0) << 24);
178 mtcpr(clk_spcid, reg);
179 reset_needed = 1;
180 }
181
182 /* Set reload inhibit so configuration will persist across
183 * processor resets */
184 mfcpr(clk_icfg, reg);
185 reg &= ~CPR0_ICFG_RLI_MASK;
186 reg |= 1 << 31;
187 mtcpr(clk_icfg, reg);
188 }
189
190 /* Reset processor if configuration changed */
191 if (reset_needed) {
192 __asm__ __volatile__ ("sync; isync");
193 mtspr(dbcr0, 0x20000000);
194 }
195#endif
196}
197
wdenk4a9cbbe2002-08-27 09:48:53 +0000198/*
199 * Breath some life into the CPU...
200 *
Mike Nussf66e2c82008-02-20 11:54:20 -0500201 * Reconfigure PLL if necessary,
202 * set up the memory map,
wdenk4a9cbbe2002-08-27 09:48:53 +0000203 * initialize a bunch of registers
204 */
205void
206cpu_init_f (void)
207{
Wolfgang Denkf11033e2007-01-15 13:41:04 +0100208#if defined(CONFIG_WATCHDOG)
209 unsigned long val;
210#endif
Mike Nussf66e2c82008-02-20 11:54:20 -0500211 reconfigure_pll(CFG_PLL_RECONFIG);
Wolfgang Denkf11033e2007-01-15 13:41:04 +0100212
Stefan Roeseaee747f2007-11-15 14:23:55 +0100213#if (defined(CONFIG_405EP) || defined (CONFIG_405EX)) && !defined(CFG_4xx_GPIO_TABLE)
stroeseb867d702003-05-23 11:18:02 +0000214 /*
215 * GPIO0 setup (select GPIO or alternate function)
216 */
Stefan Roesee0a46552006-10-12 19:43:29 +0200217#if defined(CFG_GPIO0_OR)
218 out32(GPIO0_OR, CFG_GPIO0_OR); /* set initial state of output pins */
219#endif
220#if defined(CFG_GPIO0_ODR)
221 out32(GPIO0_ODR, CFG_GPIO0_ODR); /* open-drain select */
222#endif
223 out32(GPIO0_OSRH, CFG_GPIO0_OSRH); /* output select */
stroeseb867d702003-05-23 11:18:02 +0000224 out32(GPIO0_OSRL, CFG_GPIO0_OSRL);
Stefan Roesee0a46552006-10-12 19:43:29 +0200225 out32(GPIO0_ISR1H, CFG_GPIO0_ISR1H); /* input select */
stroeseb867d702003-05-23 11:18:02 +0000226 out32(GPIO0_ISR1L, CFG_GPIO0_ISR1L);
Stefan Roesee0a46552006-10-12 19:43:29 +0200227 out32(GPIO0_TSRH, CFG_GPIO0_TSRH); /* three-state select */
stroeseb867d702003-05-23 11:18:02 +0000228 out32(GPIO0_TSRL, CFG_GPIO0_TSRL);
Stefan Roesedbbd1252007-10-05 17:10:59 +0200229#if defined(CFG_GPIO0_ISR2H)
230 out32(GPIO0_ISR2H, CFG_GPIO0_ISR2H);
231 out32(GPIO0_ISR2L, CFG_GPIO0_ISR2L);
232#endif
233#if defined (CFG_GPIO0_TCR)
Stefan Roesee0a46552006-10-12 19:43:29 +0200234 out32(GPIO0_TCR, CFG_GPIO0_TCR); /* enable output driver for outputs */
Stefan Roesedbbd1252007-10-05 17:10:59 +0200235#endif
Markus Brunnerf766cdf2008-03-27 10:46:25 +0100236#endif /* CONFIG_405EP ... && !CFG_4xx_GPIO_TABLE */
stroeseb867d702003-05-23 11:18:02 +0000237
Stefan Roesebec92642007-12-28 15:53:46 +0100238#if defined (CONFIG_405EP)
stroeseb867d702003-05-23 11:18:02 +0000239 /*
240 * Set EMAC noise filter bits
241 */
242 mtdcr(cpc0_epctl, CPC0_EPRCSR_E0NFE | CPC0_EPRCSR_E1NFE);
Stefan Roesec0556902007-12-28 16:08:08 +0100243
244 /*
245 * Enable the internal PCI arbiter
246 */
247 mtdcr(cpc0_pci, mfdcr(cpc0_pci) | CPC0_PCI_HOST_CFG_EN | CPC0_PCI_ARBIT_EN);
stroeseb867d702003-05-23 11:18:02 +0000248#endif /* CONFIG_405EP */
249
Stefan Roeseaee747f2007-11-15 14:23:55 +0100250#if defined(CFG_4xx_GPIO_TABLE)
Stefan Roese0d974d52007-03-24 15:57:09 +0100251 gpio_set_chip_configuration();
Stefan Roeseaee747f2007-11-15 14:23:55 +0100252#endif /* CFG_4xx_GPIO_TABLE */
Stefan Roesea4c8d132006-06-02 16:18:04 +0200253
wdenk4a9cbbe2002-08-27 09:48:53 +0000254 /*
255 * External Bus Controller (EBC) Setup
256 */
257#if (defined(CFG_EBC_PB0AP) && defined(CFG_EBC_PB0CR))
Stefan Roesea4c8d132006-06-02 16:18:04 +0200258#if (defined(CONFIG_405GP) || defined(CONFIG_405CR) || \
Stefan Roesee01bd212007-03-21 13:38:59 +0100259 defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \
Stefan Roesedbbd1252007-10-05 17:10:59 +0200260 defined(CONFIG_405EX) || defined(CONFIG_405))
wdenk4a9cbbe2002-08-27 09:48:53 +0000261 /*
262 * Move the next instructions into icache, since these modify the flash
263 * we are running from!
264 */
265 asm volatile(" bl 0f" ::: "lr");
266 asm volatile("0: mflr 3" ::: "r3");
Wolfgang Denk1636d1c2007-06-22 23:59:00 +0200267 asm volatile(" addi 4, 0, 14" ::: "r4");
wdenk4a9cbbe2002-08-27 09:48:53 +0000268 asm volatile(" mtctr 4" ::: "ctr");
269 asm volatile("1: icbt 0, 3");
270 asm volatile(" addi 3, 3, 32" ::: "r3");
271 asm volatile(" bdnz 1b" ::: "ctr", "cr0");
272 asm volatile(" addis 3, 0, 0x0" ::: "r3");
273 asm volatile(" ori 3, 3, 0xA000" ::: "r3");
274 asm volatile(" mtctr 3" ::: "ctr");
275 asm volatile("2: bdnz 2b" ::: "ctr", "cr0");
Stefan Roesea4c8d132006-06-02 16:18:04 +0200276#endif
wdenk4a9cbbe2002-08-27 09:48:53 +0000277
278 mtebc(pb0ap, CFG_EBC_PB0AP);
279 mtebc(pb0cr, CFG_EBC_PB0CR);
280#endif
281
stroese37208782003-06-05 15:35:20 +0000282#if (defined(CFG_EBC_PB1AP) && defined(CFG_EBC_PB1CR) && !(CFG_INIT_DCACHE_CS == 1))
wdenk4a9cbbe2002-08-27 09:48:53 +0000283 mtebc(pb1ap, CFG_EBC_PB1AP);
284 mtebc(pb1cr, CFG_EBC_PB1CR);
285#endif
286
stroese37208782003-06-05 15:35:20 +0000287#if (defined(CFG_EBC_PB2AP) && defined(CFG_EBC_PB2CR) && !(CFG_INIT_DCACHE_CS == 2))
wdenk4a9cbbe2002-08-27 09:48:53 +0000288 mtebc(pb2ap, CFG_EBC_PB2AP);
289 mtebc(pb2cr, CFG_EBC_PB2CR);
290#endif
291
stroese37208782003-06-05 15:35:20 +0000292#if (defined(CFG_EBC_PB3AP) && defined(CFG_EBC_PB3CR) && !(CFG_INIT_DCACHE_CS == 3))
wdenk4a9cbbe2002-08-27 09:48:53 +0000293 mtebc(pb3ap, CFG_EBC_PB3AP);
294 mtebc(pb3cr, CFG_EBC_PB3CR);
295#endif
296
stroese37208782003-06-05 15:35:20 +0000297#if (defined(CFG_EBC_PB4AP) && defined(CFG_EBC_PB4CR) && !(CFG_INIT_DCACHE_CS == 4))
wdenk4a9cbbe2002-08-27 09:48:53 +0000298 mtebc(pb4ap, CFG_EBC_PB4AP);
299 mtebc(pb4cr, CFG_EBC_PB4CR);
300#endif
301
stroese37208782003-06-05 15:35:20 +0000302#if (defined(CFG_EBC_PB5AP) && defined(CFG_EBC_PB5CR) && !(CFG_INIT_DCACHE_CS == 5))
wdenk4a9cbbe2002-08-27 09:48:53 +0000303 mtebc(pb5ap, CFG_EBC_PB5AP);
304 mtebc(pb5cr, CFG_EBC_PB5CR);
305#endif
306
stroese37208782003-06-05 15:35:20 +0000307#if (defined(CFG_EBC_PB6AP) && defined(CFG_EBC_PB6CR) && !(CFG_INIT_DCACHE_CS == 6))
wdenk4a9cbbe2002-08-27 09:48:53 +0000308 mtebc(pb6ap, CFG_EBC_PB6AP);
309 mtebc(pb6cr, CFG_EBC_PB6CR);
310#endif
311
stroese37208782003-06-05 15:35:20 +0000312#if (defined(CFG_EBC_PB7AP) && defined(CFG_EBC_PB7CR) && !(CFG_INIT_DCACHE_CS == 7))
wdenk4a9cbbe2002-08-27 09:48:53 +0000313 mtebc(pb7ap, CFG_EBC_PB7AP);
314 mtebc(pb7cr, CFG_EBC_PB7CR);
315#endif
316
Heiko Schochercb482072007-01-18 11:28:51 +0100317#if defined (CFG_EBC_CFG)
Stefan Roese4745aca2007-02-20 10:57:08 +0100318 mtebc(EBC0_CFG, CFG_EBC_CFG);
Heiko Schocherca43ba12007-01-11 15:44:44 +0100319#endif
wdenk4a9cbbe2002-08-27 09:48:53 +0000320
Wolfgang Denkf11033e2007-01-15 13:41:04 +0100321#if defined(CONFIG_WATCHDOG)
wdenk4a9cbbe2002-08-27 09:48:53 +0000322 val = mfspr(tcr);
Stefan Roese846b0dd2005-08-08 12:42:22 +0200323#if defined(CONFIG_440EP) || defined(CONFIG_440GR)
Stefan Roesec157d8e2005-08-01 16:41:48 +0200324 val |= 0xb8000000; /* generate system reset after 1.34 seconds */
Igor Lisitsina11e0692007-03-28 19:06:19 +0400325#elif defined(CONFIG_440EPX)
326 val |= 0xb0000000; /* generate system reset after 1.34 seconds */
Stefan Roesec157d8e2005-08-01 16:41:48 +0200327#else
wdenk4a9cbbe2002-08-27 09:48:53 +0000328 val |= 0xf0000000; /* generate system reset after 2.684 seconds */
Stefan Roesec157d8e2005-08-01 16:41:48 +0200329#endif
Stefan Roese1c2ce222006-11-27 14:12:17 +0100330#if defined(CFG_4xx_RESET_TYPE)
331 val &= ~0x30000000; /* clear WRC bits */
332 val |= CFG_4xx_RESET_TYPE << 28; /* set board specific WRC type */
333#endif
wdenk4a9cbbe2002-08-27 09:48:53 +0000334 mtspr(tcr, val);
335
336 val = mfspr(tsr);
337 val |= 0x80000000; /* enable watchdog timer */
338 mtspr(tsr, val);
339
340 reset_4xx_watchdog();
341#endif /* CONFIG_WATCHDOG */
342}
343
344/*
345 * initialize higher level parts of CPU like time base and timers
346 */
347int cpu_init_r (void)
348{
stroeseb867d702003-05-23 11:18:02 +0000349#if defined(CONFIG_405GP) || defined(CONFIG_405EP)
wdenk4a9cbbe2002-08-27 09:48:53 +0000350 bd_t *bd = gd->bd;
351 unsigned long reg;
stroeseb867d702003-05-23 11:18:02 +0000352#if defined(CONFIG_405GP)
stroese38daa272003-03-20 15:21:50 +0000353 uint pvr = get_pvr();
stroeseb867d702003-05-23 11:18:02 +0000354#endif
wdenk4a9cbbe2002-08-27 09:48:53 +0000355
stroese37208782003-06-05 15:35:20 +0000356#ifdef CFG_INIT_DCACHE_CS
357 /*
358 * Flush and invalidate dcache, then disable CS for temporary stack.
359 * Afterwards, this CS can be used for other purposes
360 */
361 dcache_disable(); /* flush and invalidate dcache */
362 mtebc(PBxAP, 0);
363 mtebc(PBxCR, 0); /* disable CS for temporary stack */
364
365#if (defined(PBxAP_VAL) && defined(PBxCR_VAL))
366 /*
367 * Write new value into CS register
368 */
369 mtebc(PBxAP, PBxAP_VAL);
370 mtebc(PBxCR, PBxCR_VAL);
371#endif
372#endif /* CFG_INIT_DCACHE_CS */
373
wdenk4a9cbbe2002-08-27 09:48:53 +0000374 /*
375 * Write Ethernetaddress into on-chip register
376 */
377 reg = 0x00000000;
378 reg |= bd->bi_enetaddr[0]; /* set high address */
379 reg = reg << 8;
380 reg |= bd->bi_enetaddr[1];
381 out32 (EMAC_IAH, reg);
382
383 reg = 0x00000000;
384 reg |= bd->bi_enetaddr[2]; /* set low address */
385 reg = reg << 8;
386 reg |= bd->bi_enetaddr[3];
387 reg = reg << 8;
388 reg |= bd->bi_enetaddr[4];
389 reg = reg << 8;
390 reg |= bd->bi_enetaddr[5];
391 out32 (EMAC_IAL, reg);
stroese38daa272003-03-20 15:21:50 +0000392
stroeseb867d702003-05-23 11:18:02 +0000393#if defined(CONFIG_405GP)
stroese38daa272003-03-20 15:21:50 +0000394 /*
395 * Set edge conditioning circuitry on PPC405GPr
396 * for compatibility to existing PPC405GP designs.
397 */
stroesebaa3d522003-04-04 16:00:33 +0000398 if ((pvr & 0xfffffff0) == (PVR_405GPR_RB & 0xfffffff0)) {
stroese38daa272003-03-20 15:21:50 +0000399 mtdcr(ecr, 0x60606000);
400 }
stroeseb867d702003-05-23 11:18:02 +0000401#endif /* defined(CONFIG_405GP) */
402#endif /* defined(CONFIG_405GP) || defined(CONFIG_405EP) */
Stefan Roese2801b2d2008-03-11 15:05:50 +0100403
wdenk4a9cbbe2002-08-27 09:48:53 +0000404 return (0);
405}