source: rtems/c/src/lib/libbsp/m68k/efi68k/README @ 4442d21c

4.104.114.84.95
Last change on this file since 4442d21c was 486c329, checked in by Joel Sherrill <joel.sherrill@…>, on 09/20/95 at 15:05:19

Actually adding efi bsp's from John Gwynne after forgetting to
commit them.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1#
2#  $Id$
3#
4
5Description: efi68k
6============
7CPU: MC68HC000 @16MHz
8RAM: 256k
9ROM: 256k
10
11   Based upon a 16MHz 68HC000, efi332 is a minimally configured 4x6
12inch single board computer. It includes the following major
13components: (a) 256k SRAM (km681000l), (b) 256 EPROM (27C010),
14(c) DP8570A (clock/timer/calendar), (d) MAX791 (cpu supervisory chip
15with battery backup switch-over and watch dog timer), and
16(e) NS16550DN (UART). The following interrupt functions have also been
17incorporated: UART, TIMER, Watch Dog, and Low Line voltage (trips at
184.85V; enough time to save the cpu reg before reset is asserted on
19power down).
20   The schematic for efi68k is freely available via e-mail. Send
21"index diy_efi" to majordomo@coulomb.eng.ohio-state.edu. Retrieve the
22files related to 68hc000-1.00 with the "get diy_efi <filename>"
23command. efi68k does not have an available printed circuit board, but
24can be wire-wrapped in about four days. Cost is about $100US.
25
26For more information, I can be contacted at the address below.
27
28
29TODO:
30=====
31- add separate interrupt stack (low priority).
32
33- add the "tm27 vector" ... can we use a trap instruction?
34
35- generate include/coverhd.c to preform the tmtest.
36
37- the interrupt drive I/O should be integrated into the RTEMS.
38
39- finish the ROM memory model.
40
41                                       John S Gwynne
42                                          Gwynne.1@osu.edu
43_______________________________________________________________________________
44               T h e   O h i o - S t a t e   U n i v e r s i t y
45    ElectroScience Laboratory, 1320 Kinnear Road, Columbus, Ohio 43212, USA
46                Telephone: (614) 292-7981 * Fax: (614) 292-7297
47-------------------------------------------------------------------------------
48
Note: See TracBrowser for help on using the repository browser.