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

5
Last change on this file since 1c6926c1 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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