source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 445c0a0

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

2002-07-04 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
62002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
9
102001-05-09      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds: In support of gcc 3.1, added one of more
13        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
14        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
15        and direction of segments to memory regions may also have been
16        addressed.  This was a sweep across all BSPs.
17 
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332002-02-28      Mike Panetta <ahuitzot@mindspring.com>
34
35        * console/sci.c, console/sci.h,
36        console/console.c: Added new SCI driver.
37        * start/start.c: Removed file.
38        * start/start.S: New file, the asm portion of the updated start code.
39        * start/configure.am: Added start.S, removed start.c
40        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
41        * startup/configure.am: Added start_c.c to C_FILES.
42        * include/bsp.h: Added include <rtems/bspIo.h>
43
442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
47
482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
51        * configure.in: Remove.
52        * configure.ac: New file, generated from configure.in by autoupdate.
53
542001-09-27      Joel Sherrill <joel@OARcorp.com>
55
56        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
57
582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
61
622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add bspopts.h.
65        * include/.cvsignore: Add bspopts.h*, stamp-h*.
66        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
67        * include/bsp.h: Include bspopts.h.
68
692001-05-25      Joel Sherrill <joel@OARcorp.com>
70
71        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
72        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
73        wrapup/Makefile.am: Modified to include compile.am.
74        * startup/bspstart.c: Removed include of <libcsupport.h>
75
762000-05-25      Matt Cross <profesor@gweep.net>
77
78        * New MRM332 BSP for the Mini RoboMind board based
79        on the 68332 microcontroller designed and build by Mark
80        Castelluccio.  For details on the MRM see http://www.robominds.com.
81        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
82        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
83        console/.cvsignore, console/Makefile.am, console/console.c,
84        include/.cvsignore, include/Makefile.am, include/bsp.h,
85        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
86        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
87        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
88        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
89        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
90        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
91        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
92
Note: See TracBrowser for help on using the repository browser.