2 * linux/arch/powerpc/kernel/traps.c
4 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
6 * Modified by Cort Dougan (cort@cs.nmt.edu)
7 * and Paul Mackerras (paulus@cs.anu.edu.au)
10 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
12 * See file CREDITS for list of people who contributed to this
15 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU General Public License as
17 * published by the Free Software Foundation; either version 2 of
18 * the License, or (at your option) any later version.
20 * This program is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32 * This file handles the architecture-dependent parts of hardware exceptions
38 #include <asm/processor.h>
40 DECLARE_GLOBAL_DATA_PTR;
42 /* Returns 0 if exception not found and fixup otherwise. */
43 extern unsigned long search_exception_table(unsigned long);
45 /* THIS NEEDS CHANGING to use the board info structure.
47 #define END_OF_MEM (gd->bd->bi_memstart + gd->bd->bi_memsize)
49 static __inline__ unsigned long get_esr(void)
53 #if defined(CONFIG_440)
54 asm volatile("mfspr %0, 0x03e" : "=r" (val) :);
56 asm volatile("mfesr %0" : "=r" (val) :);
61 #define ESR_MCI 0x80000000
62 #define ESR_PIL 0x08000000
63 #define ESR_PPR 0x04000000
64 #define ESR_PTR 0x02000000
65 #define ESR_DST 0x00800000
66 #define ESR_DIZ 0x00400000
67 #define ESR_U0F 0x00008000
69 #if defined(CONFIG_CMD_BEDBUG)
70 extern void do_bedbug_breakpoint(struct pt_regs *);
74 * Trap & Exception support
78 print_backtrace(unsigned long *sp)
83 printf("Call backtrace: ");
85 if ((uint)sp > END_OF_MEM)
93 sp = (unsigned long *)*sp;
98 void show_regs(struct pt_regs * regs)
102 printf("NIP: %08lX XER: %08lX LR: %08lX REGS: %p TRAP: %04lx DEAR: %08lX\n",
103 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar);
104 printf("MSR: %08lx EE: %01x PR: %01x FP: %01x ME: %01x IR/DR: %01x%01x\n",
105 regs->msr, regs->msr&MSR_EE ? 1 : 0, regs->msr&MSR_PR ? 1 : 0,
106 regs->msr & MSR_FP ? 1 : 0,regs->msr&MSR_ME ? 1 : 0,
107 regs->msr&MSR_IR ? 1 : 0,
108 regs->msr&MSR_DR ? 1 : 0);
111 for (i = 0; i < 32; i++) {
113 printf("GPR%02d: ", i);
116 printf("%08lX ", regs->gpr[i]);
125 _exception(int signr, struct pt_regs *regs)
128 print_backtrace((unsigned long *)regs->gpr[1]);
133 MachineCheckException(struct pt_regs *regs)
135 unsigned long fixup, val;
136 #if defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
142 if ((fixup = search_exception_table(regs->nip)) != 0) {
146 mtspr(SPRN_MCSR, val);
150 #if defined(CONFIG_CMD_KGDB)
151 if (debugger_exception_handler && (*debugger_exception_handler)(regs))
155 printf("Machine Check Exception.\n");
156 printf("Caused by (from msr): ");
157 printf("regs %p ", regs);
161 #if !defined(CONFIG_440) && !defined(CONFIG_405EX)
163 printf("Instruction");
164 mtspr(ESR, val & ~ESR_IMCP);
168 printf(" machine check.\n");
170 #elif defined(CONFIG_440) || defined(CONFIG_405EX)
172 printf("Instruction Synchronous Machine Check exception\n");
173 mtspr(SPRN_ESR, val & ~ESR_IMCP);
177 printf("Instruction Read PLB Error\n");
178 #if defined(CONFIG_440)
180 printf("Data Read PLB Error\n");
182 printf("Data Write PLB Error\n");
185 printf("Data PLB Error\n");
188 printf("TLB Parity Error\n");
190 /*flush_instruction_cache(); */
191 printf("I-Cache Parity Error\n");
194 printf("D-Cache Search Parity Error\n");
196 printf("D-Cache Flush Parity Error\n");
198 printf("Machine Check exception is imprecise\n");
201 mtspr(SPRN_MCSR, val);
204 #if defined(CONFIG_DDR_ECC) && defined(CONFIG_SDRAM_PPC4xx_IBM_DDR2)
206 * Read and print ECC status register/info:
207 * The faulting address is only known upon uncorrectable ECC
210 mfsdram(SDRAM_ECCES, val);
211 if (val & SDRAM_ECCES_CE)
212 printf("ECC: Correctable error\n");
213 if (val & SDRAM_ECCES_UE) {
214 printf("ECC: Uncorrectable error at 0x%02x%08x\n",
215 mfdcr(SDRAM_ERRADDULL), mfdcr(SDRAM_ERRADDLLL));
217 #endif /* CONFIG_DDR_ECC ... */
219 #if defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
220 mfsdram(DDR0_00, val) ;
221 printf("DDR0: DDR0_00 %lx\n", val);
222 val = (val >> 16) & 0xff;
224 printf("DDR0: At least one interrupt active\n");
226 printf("DDR0: DRAM initialization complete.\n");
228 printf("DDR0: Multiple uncorrectable ECC events.\n");
232 printf("DDR0: Single uncorrectable ECC event.\n");
236 printf("DDR0: Multiple correctable ECC events.\n");
240 printf("DDR0: Single correctable ECC event.\n");
244 printf("Multiple accesses outside the defined"
245 " physical memory space detected\n");
247 printf("DDR0: Single access outside the defined"
248 " physical memory space detected.\n");
250 mfsdram(DDR0_01, val);
251 val = (val >> 8) & 0x7;
254 printf("DDR0: Write Out-of-Range command\n");
257 printf("DDR0: Read Out-of-Range command\n");
260 printf("DDR0: Masked write Out-of-Range command\n");
263 printf("DDR0: Wrap write Out-of-Range command\n");
266 printf("DDR0: Wrap read Out-of-Range command\n");
269 mfsdram(DDR0_01, value2);
270 printf("DDR0: No DDR0 error know 0x%lx %x\n", val, value2);
272 mfsdram(DDR0_23, val);
273 if (((val >> 16) & 0xff) && corr_ecc)
274 printf("DDR0: Syndrome for correctable ECC event 0x%lx\n",
276 mfsdram(DDR0_23, val);
277 if (((val >> 8) & 0xff) && uncorr_ecc)
278 printf("DDR0: Syndrome for uncorrectable ECC event 0x%lx\n",
280 mfsdram(DDR0_33, val);
282 printf("DDR0: Address of command that caused an "
283 "Out-of-Range interrupt %lx\n", val);
284 mfsdram(DDR0_34, val);
285 if (val && uncorr_ecc)
286 printf("DDR0: Address of uncorrectable ECC event %lx\n", val);
287 mfsdram(DDR0_35, val);
288 if (val && uncorr_ecc)
289 printf("DDR0: Address of uncorrectable ECC event %lx\n", val);
290 mfsdram(DDR0_36, val);
291 if (val && uncorr_ecc)
292 printf("DDR0: Data of uncorrectable ECC event 0x%08lx\n", val);
293 mfsdram(DDR0_37, val);
294 if (val && uncorr_ecc)
295 printf("DDR0: Data of uncorrectable ECC event 0x%08lx\n", val);
296 mfsdram(DDR0_38, val);
298 printf("DDR0: Address of correctable ECC event %lx\n", val);
299 mfsdram(DDR0_39, val);
301 printf("DDR0: Address of correctable ECC event %lx\n", val);
302 mfsdram(DDR0_40, val);
304 printf("DDR0: Data of correctable ECC event 0x%08lx\n", val);
305 mfsdram(DDR0_41, val);
307 printf("DDR0: Data of correctable ECC event 0x%08lx\n", val);
308 #endif /* CONFIG_440EPX */
309 #endif /* CONFIG_440 */
311 print_backtrace((unsigned long *)regs->gpr[1]);
312 panic("machine check");
316 AlignmentException(struct pt_regs *regs)
318 #if defined(CONFIG_CMD_KGDB)
319 if (debugger_exception_handler && (*debugger_exception_handler)(regs))
324 print_backtrace((unsigned long *)regs->gpr[1]);
325 panic("Alignment Exception");
329 ProgramCheckException(struct pt_regs *regs)
333 #if defined(CONFIG_CMD_KGDB)
334 if (debugger_exception_handler && (*debugger_exception_handler)(regs))
341 if( esr_val & ESR_PIL )
342 printf( "** Illegal Instruction **\n" );
343 else if( esr_val & ESR_PPR )
344 printf( "** Privileged Instruction **\n" );
345 else if( esr_val & ESR_PTR )
346 printf( "** Trap Instruction **\n" );
348 print_backtrace((unsigned long *)regs->gpr[1]);
349 panic("Program Check Exception");
353 DecrementerPITException(struct pt_regs *regs)
356 * Reset PIT interrupt
358 mtspr(SPRN_TSR, 0x08000000);
361 * Call timer_interrupt routine in interrupts.c
363 timer_interrupt(NULL);
368 UnknownException(struct pt_regs *regs)
370 #if defined(CONFIG_CMD_KGDB)
371 if (debugger_exception_handler && (*debugger_exception_handler)(regs))
375 printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
376 regs->nip, regs->msr, regs->trap);
381 DebugException(struct pt_regs *regs)
383 printf("Debugger trap at @ %lx\n", regs->nip );
385 #if defined(CONFIG_CMD_BEDBUG)
386 do_bedbug_breakpoint( regs );
390 /* Probe an address by reading. If not present, return -1, otherwise
394 addr_probe(uint *addr)
399 __asm__ __volatile__( \
400 "1: lwz %0,0(%1)\n" \
404 ".section .fixup,\"ax\"\n" \
407 ".section __ex_table,\"a\"\n" \
411 : "=r" (retval) : "r"(addr));