source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 4cbf22a

4.104.114.84.95
Last change on this file since 4cbf22a was 4cbf22a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 21:06:25

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-11-25      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
37        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
38        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
39
402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
43        startup/bspstart.c: Convert to using c99 fixed size types.
44
452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect changes to bsp.am.
48        Preinstall dist_project_lib*.
49
502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53
542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
57
582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Pickup files from ../../m68k/shared instead of
61        ../shared. Reformat.
62
632004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
66        Remove AM_CONDITIONAL(HAS_MP).
67
682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
71
722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
75        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
76        wrapup/Makefile.am.
77        Use automake compilation rules.
78        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
79        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
80        Remove.
81        * configure.ac: Reflect changes above.
82
832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add PREINSTALL_DIRS.
86        * wrapup/Makefile.am: Reflect changes to libcpu.
87
882004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Reflect changes to libcpu.
91
922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/.cvsignore: Remove.
95        * start/Makefile.am: Remove.
96        * Makefile.am: Merge-in start/Makefile.am.
97        * configure.ac: Reflect changes above.
98
992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
102        Add PRE/TMPINSTALL_FILES to CLEANFILES.
103        * start/Makefile.am: Ditto.
104        * startup/Makefile.am: Ditto.
105
1062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Eliminate $(LIB).
109        Use noinst_DATA to trigger building libbsp.a.
110
1112003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Remove GENERIC_FILES.
114
1152003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
118        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
119
1202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
123        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
128
1292003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Misc cleanups and fixes.
132        * startup/Makefile.am: Misc cleanups and fixes.
133        * wrapup/Makefile.am: Misc cleanups and fixes.
134
1352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add preinstallation dirstamp support.
138        * clock/Makefile.am: Cosmetics.
139        * console/Makefile.am: Cosmetics.
140        * shmsupp/Makefile.am: Cosmetics.
141        * startup/Makefile.am: Cosmetics.
142        * timer/Makefile.am: Cosmetics.
143        * wrapup/Makefile.am: Cosmetics.
144
1452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * clock/Makefile.am: Remove all-local: $(ARCH).
148        * console/Makefile.am: Remove all-local: $(ARCH).
149        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
150        * start/Makefile.am: Remove all-local: $(ARCH).
151        * startup/Makefile.am: Remove all-local: $(ARCH).
152        * timer/Makefile.am: Remove all-local: $(ARCH).
153        * wrapup/Makefile.am: Remove all-local: $(ARCH).
154
1552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Merge-in include/Makefile.am.
158        Reflect changes to bsp.am.
159        * include/Makefile.am: Remove.
160        * configure.ac: Reflect changes above.
161
1622003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * bsp_specs: Remove *lib:.
165
1662003-09-04      Joel Sherrill <joel@OARcorp.com>
167
168        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
169        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
170        startup/bspstart.c, startup/linkcmds: URL for license changed.
171
1722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved aclocal/.
175
1762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved automake/.
179        * clock/Makefile.am: Reflect having moved automake/.
180        * console/Makefile.am: Reflect having moved automake/.
181        * include/Makefile.am: Reflect having moved automake/.
182        * shmsupp/Makefile.am: Reflect having moved automake/.
183        * start/Makefile.am: Reflect having moved automake/.
184        * startup/Makefile.am: Reflect having moved automake/.
185        * timer/Makefile.am: Reflect having moved automake/.
186        * wrapup/Makefile.am: Reflect having moved automake/.
187
1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 452/bsps
191        * startup/Makefile.am: Remove USE_INIT_FINI.
192
1932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
196
1972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        PR 445/bsps
200        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
201        Remove cpp, old_cpp (now unused).
202
2032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Remove AC_CONFIG_AUX_DIR.
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
210
2112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: AC_PREREQ(2.57).
214
2152003-01-20      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds*: Add FreeBSD sysctl() sections.
218
2192002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227
2282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Use install-data-local to install startfile.
231
2322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239
2402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * .cvsignore: Reformat.
243        Add autom4te*cache.
244        Remove autom4te.cache.
245
2462002-08-21      Joel Sherrill <joel@OARcorp.com>
247
248        * bsp_specs: Added support for -nostdlibs.
249
2502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
259
2602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Eliminate PGM.
263        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
264
2652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
268
2692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
272        Remove $(OBJS) from all-local.
273
2742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
277
2782001-05-09      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds: In support of gcc 3.1, added one of more
281        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
282        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
283        and direction of segments to memory regions may also have been
284        addressed.  This was a sweep across all BSPs.
285 
2862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac:
289        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
290        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
291        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
300
3012001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
304
3052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
308        * configure.in: Remove.
309        * configure.ac: New file, generated from configure.in by autoupdate.
310
3112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
314
3152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
318        happy.
319
3202001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: Add bspopts.h.
323        * include/.cvsignore: Add bspopts.h*, stamp-h*.
324        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
325        * include/bsp.h: Include bspopts.h.
326
3272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
342        and libcsupport.h moved from libc to lib/include/rtems and
343        now must be referenced as <rtems/XXX.h>.   Header file order
344        was cleaned up while doing this.
345
3462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
349        Switch to GNU canonicalization.
350
3512000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
352
353        * startup/linkcmds: Added lines so DWARF debug information
354        would be available.  Otherwise gdb complains that the offsets
355        for the debug info are incorrect and doesn't load the files.
356
3572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
360        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
361        wrapup/Makefile.am: Include compile.am
362
3632000-08-10      Joel Sherrill <joel@OARcorp.com>
364
365        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.