forked from Imagelibrary/rtems
* Makefile.am, configure.ac, preinstall.am, console/alloc360.c,
console/config.c, console/console.c, console/m68360.h,
console/mc68360_scc.c, console/rsPMCQ1.c, console/rsPMCQ1.h,
include/bsp.h, irq/irq_init.c, irq/openpic_xxx_irq.c, start/start.S,
startup/bspstart.c, startup/linkcmds, vme/VMEConfig.h:
Updated and tested against RTEMS 4.9. Updated README file to latest
source status. Modified to use the shared irq source code. Turned off
debugging, cleaned up warnings, removed unused code. Tested with two
PMCQ1 serial cards. Tested MC68360 serial ports and VME using
external tests.
* README, irq/irq.h, vme/vmeconfig.c: New files.
47 lines
988 B
Plaintext
47 lines
988 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
BSP NAME: ep1a
|
|
BOARD: RADSTONE EP1A
|
|
BUS: N/A
|
|
CPU FAMILY: ppc
|
|
CPU: PowerPC 8245
|
|
COPROCESSORS: N/A
|
|
MODE: 32 bit mode
|
|
|
|
DEBUG MONITOR: see note.
|
|
|
|
PERIPHERALS
|
|
===========
|
|
TIMERS: PPC internal Timebase register
|
|
RESOLUTION:
|
|
SERIAL PORTS: 1 onboard QUIC, optional 2 mezannes with QUIC chips
|
|
REAL-TIME CLOCK: xxx
|
|
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: 9600
|
|
BITS PER CHARACTER: 8
|
|
PARITY: n
|
|
STOP BITS: 1
|
|
|
|
Notes
|
|
=====
|
|
This bsp has been tested with an custom ep1a, which had two
|
|
PMCQ1 Daughter cards attached.
|