source: rtems/bsps/powerpc/motorola_powerpc/README.mtx603e @ 762fa62

5
Last change on this file since 762fa62 was eb36d11, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 13:06:08

bsps: Move documentation, etc. files to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[3ae9de1]1#
[1c554014]2#  README.mtx603e
[3ae9de1]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.