summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-25 18:58:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-25 18:58:05 +0000
commitc8471315ff9c38541f5623375a85166890788cd7 (patch)
tree205114008dd25aa2bcd78360934da0661ebc0302 /c/src/lib/libbsp/mips/jmr3904/README
parent2000-11-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c8471315ff9c38541f5623375a85166890788cd7.tar.bz2
2000-11-25 Joel Sherrill <joel@OARcorp.com>
* The JMR BSP is for a Toshiba TX39 evaluation board but can also be used with the mips simulator in gdb. * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Diffstat (limited to 'c/src/lib/libbsp/mips/jmr3904/README')
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/jmr3904/README b/c/src/lib/libbsp/mips/jmr3904/README
new file mode 100644
index 0000000000..b3fdc24d20
--- /dev/null
+++ b/c/src/lib/libbsp/mips/jmr3904/README
@@ -0,0 +1,23 @@
+#
+# $Id$
+#
+
+Simple BSP for the TX3904 simulator built into gdb.
+
+Simulator Invocation
+====================
+The following is not 100% correct since it does not work. :)
+
+target sim --board=jmr3904pal --memory-region 0xffff8000,0x900 \
+ --memory-region 0xffffe000,0x4 --memory-region 0xb2100000,0x4
+ --memory-region 0x8800000,0x100000 -memory-region 0x80000000,0x40000 \
+ --memory-region 0xfffff300,0x10
+
+Status
+======
+This BSP is not working. It gets to the point where the
+console_outbyte_polled() routine is called during printf
+and it locks up checking for a status bit. This is probably
+a simulator initialization issue related to the setup command.
+As of 25 Nov 2000, email was sent to the gdb and newlib maintainers
+asking for advice.