source: rtems/c/src/lib/libbsp/m68k/gen68302/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: 13.3 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-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
24
252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * include/bsp.h: New header guard.
28
292005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
32
332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Remove build-variant support.
36
372004-11-25      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
40
412004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Require automake > 1.9.
44
452004-07-25      Joel Sherrill <joel@OARcorp.com>
46
47        * network/network.c: Add include of <sys/errno.h>.
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-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
71
72        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
73        c/src/lib/libbsp/m68k/gen68302/console/console.c,
74        c/src/lib/libbsp/m68k/gen68302/network/network.c,
75        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
76        <rtems/m68k/m68302.h> instead of <m68302.h>.
77
782004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
81        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
82
832004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
86        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
87        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
88
892004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * clock/ckinit.c, console/console.c, include/bsp.h,
92        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
93        using c99 fixed size types.
94
952004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Reflect changes to bsp.am.
98        Preinstall dist_project_lib*.
99
1002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect changes to bsp.am.
103
1042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
107
1082004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Pickup files from ../../m68k/shared instead of
111        ../shared. Reformat.
112
1132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
116
1172004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
120        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
121        wrapup/Makefile.am. Use automake compilation rules.
122        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
123        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
124        * configure.ac: Reflect changes above.
125
1262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add PREINSTALL_DIRS.
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
1312004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
138        Add PRE/TMPINSTALL_FILES to CLEANFILES.
139        * startup/Makefile.am: Ditto.
140
1412004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * start/Makefile.am: Remove.
144        * Makefile.am: Merge-in start/Makefile.am.
145        * configure.ac: Reflect changes above.
146
1472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Eliminate $(LIB).
150        Use noinst_DATA to trigger building libbsp.a.
151
1522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156
1572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161
1622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
165
1662003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: Misc cleanups and fixes.
169        * startup/Makefile.am: Misc cleanups and fixes.
170        * wrapup/Makefile.am: Misc cleanups and fixes.
171
1722003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Add preinstallation dirstamp support.
175        * clock/Makefile.am: Cosmetics.
176        * console/Makefile.am: Cosmetics.
177        * network/Makefile.am: Cosmetics.
178        * startup/Makefile.am: Cosmetics.
179        * timer/Makefile.am: Cosmetics.
180        * wrapup/Makefile.am: Cosmetics.
181
1822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * clock/Makefile.am: Remove all-local: $(ARCH).
185        * console/Makefile.am: Remove all-local: $(ARCH).
186        * network/Makefile.am: Remove all-local: $(ARCH).
187        * start/Makefile.am: Remove all-local: $(ARCH).
188        * startup/Makefile.am: Remove all-local: $(ARCH).
189        * timer/Makefile.am: Remove all-local: $(ARCH).
190        * wrapup/Makefile.am: Remove all-local: $(ARCH).
191
1922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Merge-in include/Makefile.am.
195        Reflect changes to bsp.am.
196        * include/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
1992003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * bsp_specs: Remove *lib:.
202
2032003-09-04      Joel Sherrill <joel@OARcorp.com>
204
205        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
206        start/start.S, startup/bspclean.c, startup/bspstart.c,
207        startup/linkcmds, timer/timer.c: 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        * network/Makefile.am: Reflect having moved automake/.
220        * start/Makefile.am: Reflect having moved automake/.
221        * startup/Makefile.am: Reflect having moved automake/.
222        * timer/Makefile.am: Reflect having moved automake/.
223        * wrapup/Makefile.am: Reflect having moved automake/.
224
2252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        PR 452/bsps
228        * startup/Makefile.am: Remove USE_INIT_FINI.
229
2302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
233
2342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        PR 445/bsps
237        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
238        Remove cpp, old_cpp (now unused).
239
2402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove AC_CONFIG_AUX_DIR.
243
2442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
247
2482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: AC_PREREQ(2.57).
251
2522003-01-20      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds*: Add FreeBSD sysctl() sections.
255
2562002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264
2652002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Use install-data-local to install startfile.
268
2692002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272
2732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Reformat.
276        Add autom4te*cache.
277        Remove autom4te.cache.
278
2792002-08-21      Joel Sherrill <joel@OARcorp.com>
280
281        * wrapup/Makefile.am: PR217 required that the idle task be moved to
282        libcpu so it could be more acutely aware of the CPU model.  This
283        file was modified to pick up the idle task from there.
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        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
298
2992002-08-05      Joel Sherrill <joel@OARcorp.com>
300
301        * Per PR260 eliminate use of make-target-options.  This impacted
302        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
303        SuperCore and required that the m68k optimized memcpy be moved
304        to libcpu.
305        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
306
3072002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Eliminate PGM.
310        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
311
3122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
315
3162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
319        Remove $(OBJS) from all-local.
320
3212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
324
3252001-05-09      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/linkcmds: In support of gcc 3.1, added one of more
328        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
329        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
330        and direction of segments to memory regions may also have been
331        addressed.  This was a sweep across all BSPs.
332 
3332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac:
336        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
337        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
338        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
347
3482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
351
3522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
355        * configure.in: Remove.
356        * configure.ac: New file, generated from configure.in by autoupdate.
357
3582001-09-27      Joel Sherrill <joel@OARcorp.com>
359
360        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
361
3622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
365
3662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.in: Add bspopts.h.
369        * include/.cvsignore: Add bspopts.h*, stamp-h*.
370        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
371        * include/bsp.h: Include bspopts.h.
372
3732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
374
375        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
376
3772000-12-14      Joel Sherrill <joel@OARcorp.com>
378
379        * network/network.c: Removed unused variable warnings.
380
3812000-12-11      Joel Sherrill <joel@OARcorp.com>
382
383        * Makefile.am, configure.in, include/Makefile.am,
384        wrapup/Makefile.am: Updated to reflect addition of network driver
385        by  Franck Julien <FranckJ@cxr.fr>.
386        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
387        network/network.c: New file.
388
3892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
392
3932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
396
3972000-11-01      Joel Sherrill <joel@OARcorp.com>
398
399        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
400        libcsupport.h moved from libc to lib/include/rtems and
401        now must be referenced as <rtems/XXX.h>.   Header file order
402        was cleaned up while doing this.
403
4042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
407        Switch to GNU canonicalization.
408
4092000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
410
411        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
412
4132000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
414
415        * startup/linkcmds: Added lines so DWARF debug information
416        would be available.  Otherwise gdb complains that the offsets
417        for the debug info are incorrect and doesn't load the files.
418
4192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
422        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
423        compile.am
424
4252000-08-10      Joel Sherrill <joel@OARcorp.com>
426
427        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.