source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/README @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was e56c3546, checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/01 at 19:30:11

2001-10-26 Victor V. Vengerov <vvv@…>

  • New BSP for MCF5206eLITE evaluation board BSP.
  • ChangeLog?, README, bsp_specs, configure.ac, console/console.c, console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h, include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S, start/.cvsignore, startup/bspclean.c, startup/bspstart.c, startup/gdbinit, startup/init5206e.c, startup/linkcmds, startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c, tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac, tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore: New files.
  • Property mode set to 100644
File size: 3.0 KB
Line 
1#
2# README for MCF5206eLITE Board Support Package
3#
4# Copyright (C) 2000,2001 OKTET Ltd., St.-Petersburg, Russia
5# Author: Victor V. Vengerov <vvv@oktet.ru>
6#
7# The license and distribution terms for this file may be
8# found in the file LICENSE in this distribution or at
9#
10# http://www.OARcorp.com/rtems/license.html.
11#
12# @(#) $Id$
13#
14
15#
16# This board support package works with MCF5206eLITE evaluation board with
17# Motorola Coldfire MCF5206e CPU.
18#
19# Many thanks to Balanced Audio Technology (http://www.balanced.com),
20# company which donates MCF5206eLITE evaluation board, P&E Coldfire BDM
21# interface and provides support for development of this BSP and generic
22# MCF5206 CPU code.
23#
24# Decisions made at compile time include:
25#
26# Decisions to be made a link-edit time are:
27#     - The size of memory allocator heap. By default, all available
28#       memory allocated for the heap. To specify amount of memory
29#       available for heap:
30#       LDFLAGS += -Wl,--defsym -Wl,HeapSize=xxx
31#
32#     - The frequency of system clock oscillator. By default, this frequency
33#       is 54MHz. To select other clock frequency for your application, put
34#       line like this in application Makefile:
35#       LDFLAGS += -qclock=40000000
36#
37#     - Select between RAM or ROM images. By default, RAM image generated
38#       which may be loaded starting from address 0x30000000 to the RAM.
39#       To prepare image intended to be stored in ROM, put the following
40#       line to the application Makefile:
41#       LDFLAGS += -qflash
42#
43#       You may select other memory configuration providing your own
44#       linker script.
45#
46
47BSP NAME:           mcf5206elite
48BOARD:              MCF5206eLITE Evaluation Board
49BUS:                none
50CPU FAMILY:         Motorola ColdFire
51COPROCESSORS:       none
52MODE:               not applicable
53DEBUG MONITOR:      none (Hardware provides BDM)
54
55PERIPHERALS
56===========
57TIMERS:             PIT, Watchdog(disabled)
58  RESOLUTION:       one microsecond
59SERIAL PORTS:       2 UART
60REAL-TIME CLOCK:    DS1307
61NVRAM:              DS1307
62DMA:                2 general purpose
63VIDEO:              none
64SCSI:               none
65NETWORKING:         none
66I2C BUS:            MCF5206e MBUS module
67
68DRIVER INFORMATION
69==================
70CLOCK DRIVER:       Programmable Interval Timer
71IOSUPP DRIVER:      UART 1
72SHMSUPP:            none
73TIMER DRIVER:       yes
74I2C DRIVER:         yes
75
76STDIO
77=====
78PORT:               UART 1
79ELECTRICAL:         EIA-232
80BAUD:               19200
81BITS PER CHARACTER: 8
82PARITY:             None
83STOP BITS:          1
84
85NOTES
86=====
87
88Board description
89-----------------
90clock rate:     54 MHz default (other oscillator can be installed)
91bus width:      16-bit PROM, 32-bit external SRAM
92ROM:            Flash memory device AM29LV800BB, 1 MByte, 3 wait states,
93                chip select 0
94RAM:            Static RAM 2xMCM69F737TQ, 1 MByte, 1 wait state, chip select 2
95
96Host System
97-----------
98RedHat 6.2 (Linux 2.2.14), RedHat 7.0 (Linux 2.2.17)
99
100Verification
101------------
102Single processor tests:  passed
103Multi-processort tests:  not applicable
104Timing tests: passed
105
Note: See TracBrowser for help on using the repository browser.