source: rtems/c/src/lib/libbsp/m68k/dmv152/ChangeLog @ cba119c9

4.104.114.84.95
Last change on this file since cba119c9 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-11-25      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
16
172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * configure.ac: Require automake > 1.9.
20
212004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 610/bsps
24        * Makefile.am: Add include/tm27.h, Cosmetics.
25        * include/tm27.h: Final cosmetics.
26
272004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * include/bsp.h: Split out tmtest27 support.
30        * include/tm27.h: New.
31
322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        PR 613/bsps
35        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
36
372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 614/bsps
40        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
41
422004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of
45        <zilog/z8536.h>.
46        * dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of
47        <zilog/z8530.h>.
48
492004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
52
532004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
56        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
57        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
58        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
59        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
60
612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * clock/ckinit.c, console/console.c, include/bsp.h,
64        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
65        timer/timer.c: Convert to using c99 fixed size types.
66
672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Reflect changes to bsp.am.
70        Preinstall dist_project_lib*.
71
722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect changes to bsp.am.
75
762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
79
802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Pickup files from ../../m68k/shared instead of
83        ../shared. Reformat.
84
852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
88
892004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
92        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
93        wrapup/Makefile.am.
94        Use automake compilation rules.
95        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
96        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
97        Remove.
98        * configure.ac: Reflect changes above.
99
1002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Add PREINSTALL_DIRS.
103        * wrapup/Makefile.am: Reflect changes to libcpu.
104
1052004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Reflect changes to libcpu.
108
1092004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
112        Add PRE/TMPINSTALL_FILES to CLEANFILES.
113        * startup/Makefile.am: Ditto.
114
1152004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/.cvsignore: Remove.
118
1192004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Remove.
122        * Makefile.am: Merge-in start/Makefile.am.
123        * configure.ac: Reflect changes above.
124
1252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate $(LIB).
128        Use noinst_DATA to trigger building libbsp.a.
129
1302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
133        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
143
1442003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Misc cleanups and fixes.
147        * startup/Makefile.am: Misc cleanups and fixes.
148        * wrapup/Makefile.am: Misc cleanups and fixes.
149
1502003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Add preinstallation dirstamp support.
153        * clock/Makefile.am: Cosmetics.
154        * console/Makefile.am: Cosmetics.
155        * spurious/Makefile.am: Cosmetics.
156        * startup/Makefile.am: Cosmetics.
157        * timer/Makefile.am: Cosmetics.
158        * wrapup/Makefile.am: Cosmetics.
159
1602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am: Remove all-local: $(ARCH).
163        * console/Makefile.am: Remove all-local: $(ARCH).
164        * spurious/Makefile.am: Remove all-local: $(ARCH).
165        * start/Makefile.am: Remove all-local: $(ARCH).
166        * startup/Makefile.am: Remove all-local: $(ARCH).
167        * timer/Makefile.am: Remove all-local: $(ARCH).
168        * wrapup/Makefile.am: Remove all-local: $(ARCH).
169
1702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Merge-in include/Makefile.am.
173        Reflect changes to bsp.am.
174        * include/Makefile.am: Remove.
175        * configure.ac: Reflect changes above.
176
1772003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bsp_specs: Remove *lib:.
180
1812003-09-04      Joel Sherrill <joel@OARcorp.com>
182
183        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
184        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
185        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
186        URL for license changed.
187
1882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved aclocal/.
191
1922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect having moved automake/.
195        * clock/Makefile.am: Reflect having moved automake/.
196        * console/Makefile.am: Reflect having moved automake/.
197        * include/Makefile.am: Reflect having moved automake/.
198        * spurious/Makefile.am: Reflect having moved automake/.
199        * start/Makefile.am: Reflect having moved automake/.
200        * startup/Makefile.am: Reflect having moved automake/.
201        * timer/Makefile.am: Reflect having moved automake/.
202        * wrapup/Makefile.am: Reflect having moved automake/.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        PR 452/bsps
207        * startup/Makefile.am: Remove USE_INIT_FINI.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212
2132003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 445/bsps
216        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
217        Remove cpp, old_cpp (now unused).
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AC_PREREQ(2.57).
230
2312003-01-20      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds*: Add FreeBSD sysctl() sections.
234
2352002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use install-data-local to install startfile.
247
2482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * .cvsignore: Reformat.
255        Add autom4te*cache.
256        Remove autom4te.cache.
257
2582002-08-21      Joel Sherrill <joel@OARcorp.com>
259
260        * bsp_specs: Added support for -nostdlibs.
261
2622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Eliminate PGM.
275        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
276
2772002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
280
2812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
284        Remove $(OBJS) from all-local.
285
2862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
289
2902001-05-09      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: In support of gcc 3.1, added one of more
293        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
294        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
295        and direction of segments to memory regions may also have been
296        addressed.  This was a sweep across all BSPs.
297 
2982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac:
301        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
302        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
303        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
312
3132001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
316        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
317
3182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
321
3222001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
325        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
326
3272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
330        * configure.in: Remove.
331        * configure.ac: New file, generated from configure.in by autoupdate.
332
3332001-09-27      Joel Sherrill <joel@OARcorp.com>
334
335        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
336
3372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
340
3412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.in: Add bspopts.h.
344        * include/.cvsignore: Add bspopts.h*, stamp-h*.
345        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
346        * include/bsp.h: Include bspopts.h.
347
3482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
349
350        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
351
3522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
355
3562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
359
3602000-11-01      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
363        and libcsupport.h moved from libc to lib/include/rtems and
364        now must be referenced as <rtems/XXX.h>.   Header file order
365        was cleaned up while doing this.
366
3672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
370        Switch to GNU canonicalization.
371
3722000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
373
374        * startup/linkcmds: Added lines so DWARF debug information
375        would be available.  Otherwise gdb complains that the offsets
376        for the debug info are incorrect and doesn't load the files.
377
3782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
381        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
382        wrapup/Makefile.am: Include compile.am
383
3842000-08-10      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.