source: rtems/c/src/lib/libbsp/m68k/idp/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-05-20      Joel Sherrill <joel@OARcorp.com>
22
23        * console/duart.c: Remove warning.
24
252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
28
292005-01-04      Joel Sherrill <joel@OARcorp.com>
30
31        * console/leds.c: Remove warnings.
32
332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Remove build-variant support.
36
372005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * console/leds.c: Fix prototype of led_putnum().
40
412004-11-25      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
44
452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * configure.ac: Require automake > 1.9.
48
492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 610/bsps
52        * Makefile.am: Add include/tm27.h, Cosmetics.
53        * include/tm27.h: Final cosmetics.
54
552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * include/bsp.h: Split out tmtest27 support.
58        * include/tm27.h: New.
59
602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 613/bsps
63        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
64
652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 614/bsps
68        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
69
702004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
73        <motorola/mc68230.h>.
74        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
75        <motorola/mc68681.h>.
76
772004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
80        <motorola/mc68230.h>.
81
822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
85
862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
89        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
90        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
91        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
92
932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
96        using c99 fixed size types.
97
982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect changes to bsp.am.
101        Preinstall dist_project_lib*.
102
1032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect changes to bsp.am.
106
1072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
110
1112004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Pickup files from ../../m68k/shared instead of
114        ../shared. Reformat.
115
1162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
119
1202004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
123        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
124        compilation rules.
125        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
126        timer/Makefile.am, wrapup/Makefile.am: Remove.
127        * configure.ac: Reflect changes above.
128
1292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Add PREINSTALL_DIRS.
132        * wrapup/Makefile.am: Reflect changes to libcpu.
133
1342004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Reflect changes to libcpu.
137
1382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
141        Add PRE/TMPINSTALL_FILES to CLEANFILES.
142        * startup/Makefile.am: Ditto.
143
1442004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Remove.
147        * Makefile.am: Merge-in start/Makefile.am.
148        * configure.ac: Reflect changes above.
149
1502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Eliminate $(LIB).
153        Use noinst_DATA to trigger building libbsp.a.
154
1552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
158        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
163        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164
1652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
168
1692003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: Misc cleanups and fixes.
172        * startup/Makefile.am: Misc cleanups and fixes.
173        * wrapup/Makefile.am: Misc cleanups and fixes.
174
1752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Add preinstallation dirstamp support.
178        * clock/Makefile.am: Cosmetics.
179        * console/Makefile.am: Cosmetics.
180        * startup/Makefile.am: Cosmetics.
181        * timer/Makefile.am: Cosmetics.
182        * wrapup/Makefile.am: Cosmetics.
183
1842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * clock/Makefile.am: Remove all-local: $(ARCH).
187        * console/Makefile.am: Remove all-local: $(ARCH).
188        * start/Makefile.am: Remove all-local: $(ARCH).
189        * startup/Makefile.am: Remove all-local: $(ARCH).
190        * timer/Makefile.am: Remove all-local: $(ARCH).
191        * wrapup/Makefile.am: Remove all-local: $(ARCH).
192
1932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Merge-in include/Makefile.am.
196        Reflect changes to bsp.am.
197        * include/Makefile.am: Remove.
198        * configure.ac: Reflect changes above.
199
2002003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * bsp_specs: Remove *lib:.
203
2042003-09-04      Joel Sherrill <joel@OARcorp.com>
205
206        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
207        URL for license changed.
208
2092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect having moved aclocal/.
212
2132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved automake/.
216        * clock/Makefile.am: Reflect having moved automake/.
217        * console/Makefile.am: Reflect having moved automake/.
218        * include/Makefile.am: Reflect having moved automake/.
219        * start/Makefile.am: Reflect having moved automake/.
220        * startup/Makefile.am: Reflect having moved automake/.
221        * timer/Makefile.am: Reflect having moved automake/.
222        * wrapup/Makefile.am: Reflect having moved automake/.
223
2242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        PR 452/bsps
227        * startup/Makefile.am: Remove USE_INIT_FINI.
228
2292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
232
2332003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        PR 445/bsps
236        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
237        Remove cpp, old_cpp (now unused).
238
2392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove AC_CONFIG_AUX_DIR.
242
2432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
246
2472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: AC_PREREQ(2.57).
250
2512003-01-20      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds*: Add FreeBSD sysctl() sections.
254
2552002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262
2632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * start/Makefile.am: Use install-data-local to install startfile.
266
2672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270
2712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Reformat.
278        Add autom4te*cache.
279        Remove autom4te.cache.
280
2812002-08-21      Joel Sherrill <joel@OARcorp.com>
282
283        * bsp_specs: Added support for -nostdlibs.
284
2852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
293
2942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Eliminate PGM.
297        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
298
2992002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
302
3032002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
306        Remove $(OBJS) from all-local.
307
3082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
311
3122001-05-09      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/linkcmds: In support of gcc 3.1, added one of more
315        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
316        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
317        and direction of segments to memory regions may also have been
318        addressed.  This was a sweep across all BSPs.
319 
3202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac:
323        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
325        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
337
3382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
341        * configure.in: Remove.
342        * configure.ac: New file, generated from configure.in by autoupdate.
343
3442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * include/Makefile.am: Use 'CLEANFILES ='.
347        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
348
3492001-06-19      Joel Sherrill <joel@OARcorp.com>
350
351        * include/Makefile.am: Fixed typo.
352
3532001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.in: Add bspopts.h.
356        * include/.cvsignore: Add bspopts.h*, stamp-h*.
357        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
358        * include/bsp.h: Include bspopts.h.
359
3602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
361
362        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
363
3642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
367
3682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
371
3722000-11-01      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
375        and libcsupport.h moved from libc to lib/include/rtems and
376        now must be referenced as <rtems/XXX.h>.   Header file order
377        was cleaned up while doing this.
378
3792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
382        Switch to GNU canonicalization.
383
3842000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
385
386        * startup/linkcmds: Added lines so DWARF debug information
387        would be available.  Otherwise gdb complains that the offsets
388        for the debug info are incorrect and doesn't load the files.
389
3902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
393        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
394        compile.am
395
3962000-08-10      Joel Sherrill <joel@OARcorp.com>
397
398        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.