source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 2928e82

4.8
Last change on this file since 2928e82 was 2928e82, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/15/08 at 07:10:49

2008-02-15 Ralf Corsépius <ralf.corsepius@…>

  • clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes to rtems/motorola/*.h.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
4          to rtems/motorola/*.h.
5
62007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
9        avoid conflicts in application space.
10
112007-05-03      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Handle .data.* sections
14
152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Remove qrtems_debug.
18
192007-04-02      Joel Sherrill <joel@OARcorp.com>
20
21        * Makefile.am: Add dummy printk support so all tests link.
22
232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: New BUG-REPORT address.
26
272006-11-15      Joel Sherrill <joel@OARcorp.com>
28
29        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
30        file and simplified initialization.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Remove superfluous -DASM.
35
362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Require autoconf-2.60. Require automake-1.10.
39
402006-02-08      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds: Add sections required by newer gcc versions.
43
442006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Add preinstall.am.
47
482005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * include/bsp.h: New header guard.
51
522005-05-20      Joel Sherrill <joel@OARcorp.com>
53
54        * console/duart.c: Remove warning.
55
562005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
59
602005-01-04      Joel Sherrill <joel@OARcorp.com>
61
62        * console/leds.c: Remove warnings.
63
642005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Remove build-variant support.
67
682005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * console/leds.c: Fix prototype of led_putnum().
71
722004-11-25      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
75
762004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * configure.ac: Require automake > 1.9.
79
802004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 610/bsps
83        * Makefile.am: Add include/tm27.h, Cosmetics.
84        * include/tm27.h: Final cosmetics.
85
862004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * include/bsp.h: Split out tmtest27 support.
89        * include/tm27.h: New.
90
912004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        PR 613/bsps
94        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
95
962004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        PR 614/bsps
99        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
100
1012004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
104        <motorola/mc68230.h>.
105        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
106        <motorola/mc68681.h>.
107
1082004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
111        <motorola/mc68230.h>.
112
1132004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
116
1172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
120        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
121        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
122        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
123
1242004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
127        using c99 fixed size types.
128
1292004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Reflect changes to bsp.am.
132        Preinstall dist_project_lib*.
133
1342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect changes to bsp.am.
137
1382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
141
1422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Pickup files from ../../m68k/shared instead of
145        ../shared. Reformat.
146
1472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
150
1512004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
154        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
155        compilation rules.
156        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
157        timer/Makefile.am, wrapup/Makefile.am: Remove.
158        * configure.ac: Reflect changes above.
159
1602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add PREINSTALL_DIRS.
163        * wrapup/Makefile.am: Reflect changes to libcpu.
164
1652004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Reflect changes to libcpu.
168
1692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
172        Add PRE/TMPINSTALL_FILES to CLEANFILES.
173        * startup/Makefile.am: Ditto.
174
1752004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Remove.
178        * Makefile.am: Merge-in start/Makefile.am.
179        * configure.ac: Reflect changes above.
180
1812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Eliminate $(LIB).
184        Use noinst_DATA to trigger building libbsp.a.
185
1862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
189        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
194        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
195
1962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
199
2002003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * start/Makefile.am: Misc cleanups and fixes.
203        * startup/Makefile.am: Misc cleanups and fixes.
204        * wrapup/Makefile.am: Misc cleanups and fixes.
205
2062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Add preinstallation dirstamp support.
209        * clock/Makefile.am: Cosmetics.
210        * console/Makefile.am: Cosmetics.
211        * startup/Makefile.am: Cosmetics.
212        * timer/Makefile.am: Cosmetics.
213        * wrapup/Makefile.am: Cosmetics.
214
2152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * clock/Makefile.am: Remove all-local: $(ARCH).
218        * console/Makefile.am: Remove all-local: $(ARCH).
219        * start/Makefile.am: Remove all-local: $(ARCH).
220        * startup/Makefile.am: Remove all-local: $(ARCH).
221        * timer/Makefile.am: Remove all-local: $(ARCH).
222        * wrapup/Makefile.am: Remove all-local: $(ARCH).
223
2242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Merge-in include/Makefile.am.
227        Reflect changes to bsp.am.
228        * include/Makefile.am: Remove.
229        * configure.ac: Reflect changes above.
230
2312003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * bsp_specs: Remove *lib:.
234
2352003-09-04      Joel Sherrill <joel@OARcorp.com>
236
237        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
238        URL for license changed.
239
2402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect having moved aclocal/.
243
2442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect having moved automake/.
247        * clock/Makefile.am: Reflect having moved automake/.
248        * console/Makefile.am: Reflect having moved automake/.
249        * include/Makefile.am: Reflect having moved automake/.
250        * start/Makefile.am: Reflect having moved automake/.
251        * startup/Makefile.am: Reflect having moved automake/.
252        * timer/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
254
2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 452/bsps
258        * startup/Makefile.am: Remove USE_INIT_FINI.
259
2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
263
2642003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        PR 445/bsps
267        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
268        Remove cpp, old_cpp (now unused).
269
2702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Remove AC_CONFIG_AUX_DIR.
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
277
2782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AC_PREREQ(2.57).
281
2822003-01-20      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/linkcmds*: Add FreeBSD sysctl() sections.
285
2862002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Use install-data-local to install startfile.
297
2982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301
3022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305
3062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * .cvsignore: Reformat.
309        Add autom4te*cache.
310        Remove autom4te.cache.
311
3122002-08-21      Joel Sherrill <joel@OARcorp.com>
313
314        * bsp_specs: Added support for -nostdlibs.
315
3162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
324
3252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * start/Makefile.am: Eliminate PGM.
328        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
329
3302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
333
3342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
337        Remove $(OBJS) from all-local.
338
3392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
342
3432001-05-09      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/linkcmds: In support of gcc 3.1, added one of more
346        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
347        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
348        and direction of segments to memory regions may also have been
349        addressed.  This was a sweep across all BSPs.
350 
3512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac:
354        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
355        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
356        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
364
3652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
368
3692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
372        * configure.in: Remove.
373        * configure.ac: New file, generated from configure.in by autoupdate.
374
3752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/Makefile.am: Use 'CLEANFILES ='.
378        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
379
3802001-06-19      Joel Sherrill <joel@OARcorp.com>
381
382        * include/Makefile.am: Fixed typo.
383
3842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Add bspopts.h.
387        * include/.cvsignore: Add bspopts.h*, stamp-h*.
388        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
389        * include/bsp.h: Include bspopts.h.
390
3912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
392
393        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
394
3952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
398
3992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
402
4032000-11-01      Joel Sherrill <joel@OARcorp.com>
404
405        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
406        and libcsupport.h moved from libc to lib/include/rtems and
407        now must be referenced as <rtems/XXX.h>.   Header file order
408        was cleaned up while doing this.
409
4102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
413        Switch to GNU canonicalization.
414
4152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
416
417        * startup/linkcmds: Added lines so DWARF debug information
418        would be available.  Otherwise gdb complains that the offsets
419        for the debug info are incorrect and doesn't load the files.
420
4212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
424        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
425        compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.