summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-10-07 15:47:44 -0400
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:44 -0400
commit6edfaa93203b8fd6caff435f8ae00080d46fcaea (patch)
tree29a08953fe44a88d0adb3dddf953be1312379e4c /include
parent7fd9bbc747fdfd038281d9d3d080c8b484b425cd (diff)
u-boot-2009.03-p2020rdb-Support-of-P1-P2-processors-v2
Adds support for P20x0 processors of QorIQ series. The processors are Low end and Ultra Low End products in QorIQ series. All are e500 based with small variations. Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/global_data.h5
-rw-r--r--include/asm-ppc/processor.h8
2 files changed, 12 insertions, 1 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index bf4911b3b7..5d03670523 100644
--- a/include/asm-ppc/global_data.h
+++ b/include/asm-ppc/global_data.h
@@ -88,7 +88,10 @@ typedef struct global_data {
u32 mem_sec_clk;
#endif /* CONFIG_MPC8360 */
#endif
-#if defined(CONFIG_MPC837X) || defined(CONFIG_MPC8536)
+#if defined(CONFIG_MPC837X) || defined(CONFIG_MPC8536) \
+ || defined(CONFIG_P2020) \
+ || defined(CONFIG_P1020) || defined(CONFIG_P1021) \
+ || defined(CONFIG_P1011) || defined(CONFIG_P1012)
u32 sdhc_clk;
#endif
#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h
index 062d42d899..ed10b98cf6 100644
--- a/include/asm-ppc/processor.h
+++ b/include/asm-ppc/processor.h
@@ -959,6 +959,14 @@
#define SVR_8572_E 0x80E800
#define SVR_P2020 0x80E200
#define SVR_P2020_E 0x80EA00
+#define SVR_P1020 0x80E400
+#define SVR_P1020_E 0x80EC00
+#define SVR_P1021 0x80E401
+#define SVR_P1021_E 0x80EC01
+#define SVR_P1011 0x80E500
+#define SVR_P1011_E 0x80ED00
+#define SVR_P1012 0x80E501
+#define SVR_P1012_E 0x80ED01
#define SVR_8610 0x80A000
#define SVR_8641 0x809000