summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-18 03:07:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-18 03:07:54 +0000
commit3ae9de1a0e689d5f6f4e15a4a3ef2d6d7e2ef6e8 (patch)
tree56f774877b4ae4b87ceaf3c936d24ff23301d5b6 /c/src/lib/libbsp
parent2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3ae9de1a0e689d5f6f4e15a4a3ef2d6d7e2ef6e8.tar.bz2
002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
* README.mtx603e: New file.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e58
2 files changed, 62 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
index 7a417911ac..bf4a790c65 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
@@ -1,3 +1,7 @@
+002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
+ * README.mtx603e: New file.
+
2002-11-14 Greg Menke <gregory.menke@gsfc.nasa.gov>
* bsp_specs: Added crtbegin,crtend objects so C++ global objects
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
new file mode 100644
index 0000000000..bd23cfb0ab
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e
@@ -0,0 +1,58 @@
+#
+# README.mtx603e,v 1.1 2002/11/6 1:00:00 gregm Exp
+#
+
+BSP NAME: mtx603e
+BOARD: MTX-60X boards from motorola
+BUS: PCI, W83C554
+CPU FAMILY: ppc
+CPU: PowerPC 603e
+COPROCESSORS: N/A
+MODE: 32 bit mode
+
+DEBUG MONITOR: PPCBUG mode
+
+PERIPHERALS
+===========
+TIMERS: PPC internal Timebase register
+ RESOLUTION: ???
+SERIAL PORTS: simulated via bug
+REAL-TIME CLOCK: PPC internal Decrementer register
+DMA: none
+VIDEO: none
+SCSI: none
+NETWORKING: DEC21140
+
+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
+
+Notes
+=====
+
+This bsp is an instantiation of the generic motorola_powerpc BSP. It is
+"virtual" in the sense it does not supply any per-bsp files. Instead,
+it is defined by the aclocal and make/custom config files which supply
+#defines that adapt the shared powerpc code. This is seen in the
+bootloader and irq setup files.
+
+Although created for a MTX-603e board, this bsp should be readily
+portable to any of the Motorola MTX boards, and has in fact run on a
+MCP750 board.
+
+Some MTX boards have multiple processors, at this time RTEMS does not
+support SMP and there is no internal awareness of the architecture.
+