summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qemuppc/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-24 16:08:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-24 16:08:14 +0000
commit9fd02e20aa1e1af3d7ca69b15eead62a5b6bbf8c (patch)
treee181f466414766d4313ba77d4f96a8a64c8c300d /c/src/lib/libbsp/powerpc/qemuppc/README
parent2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-9fd02e20aa1e1af3d7ca69b15eead62a5b6bbf8c.tar.bz2
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/bsppanic.c, startup/cmain.c, startup/linkcmds: New files.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/qemuppc/README')
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/README b/c/src/lib/libbsp/powerpc/qemuppc/README
new file mode 100644
index 0000000000..de4f231b7b
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/qemuppc/README
@@ -0,0 +1,32 @@
+#
+# $Id$
+#
+
+This BSP is designed to operate on the PPC simulator provided by qemu.
+We are using the Courverture Project's qemu source tree.
+
+Couverture Project to add tracing/coverage to qemu
+ http://libre.adacore.com/libre/tools/coverage/
+
+Their source repository
+ http://forge.open-do.org/scm/?group_id=8
+
+That has instructions on checking it out.
+
+If you check it out into ${BASE} directory, then the
+directory with their modified qemu is:
+
+ ${BASE}/couverture/trunk/couverture/tools/qemu-r6588
+
+My BASE is /home/joel/qemu-coverage. I configured like this
+from within the qemu source tree.
+
+ ./configure --prefix=/home/joel/qemu-coverage/install
+ make
+ make install
+
+This gives all simulated targets supported.
+
+See the Makefile for more details.
+
+