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

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-02-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add sections required by newer gcc versions.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am.
20
212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: New header guard.
24
252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
28
292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Remove build-variant support.
32
332004-11-25      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
36
372004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * configure.ac: Require automake > 1.9.
40
412004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 610/bsps
44        * Makefile.am: Add include/tm27.h, Cosmetics.
45        * include/tm27.h: Final cosmetics.
46
472004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * include/bsp.h: Split out tmtest27 support.
50        * include/tm27.h: New.
51
522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        PR 613/bsps
55        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 614/bsps
60        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
61
622004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of
65        <zilog/z8536.h>.
66        * dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of
67        <zilog/z8530.h>.
68
692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
72
732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
76        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
77        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
78        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
79        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
80
812004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * clock/ckinit.c, console/console.c, include/bsp.h,
84        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
85        timer/timer.c: Convert to using c99 fixed size types.
86
872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect changes to bsp.am.
90        Preinstall dist_project_lib*.
91
922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Reflect changes to bsp.am.
95
962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
99
1002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Pickup files from ../../m68k/shared instead of
103        ../shared. Reformat.
104
1052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
108
1092004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
112        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
113        wrapup/Makefile.am.
114        Use automake compilation rules.
115        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
116        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
117        Remove.
118        * configure.ac: Reflect changes above.
119
1202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add PREINSTALL_DIRS.
123        * wrapup/Makefile.am: Reflect changes to libcpu.
124
1252004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Reflect changes to libcpu.
128
1292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
132        Add PRE/TMPINSTALL_FILES to CLEANFILES.
133        * startup/Makefile.am: Ditto.
134
1352004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/.cvsignore: Remove.
138
1392004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Remove.
142        * Makefile.am: Merge-in start/Makefile.am.
143        * configure.ac: Reflect changes above.
144
1452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Eliminate $(LIB).
148        Use noinst_DATA to trigger building libbsp.a.
149
1502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
153        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154
1552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
158        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
163
1642003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Misc cleanups and fixes.
167        * startup/Makefile.am: Misc cleanups and fixes.
168        * wrapup/Makefile.am: Misc cleanups and fixes.
169
1702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Add preinstallation dirstamp support.
173        * clock/Makefile.am: Cosmetics.
174        * console/Makefile.am: Cosmetics.
175        * spurious/Makefile.am: Cosmetics.
176        * startup/Makefile.am: Cosmetics.
177        * timer/Makefile.am: Cosmetics.
178        * wrapup/Makefile.am: Cosmetics.
179
1802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Remove all-local: $(ARCH).
183        * console/Makefile.am: Remove all-local: $(ARCH).
184        * spurious/Makefile.am: Remove all-local: $(ARCH).
185        * start/Makefile.am: Remove all-local: $(ARCH).
186        * startup/Makefile.am: Remove all-local: $(ARCH).
187        * timer/Makefile.am: Remove all-local: $(ARCH).
188        * wrapup/Makefile.am: Remove all-local: $(ARCH).
189
1902003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Merge-in include/Makefile.am.
193        Reflect changes to bsp.am.
194        * include/Makefile.am: Remove.
195        * configure.ac: Reflect changes above.
196
1972003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * bsp_specs: Remove *lib:.
200
2012003-09-04      Joel Sherrill <joel@OARcorp.com>
202
203        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
204        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
205        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
206        URL for license changed.
207
2082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved aclocal/.
211
2122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect having moved automake/.
215        * clock/Makefile.am: Reflect having moved automake/.
216        * console/Makefile.am: Reflect having moved automake/.
217        * include/Makefile.am: Reflect having moved automake/.
218        * spurious/Makefile.am: Reflect having moved automake/.
219        * start/Makefile.am: Reflect having moved automake/.
220        * startup/Makefile.am: Reflect having moved automake/.
221        * timer/Makefile.am: Reflect having moved automake/.
222        * wrapup/Makefile.am: Reflect having moved automake/.
223
2242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        PR 452/bsps
227        * startup/Makefile.am: Remove USE_INIT_FINI.
228
2292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
232
2332003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        PR 445/bsps
236        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
237        Remove cpp, old_cpp (now unused).
238
2392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove AC_CONFIG_AUX_DIR.
242
2432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
246
2472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: AC_PREREQ(2.57).
250
2512003-01-20      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds*: Add FreeBSD sysctl() sections.
254
2552002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263
2642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: Use install-data-local to install startfile.
267
2682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271
2722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Reformat.
275        Add autom4te*cache.
276        Remove autom4te.cache.
277
2782002-08-21      Joel Sherrill <joel@OARcorp.com>
279
280        * bsp_specs: Added support for -nostdlibs.
281
2822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
291
2922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Eliminate PGM.
295        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
296
2972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
300
3012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
304        Remove $(OBJS) from all-local.
305
3062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
309
3102001-05-09      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/linkcmds: In support of gcc 3.1, added one of more
313        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
314        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
315        and direction of segments to memory regions may also have been
316        addressed.  This was a sweep across all BSPs.
317 
3182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac:
321        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
322        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
323        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
332
3332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
336        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
337
3382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
341
3422001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
345        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
346
3472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
350        * configure.in: Remove.
351        * configure.ac: New file, generated from configure.in by autoupdate.
352
3532001-09-27      Joel Sherrill <joel@OARcorp.com>
354
355        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
356
3572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
360
3612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.in: Add bspopts.h.
364        * include/.cvsignore: Add bspopts.h*, stamp-h*.
365        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
366        * include/bsp.h: Include bspopts.h.
367
3682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
369
370        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
371
3722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
375
3762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
379
3802000-11-01      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
383        and libcsupport.h moved from libc to lib/include/rtems and
384        now must be referenced as <rtems/XXX.h>.   Header file order
385        was cleaned up while doing this.
386
3872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
390        Switch to GNU canonicalization.
391
3922000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
393
394        * startup/linkcmds: Added lines so DWARF debug information
395        would be available.  Otherwise gdb complains that the offsets
396        for the debug info are incorrect and doesn't load the files.
397
3982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
401        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
402        wrapup/Makefile.am: Include compile.am
403
4042000-08-10      Joel Sherrill <joel@OARcorp.com>
405
406        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.