source: rtems/c/src/lib/libbsp/powerpc/psim/README @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • 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.