summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Yang <James.Yang@freescale.com>2007-02-07 15:28:04 -0600
committerJon Loeliger <jdl@freescale.com>2007-05-01 12:43:58 -0500
commita75af9bfd8fff0499efdbb90601cec5a2afef117 (patch)
treefd9fa288f4ae57eeb9d93fc95d2e3b162025b8c4 /include
parentc1ab82669d9525998c34e802a12cad662723f22a (diff)
downloadblackbird-obmc-uboot-a75af9bfd8fff0499efdbb90601cec5a2afef117.tar.gz
blackbird-obmc-uboot-a75af9bfd8fff0499efdbb90601cec5a2afef117.zip
Conditionalize 8641 Rev1.0 MCM workarounds
Signed-off-by: James Yang <James.Yang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/mpc86xx.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h
index bc8ba3f2da..673bfed16e 100644
--- a/include/mpc86xx.h
+++ b/include/mpc86xx.h
@@ -9,6 +9,15 @@
#define EXC_OFF_SYS_RESET 0x0100 /* System reset offset */
+
+/*
+ * platform register addresses
+ */
+
+#define GUTS_SVR (CFG_CCSRBAR + 0xE00A4)
+#define MCM_ABCR (CFG_CCSRBAR + 0x01000)
+#define MCM_DBCR (CFG_CCSRBAR + 0x01008)
+
/*
* l2cr values. Look in config_<BOARD>.h for the actual setup
*/
OpenPOWER on IntegriCloud