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

4.104.114.84.95
Last change on this file since 196094eb was 53ee76b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/98 at 15:37:42

Removed stub implementation

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