2003-02-20 Till Straumann <strauman@slac.stanford.edu>

PR 349/bsps
	* mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c,
	mpc6xx/mmu/pte121.c, shared/include/cpuIdent.c,
	shared/include/cpuIdent.h, shared/src/Makefile.am, shared/src/stack.c,
	shared/src/stackTrace.h, powerpc/registers.h:
	  - undo improper 'fix' who broke mpc604r identification
	  - fix: 7400 identification PVR value was wrong
	  - enhance 'setdbat()' to switch OFF a given BAT if called with 0 size
	  - fix: page table support bugfix
	  - enhancement: provide routines to take and print stack trace
	    snapshots
	  - add definitions for HID1 and DABR SPRs
This commit is contained in:
Joel Sherrill
2003-02-20 22:07:54 +00:00
parent da1100e035
commit c074ea2eae
7 changed files with 57 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ typedef enum
PPC_750 = 0x8,
PPC_604e = 0x9,
PPC_604r = 0xA,
PPC_7400 = 0xA,
PPC_7400 = 0xC,
PPC_620 = 0x16,
PPC_860 = 0x50,
PPC_821 = PPC_860,