summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-03 20:35:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-03 20:35:43 +0000
commite36390a662764faf3b38e8f6196e8f77d1b5d00f (patch)
tree810a3778767fa392b44ccfe2577fc645e7620ee8 /c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
parent2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e36390a662764faf3b38e8f6196e8f77d1b5d00f.tar.bz2
2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, console/alloc360.c, console/console.c, console/console.h, console/m68360.h, console/mc68360_scc.c, console/ns16550cfg.c, console/rsPMCQ1.c, console/rsPMCQ1.h, include/bsp.h, irq/irq_init.c, vme/VMEConfig.h: Initiate update and testing. Add missing files. Does not run hello yet. * console/debugio.c, console/polled_io.c, irq/openpic_xxx_irq.c: New files.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h b/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
index 5f01241ee5..8492733a2d 100644
--- a/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
+++ b/c/src/lib/libbsp/powerpc/ep1a/vme/VMEConfig.h
@@ -63,9 +63,9 @@
*/
#undef BSP_VME_BAT_IDX
-#define _VME_A32_WIN0_ON_PCI 0x10000000
-#define _VME_A24_ON_PCI 0x1f000000
-#define _VME_A16_ON_PCI 0x1fff0000
+#define _VME_A32_WIN0_ON_PCI 0x90000000
+#define _VME_A24_ON_PCI 0x9f000000
+#define _VME_A16_ON_PCI 0x9fff0000
/* start of the A32 window on the VME bus
* TODO: this should perhaps be a configuration option
@@ -77,6 +77,16 @@
* at _VME_DRAM_OFFSET
*/
#undef _VME_DRAM_OFFSET
+#define _VME_DRAM_OFFSET 0xc0000000
+#define _VME_DRAM_32_OFFSET1 0x20000000
+#define _VME_DRAM_32_OFFSET2 0x20b00000
+#define _VME_DRAM_24_OFFSET1 0x00000000
+#define _VME_DRAM_24_OFFSET2 0x00100000
+#define _VME_DRAM_16_OFFSET1 0x00000000
+#define _VME_DRAM_16_OFFSET2 0x00008000
+
+#define _VME_A24_SIZE 0x00100000
+#define _VME_A16_SIZE 0x00008000
#undef _VME_CSR_ON_PCI