source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 59a01a6e

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-11-04      Joel Sherrill <joel@OARcorp.com>
10
11        * console/sci.c, spurious/spinit.c: Removed warnings.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
22
232002-08-21      Joel Sherrill <joel@OARcorp.com>
24
25        * wrapup/Makefile.am: PR217 required that the idle task be moved to
26        libcpu so it could be more acutely aware of the CPU model.  This
27        file was modified to pick up the idle task from there.
28
292002-08-21      Joel Sherrill <joel@OARcorp.com>
30
31        * bsp_specs: Added support for -nostdlibs.
32
332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
42
432002-08-05      Joel Sherrill <joel@OARcorp.com>
44
45        * Per PR260 eliminate use of make-target-options.  This impacted
46        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
47        SuperCore and required that the m68k optimized memcpy be moved
48        to libcpu.
49        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
50
512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * start/Makefile.am: Eliminate PGM.
54        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
55
562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
59
602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
63        Remove $(OBJS) from all-local.
64
652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
68
692001-05-09      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: In support of gcc 3.1, added one of more
72        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
73        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
74        and direction of segments to memory regions may also have been
75        addressed.  This was a sweep across all BSPs.
76 
772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac:
80        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
81        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
82        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922002-02-28      Mike Panetta <ahuitzot@mindspring.com>
93
94        * console/sci.c, console/sci.h,
95        console/console.c: Added new SCI driver.
96        * start/start.c: Removed file.
97        * start/start.S: New file, the asm portion of the updated start code.
98        * start/configure.am: Added start.S, removed start.c
99        * 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.
100        * startup/configure.am: Added start_c.c to C_FILES.
101        * include/bsp.h: Added include <rtems/bspIo.h>
102
1032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
106
1072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
110        * configure.in: Remove.
111        * configure.ac: New file, generated from configure.in by autoupdate.
112
1132001-09-27      Joel Sherrill <joel@OARcorp.com>
114
115        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
116
1172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
120
1212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: Add bspopts.h.
124        * include/.cvsignore: Add bspopts.h*, stamp-h*.
125        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
126        * include/bsp.h: Include bspopts.h.
127
1282001-05-25      Joel Sherrill <joel@OARcorp.com>
129
130        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
131        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
132        wrapup/Makefile.am: Modified to include compile.am.
133        * startup/bspstart.c: Removed include of <libcsupport.h>
134
1352000-05-25      Matt Cross <profesor@gweep.net>
136
137        * New MRM332 BSP for the Mini RoboMind board based
138        on the 68332 microcontroller designed and build by Mark
139        Castelluccio.  For details on the MRM see http://www.robominds.com.
140        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
141        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
142        console/.cvsignore, console/Makefile.am, console/console.c,
143        include/.cvsignore, include/Makefile.am, include/bsp.h,
144        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
145        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
146        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
147        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
148        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
149        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
150        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
151
Note: See TracBrowser for help on using the repository browser.