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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 11.4 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Pickup files from ../../m68k/shared instead of
12        ../shared. Reformat.
13
142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
17
182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Don't include subdirs.am.
21
222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Fix typo.
25
262004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
29        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
30        wrapup/Makefile.am.
31        Use automake compilation rules.
32        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
33        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
34        Remove.
35        * configure.ac: Reflect changes above.
36
372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add PREINSTALL_DIRS.
40        * wrapup/Makefile.am: Reflect changes to libcpu.
41
422004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Reflect changes to libcpu.
45
462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
49        Add PRE/TMPINSTALL_FILES to CLEANFILES.
50        * startup/Makefile.am: Ditto.
51
522004-01-07      Joel Sherrill <joel@OARcorp.com>
53
54        * times, console/sci.c: Remove efi68k and efi332 references as they are
55        no longer in the tree.
56
572004-01-07      Joel Sherrill <joel@OARcorp.com>
58
59        * timer/timer.c: Remove efi68k and efi332 references as they are no
60        longer in the tree.
61
622004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: Remove.
65        * Makefile.am: Merge-in start/Makefile.am.
66        * configure.ac: Reflect changes above.
67
682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Eliminate $(LIB).
71        Use noinst_DATA to trigger building libbsp.a.
72
732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
76        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
81        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
86
872003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Misc cleanups and fixes.
90        * startup/Makefile.am: Misc cleanups and fixes.
91        * wrapup/Makefile.am: Misc cleanups and fixes.
92
932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add preinstallation dirstamp support.
96        * clock/Makefile.am: Cosmetics.
97        * console/Makefile.am: Cosmetics.
98        * spurious/Makefile.am: Cosmetics.
99        * startup/Makefile.am: Cosmetics.
100        * timer/Makefile.am: Cosmetics.
101        * wrapup/Makefile.am: Cosmetics.
102
1032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * clock/Makefile.am: Remove all-local: $(ARCH).
106        * console/Makefile.am: Remove all-local: $(ARCH).
107        * spurious/Makefile.am: Remove all-local: $(ARCH).
108        * start/Makefile.am: Remove all-local: $(ARCH).
109        * startup/Makefile.am: Remove all-local: $(ARCH).
110        * timer/Makefile.am: Remove all-local: $(ARCH).
111        * wrapup/Makefile.am: Remove all-local: $(ARCH).
112
1132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Merge-in include/Makefile.am.
116        Reflect changes to bsp.am.
117        * include/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
119
1202003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * bsp_specs: Remove *lib:.
123
1242003-09-15      Joel Sherrill <joel@OARcorp.com>
125
126        PR 483/bsps
127        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
128        cannot be installed until RTEMS has initialized the vector table.
129
1302003-09-04      Joel Sherrill <joel@OARcorp.com>
131
132        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
133        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
134        timer/timer.c: URL for license changed.
135
1362003-08-20      Joel Sherrill <joel@OARcorp.com>
137
138        * console/console.c: Correct copyright statements.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved aclocal/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved automake/.
147        * clock/Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * include/Makefile.am: Reflect having moved automake/.
150        * spurious/Makefile.am: Reflect having moved automake/.
151        * start/Makefile.am: Reflect having moved automake/.
152        * startup/Makefile.am: Reflect having moved automake/.
153        * timer/Makefile.am: Reflect having moved automake/.
154        * wrapup/Makefile.am: Reflect having moved automake/.
155
1562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        PR 452/bsps
159        * startup/Makefile.am: Remove USE_INIT_FINI.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164
1652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 445/bsps
168        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
169        Remove cpp, old_cpp (now unused).
170
1712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove AC_CONFIG_AUX_DIR.
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AC_PREREQ(2.57).
182
1832003-01-20      Duane Gustavus <duane@unt.edu>
184
185        * console/sci.c, include/mrm332.h, startup/linkcmds,
186        startup/linkcmds_ROM: Various updates to make this run properly
187        from ROM.
188
1892002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197
1982002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am: Use install-data-local to install startfile.
201
2022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205
2062002-11-04      Joel Sherrill <joel@OARcorp.com>
207
208        * console/sci.c, spurious/spinit.c: Removed warnings.
209
2102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * .cvsignore: Reformat.
213        Add autom4te*cache.
214        Remove autom4te.cache.
215
2162002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
219
2202002-08-21      Joel Sherrill <joel@OARcorp.com>
221
222        * wrapup/Makefile.am: PR217 required that the idle task be moved to
223        libcpu so it could be more acutely aware of the CPU model.  This
224        file was modified to pick up the idle task from there.
225
2262002-08-21      Joel Sherrill <joel@OARcorp.com>
227
228        * bsp_specs: Added support for -nostdlibs.
229
2302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
239
2402002-08-05      Joel Sherrill <joel@OARcorp.com>
241
242        * Per PR260 eliminate use of make-target-options.  This impacted
243        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
244        SuperCore and required that the m68k optimized memcpy be moved
245        to libcpu.
246        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
247
2482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Eliminate PGM.
251        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
252
2532002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
256
2572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
260        Remove $(OBJS) from all-local.
261
2622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
265
2662001-05-09      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/linkcmds: In support of gcc 3.1, added one of more
269        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
270        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
271        and direction of segments to memory regions may also have been
272        addressed.  This was a sweep across all BSPs.
273 
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac:
277        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
278        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
279        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
288
2892002-02-28      Mike Panetta <ahuitzot@mindspring.com>
290
291        * console/sci.c, console/sci.h,
292        console/console.c: Added new SCI driver.
293        * start/start.c: Removed file.
294        * start/start.S: New file, the asm portion of the updated start code.
295        * start/configure.am: Added start.S, removed start.c
296        * 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.
297        * startup/configure.am: Added start_c.c to C_FILES.
298        * include/bsp.h: Added include <rtems/bspIo.h>
299
3002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
303
3042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
307        * configure.in: Remove.
308        * configure.ac: New file, generated from configure.in by autoupdate.
309
3102001-09-27      Joel Sherrill <joel@OARcorp.com>
311
312        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
313
3142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
317
3182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.in: Add bspopts.h.
321        * include/.cvsignore: Add bspopts.h*, stamp-h*.
322        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
323        * include/bsp.h: Include bspopts.h.
324
3252001-05-25      Joel Sherrill <joel@OARcorp.com>
326
327        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
328        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
329        wrapup/Makefile.am: Modified to include compile.am.
330        * startup/bspstart.c: Removed include of <libcsupport.h>
331
3322000-05-25      Matt Cross <profesor@gweep.net>
333
334        * New MRM332 BSP for the Mini RoboMind board based
335        on the 68332 microcontroller designed and build by Mark
336        Castelluccio.  For details on the MRM see http://www.robominds.com.
337        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
338        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
339        console/.cvsignore, console/Makefile.am, console/console.c,
340        include/.cvsignore, include/Makefile.am, include/bsp.h,
341        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
342        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
343        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
344        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
345        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
346        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
347        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
348
Note: See TracBrowser for help on using the repository browser.