source: rtems/bsps/powerpc/psim/README @ 6c9f017

5
Last change on this file since 6c9f017 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1BSP NAME:           psim
2BOARD:              PowerPC Simulator
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=====
41
42Based on papyrus bsp which only really supports
43the PowerOpen ABI with an ELF assembler.
44
45For the multiprocessing tests to run, you must have a modified version of
46the PowerPC Simulator psim which supports an area of UNIX shared memory
47and UNIX semaphore mapped into the PowerPC address space.
48
Note: See TracBrowser for help on using the repository browser.