summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-27 15:29:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-27 15:29:18 +0000
commit702c5f5b42e975c35a94f1ae3d39a77815f36f70 (patch)
tree46a9caa5230280f7c51530aeeff50355f893083c /c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h
parentFirst attempt at icluding Eric Valette and Emmanuel Raguet. (diff)
downloadrtems-702c5f5b42e975c35a94f1ae3d39a77815f36f70.tar.bz2
The rxgen960 BSP and i960 RPM support was submitted by Mark Bronson
<mark@ramix.com> of RAMIX.
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h b/c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h
new file mode 100644
index 0000000000..51ee73dec0
--- /dev/null
+++ b/c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h
@@ -0,0 +1,8 @@
+/* Memory map for the pmc901 ; works for most RAMiX PMC/CPCI modules as well */
+
+#define UART_REG 0xc0000100
+#define LED_REG 0xc0000200
+#define DRAM_BASE 0xa0000000
+#define DRAM_SIZE 0x00400000
+#define DRAM_SIZE_MASK 0xffc00000
+#define FLASH_BASE 0xfe000000