source: rtems/c/src/lib/libbsp/m68k/gen68340/README @ 132f194

4.104.114.84.95
Last change on this file since 132f194 was 132f194, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/98 at 22:03:20

Initial submission of gen68340 BSP (should run on a 68349) from
Geoffroy Montel <g_montel@…>.

  • Property mode set to 100644
File size: 2.0 KB
Line 
1#
2#  $Id$
3#
4
5#
6# This package requires a version of GCC that supports the `-mcpu32' option.
7#
8
9#
10# Please send any comments, improvements, or bug reports to:
11#       Geoffroy Montel
12#       g_montel@yahoo.com
13#
14
15#
16# This board support package works both MC68340 and MC68349 systems.
17#
18# Special console features:
19# - support of polled and interrupts mode (both MC68340 and MC68349)
20# - support of FIFO FULL mode (only for MC68340, the MC68349 doesn't have any timer, so
21#   you may write your own timer driver if you have an external one)
22#
23# The type of the board is automatically recognised in the initialization sequence.
24#
25# WARNING: there's still no KA9Q driver! I hope it will come in the next RTEMS version!
26#
27BSP NAME:           gen68340
28BOARD:              Generic 68360 as described in Motorola MC68340 User's Manual
29BOARD:              Home made MC68340 board
30BOARD:              Home made MC68349 board
31BUS:                none
32CPU FAMILY:         Motorola CPU32
33COPROCESSORS:       none
34MODE:               not applicable
35
36DEBUG MONITOR:      none (Hardware provides BDM)
37
38PERIPHERALS
39===========
40TIMERS:             two timers
41  RESOLUTION:       one microsecond
42SERIAL PORTS:       2 channel on the UART
43REAL-TIME CLOCK:    yes
44DMA:                yes
45VIDEO:              none
46SCSI:               none
47NETWORKING:         Ethernet on SCC1.
48
49DRIVER INFORMATION
50==================
51CLOCK DRIVER:       
52IOSUPP DRIVER:     
53SHMSUPP:            none
54TIMER DRIVER:       Timer 1 for timing test suites
55                    Timer 2 for console's FIFO FULL mode
56STDIO
57=====
58PORT:               1
59ELECTRICAL:         
60BAUD:               9600
61BITS PER CHARACTER: 8
62PARITY:             None
63STOP BITS:          1
64
65NOTES
66=====
67
68Board description
69-----------------
70clock rate:     25 MHz
71bus width:      16-bit PROM, 32-bit DRAM
72ROM:            To 1 MByte, 60 nsec (0 wait states), chip select 0
73RAM:            1 to 16 MByte DRAM SIMM, 60 nsec (0 wait states), parity or nonparity
74
75Host System
76-----------
77Cygwin 32
78
79Verification (Standalone 68360)
80-------------------------------
81Single processor tests:  Passed
82Multi-processort tests:  not applicable
83
Note: See TracBrowser for help on using the repository browser.