source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 9d7508e

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-02-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add sections required by newer gcc versions.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am.
20
212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: New header guard.
24
252005-05-20      Joel Sherrill <joel@OARcorp.com>
26
27        * console/duart.c: Remove warning.
28
292005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
32
332005-01-04      Joel Sherrill <joel@OARcorp.com>
34
35        * console/leds.c: Remove warnings.
36
372005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Remove build-variant support.
40
412005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * console/leds.c: Fix prototype of led_putnum().
44
452004-11-25      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
48
492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * configure.ac: Require automake > 1.9.
52
532004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 610/bsps
56        * Makefile.am: Add include/tm27.h, Cosmetics.
57        * include/tm27.h: Final cosmetics.
58
592004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * include/bsp.h: Split out tmtest27 support.
62        * include/tm27.h: New.
63
642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 613/bsps
67        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 614/bsps
72        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
73
742004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
77        <motorola/mc68230.h>.
78        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
79        <motorola/mc68681.h>.
80
812004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
84        <motorola/mc68230.h>.
85
862004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
89
902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
93        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
94        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
95        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
96
972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
100        using c99 fixed size types.
101
1022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect changes to bsp.am.
105        Preinstall dist_project_lib*.
106
1072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110
1112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
114
1152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Pickup files from ../../m68k/shared instead of
118        ../shared. Reformat.
119
1202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
123
1242004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
127        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
128        compilation rules.
129        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
130        timer/Makefile.am, wrapup/Makefile.am: Remove.
131        * configure.ac: Reflect changes above.
132
1332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add PREINSTALL_DIRS.
136        * wrapup/Makefile.am: Reflect changes to libcpu.
137
1382004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Reflect changes to libcpu.
141
1422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
145        Add PRE/TMPINSTALL_FILES to CLEANFILES.
146        * startup/Makefile.am: Ditto.
147
1482004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: Remove.
151        * Makefile.am: Merge-in start/Makefile.am.
152        * configure.ac: Reflect changes above.
153
1542004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Eliminate $(LIB).
157        Use noinst_DATA to trigger building libbsp.a.
158
1592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
162        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
163
1642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
167        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
168
1692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
172
1732003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Misc cleanups and fixes.
176        * startup/Makefile.am: Misc cleanups and fixes.
177        * wrapup/Makefile.am: Misc cleanups and fixes.
178
1792003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Add preinstallation dirstamp support.
182        * clock/Makefile.am: Cosmetics.
183        * console/Makefile.am: Cosmetics.
184        * startup/Makefile.am: Cosmetics.
185        * timer/Makefile.am: Cosmetics.
186        * wrapup/Makefile.am: Cosmetics.
187
1882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * clock/Makefile.am: Remove all-local: $(ARCH).
191        * console/Makefile.am: Remove all-local: $(ARCH).
192        * start/Makefile.am: Remove all-local: $(ARCH).
193        * startup/Makefile.am: Remove all-local: $(ARCH).
194        * timer/Makefile.am: Remove all-local: $(ARCH).
195        * wrapup/Makefile.am: Remove all-local: $(ARCH).
196
1972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Merge-in include/Makefile.am.
200        Reflect changes to bsp.am.
201        * include/Makefile.am: Remove.
202        * configure.ac: Reflect changes above.
203
2042003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * bsp_specs: Remove *lib:.
207
2082003-09-04      Joel Sherrill <joel@OARcorp.com>
209
210        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
211        URL for license changed.
212
2132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved aclocal/.
216
2172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect having moved automake/.
220        * clock/Makefile.am: Reflect having moved automake/.
221        * console/Makefile.am: Reflect having moved automake/.
222        * include/Makefile.am: Reflect having moved automake/.
223        * start/Makefile.am: Reflect having moved automake/.
224        * startup/Makefile.am: Reflect having moved automake/.
225        * timer/Makefile.am: Reflect having moved automake/.
226        * wrapup/Makefile.am: Reflect having moved automake/.
227
2282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        PR 452/bsps
231        * startup/Makefile.am: Remove USE_INIT_FINI.
232
2332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
236
2372003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        PR 445/bsps
240        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
241        Remove cpp, old_cpp (now unused).
242
2432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove AC_CONFIG_AUX_DIR.
246
2472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
250
2512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: AC_PREREQ(2.57).
254
2552003-01-20      Joel Sherrill <joel@OARcorp.com>
256
257        * startup/linkcmds*: Add FreeBSD sysctl() sections.
258
2592002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
2672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Use install-data-local to install startfile.
270
2712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278
2792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Reformat.
282        Add autom4te*cache.
283        Remove autom4te.cache.
284
2852002-08-21      Joel Sherrill <joel@OARcorp.com>
286
287        * bsp_specs: Added support for -nostdlibs.
288
2892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
297
2982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Eliminate PGM.
301        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
302
3032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
306
3072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
310        Remove $(OBJS) from all-local.
311
3122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
315
3162001-05-09      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds: In support of gcc 3.1, added one of more
319        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
320        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
321        and direction of segments to memory regions may also have been
322        addressed.  This was a sweep across all BSPs.
323 
3242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac:
327        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
328        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
329        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
337
3382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
341
3422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
345        * configure.in: Remove.
346        * configure.ac: New file, generated from configure.in by autoupdate.
347
3482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * include/Makefile.am: Use 'CLEANFILES ='.
351        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
352
3532001-06-19      Joel Sherrill <joel@OARcorp.com>
354
355        * include/Makefile.am: Fixed typo.
356
3572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: Add bspopts.h.
360        * include/.cvsignore: Add bspopts.h*, stamp-h*.
361        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
362        * include/bsp.h: Include bspopts.h.
363
3642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
365
366        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
367
3682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
371
3722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
375
3762000-11-01      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
379        and libcsupport.h moved from libc to lib/include/rtems and
380        now must be referenced as <rtems/XXX.h>.   Header file order
381        was cleaned up while doing this.
382
3832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
386        Switch to GNU canonicalization.
387
3882000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
389
390        * startup/linkcmds: Added lines so DWARF debug information
391        would be available.  Otherwise gdb complains that the offsets
392        for the debug info are incorrect and doesn't load the files.
393
3942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
397        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
398        compile.am
399
4002000-08-10      Joel Sherrill <joel@OARcorp.com>
401
402        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.