summaryrefslogtreecommitdiff
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-08-20 18:57:45 +0530
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:41 -0500
commita713ba926b45da9a6f923f1ac9e60a66852e5f2d (patch)
tree0df277036c820207a4b2008dec3453adcbfc5ad5 /include/asm-ppc
parentbf488bc0949fc900d1296a7f35a38a6a28cb5fab (diff)
85xx: Added single core members of FSL P1xx/P2xx processors series
P1011 - Single core variant of P1020 P2010 - Single core variant of P2020 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/processor.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h
index 5547245d5..dcaf8c030 100644
--- a/include/asm-ppc/processor.h
+++ b/include/asm-ppc/processor.h
@@ -1009,10 +1009,14 @@
#define SVR_8569_E 0x808800
#define SVR_8572 0x80E000
#define SVR_8572_E 0x80E800
-#define SVR_P2020 0x80E200
-#define SVR_P2020_E 0x80EA00
+#define SVR_P1011 0x80E500
+#define SVR_P1011_E 0x80ED00
#define SVR_P1020 0x80E400
#define SVR_P1020_E 0x80EC00
+#define SVR_P2010 0x80E300
+#define SVR_P2010_E 0x80EB00
+#define SVR_P2020 0x80E200
+#define SVR_P2020_E 0x80EA00
#define SVR_8610 0x80A000
#define SVR_8641 0x809000