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

4.104.114.84.95
Last change on this file since b5bb3d6 was b5bb3d6, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/98 at 14:52:30

Update from Geoffroy Montel (g_montel@…) to get in sync with termios
and eliminate warnings.

  • Property mode set to 100644
File size: 2.1 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#
27
28BSP NAME:           gen68340
29BOARD:              Generic 68360 as described in Motorola MC68340 User's Manual
30BOARD:              Home made MC68340 board
31BOARD:              Home made MC68349 board
32BUS:                none
33CPU FAMILY:         Motorola CPU32
34COPROCESSORS:       none
35MODE:               not applicable
36
37DEBUG MONITOR:      none (Hardware provides BDM)
38DEBUG SETUP:        EST Vision Ice
39
40PERIPHERALS
41===========
42TIMERS:             two timers
43  RESOLUTION:       one microsecond
44SERIAL PORTS:       2 channel on the UART
45REAL-TIME CLOCK:    yes
46DMA:                yes
47VIDEO:              none
48SCSI:               none
49NETWORKING:         Ethernet on SCC1.
50
51DRIVER INFORMATION
52==================
53CLOCK DRIVER:       
54IOSUPP DRIVER:     
55SHMSUPP:            none
56TIMER DRIVER:       Timer 1 for timing test suites
57                    Timer 2 for console's FIFO FULL mode
58STDIO
59=====
60PORT:               1
61ELECTRICAL:         
62BAUD:               9600
63BITS PER CHARACTER: 8
64PARITY:             None
65STOP BITS:          1
66
67NOTES
68=====
69
70Board description
71-----------------
72clock rate:     25 MHz
73bus width:      16-bit PROM, 32-bit DRAM
74ROM:            To 1 MByte, 60 nsec (0 wait states), chip select 0
75RAM:            1 to 16 MByte DRAM SIMM, 60 nsec (0 wait states), parity or nonparity
76
77Host System
78-----------
79Cygwin 32
80
81Verification (Standalone 68360)
82-------------------------------
83Single processor tests:  Passed
84Multi-processort tests:  not applicable
85
Note: See TracBrowser for help on using the repository browser.