summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-10-20 18:38:26 +0000
committerEric Norum <WENorum@lbl.gov>2005-10-20 18:38:26 +0000
commitcc2fcc1655fb5e0b6d9faefa2e1c8f7c0f4376fe (patch)
treedc8535e4fe9ac154e0c2ca37a4c9a5d0bb399d28 /c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
parentCosmetics (diff)
downloadrtems-cc2fcc1655fb5e0b6d9faefa2e1c8f7c0f4376fe.tar.bz2
Numerous changes and cleanups to support MVME2100.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
index 482e0bfc39..6f89457273 100644
--- a/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h
@@ -11,9 +11,15 @@
* hardcoded window lengths that match this
* layout:
*/
+#if defined(mvme2100)
+#define _VME_A32_WIN0_ON_PCI 0x90000000
+#define _VME_A24_ON_PCI 0x9f000000
+#define _VME_A16_ON_PCI 0x9fff0000
+#else
#define _VME_A32_WIN0_ON_PCI 0x10000000
#define _VME_A24_ON_PCI 0x1f000000
#define _VME_A16_ON_PCI 0x1fff0000
+#endif
/* start of the A32 window on the VME bus
* TODO: this should perhaps be a configuration option