source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
29        <motorola/mc68230.h>.
30        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
31        <motorola/mc68681.h>.
32
332004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
36        <motorola/mc68230.h>.
37
382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
41
422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
45        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
46        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
47        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
48
492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
52        using c99 fixed size types.
53
542004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57        Preinstall dist_project_lib*.
58
592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Reflect changes to bsp.am.
62
632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
66
672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Pickup files from ../../m68k/shared instead of
70        ../shared. Reformat.
71
722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
75
762004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
79        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
80        compilation rules.
81        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
82        timer/Makefile.am, wrapup/Makefile.am: Remove.
83        * configure.ac: Reflect changes above.
84
852004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add PREINSTALL_DIRS.
88        * wrapup/Makefile.am: Reflect changes to libcpu.
89
902004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Reflect changes to libcpu.
93
942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
97        Add PRE/TMPINSTALL_FILES to CLEANFILES.
98        * startup/Makefile.am: Ditto.
99
1002004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Remove.
103        * Makefile.am: Merge-in start/Makefile.am.
104        * configure.ac: Reflect changes above.
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-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
114        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
119        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
124
1252003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Misc cleanups and fixes.
128        * startup/Makefile.am: Misc cleanups and fixes.
129        * wrapup/Makefile.am: Misc cleanups and fixes.
130
1312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add preinstallation dirstamp support.
134        * clock/Makefile.am: Cosmetics.
135        * console/Makefile.am: Cosmetics.
136        * startup/Makefile.am: Cosmetics.
137        * timer/Makefile.am: Cosmetics.
138        * wrapup/Makefile.am: Cosmetics.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am: Remove all-local: $(ARCH).
143        * console/Makefile.am: Remove all-local: $(ARCH).
144        * start/Makefile.am: Remove all-local: $(ARCH).
145        * startup/Makefile.am: Remove all-local: $(ARCH).
146        * timer/Makefile.am: Remove all-local: $(ARCH).
147        * wrapup/Makefile.am: Remove all-local: $(ARCH).
148
1492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Merge-in include/Makefile.am.
152        Reflect changes to bsp.am.
153        * include/Makefile.am: Remove.
154        * configure.ac: Reflect changes above.
155
1562003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * bsp_specs: Remove *lib:.
159
1602003-09-04      Joel Sherrill <joel@OARcorp.com>
161
162        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
163        URL for license changed.
164
1652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved aclocal/.
168
1692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved automake/.
172        * clock/Makefile.am: Reflect having moved automake/.
173        * console/Makefile.am: Reflect having moved automake/.
174        * include/Makefile.am: Reflect having moved automake/.
175        * start/Makefile.am: Reflect having moved automake/.
176        * startup/Makefile.am: Reflect having moved automake/.
177        * timer/Makefile.am: Reflect having moved automake/.
178        * wrapup/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        PR 452/bsps
183        * startup/Makefile.am: Remove USE_INIT_FINI.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove AC_CONFIG_AUX_DIR.
198
1992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AC_PREREQ(2.57).
206
2072003-01-20      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds*: Add FreeBSD sysctl() sections.
210
2112002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Use install-data-local to install startfile.
222
2232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Reformat.
234        Add autom4te*cache.
235        Remove autom4te.cache.
236
2372002-08-21      Joel Sherrill <joel@OARcorp.com>
238
239        * bsp_specs: Added support for -nostdlibs.
240
2412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Eliminate PGM.
253        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
254
2552002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
258
2592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
262        Remove $(OBJS) from all-local.
263
2642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
267
2682001-05-09      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/linkcmds: In support of gcc 3.1, added one of more
271        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
272        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
273        and direction of segments to memory regions may also have been
274        addressed.  This was a sweep across all BSPs.
275 
2762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac:
279        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
280        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
281        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289
2902001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
293
2942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
297        * configure.in: Remove.
298        * configure.ac: New file, generated from configure.in by autoupdate.
299
3002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * include/Makefile.am: Use 'CLEANFILES ='.
303        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
304
3052001-06-19      Joel Sherrill <joel@OARcorp.com>
306
307        * include/Makefile.am: Fixed typo.
308
3092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.in: Add bspopts.h.
312        * include/.cvsignore: Add bspopts.h*, stamp-h*.
313        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
314        * include/bsp.h: Include bspopts.h.
315
3162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
317
318        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
319
3202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
323
3242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
327
3282000-11-01      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
331        and libcsupport.h moved from libc to lib/include/rtems and
332        now must be referenced as <rtems/XXX.h>.   Header file order
333        was cleaned up while doing this.
334
3352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
338        Switch to GNU canonicalization.
339
3402000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
341
342        * startup/linkcmds: Added lines so DWARF debug information
343        would be available.  Otherwise gdb complains that the offsets
344        for the debug info are incorrect and doesn't load the files.
345
3462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
349        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
350        compile.am
351
3522000-08-10      Joel Sherrill <joel@OARcorp.com>
353
354        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.