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

4.104.114.84.95
Last change on this file since 65cf99c was 65cf99c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 03:34:37

2004-01-07 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Remove.
4        * Makefile.am: Merge-in start/Makefile.am.
5        * configure.ac: Reflect changes above.
6
72004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * wrapup/Makefile.am: Eliminate $(LIB).
10        Use noinst_DATA to trigger building libbsp.a.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
15        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
20        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Misc cleanups and fixes.
29        * startup/Makefile.am: Misc cleanups and fixes.
30        * wrapup/Makefile.am: Misc cleanups and fixes.
31
322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add preinstallation dirstamp support.
35        * clock/Makefile.am: Cosmetics.
36        * console/Makefile.am: Cosmetics.
37        * spurious/Makefile.am: Cosmetics.
38        * startup/Makefile.am: Cosmetics.
39        * timer/Makefile.am: Cosmetics.
40        * wrapup/Makefile.am: Cosmetics.
41
422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Remove all-local: $(ARCH).
45        * console/Makefile.am: Remove all-local: $(ARCH).
46        * spurious/Makefile.am: Remove all-local: $(ARCH).
47        * start/Makefile.am: Remove all-local: $(ARCH).
48        * startup/Makefile.am: Remove all-local: $(ARCH).
49        * timer/Makefile.am: Remove all-local: $(ARCH).
50        * wrapup/Makefile.am: Remove all-local: $(ARCH).
51
522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Merge-in include/Makefile.am.
55        Reflect changes to bsp.am.
56        * include/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58
592003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * bsp_specs: Remove *lib:.
62
632003-09-15      Joel Sherrill <joel@OARcorp.com>
64
65        PR 483/bsps
66        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
67        cannot be installed until RTEMS has initialized the vector table.
68
692003-09-04      Joel Sherrill <joel@OARcorp.com>
70
71        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
72        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
73        timer/timer.c: URL for license changed.
74
752003-08-20      Joel Sherrill <joel@OARcorp.com>
76
77        * console/console.c: Correct copyright statements.
78
792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect having moved aclocal/.
82
832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect having moved automake/.
86        * clock/Makefile.am: Reflect having moved automake/.
87        * console/Makefile.am: Reflect having moved automake/.
88        * include/Makefile.am: Reflect having moved automake/.
89        * spurious/Makefile.am: Reflect having moved automake/.
90        * start/Makefile.am: Reflect having moved automake/.
91        * startup/Makefile.am: Reflect having moved automake/.
92        * timer/Makefile.am: Reflect having moved automake/.
93        * wrapup/Makefile.am: Reflect having moved automake/.
94
952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        PR 452/bsps
98        * startup/Makefile.am: Remove USE_INIT_FINI.
99
1002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
103
1042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        PR 445/bsps
107        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
108        Remove cpp, old_cpp (now unused).
109
1102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove AC_CONFIG_AUX_DIR.
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
117
1182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: AC_PREREQ(2.57).
121
1222003-01-20      Duane Gustavus <duane@unt.edu>
123
124        * console/sci.c, include/mrm332.h, startup/linkcmds,
125        startup/linkcmds_ROM: Various updates to make this run properly
126        from ROM.
127
1282002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136
1372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Use install-data-local to install startfile.
140
1412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144
1452002-11-04      Joel Sherrill <joel@OARcorp.com>
146
147        * console/sci.c, spurious/spinit.c: Removed warnings.
148
1492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * .cvsignore: Reformat.
152        Add autom4te*cache.
153        Remove autom4te.cache.
154
1552002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
158
1592002-08-21      Joel Sherrill <joel@OARcorp.com>
160
161        * wrapup/Makefile.am: PR217 required that the idle task be moved to
162        libcpu so it could be more acutely aware of the CPU model.  This
163        file was modified to pick up the idle task from there.
164
1652002-08-21      Joel Sherrill <joel@OARcorp.com>
166
167        * bsp_specs: Added support for -nostdlibs.
168
1692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
178
1792002-08-05      Joel Sherrill <joel@OARcorp.com>
180
181        * Per PR260 eliminate use of make-target-options.  This impacted
182        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
183        SuperCore and required that the m68k optimized memcpy be moved
184        to libcpu.
185        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
186
1872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Eliminate PGM.
190        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
191
1922002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
195
1962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
199        Remove $(OBJS) from all-local.
200
2012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
204
2052001-05-09      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: In support of gcc 3.1, added one of more
208        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
209        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
210        and direction of segments to memory regions may also have been
211        addressed.  This was a sweep across all BSPs.
212 
2132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac:
216        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
217        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
218        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227
2282002-02-28      Mike Panetta <ahuitzot@mindspring.com>
229
230        * console/sci.c, console/sci.h,
231        console/console.c: Added new SCI driver.
232        * start/start.c: Removed file.
233        * start/start.S: New file, the asm portion of the updated start code.
234        * start/configure.am: Added start.S, removed start.c
235        * 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.
236        * startup/configure.am: Added start_c.c to C_FILES.
237        * include/bsp.h: Added include <rtems/bspIo.h>
238
2392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
242
2432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
246        * configure.in: Remove.
247        * configure.ac: New file, generated from configure.in by autoupdate.
248
2492001-09-27      Joel Sherrill <joel@OARcorp.com>
250
251        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
252
2532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
256
2572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.in: Add bspopts.h.
260        * include/.cvsignore: Add bspopts.h*, stamp-h*.
261        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
262        * include/bsp.h: Include bspopts.h.
263
2642001-05-25      Joel Sherrill <joel@OARcorp.com>
265
266        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
267        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
268        wrapup/Makefile.am: Modified to include compile.am.
269        * startup/bspstart.c: Removed include of <libcsupport.h>
270
2712000-05-25      Matt Cross <profesor@gweep.net>
272
273        * New MRM332 BSP for the Mini RoboMind board based
274        on the 68332 microcontroller designed and build by Mark
275        Castelluccio.  For details on the MRM see http://www.robominds.com.
276        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
277        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
278        console/.cvsignore, console/Makefile.am, console/console.c,
279        include/.cvsignore, include/Makefile.am, include/bsp.h,
280        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
281        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
282        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
283        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
284        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
285        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
286        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
287
Note: See TracBrowser for help on using the repository browser.