source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/README.mtx603e @ df393962

4.104.115
Last change on this file since df393962 was 3ae9de1, checked in by Joel Sherrill <joel.sherrill@…>, on 11/18/02 at 03:07:54

002-11-17 Greg Menke <gregory.menke@…>

  • README.mtx603e: New file.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1#
2#  README.mtx603e,v 1.1 2002/11/6 1:00:00 gregm Exp
3#
4
5BSP NAME:           mtx603e
6BOARD:              MTX-60X boards from motorola
7BUS:                PCI, W83C554
8CPU FAMILY:         ppc
9CPU:                PowerPC 603e
10COPROCESSORS:       N/A
11MODE:               32 bit mode
12
13DEBUG MONITOR:      PPCBUG mode
14
15PERIPHERALS
16===========
17TIMERS:             PPC internal Timebase register
18  RESOLUTION:         ???
19SERIAL PORTS:       simulated via bug
20REAL-TIME CLOCK:    PPC internal Decrementer register
21DMA:                none
22VIDEO:              none
23SCSI:               none
24NETWORKING:         DEC21140
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:               na
39BITS PER CHARACTER: na
40PARITY:             na
41STOP BITS:          na
42
43Notes
44=====
45
46This bsp is an instantiation of the generic motorola_powerpc BSP.  It is
47"virtual" in the sense it does not supply any per-bsp files.  Instead,
48it is defined by the aclocal and make/custom config files which supply
49#defines that adapt the shared powerpc code.  This is seen in the
50bootloader and irq setup files.
51
52Although created for a MTX-603e board, this bsp should be readily
53portable to any of the Motorola MTX boards, and has in fact run on a
54MCP750 board.
55
56Some MTX boards have multiple processors, at this time RTEMS does not
57support SMP and there is no internal awareness of the architecture.
58
Note: See TracBrowser for help on using the repository browser.