source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 34c4852

4.104.114.84.95
Last change on this file since 34c4852 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: 11.4 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-01      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
45        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
46        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
47
482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
51        startup/bspstart.c: Convert to using c99 fixed size types.
52
532004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect changes to bsp.am.
56        Preinstall dist_project_lib*.
57
582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect changes to bsp.am.
61
622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
65
662004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Pickup files from ../../m68k/shared instead of
69        ../shared. Reformat.
70
712004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
74        Remove AM_CONDITIONAL(HAS_MP).
75
762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
79
802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
83        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
84        wrapup/Makefile.am.
85        Use automake compilation rules.
86        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
87        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
88        Remove.
89        * configure.ac: Reflect changes above.
90
912004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add PREINSTALL_DIRS.
94        * wrapup/Makefile.am: Reflect changes to libcpu.
95
962004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Reflect changes to libcpu.
99
1002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/.cvsignore: Remove.
103        * start/Makefile.am: Remove.
104        * Makefile.am: Merge-in start/Makefile.am.
105        * configure.ac: Reflect changes above.
106
1072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
110        Add PRE/TMPINSTALL_FILES to CLEANFILES.
111        * start/Makefile.am: Ditto.
112        * startup/Makefile.am: Ditto.
113
1142004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Eliminate $(LIB).
117        Use noinst_DATA to trigger building libbsp.a.
118
1192003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Remove GENERIC_FILES.
122
1232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
126        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
127
1282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
131        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
132
1332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
136
1372003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Misc cleanups and fixes.
140        * startup/Makefile.am: Misc cleanups and fixes.
141        * wrapup/Makefile.am: Misc cleanups and fixes.
142
1432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add preinstallation dirstamp support.
146        * clock/Makefile.am: Cosmetics.
147        * console/Makefile.am: Cosmetics.
148        * shmsupp/Makefile.am: Cosmetics.
149        * startup/Makefile.am: Cosmetics.
150        * timer/Makefile.am: Cosmetics.
151        * wrapup/Makefile.am: Cosmetics.
152
1532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * clock/Makefile.am: Remove all-local: $(ARCH).
156        * console/Makefile.am: Remove all-local: $(ARCH).
157        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
158        * start/Makefile.am: Remove all-local: $(ARCH).
159        * startup/Makefile.am: Remove all-local: $(ARCH).
160        * timer/Makefile.am: Remove all-local: $(ARCH).
161        * wrapup/Makefile.am: Remove all-local: $(ARCH).
162
1632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Merge-in include/Makefile.am.
166        Reflect changes to bsp.am.
167        * include/Makefile.am: Remove.
168        * configure.ac: Reflect changes above.
169
1702003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * bsp_specs: Remove *lib:.
173
1742003-09-04      Joel Sherrill <joel@OARcorp.com>
175
176        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
177        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
178        startup/bspstart.c, startup/linkcmds: URL for license changed.
179
1802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Reflect having moved aclocal/.
183
1842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved automake/.
187        * clock/Makefile.am: Reflect having moved automake/.
188        * console/Makefile.am: Reflect having moved automake/.
189        * include/Makefile.am: Reflect having moved automake/.
190        * shmsupp/Makefile.am: Reflect having moved automake/.
191        * start/Makefile.am: Reflect having moved automake/.
192        * startup/Makefile.am: Reflect having moved automake/.
193        * timer/Makefile.am: Reflect having moved automake/.
194        * wrapup/Makefile.am: Reflect having moved automake/.
195
1962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        PR 452/bsps
199        * startup/Makefile.am: Remove USE_INIT_FINI.
200
2012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
204
2052003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 445/bsps
208        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
209        Remove cpp, old_cpp (now unused).
210
2112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove AC_CONFIG_AUX_DIR.
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AC_PREREQ(2.57).
222
2232003-01-20      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds*: Add FreeBSD sysctl() sections.
226
2272002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Use install-data-local to install startfile.
239
2402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
2482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * .cvsignore: Reformat.
251        Add autom4te*cache.
252        Remove autom4te.cache.
253
2542002-08-21      Joel Sherrill <joel@OARcorp.com>
255
256        * bsp_specs: Added support for -nostdlibs.
257
2582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
267
2682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Eliminate PGM.
271        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
272
2732002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
276
2772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
280        Remove $(OBJS) from all-local.
281
2822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
285
2862001-05-09      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/linkcmds: In support of gcc 3.1, added one of more
289        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
290        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
291        and direction of segments to memory regions may also have been
292        addressed.  This was a sweep across all BSPs.
293 
2942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac:
297        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
298        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
299        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
308
3092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
312
3132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
316        * configure.in: Remove.
317        * configure.ac: New file, generated from configure.in by autoupdate.
318
3192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
322
3232001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
326        happy.
327
3282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.in: Add bspopts.h.
331        * include/.cvsignore: Add bspopts.h*, stamp-h*.
332        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
333        * include/bsp.h: Include bspopts.h.
334
3352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
336
337        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
338
3392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
342
3432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
346
3472000-11-01      Joel Sherrill <joel@OARcorp.com>
348
349        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
350        and libcsupport.h moved from libc to lib/include/rtems and
351        now must be referenced as <rtems/XXX.h>.   Header file order
352        was cleaned up while doing this.
353
3542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
357        Switch to GNU canonicalization.
358
3592000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
360
361        * startup/linkcmds: Added lines so DWARF debug information
362        would be available.  Otherwise gdb complains that the offsets
363        for the debug info are incorrect and doesn't load the files.
364
3652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
368        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
369        wrapup/Makefile.am: Include compile.am
370
3712000-08-10      Joel Sherrill <joel@OARcorp.com>
372
373        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.