source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 5d91bed

Last change on this file since 5d91bed was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

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

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 11.9 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add sections required by newer gcc versions.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
24
252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove build-variant support.
28
292004-11-25      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
32
332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * configure.ac: Require automake > 1.9.
36
372004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 610/bsps
40        * Makefile.am: Add include/tm27.h, Cosmetics.
41        * include/tm27.h: Final cosmetics.
42
432004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Split out tmtest27 support.
46        * include/tm27.h: New.
47
482004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        PR 613/bsps
51        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 614/bsps
56        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
57
582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
61        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
62        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
63
642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
67        startup/bspstart.c: Convert to using c99 fixed size types.
68
692004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect changes to bsp.am.
72        Preinstall dist_project_lib*.
73
742004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect changes to bsp.am.
77
782004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
81
822004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Pickup files from ../../m68k/shared instead of
85        ../shared. Reformat.
86
872004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
90        Remove AM_CONDITIONAL(HAS_MP).
91
922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
95
962004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
99        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
100        wrapup/Makefile.am.
101        Use automake compilation rules.
102        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
103        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
104        Remove.
105        * configure.ac: Reflect changes above.
106
1072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add PREINSTALL_DIRS.
110        * wrapup/Makefile.am: Reflect changes to libcpu.
111
1122004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Reflect changes to libcpu.
115
1162004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/.cvsignore: Remove.
119        * start/Makefile.am: Remove.
120        * Makefile.am: Merge-in start/Makefile.am.
121        * configure.ac: Reflect changes above.
122
1232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
126        Add PRE/TMPINSTALL_FILES to CLEANFILES.
127        * start/Makefile.am: Ditto.
128        * startup/Makefile.am: Ditto.
129
1302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Eliminate $(LIB).
133        Use noinst_DATA to trigger building libbsp.a.
134
1352003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Remove GENERIC_FILES.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: Misc cleanups and fixes.
156        * startup/Makefile.am: Misc cleanups and fixes.
157        * wrapup/Makefile.am: Misc cleanups and fixes.
158
1592003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add preinstallation dirstamp support.
162        * clock/Makefile.am: Cosmetics.
163        * console/Makefile.am: Cosmetics.
164        * shmsupp/Makefile.am: Cosmetics.
165        * startup/Makefile.am: Cosmetics.
166        * timer/Makefile.am: Cosmetics.
167        * wrapup/Makefile.am: Cosmetics.
168
1692003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am: Remove all-local: $(ARCH).
172        * console/Makefile.am: Remove all-local: $(ARCH).
173        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
174        * start/Makefile.am: Remove all-local: $(ARCH).
175        * startup/Makefile.am: Remove all-local: $(ARCH).
176        * timer/Makefile.am: Remove all-local: $(ARCH).
177        * wrapup/Makefile.am: Remove all-local: $(ARCH).
178
1792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in include/Makefile.am.
182        Reflect changes to bsp.am.
183        * include/Makefile.am: Remove.
184        * configure.ac: Reflect changes above.
185
1862003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * bsp_specs: Remove *lib:.
189
1902003-09-04      Joel Sherrill <joel@OARcorp.com>
191
192        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
193        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
194        startup/bspstart.c, startup/linkcmds: URL for license changed.
195
1962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Reflect having moved aclocal/.
199
2002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved automake/.
203        * clock/Makefile.am: Reflect having moved automake/.
204        * console/Makefile.am: Reflect having moved automake/.
205        * include/Makefile.am: Reflect having moved automake/.
206        * shmsupp/Makefile.am: Reflect having moved automake/.
207        * start/Makefile.am: Reflect having moved automake/.
208        * startup/Makefile.am: Reflect having moved automake/.
209        * timer/Makefile.am: Reflect having moved automake/.
210        * wrapup/Makefile.am: Reflect having moved automake/.
211
2122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        PR 452/bsps
215        * startup/Makefile.am: Remove USE_INIT_FINI.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
220
2212003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        PR 445/bsps
224        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
225        Remove cpp, old_cpp (now unused).
226
2272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Remove AC_CONFIG_AUX_DIR.
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
234
2352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: AC_PREREQ(2.57).
238
2392003-01-20      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds*: Add FreeBSD sysctl() sections.
242
2432002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Use install-data-local to install startfile.
255
2562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
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        * shmsupp/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        * shmsupp/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-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
328
3292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
332        * configure.in: Remove.
333        * configure.ac: New file, generated from configure.in by autoupdate.
334
3352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
338
3392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
342        happy.
343
3442001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.in: Add bspopts.h.
347        * include/.cvsignore: Add bspopts.h*, stamp-h*.
348        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
349        * include/bsp.h: Include bspopts.h.
350
3512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
352
353        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
354
3552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
358
3592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
362
3632000-11-01      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
366        and libcsupport.h moved from libc to lib/include/rtems and
367        now must be referenced as <rtems/XXX.h>.   Header file order
368        was cleaned up while doing this.
369
3702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
373        Switch to GNU canonicalization.
374
3752000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
376
377        * startup/linkcmds: Added lines so DWARF debug information
378        would be available.  Otherwise gdb complains that the offsets
379        for the debug info are incorrect and doesn't load the files.
380
3812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
384        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
385        wrapup/Makefile.am: Include compile.am
386
3872000-08-10      Joel Sherrill <joel@OARcorp.com>
388
389        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.