source: rtems/c/src/lib/libbsp/powerpc/score603e/README @ 40e7ae2

4.104.114.95
Last change on this file since 40e7ae2 was 40e7ae2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/08 at 20:36:21

2008-09-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, README, configure.ac, console/85c30.c, console/console.c, console/consolebsp.h, include/bsp.h, include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c, start/start.S, startup/bspstart.c, startup/genpvec.c, startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and testing. Runs hello but does not run ticker yet.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1#
2#  $Id$
3#
4
5BSP NAME:           score603e
6BOARD:              VISTA SCORE 603e Generation II and beyond
7BUS:                N/A
8CPU FAMILY:         ppc
9CPU:                PowerPC 603e
10COPROCESSORS:       N/A
11MODE:               32 bit mode
12
13DEBUG MONITOR:      see note.
14
15PERIPHERALS
16===========
17TIMERS:             PPC internal Timebase register
18  RESOLUTION:         
19SERIAL PORTS:       2 Z85C30s
20REAL-TIME CLOCK:    Generation II and beyond: ICM7170AIBG
21DMA:                none
22VIDEO:              none
23SCSI:               none
24NETWORKING:         none
25
26DRIVER INFORMATION
27==================
28CLOCK DRIVER:       PPC internal
29IOSUPP DRIVER:      N/A
30SHMSUPP:            N/A
31TIMER DRIVER:       PPC internal
32TTY DRIVER:         PPC internal
33
34STDIO
35=====
36PORT:               Console port 0
37ELECTRICAL:         na
38BAUD:               9600
39BITS PER CHARACTER: 8
40PARITY:             n
41STOP BITS:          1
42
43Notes
44=====
45This BSP has been modified to use the latest exception model.
46However, the modifications were never verified.  This version
47has been partially verified in that Hello.ralf will load and
48run on the board.
49
50This BSP has been tested using DINK Rom monitor.  There have
51been three rom chips loaded on the boards.  One with the SDS
52debug monitor, one with the firmworks monitor, and one with
53the DINK monitor.
54
55The SCORE603e first generation board is no longer available,
56does not appear to be in use by any RTEMS users, and thus
57is no longer supported.
Note: See TracBrowser for help on using the repository browser.