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

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

2006-10-19 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require automake-1.10. Require autoconf-2.60.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Require autoconf-2.60.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add sections required by newer gcc versions.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
20
212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Remove build-variant support.
24
252004-11-25      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
28
292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Require automake > 1.9.
32
332004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 610/bsps
36        * Makefile.am: Add include/tm27.h, Cosmetics.
37        * include/tm27.h: Final cosmetics.
38
392004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Split out tmtest27 support.
42        * include/tm27.h: New.
43
442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        PR 613/bsps
47        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 614/bsps
52        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
53
542004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of
57        <zilog/z8536.h>.
58        * dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of
59        <zilog/z8530.h>.
60
612004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
64
652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
68        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
69        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
70        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
71        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
72
732004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * clock/ckinit.c, console/console.c, include/bsp.h,
76        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
77        timer/timer.c: Convert to using c99 fixed size types.
78
792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect changes to bsp.am.
82        Preinstall dist_project_lib*.
83
842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87
882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
91
922004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Pickup files from ../../m68k/shared instead of
95        ../shared. Reformat.
96
972004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
100
1012004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
104        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
105        wrapup/Makefile.am.
106        Use automake compilation rules.
107        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
108        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
109        Remove.
110        * configure.ac: Reflect changes above.
111
1122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add PREINSTALL_DIRS.
115        * wrapup/Makefile.am: Reflect changes to libcpu.
116
1172004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Reflect changes to libcpu.
120
1212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
124        Add PRE/TMPINSTALL_FILES to CLEANFILES.
125        * startup/Makefile.am: Ditto.
126
1272004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/.cvsignore: Remove.
130
1312004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: Remove.
134        * Makefile.am: Merge-in start/Makefile.am.
135        * configure.ac: Reflect changes above.
136
1372004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Eliminate $(LIB).
140        Use noinst_DATA to trigger building libbsp.a.
141
1422003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
145        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
146
1472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
150        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
151
1522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
155
1562003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Misc cleanups and fixes.
159        * startup/Makefile.am: Misc cleanups and fixes.
160        * wrapup/Makefile.am: Misc cleanups and fixes.
161
1622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add preinstallation dirstamp support.
165        * clock/Makefile.am: Cosmetics.
166        * console/Makefile.am: Cosmetics.
167        * spurious/Makefile.am: Cosmetics.
168        * startup/Makefile.am: Cosmetics.
169        * timer/Makefile.am: Cosmetics.
170        * wrapup/Makefile.am: Cosmetics.
171
1722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Remove all-local: $(ARCH).
175        * console/Makefile.am: Remove all-local: $(ARCH).
176        * spurious/Makefile.am: Remove all-local: $(ARCH).
177        * start/Makefile.am: Remove all-local: $(ARCH).
178        * startup/Makefile.am: Remove all-local: $(ARCH).
179        * timer/Makefile.am: Remove all-local: $(ARCH).
180        * wrapup/Makefile.am: Remove all-local: $(ARCH).
181
1822003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Merge-in include/Makefile.am.
185        Reflect changes to bsp.am.
186        * include/Makefile.am: Remove.
187        * configure.ac: Reflect changes above.
188
1892003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * bsp_specs: Remove *lib:.
192
1932003-09-04      Joel Sherrill <joel@OARcorp.com>
194
195        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
196        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
197        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
198        URL for license changed.
199
2002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved aclocal/.
203
2042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved automake/.
207        * clock/Makefile.am: Reflect having moved automake/.
208        * console/Makefile.am: Reflect having moved automake/.
209        * include/Makefile.am: Reflect having moved automake/.
210        * spurious/Makefile.am: Reflect having moved automake/.
211        * start/Makefile.am: Reflect having moved automake/.
212        * startup/Makefile.am: Reflect having moved automake/.
213        * timer/Makefile.am: Reflect having moved automake/.
214        * wrapup/Makefile.am: Reflect having moved automake/.
215
2162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        PR 452/bsps
219        * startup/Makefile.am: Remove USE_INIT_FINI.
220
2212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
224
2252003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        PR 445/bsps
228        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
229        Remove cpp, old_cpp (now unused).
230
2312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Remove AC_CONFIG_AUX_DIR.
234
2352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
238
2392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: AC_PREREQ(2.57).
242
2432003-01-20      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/linkcmds*: Add FreeBSD sysctl() sections.
246
2472002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255
2562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Use install-data-local to install startfile.
259
2602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263
2642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Reformat.
267        Add autom4te*cache.
268        Remove autom4te.cache.
269
2702002-08-21      Joel Sherrill <joel@OARcorp.com>
271
272        * bsp_specs: Added support for -nostdlibs.
273
2742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
283
2842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * start/Makefile.am: Eliminate PGM.
287        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
288
2892002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
292
2932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
296        Remove $(OBJS) from all-local.
297
2982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
301
3022001-05-09      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: In support of gcc 3.1, added one of more
305        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
306        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
307        and direction of segments to memory regions may also have been
308        addressed.  This was a sweep across all BSPs.
309 
3102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac:
313        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
314        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
315        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
324
3252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
328        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
329
3302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
333
3342001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
337        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
338
3392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
342        * configure.in: Remove.
343        * configure.ac: New file, generated from configure.in by autoupdate.
344
3452001-09-27      Joel Sherrill <joel@OARcorp.com>
346
347        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
348
3492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
352
3532001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.in: Add bspopts.h.
356        * include/.cvsignore: Add bspopts.h*, stamp-h*.
357        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
358        * include/bsp.h: Include bspopts.h.
359
3602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
361
362        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
363
3642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
367
3682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
371
3722000-11-01      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
375        and libcsupport.h moved from libc to lib/include/rtems and
376        now must be referenced as <rtems/XXX.h>.   Header file order
377        was cleaned up while doing this.
378
3792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
382        Switch to GNU canonicalization.
383
3842000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
385
386        * startup/linkcmds: Added lines so DWARF debug information
387        would be available.  Otherwise gdb complains that the offsets
388        for the debug info are incorrect and doesn't load the files.
389
3902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
393        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
394        wrapup/Makefile.am: Include compile.am
395
3962000-08-10      Joel Sherrill <joel@OARcorp.com>
397
398        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.