source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 1f9f30a1

4.104.114.84.95
Last change on this file since 1f9f30a1 was 1f9f30a1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 02:59:19

2005-01-02 Ralf Corsepius <ralf_corsepius@…>

  • console/leds.c: Fix prototype of led_putnum().
  • Property mode set to 100644
File size: 11.1 KB
Line 
12005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * console/leds.c: Fix prototype of led_putnum().
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-13      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
37        <motorola/mc68230.h>.
38        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
39        <motorola/mc68681.h>.
40
412004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
44        <motorola/mc68230.h>.
45
462004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
49
502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
53        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
54        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
55        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
56
572004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
60        using c99 fixed size types.
61
622004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect changes to bsp.am.
65        Preinstall dist_project_lib*.
66
672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Reflect changes to bsp.am.
70
712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
74
752004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Pickup files from ../../m68k/shared instead of
78        ../shared. Reformat.
79
802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
83
842004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
87        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
88        compilation rules.
89        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
90        timer/Makefile.am, wrapup/Makefile.am: Remove.
91        * configure.ac: Reflect changes above.
92
932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add PREINSTALL_DIRS.
96        * wrapup/Makefile.am: Reflect changes to libcpu.
97
982004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Reflect changes to libcpu.
101
1022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
105        Add PRE/TMPINSTALL_FILES to CLEANFILES.
106        * startup/Makefile.am: Ditto.
107
1082004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Remove.
111        * Makefile.am: Merge-in start/Makefile.am.
112        * configure.ac: Reflect changes above.
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-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
122        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
123
1242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
127        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
132
1332003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: Misc cleanups and fixes.
136        * startup/Makefile.am: Misc cleanups and fixes.
137        * wrapup/Makefile.am: Misc cleanups and fixes.
138
1392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add preinstallation dirstamp support.
142        * clock/Makefile.am: Cosmetics.
143        * console/Makefile.am: Cosmetics.
144        * startup/Makefile.am: Cosmetics.
145        * timer/Makefile.am: Cosmetics.
146        * wrapup/Makefile.am: Cosmetics.
147
1482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * clock/Makefile.am: Remove all-local: $(ARCH).
151        * console/Makefile.am: Remove all-local: $(ARCH).
152        * start/Makefile.am: Remove all-local: $(ARCH).
153        * startup/Makefile.am: Remove all-local: $(ARCH).
154        * timer/Makefile.am: Remove all-local: $(ARCH).
155        * wrapup/Makefile.am: Remove all-local: $(ARCH).
156
1572003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Merge-in include/Makefile.am.
160        Reflect changes to bsp.am.
161        * include/Makefile.am: Remove.
162        * configure.ac: Reflect changes above.
163
1642003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * bsp_specs: Remove *lib:.
167
1682003-09-04      Joel Sherrill <joel@OARcorp.com>
169
170        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
171        URL for license changed.
172
1732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect having moved aclocal/.
176
1772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Reflect having moved automake/.
180        * clock/Makefile.am: Reflect having moved automake/.
181        * console/Makefile.am: Reflect having moved automake/.
182        * include/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-19      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        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * start/Makefile.am: Use install-data-local to install startfile.
230
2312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234
2352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238
2392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Reformat.
242        Add autom4te*cache.
243        Remove autom4te.cache.
244
2452002-08-21      Joel Sherrill <joel@OARcorp.com>
246
247        * bsp_specs: Added support for -nostdlibs.
248
2492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
257
2582002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * start/Makefile.am: Eliminate PGM.
261        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
262
2632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
266
2672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
270        Remove $(OBJS) from all-local.
271
2722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
275
2762001-05-09      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds: In support of gcc 3.1, added one of more
279        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
280        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
281        and direction of segments to memory regions may also have been
282        addressed.  This was a sweep across all BSPs.
283 
2842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac:
287        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
288        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
289        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
297
2982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
301
3022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
305        * configure.in: Remove.
306        * configure.ac: New file, generated from configure.in by autoupdate.
307
3082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * include/Makefile.am: Use 'CLEANFILES ='.
311        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
312
3132001-06-19      Joel Sherrill <joel@OARcorp.com>
314
315        * include/Makefile.am: Fixed typo.
316
3172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: Add bspopts.h.
320        * include/.cvsignore: Add bspopts.h*, stamp-h*.
321        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
322        * include/bsp.h: Include bspopts.h.
323
3242001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
325
326        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
327
3282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
331
3322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
335
3362000-11-01      Joel Sherrill <joel@OARcorp.com>
337
338        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
339        and libcsupport.h moved from libc to lib/include/rtems and
340        now must be referenced as <rtems/XXX.h>.   Header file order
341        was cleaned up while doing this.
342
3432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
346        Switch to GNU canonicalization.
347
3482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
349
350        * startup/linkcmds: Added lines so DWARF debug information
351        would be available.  Otherwise gdb complains that the offsets
352        for the debug info are incorrect and doesn't load the files.
353
3542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
357        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
358        compile.am
359
3602000-08-10      Joel Sherrill <joel@OARcorp.com>
361
362        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.