2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>

* configure.ac, mpc6xx/exceptions/raw_exception.c,
	mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c,
	mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c,
	shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was
	also a significant amount of spelling and whitespace cleanup.
This commit is contained in:
Joel Sherrill
2004-11-10 23:51:57 +00:00
parent e79a194755
commit a84392db85
9 changed files with 56 additions and 22 deletions

View File

@@ -35,7 +35,9 @@ typedef enum
PPC_821 = PPC_860,
PPC_823 = PPC_860,
PPC_8260 = 0x81,
PPC_UNKNOWN = 0xff
PPC_8240 = PPC_8260,
PPC_8245 = 0x8081,
PPC_UNKNOWN = 0xffff
} ppc_cpu_id_t;
typedef unsigned short ppc_cpu_revision_t;