summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
index 1620d11a62..02c0829639 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
@@ -20,6 +20,21 @@
typedef enum
{
PPC_601 = 0x1,
+ PPC_5XX = 0x2,
+ PPC_509 = PPC_5XX,
+ PPC_533 = PPC_5XX,
+ PPC_534 = PPC_5XX,
+ PPC_535 = PPC_5XX,
+ PPC_536 = PPC_5XX,
+ PPC_555 = PPC_5XX,
+ PPC_556 = PPC_5XX,
+ PPC_561 = PPC_5XX,
+ PPC_562 = PPC_5XX,
+ PPC_563 = PPC_5XX,
+ PPC_564 = PPC_5XX,
+ PPC_565 = PPC_5XX,
+ PPC_566 = PPC_5XX,
+ MPC_5XX = PPC_5XX,
PPC_603 = 0x3,
PPC_604 = 0x4,
PPC_603e = 0x6,
@@ -31,6 +46,7 @@ typedef enum
PPC_620 = 0x16,
PPC_860 = 0x50,
PPC_821 = PPC_860,
+ PPC_823 = PPC_860,
PPC_8260 = 0x81,
PPC_UNKNOWN = 0xff
} ppc_cpu_id_t;