source: rtems/bsps/powerpc/psim/README @ a72419b

Last change on this file since a72419b was 097ea1e, checked in by Joel Sherrill <joel@…>, on 03/05/20 at 23:51:12

psim: Rework device tree so devices do not conflict with 256MB RAM

updates #3849.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1BSP NAME:           psim
2BOARD:              PowerPC Simulator in GDB (psim)
3BUS:                N/A
4CPU FAMILY:         ppc
5CPU:                PowerPC 603, 603e, 604
6COPROCESSORS:       N/A
7MODE:               32 bit mode
8
9DEBUG MONITOR:      BUG mode (emulates Motorola debug monitor)
10
11PERIPHERALS
12===========
13TIMERS:             PPC internal Timebase register
14  RESOLUTION:         ???
15SERIAL PORTS:       simulated via bug
16REAL-TIME CLOCK:    PPC internal Decrementer register
17DMA:                none
18VIDEO:              none
19SCSI:               none
20NETWORKING:         none
21
22DRIVER INFORMATION
23==================
24CLOCK DRIVER:       PPC internal
25IOSUPP DRIVER:      N/A
26SHMSUPP:            N/A
27TIMER DRIVER:       PPC internal
28TTY DRIVER:         PPC internal
29
30STDIO
31=====
32PORT:               Console port 0
33ELECTRICAL:         na
34BAUD:               na
35BITS PER CHARACTER: na
36PARITY:             na
37STOP BITS:          na
38
39Notes
40=====
41The device tree for this BSP is included with rtems-tools and automated
42testing of psim is supported by the RTEMS Tester. See
43rtems-tools/tester/rtems/testing/bsps/psim-device-tree for specifics. This
44file must be kept in sync with startup/linkcmds and the MMU initialization
45in the BSP.
46
47For the multiprocessing tests to run, psim supports an area of UNIX
48shared memory and UNIX semaphore mapped into the PowerPC address space.
49
Note: See TracBrowser for help on using the repository browser.