summaryrefslogtreecommitdiff
path: root/bsps/powerpc/psim/README
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/psim/README')
-rw-r--r--bsps/powerpc/psim/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/bsps/powerpc/psim/README b/bsps/powerpc/psim/README
index 8fcf8ee33e..30cef436cd 100644
--- a/bsps/powerpc/psim/README
+++ b/bsps/powerpc/psim/README
@@ -1,5 +1,5 @@
BSP NAME: psim
-BOARD: PowerPC Simulator
+BOARD: PowerPC Simulator in GDB (psim)
BUS: N/A
CPU FAMILY: ppc
CPU: PowerPC 603, 603e, 604
@@ -38,11 +38,12 @@ STOP BITS: na
Notes
=====
-
-Based on papyrus bsp which only really supports
-the PowerOpen ABI with an ELF assembler.
-
-For the multiprocessing tests to run, you must have a modified version of
-the PowerPC Simulator psim which supports an area of UNIX shared memory
-and UNIX semaphore mapped into the PowerPC address space.
+The device tree for this BSP is included with rtems-tools and automated
+testing of psim is supported by the RTEMS Tester. See
+rtems-tools/tester/rtems/testing/bsps/psim-device-tree for specifics. This
+file must be kept in sync with startup/linkcmds and the MMU initialization
+in the BSP.
+
+For the multiprocessing tests to run, psim supports an area of UNIX
+shared memory and UNIX semaphore mapped into the PowerPC address space.