summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qemuppc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 15:06:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 07:17:57 +0200
commiteb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5 (patch)
tree14177ad7a58c06a3c537d1e55dae7bc369a1a4b9 /c/src/lib/libbsp/powerpc/qemuppc
parentbsps: Remove unmaintained times files (diff)
downloadrtems-eb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5.tar.bz2
bsps: Move documentation, etc. files to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/qemuppc')
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/README b/c/src/lib/libbsp/powerpc/qemuppc/README
deleted file mode 100644
index 0bfc73996d..0000000000
--- a/c/src/lib/libbsp/powerpc/qemuppc/README
+++ /dev/null
@@ -1,28 +0,0 @@
-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.
-
-