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

4.104.114.84.95
Last change on this file since d4342107 was d4342107, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/04 at 12:25:39

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

  • Makefile.am: Don't include subdirs.am.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Don't include subdirs.am.
4
52004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Fix typo.
8
92004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
12        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
13        wrapup/Makefile.am.
14        Use automake compilation rules.
15        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
16        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
17        Remove.
18        * configure.ac: Reflect changes above.
19
202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Add PREINSTALL_DIRS.
23        * wrapup/Makefile.am: Reflect changes to libcpu.
24
252004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Reflect changes to libcpu.
28
292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
32        Add PRE/TMPINSTALL_FILES to CLEANFILES.
33        * startup/Makefile.am: Ditto.
34
352004-01-07      Joel Sherrill <joel@OARcorp.com>
36
37        * times, console/sci.c: Remove efi68k and efi332 references as they are
38        no longer in the tree.
39
402004-01-07      Joel Sherrill <joel@OARcorp.com>
41
42        * timer/timer.c: Remove efi68k and efi332 references as they are no
43        longer in the tree.
44
452004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Remove.
48        * Makefile.am: Merge-in start/Makefile.am.
49        * configure.ac: Reflect changes above.
50
512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate $(LIB).
54        Use noinst_DATA to trigger building libbsp.a.
55
562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
59        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
60
612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
64        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
65
662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
69
702003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Misc cleanups and fixes.
73        * startup/Makefile.am: Misc cleanups and fixes.
74        * wrapup/Makefile.am: Misc cleanups and fixes.
75
762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Add preinstallation dirstamp support.
79        * clock/Makefile.am: Cosmetics.
80        * console/Makefile.am: Cosmetics.
81        * spurious/Makefile.am: Cosmetics.
82        * startup/Makefile.am: Cosmetics.
83        * timer/Makefile.am: Cosmetics.
84        * wrapup/Makefile.am: Cosmetics.
85
862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * clock/Makefile.am: Remove all-local: $(ARCH).
89        * console/Makefile.am: Remove all-local: $(ARCH).
90        * spurious/Makefile.am: Remove all-local: $(ARCH).
91        * start/Makefile.am: Remove all-local: $(ARCH).
92        * startup/Makefile.am: Remove all-local: $(ARCH).
93        * timer/Makefile.am: Remove all-local: $(ARCH).
94        * wrapup/Makefile.am: Remove all-local: $(ARCH).
95
962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Merge-in include/Makefile.am.
99        Reflect changes to bsp.am.
100        * include/Makefile.am: Remove.
101        * configure.ac: Reflect changes above.
102
1032003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * bsp_specs: Remove *lib:.
106
1072003-09-15      Joel Sherrill <joel@OARcorp.com>
108
109        PR 483/bsps
110        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
111        cannot be installed until RTEMS has initialized the vector table.
112
1132003-09-04      Joel Sherrill <joel@OARcorp.com>
114
115        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
116        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
117        timer/timer.c: URL for license changed.
118
1192003-08-20      Joel Sherrill <joel@OARcorp.com>
120
121        * console/console.c: Correct copyright statements.
122
1232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reflect having moved aclocal/.
126
1272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect having moved automake/.
130        * clock/Makefile.am: Reflect having moved automake/.
131        * console/Makefile.am: Reflect having moved automake/.
132        * include/Makefile.am: Reflect having moved automake/.
133        * spurious/Makefile.am: Reflect having moved automake/.
134        * start/Makefile.am: Reflect having moved automake/.
135        * startup/Makefile.am: Reflect having moved automake/.
136        * timer/Makefile.am: Reflect having moved automake/.
137        * wrapup/Makefile.am: Reflect having moved automake/.
138
1392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        PR 452/bsps
142        * startup/Makefile.am: Remove USE_INIT_FINI.
143
1442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
147
1482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        PR 445/bsps
151        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
152        Remove cpp, old_cpp (now unused).
153
1542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove AC_CONFIG_AUX_DIR.
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AC_PREREQ(2.57).
165
1662003-01-20      Duane Gustavus <duane@unt.edu>
167
168        * console/sci.c, include/mrm332.h, startup/linkcmds,
169        startup/linkcmds_ROM: Various updates to make this run properly
170        from ROM.
171
1722002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180
1812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: Use install-data-local to install startfile.
184
1852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188
1892002-11-04      Joel Sherrill <joel@OARcorp.com>
190
191        * console/sci.c, spurious/spinit.c: Removed warnings.
192
1932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Reformat.
196        Add autom4te*cache.
197        Remove autom4te.cache.
198
1992002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
202
2032002-08-21      Joel Sherrill <joel@OARcorp.com>
204
205        * wrapup/Makefile.am: PR217 required that the idle task be moved to
206        libcpu so it could be more acutely aware of the CPU model.  This
207        file was modified to pick up the idle task from there.
208
2092002-08-21      Joel Sherrill <joel@OARcorp.com>
210
211        * bsp_specs: Added support for -nostdlibs.
212
2132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
222
2232002-08-05      Joel Sherrill <joel@OARcorp.com>
224
225        * Per PR260 eliminate use of make-target-options.  This impacted
226        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
227        SuperCore and required that the m68k optimized memcpy be moved
228        to libcpu.
229        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
230
2312002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Eliminate PGM.
234        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
235
2362002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
239
2402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
243        Remove $(OBJS) from all-local.
244
2452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
248
2492001-05-09      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: In support of gcc 3.1, added one of more
252        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
253        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
254        and direction of segments to memory regions may also have been
255        addressed.  This was a sweep across all BSPs.
256 
2572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac:
260        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
261        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
262        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
271
2722002-02-28      Mike Panetta <ahuitzot@mindspring.com>
273
274        * console/sci.c, console/sci.h,
275        console/console.c: Added new SCI driver.
276        * start/start.c: Removed file.
277        * start/start.S: New file, the asm portion of the updated start code.
278        * start/configure.am: Added start.S, removed start.c
279        * 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.
280        * startup/configure.am: Added start_c.c to C_FILES.
281        * include/bsp.h: Added include <rtems/bspIo.h>
282
2832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
286
2872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
290        * configure.in: Remove.
291        * configure.ac: New file, generated from configure.in by autoupdate.
292
2932001-09-27      Joel Sherrill <joel@OARcorp.com>
294
295        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
296
2972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
300
3012001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.in: Add bspopts.h.
304        * include/.cvsignore: Add bspopts.h*, stamp-h*.
305        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
306        * include/bsp.h: Include bspopts.h.
307
3082001-05-25      Joel Sherrill <joel@OARcorp.com>
309
310        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
311        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
312        wrapup/Makefile.am: Modified to include compile.am.
313        * startup/bspstart.c: Removed include of <libcsupport.h>
314
3152000-05-25      Matt Cross <profesor@gweep.net>
316
317        * New MRM332 BSP for the Mini RoboMind board based
318        on the 68332 microcontroller designed and build by Mark
319        Castelluccio.  For details on the MRM see http://www.robominds.com.
320        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
321        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
322        console/.cvsignore, console/Makefile.am, console/console.c,
323        include/.cvsignore, include/Makefile.am, include/bsp.h,
324        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
325        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
326        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
327        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
328        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
329        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
330        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
331
Note: See TracBrowser for help on using the repository browser.