summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-05-20 01:11:33 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-06-12 17:16:26 -0500
commit71b358cc26792889bbac35054d8e89d59b3fabc4 (patch)
treea6ad691d5371e42dc3ad0cff188639b634bdddbc
parent22419d77976bbd0df9fcf45513f1b96bd73e50d1 (diff)
downloadblackbird-obmc-uboot-71b358cc26792889bbac35054d8e89d59b3fabc4.tar.gz
blackbird-obmc-uboot-71b358cc26792889bbac35054d8e89d59b3fabc4.zip
85xx: Added MPC8535/E identifiers
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r--cpu/mpc85xx/cpu.c2
-rw-r--r--include/asm-ppc/processor.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c
index ef976a43fe..1c3eddfd37 100644
--- a/cpu/mpc85xx/cpu.c
+++ b/cpu/mpc85xx/cpu.c
@@ -40,6 +40,8 @@ DECLARE_GLOBAL_DATA_PTR;
struct cpu_type cpu_type_list [] = {
CPU_TYPE_ENTRY(8533, 8533),
CPU_TYPE_ENTRY(8533, 8533_E),
+ CPU_TYPE_ENTRY(8535, 8535),
+ CPU_TYPE_ENTRY(8535, 8535_E),
CPU_TYPE_ENTRY(8536, 8536),
CPU_TYPE_ENTRY(8536, 8536_E),
CPU_TYPE_ENTRY(8540, 8540),
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h
index 8f73c69e76..e7db1c6abf 100644
--- a/include/asm-ppc/processor.h
+++ b/include/asm-ppc/processor.h
@@ -934,6 +934,8 @@
#define SVR_8533 0x803400
#define SVR_8533_E 0x803C00
+#define SVR_8535 0x803701
+#define SVR_8535_E 0x803F01
#define SVR_8536 0x803700
#define SVR_8536_E 0x803F00
#define SVR_8540 0x803000
OpenPOWER on IntegriCloud