blob: 5ec9adb7422666eb26ab342b78549c3a6a2f6ca1 [file] [log] [blame]
wdenkc6097192002-11-03 00:24:07 +00001/*
wdenk4d816772003-09-03 14:03:26 +00002 * (C) Copyright 2000-2003
wdenkc6097192002-11-03 00:24:07 +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/*
wdenkc6097192002-11-03 00:24:07 +000025 * CPU specific code
26 *
27 * written or collected and sometimes rewritten by
28 * Magnus Damm <damm@bitsmart.com>
29 *
30 * minor modifications by
31 * Wolfgang Denk <wd@denx.de>
32 */
33
34#include <common.h>
35#include <watchdog.h>
36#include <command.h>
37#include <asm/cache.h>
38#include <ppc4xx.h>
39
40
41#if defined(CONFIG_440)
42static int do_chip_reset( unsigned long sys0, unsigned long sys1 );
43#endif
44
45/* ------------------------------------------------------------------------- */
46
47int checkcpu (void)
48{
stroeseb867d702003-05-23 11:18:02 +000049#if defined(CONFIG_405GP) || \
50 defined(CONFIG_405CR) || \
wdenk12f34242003-09-02 22:48:03 +000051 defined(CONFIG_405EP) || \
52 defined(CONFIG_440) || \
53 defined(CONFIG_IOP480)
wdenkc6097192002-11-03 00:24:07 +000054 uint pvr = get_pvr();
55#endif
stroeseb867d702003-05-23 11:18:02 +000056#if defined(CONFIG_405GP) || \
57 defined(CONFIG_405CR) || \
wdenk12f34242003-09-02 22:48:03 +000058 defined(CONFIG_405EP) || \
59 defined(CONFIG_IOP480)
wdenkc6097192002-11-03 00:24:07 +000060 DECLARE_GLOBAL_DATA_PTR;
61
62 ulong clock = gd->cpu_clk;
63 char buf[32];
64#endif
65
stroeseb867d702003-05-23 11:18:02 +000066#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || defined(CONFIG_405EP)
wdenkc6097192002-11-03 00:24:07 +000067 PPC405_SYS_INFO sys_info;
68
69 puts ("CPU: ");
70
71 get_sys_info(&sys_info);
72
wdenk42dfe7a2004-03-14 22:25:36 +000073#ifdef CONFIG_405GP
Stefan Roesec157d8e2005-08-01 16:41:48 +020074 puts ("AMCC PowerPC 405GP");
stroesebaa3d522003-04-04 16:00:33 +000075 if (pvr == PVR_405GPR_RB) {
wdenkc6097192002-11-03 00:24:07 +000076 putc('r');
77 }
wdenk4d816772003-09-03 14:03:26 +000078 puts (" Rev. ");
wdenkc6097192002-11-03 00:24:07 +000079#endif
wdenk42dfe7a2004-03-14 22:25:36 +000080#ifdef CONFIG_405CR
Stefan Roesec157d8e2005-08-01 16:41:48 +020081 puts ("AMCC PowerPC 405CR Rev. ");
wdenkc6097192002-11-03 00:24:07 +000082#endif
wdenk42dfe7a2004-03-14 22:25:36 +000083#ifdef CONFIG_405EP
Stefan Roesec157d8e2005-08-01 16:41:48 +020084 puts ("AMCC PowerPC 405EP Rev. ");
stroeseb867d702003-05-23 11:18:02 +000085#endif
wdenkc6097192002-11-03 00:24:07 +000086 switch (pvr) {
87 case PVR_405GP_RB:
stroesebaa3d522003-04-04 16:00:33 +000088 case PVR_405GPR_RB:
wdenkc6097192002-11-03 00:24:07 +000089 putc('B');
90 break;
91 case PVR_405GP_RC:
wdenk42dfe7a2004-03-14 22:25:36 +000092#ifdef CONFIG_405CR
wdenkc6097192002-11-03 00:24:07 +000093 case PVR_405CR_RC:
94#endif
95 putc('C');
96 break;
97 case PVR_405GP_RD:
98 putc('D');
99 break;
wdenk42dfe7a2004-03-14 22:25:36 +0000100#ifdef CONFIG_405GP
wdenkc6097192002-11-03 00:24:07 +0000101 case PVR_405GP_RE:
102 putc('E');
103 break;
104#endif
105 case PVR_405CR_RA:
wdenkc6097192002-11-03 00:24:07 +0000106 putc('A');
107 break;
108 case PVR_405CR_RB:
stroeseb867d702003-05-23 11:18:02 +0000109 case PVR_405EP_RB:
wdenkc6097192002-11-03 00:24:07 +0000110 putc('B');
111 break;
112 default:
wdenk4d816772003-09-03 14:03:26 +0000113 printf ("? (PVR=%08x)", pvr);
wdenkc6097192002-11-03 00:24:07 +0000114 break;
115 }
116
wdenk4d816772003-09-03 14:03:26 +0000117 printf (" at %s MHz (PLB=%lu, OPB=%lu, EBC=%lu MHz)\n", strmhz(buf, clock),
wdenkc6097192002-11-03 00:24:07 +0000118 sys_info.freqPLB / 1000000,
119 sys_info.freqPLB / sys_info.pllOpbDiv / 1000000,
120 sys_info.freqPLB / sys_info.pllExtBusDiv / 1000000);
121
stroeseb867d702003-05-23 11:18:02 +0000122#if defined(CONFIG_405GP)
wdenk4d816772003-09-03 14:03:26 +0000123 if (mfdcr(strap) & PSR_PCI_ASYNC_EN) {
124 printf (" PCI async ext clock used, ");
125 } else {
126 printf (" PCI sync clock at %lu MHz, ",
wdenkc6097192002-11-03 00:24:07 +0000127 sys_info.freqPLB / sys_info.pllPciDiv / 1000000);
wdenk4d816772003-09-03 14:03:26 +0000128 }
129 printf ("%sternal PCI arbiter enabled\n",
130 (mfdcr(strap) & PSR_PCI_ARBIT_EN) ? "in" : "ex");
stroeseb867d702003-05-23 11:18:02 +0000131#elif defined(CONFIG_405EP)
wdenk4d816772003-09-03 14:03:26 +0000132 printf (" IIC Boot EEPROM %sabled\n",
133 (mfdcr(cpc0_boot) & CPC0_BOOT_SEP) ? "en" : "dis");
134 printf (" PCI async ext clock used, ");
135 printf ("%sternal PCI arbiter enabled\n",
136 (mfdcr(cpc0_pci) & CPC0_PCI_ARBIT_EN) ? "in" : "ex");
wdenkc6097192002-11-03 00:24:07 +0000137#endif
138
stroeseb867d702003-05-23 11:18:02 +0000139#if defined(CONFIG_405EP)
wdenk4d816772003-09-03 14:03:26 +0000140 printf (" 16 kB I-Cache 16 kB D-Cache");
stroeseb867d702003-05-23 11:18:02 +0000141#else
wdenk4d816772003-09-03 14:03:26 +0000142 printf (" 16 kB I-Cache %d kB D-Cache",
143 ((pvr | 0x00000001) == PVR_405GPR_RB) ? 16 : 8);
stroeseb867d702003-05-23 11:18:02 +0000144#endif
wdenkc6097192002-11-03 00:24:07 +0000145#endif /* defined(CONFIG_405GP) || defined(CONFIG_405CR) */
146
147#ifdef CONFIG_IOP480
wdenk4d816772003-09-03 14:03:26 +0000148 printf ("PLX IOP480 (PVR=%08x)", pvr);
149 printf (" at %s MHz:", strmhz(buf, clock));
150 printf (" %u kB I-Cache", 4);
151 printf (" %u kB D-Cache", 2);
wdenkc6097192002-11-03 00:24:07 +0000152#endif
153
154#if defined(CONFIG_440)
Stefan Roese17f50f222005-08-04 17:09:16 +0200155 puts ("AMCC PowerPC 440");
wdenk4d816772003-09-03 14:03:26 +0000156 switch(pvr) {
wdenk8bde7f72003-06-27 21:31:46 +0000157 case PVR_440GP_RB:
Stefan Roesec157d8e2005-08-01 16:41:48 +0200158 puts("GP Rev. B");
wdenk4d816772003-09-03 14:03:26 +0000159 /* See errata 1.12: CHIP_4 */
160 if ((mfdcr(cpc0_sys0) != mfdcr(cpc0_strp0)) ||
161 (mfdcr(cpc0_sys1) != mfdcr(cpc0_strp1)) ){
162 puts ( "\n\t CPC0_SYSx DCRs corrupted. "
163 "Resetting chip ...\n");
164 udelay( 1000 * 1000 ); /* Give time for serial buf to clear */
165 do_chip_reset ( mfdcr(cpc0_strp0),
166 mfdcr(cpc0_strp1) );
167 }
wdenkc6097192002-11-03 00:24:07 +0000168 break;
wdenk8bde7f72003-06-27 21:31:46 +0000169 case PVR_440GP_RC:
Stefan Roesec157d8e2005-08-01 16:41:48 +0200170 puts("GP Rev. C");
wdenkba56f622004-02-06 23:19:44 +0000171 break;
172 case PVR_440GX_RA:
Stefan Roesec157d8e2005-08-01 16:41:48 +0200173 puts("GX Rev. A");
wdenkba56f622004-02-06 23:19:44 +0000174 break;
175 case PVR_440GX_RB:
Stefan Roesec157d8e2005-08-01 16:41:48 +0200176 puts("GX Rev. B");
wdenkc6097192002-11-03 00:24:07 +0000177 break;
stroese0a7c5392005-04-07 05:33:41 +0000178 case PVR_440GX_RC:
Stefan Roesec157d8e2005-08-01 16:41:48 +0200179 puts("GX Rev. C");
stroese0a7c5392005-04-07 05:33:41 +0000180 break;
Stefan Roesec157d8e2005-08-01 16:41:48 +0200181 case PVR_440EP_RA:
182 puts("EP Rev. A");
183 break;
Stefan Roese9a8d82f2005-10-04 15:00:30 +0200184#ifdef CONFIG_440EP
185 case PVR_440EP_RB: /* 440EP rev B and 440GR rev A have same PVR */
Stefan Roesec157d8e2005-08-01 16:41:48 +0200186 puts("EP Rev. B");
187 break;
Stefan Roese9a8d82f2005-10-04 15:00:30 +0200188#endif /* CONFIG_440EP */
189#ifdef CONFIG_440GR
190 case PVR_440GR_RA: /* 440EP rev B and 440GR rev A have same PVR */
191 puts("GR Rev. A");
192 break;
193#endif /* CONFIG_440GR */
wdenk8bde7f72003-06-27 21:31:46 +0000194 default:
Stefan Roese17f50f222005-08-04 17:09:16 +0200195 printf (" UNKNOWN (PVR=%08x)", pvr);
wdenkc6097192002-11-03 00:24:07 +0000196 break;
197 }
198#endif
wdenk4d816772003-09-03 14:03:26 +0000199 puts ("\n");
wdenkc6097192002-11-03 00:24:07 +0000200
201 return 0;
202}
203
204
205/* ------------------------------------------------------------------------- */
206
wdenk8bde7f72003-06-27 21:31:46 +0000207int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
wdenkc6097192002-11-03 00:24:07 +0000208{
Stefan Roesec157d8e2005-08-01 16:41:48 +0200209#if defined(CONFIG_YOSEMITE) || defined(CONFIG_YELLOWSTONE)
210 /*give reset to BCSR*/
211 *(unsigned char*)(CFG_BCSR_BASE | 0x06) = 0x09;
212
213#else
214
wdenk8bde7f72003-06-27 21:31:46 +0000215 /*
216 * Initiate system reset in debug control register DBCR
217 */
wdenkc6097192002-11-03 00:24:07 +0000218 __asm__ __volatile__("lis 3, 0x3000" ::: "r3");
219#if defined(CONFIG_440)
220 __asm__ __volatile__("mtspr 0x134, 3");
221#else
222 __asm__ __volatile__("mtspr 0x3f2, 3");
223#endif
Stefan Roesec157d8e2005-08-01 16:41:48 +0200224
225#endif/* defined(CONFIG_YOSEMITE) || defined(CONFIG_YELLOWSTONE)*/
wdenkc6097192002-11-03 00:24:07 +0000226 return 1;
227}
228
229#if defined(CONFIG_440)
230static
wdenk4d816772003-09-03 14:03:26 +0000231int do_chip_reset (unsigned long sys0, unsigned long sys1)
wdenkc6097192002-11-03 00:24:07 +0000232{
wdenk4d816772003-09-03 14:03:26 +0000233 /* Changes to cpc0_sys0 and cpc0_sys1 require chip
234 * reset.
235 */
236 mtdcr (cntrl0, mfdcr (cntrl0) | 0x80000000); /* Set SWE */
237 mtdcr (cpc0_sys0, sys0);
238 mtdcr (cpc0_sys1, sys1);
239 mtdcr (cntrl0, mfdcr (cntrl0) & ~0x80000000); /* Clr SWE */
240 mtspr (dbcr0, 0x20000000); /* Reset the chip */
wdenkc6097192002-11-03 00:24:07 +0000241
wdenk4d816772003-09-03 14:03:26 +0000242 return 1;
wdenkc6097192002-11-03 00:24:07 +0000243}
244#endif
245
246
247/*
248 * Get timebase clock frequency
249 */
250unsigned long get_tbclk (void)
251{
252#if defined(CONFIG_440)
253
254 sys_info_t sys_info;
255
256 get_sys_info(&sys_info);
257 return (sys_info.freqProcessor);
258
stroeseb867d702003-05-23 11:18:02 +0000259#elif defined(CONFIG_405GP) || \
260 defined(CONFIG_405CR) || \
261 defined(CONFIG_405) || \
262 defined(CONFIG_405EP)
wdenkc6097192002-11-03 00:24:07 +0000263
264 PPC405_SYS_INFO sys_info;
265
266 get_sys_info(&sys_info);
267 return (sys_info.freqProcessor);
268
269#elif defined(CONFIG_IOP480)
270
271 return (66000000);
272
273#else
274
275# error get_tbclk() not implemented
276
277#endif
278
279}
280
281
282#if defined(CONFIG_WATCHDOG)
283void
284watchdog_reset(void)
285{
286 int re_enable = disable_interrupts();
287 reset_4xx_watchdog();
288 if (re_enable) enable_interrupts();
289}
290
291void
292reset_4xx_watchdog(void)
293{
294 /*
295 * Clear TSR(WIS) bit
296 */
297 mtspr(tsr, 0x40000000);
298}
299#endif /* CONFIG_WATCHDOG */