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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

2003-08-06 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Duane Gustavus <duane@unt.edu>
19
20        * console/sci.c, include/mrm332.h, startup/linkcmds,
21        startup/linkcmds_ROM: Various updates to make this run properly
22        from ROM.
23
242002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32
332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Use install-data-local to install startfile.
36
372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-11-04      Joel Sherrill <joel@OARcorp.com>
42
43        * console/sci.c, spurious/spinit.c: Removed warnings.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * wrapup/Makefile.am: PR217 required that the idle task be moved to
58        libcpu so it could be more acutely aware of the CPU model.  This
59        file was modified to pick up the idle task from there.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * bsp_specs: Added support for -nostdlibs.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
74
752002-08-05      Joel Sherrill <joel@OARcorp.com>
76
77        * Per PR260 eliminate use of make-target-options.  This impacted
78        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
79        SuperCore and required that the m68k optimized memcpy be moved
80        to libcpu.
81        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
82
832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Eliminate PGM.
86        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
87
882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
91
922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
95        Remove $(OBJS) from all-local.
96
972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
100
1012001-05-09      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: In support of gcc 3.1, added one of more
104        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
105        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
106        and direction of segments to memory regions may also have been
107        addressed.  This was a sweep across all BSPs.
108 
1092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac:
112        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
113        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
114        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
123
1242002-02-28      Mike Panetta <ahuitzot@mindspring.com>
125
126        * console/sci.c, console/sci.h,
127        console/console.c: Added new SCI driver.
128        * start/start.c: Removed file.
129        * start/start.S: New file, the asm portion of the updated start code.
130        * start/configure.am: Added start.S, removed start.c
131        * 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.
132        * startup/configure.am: Added start_c.c to C_FILES.
133        * include/bsp.h: Added include <rtems/bspIo.h>
134
1352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
138
1392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
142        * configure.in: Remove.
143        * configure.ac: New file, generated from configure.in by autoupdate.
144
1452001-09-27      Joel Sherrill <joel@OARcorp.com>
146
147        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
148
1492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
152
1532001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Add bspopts.h.
156        * include/.cvsignore: Add bspopts.h*, stamp-h*.
157        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
158        * include/bsp.h: Include bspopts.h.
159
1602001-05-25      Joel Sherrill <joel@OARcorp.com>
161
162        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
163        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
164        wrapup/Makefile.am: Modified to include compile.am.
165        * startup/bspstart.c: Removed include of <libcsupport.h>
166
1672000-05-25      Matt Cross <profesor@gweep.net>
168
169        * New MRM332 BSP for the Mini RoboMind board based
170        on the 68332 microcontroller designed and build by Mark
171        Castelluccio.  For details on the MRM see http://www.robominds.com.
172        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
173        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
174        console/.cvsignore, console/Makefile.am, console/console.c,
175        include/.cvsignore, include/Makefile.am, include/bsp.h,
176        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
177        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
178        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
179        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
180        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
181        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
182        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
183
Note: See TracBrowser for help on using the repository browser.