source: rtems/c/src/lib/libbsp/m68k/mcf5329/README @ 6b56ec3

4.104.114.95
Last change on this file since 6b56ec3 was 6b56ec3, checked in by Joel Sherrill <joel.sherrill@…>, on 06/20/08 at 14:58:34

2008-06-20 Matthew Riek <matthew.riek@…>

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/cfinit.c, startup/init5329.c, startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
  • Property mode set to 100644
File size: 2.1 KB
Line 
1#
2#  $Id:
3#
4
5Description: Motorola MCF5329EVB Zoom + (LogicPD)
6============
7CPU: MCF5329, 240MHz
8CORESRAM: 32K
9FLASH: 2M
10DRAM: 32M
11
12This is a Motorola Zoom evaluation board that uses the MCF5329 Coldfire CPU on
13a logicPD card.  This board is running at 240MHz with DRAM clocking at 80MHz.
14
15The bsp is configured for the MT46V16M16TG-75:F DRAM.
16
17NOTES:
18======
19
20This BSP is based heavily off the 5235 BSP.
21
22TODO:
23======
24
25Add other drivers for can, i2c, lcd (fb), qspi etc.
26
27============================================================================
28      Interrupt map
29
30+-----+-----------------------------------------------------------------------+
31|     |                                PRIORITY                               |
32+-----+--------+--------+--------+--------+--------+--------+--------+--------+
33|LEVEL|    7   |    6   |    5   |    4   |    3   |    2   |    1   |    0   |
34+-----+--------+--------+--------+--------+--------+--------+--------+--------+
35|  7  |        |        |        |        |        |        |        |        |
36+-----+--------+--------+--------+--------+--------+--------+--------+--------+
37|  6  |        |        |        |        |        |        |        |        |
38+-----+--------+--------+--------+--------+--------+--------+--------+--------+
39|  5  |        |        |        |        |        |        |        |        |
40+-----+--------+--------+--------+--------+--------+--------+--------+--------+
41|  4  | FEC RX | FEC TX |        |        |        |        |        |   PIT  |
42+-----+--------+--------+--------+--------+--------+--------+--------+--------+
43|  3  | UART 0 | UART 1 | UART 2 |        |        |        |        |        |
44+-----+--------+--------+--------+--------+--------+--------+--------+--------+
45|  2  |        |        |        |        |        |        |        |        |
46+-----+--------+--------+--------+--------+--------+--------+--------+--------+
47|  1  |        |        |        |        |        |        |        |        |
48+-----+--------+--------+--------+--------+--------+--------+--------+--------+
49
50============================================================================
51      Timings
Note: See TracBrowser for help on using the repository browser.