Files
rtems/bsps/powerpc/psim
Sebastian Huber ff081aee72 score: Rename interrupt stack symbols
Rename

  * _Configuration_Interrupt_stack_area_begin in _ISR_Stack_area_begin,
  * _Configuration_Interrupt_stack_area_end in _ISR_Stack_area_end, and
  * _Configuration_Interrupt_stack_size in _ISR_Stack_size.

Move definitions to <rtems/score/isr.h>.  The new names are considerable
shorter and in the right namespace.

Update #3459.
2018-11-08 08:09:20 +01:00
..
2018-05-18 08:22:33 -05:00
2018-04-20 14:32:43 +02:00

BSP NAME:           psim
BOARD:              PowerPC Simulator
BUS:                N/A
CPU FAMILY:         ppc
CPU:                PowerPC 603, 603e, 604
COPROCESSORS:       N/A
MODE:               32 bit mode

DEBUG MONITOR:      BUG mode (emulates Motorola debug monitor)

PERIPHERALS
===========
TIMERS:             PPC internal Timebase register
  RESOLUTION:         ???
SERIAL PORTS:       simulated via bug
REAL-TIME CLOCK:    PPC internal Decrementer register
DMA:                none
VIDEO:              none
SCSI:               none
NETWORKING:         none

DRIVER INFORMATION
==================
CLOCK DRIVER:       PPC internal
IOSUPP DRIVER:      N/A
SHMSUPP:            N/A
TIMER DRIVER:       PPC internal
TTY DRIVER:         PPC internal

STDIO
=====
PORT:               Console port 0
ELECTRICAL:         na
BAUD:               na
BITS PER CHARACTER: na
PARITY:             na
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.