source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 1298624d

4.104.114.84.95
Last change on this file since 1298624d was 0b6d74d0, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 14:26:48

2002-11-04 Joel Sherrill <joel@…>

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