summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-08-31 15:27:58 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-08-31 15:27:58 +0000
commitb2aa729698971208f1700cb1566fd79d3eb2058d (patch)
treec99171ee3bee7cbfa78f6d403d01c7e2f01a2695 /c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
parentRegenerate. (diff)
downloadrtems-b2aa729698971208f1700cb1566fd79d3eb2058d.tar.bz2
2011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_categories.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h: Support e200z7.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
index 6f8a666652..8088e295dd 100644
--- a/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
+++ b/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h
@@ -56,10 +56,10 @@ typedef enum
PPC_e300c1 = 0x8083, /* e300c1 core, in MPC83xx*/
PPC_e300c2 = 0x8084, /* e300c2 core */
PPC_e300c3 = 0x8085, /* e300c3 core */
- PPC_e200z0 = 0x8171,
- PPC_e200z1 = 0x8144,
- PPC_e200z6 = 0x8112,
- PPC_e200z6v5= 0x8115,
+ PPC_e200z0 = 0x8170,
+ PPC_e200z1 = 0x8140,
+ PPC_e200z6 = 0x8110,
+ PPC_e200z7 = 0x8160,
PPC_PSIM = 0xfffe, /* GDB PowerPC simulator -- fake version */
PPC_UNKNOWN = 0xffff
} ppc_cpu_id_t;