source: rtems/c/src/lib/libbsp/m68k/mvme147s/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: 11.8 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-01      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
57        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
58        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
59
602004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
63        startup/bspstart.c: Convert to using c99 fixed size types.
64
652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect changes to bsp.am.
68        Preinstall dist_project_lib*.
69
702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect changes to bsp.am.
73
742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
77
782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Pickup files from ../../m68k/shared instead of
81        ../shared. Reformat.
82
832004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
86        Remove AM_CONDITIONAL(HAS_MP).
87
882004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
91
922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
95        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
96        wrapup/Makefile.am.
97        Use automake compilation rules.
98        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
99        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
100        Remove.
101        * configure.ac: Reflect changes above.
102
1032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add PREINSTALL_DIRS.
106        * wrapup/Makefile.am: Reflect changes to libcpu.
107
1082004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Reflect changes to libcpu.
111
1122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/.cvsignore: Remove.
115        * start/Makefile.am: Remove.
116        * Makefile.am: Merge-in start/Makefile.am.
117        * configure.ac: Reflect changes above.
118
1192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
122        Add PRE/TMPINSTALL_FILES to CLEANFILES.
123        * start/Makefile.am: Ditto.
124        * startup/Makefile.am: Ditto.
125
1262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Eliminate $(LIB).
129        Use noinst_DATA to trigger building libbsp.a.
130
1312003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Remove GENERIC_FILES.
134
1352003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
148
1492003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Misc cleanups and fixes.
152        * startup/Makefile.am: Misc cleanups and fixes.
153        * wrapup/Makefile.am: Misc cleanups and fixes.
154
1552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Add preinstallation dirstamp support.
158        * clock/Makefile.am: Cosmetics.
159        * console/Makefile.am: Cosmetics.
160        * shmsupp/Makefile.am: Cosmetics.
161        * startup/Makefile.am: Cosmetics.
162        * timer/Makefile.am: Cosmetics.
163        * wrapup/Makefile.am: Cosmetics.
164
1652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Remove all-local: $(ARCH).
168        * console/Makefile.am: Remove all-local: $(ARCH).
169        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
170        * start/Makefile.am: Remove all-local: $(ARCH).
171        * startup/Makefile.am: Remove all-local: $(ARCH).
172        * timer/Makefile.am: Remove all-local: $(ARCH).
173        * wrapup/Makefile.am: Remove all-local: $(ARCH).
174
1752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Merge-in include/Makefile.am.
178        Reflect changes to bsp.am.
179        * include/Makefile.am: Remove.
180        * configure.ac: Reflect changes above.
181
1822003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * bsp_specs: Remove *lib:.
185
1862003-09-04      Joel Sherrill <joel@OARcorp.com>
187
188        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
189        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
190        startup/bspstart.c, startup/linkcmds: URL for license changed.
191
1922003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect having moved aclocal/.
195
1962003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect having moved automake/.
199        * clock/Makefile.am: Reflect having moved automake/.
200        * console/Makefile.am: Reflect having moved automake/.
201        * include/Makefile.am: Reflect having moved automake/.
202        * shmsupp/Makefile.am: Reflect having moved automake/.
203        * start/Makefile.am: Reflect having moved automake/.
204        * startup/Makefile.am: Reflect having moved automake/.
205        * timer/Makefile.am: Reflect having moved automake/.
206        * wrapup/Makefile.am: Reflect having moved automake/.
207
2082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 452/bsps
211        * startup/Makefile.am: Remove USE_INIT_FINI.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 445/bsps
220        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
221        Remove cpp, old_cpp (now unused).
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AC_PREREQ(2.57).
234
2352003-01-20      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds*: Add FreeBSD sysctl() sections.
238
2392002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
2482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Use install-data-local to install startfile.
251
2522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255
2562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259
2602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * .cvsignore: Reformat.
263        Add autom4te*cache.
264        Remove autom4te.cache.
265
2662002-08-21      Joel Sherrill <joel@OARcorp.com>
267
268        * bsp_specs: Added support for -nostdlibs.
269
2702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
279
2802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * start/Makefile.am: Eliminate PGM.
283        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
284
2852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
288
2892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
292        Remove $(OBJS) from all-local.
293
2942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
297
2982001-05-09      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds: In support of gcc 3.1, added one of more
301        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
302        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
303        and direction of segments to memory regions may also have been
304        addressed.  This was a sweep across all BSPs.
305 
3062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac:
309        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
310        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
311        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
320
3212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
324
3252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
328        * configure.in: Remove.
329        * configure.ac: New file, generated from configure.in by autoupdate.
330
3312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
334
3352001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
338        happy.
339
3402001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.in: Add bspopts.h.
343        * include/.cvsignore: Add bspopts.h*, stamp-h*.
344        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
345        * include/bsp.h: Include bspopts.h.
346
3472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
348
349        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
350
3512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
354
3552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
358
3592000-11-01      Joel Sherrill <joel@OARcorp.com>
360
361        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
362        and libcsupport.h moved from libc to lib/include/rtems and
363        now must be referenced as <rtems/XXX.h>.   Header file order
364        was cleaned up while doing this.
365
3662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
369        Switch to GNU canonicalization.
370
3712000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
372
373        * startup/linkcmds: Added lines so DWARF debug information
374        would be available.  Otherwise gdb complains that the offsets
375        for the debug info are incorrect and doesn't load the files.
376
3772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
380        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
381        wrapup/Makefile.am: Include compile.am
382
3832000-08-10      Joel Sherrill <joel@OARcorp.com>
384
385        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.