summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/README
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-10-20 15:21:05 +0000
committerEric Norum <WENorum@lbl.gov>2004-10-20 15:21:05 +0000
commit7be6ad9701934100d2929abbcce770da1e0a005f (patch)
tree5b8fc8b6cfcf0a61594e54f8fc2fafc6a4dc1a25 /c/src/lib/libbsp/powerpc/mvme5500/README
parent2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7be6ad9701934100d2929abbcce770da1e0a005f.tar.bz2
Add MVME550 BSP
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme5500/README')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/README105
1 files changed, 105 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/README b/c/src/lib/libbsp/powerpc/mvme5500/README
new file mode 100644
index 0000000000..ed927235c1
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/mvme5500/README
@@ -0,0 +1,105 @@
+#
+# $Id: README,v 1.1 Shuchen Kate Feng, NSLS, BNL (10/10/04)
+#
+
+BSP NAME: mvme5500
+BOARD: MVME5500 by Motorola
+BUS: PCI
+CPU FAMILY: ppc
+CPU: MPC7455 @ 1GHZ
+COPROCESSORS: N/A
+MODE: 32/64 bit mode (support 32 bit for now)
+DEBUG MONITOR: MOTLoad
+SYSTEM CONTROLLER: GT64260B
+
+OTHER README FILES: README.booting,README.rtems-4.6.0-patch,README.VME,
+ README.irq
+
+PERIPHERALS
+===========
+TIMERS: Eight, 32 bit programmable
+SERIAL PORTS: 2 NS 16550 on GT64260B
+REAL-TIME CLOCK: MK48T37V
+32K NVSRAM: MK48T37V
+WATCHDOG TIMER: use the one in GT-64260B
+DMA: 8 channel DMA controller (GT-64260B)
+VIDEO: none
+NETWORKING: Port 1: Intel 82544EI Gigabit Ethernet Controller
+ 10/100/1000Mb/s routed to front panel RJ-45
+ Port 2: 10/100 Mb ethernet unit integrated on the
+ Marvell's GT64260 system controller
+
+DRIVER INFORMATION
+==================
+CLOCK DRIVER: PPC internal
+IOSUPP DRIVER: N/A
+SHMSUPP: N/A
+TIMER DRIVER: PPC internal
+TTY DRIVER: PPC internal
+
+STDIO
+=====
+PORT: Console port 0
+ELECTRICAL: na
+BAUD: na
+BITS PER CHARACTER: na
+PARITY: na
+STOP BITS: na
+
+
+Jumpers
+=======
+
+1) The BSP is tested with the 60x bus mode instead of the MPX bus mode.
+ ( No jumper or a jumper across pins 1-2 on J19 selects the 60x bus mode)
+
+2) On the mvme5500 board, Ethernet 1 is the Gigabit Ethernet port and is
+ front panel only. Ethernet 2 is 10/100 BaseT Ethernet. For front-panel
+ Ethernet2, install jumpers across pins 1-2 on all J6, J7, J100 and
+ J101 headers.
+
+3) Enable SROM initialization at startup. (No jumper or a jumper across
+ pins 1-2 on J17)
+
+In fact, (if I did not miss anything) the mvme5500 board should function
+properly if one keeps all the jumpers at factory configuration.
+One can leave out the jumper on J30 to disable EEPROM programming.
+
+Notes
+=====
+
+BSP BAT usage
+----------------------
+DBAT0 and IBAT0
+0x00000000
+0x0fffffff 1st 256M, for MEMORY access (caching enabled)
+
+DBAT1 and IBAT1
+0x00000000
+0x0fffffff 2nd 256M, for MEMORY access (caching enabled)
+
+UPDATE: (2004/5).
+The BSP now uses page tables for mapping the entire 512MB
+of RAM. DBAT0 and DBAT1 is hence free for use by the
+application. A simple 1:1 (virt<->phys) mapping is employed.
+The BSP write-protects the text and read-only data
+areas of the application. Special acknowledgement to Till
+Straumann <strauman@slac.stanford.edu> for providing inputs in
+porting the memory protection software he wrote (BSP_pgtbl_xxx())
+to MVME5500.
+
+
+The default VME configuration uses DBAT0 to map
+more PCI memory space for use by the universe VME
+bridge:
+
+DBAT0
+0x90000000 PCI memory space <-> VME
+0x9fffffff
+
+Port VME-Addr Size PCI-Adrs Mode:
+0: 0x20000000 0x0F000000 0x90000000 A32, Dat, Sup
+1: 0x00000000 0x00FF0000 0x9F000000 A24, Dat, Sup
+2: 0x00000000 0x00010000 0x9FFF0000 A16, Dat, Sup
+
+