source: rtems/c/src/lib/libbsp/m68k/gen68360/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: 12.9 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-05-21      Joel Sherrill <joel@OARcorp.com>
6
7        * network/network.c: Include errno.h as a consequence of recent updates
8        to BSD header files.
9
102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        PR 610/bsps
13        * Makefile.am: Add include/tm27.h, Cosmetics.
14        * include/tm27.h: Final cosmetics.
15
162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Split out tmtest27 support.
19        * include/tm27.h: New.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 613/bsps
24        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
25
262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        PR 614/bsps
29        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
30
312004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
32
33        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
34        c/src/lib/libbsp/m68k/gen68360/console/console.c,
35        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
36        c/src/lib/libbsp/m68k/gen68360/network/network.c,
37        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
38        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
39        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
40        <rtems/m68k/m68360.h> instead of <m68360.h>.
41
422004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
45
462004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
49        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
50        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
51
522004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * include/bsp.h, network/network.c, startup/bspstart.c,
55        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
56        types.
57
582004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect changes to bsp.am.
61        Preinstall dist_project_lib*.
62
632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Reflect changes to bsp.am.
66
672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
70
712004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Pickup files from ../../m68k/shared instead of
74        ../shared. Reformat.
75
762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
79
802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        PR 562/bsps
83        * Makefile.am: Remove references to m68k-gdbstub.c,
84        rtems-gdbstub-glue.c.
85
86        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
87        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
88        Use automake-compilation rules.
89        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
90        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
91        Remove.
92        * configure.ac: Reflect changes above.
93
942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add PREINSTALL_DIRS.
97        * wrapup/Makefile.am: Reflect changes to libcpu.
98
992004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
102        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
103        * wrapup/Makefile.am: Reflect changes to libcpu.
104
1052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
108        Add PRE/TMPINSTALL_FILES to CLEANFILES.
109        * startup/Makefile.am: Ditto.
110
1112004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Remove.
114        * Makefile.am: Merge-in start/Makefile.am.
115        * configure.ac: Reflect changes above.
116
1172004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Eliminate $(LIB).
120        Use noinst_DATA to trigger building libbsp.a.
121
1222003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
125        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
126
1272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
130        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
131
1322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
135
1362003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Misc cleanups and fixes.
139        * startup/Makefile.am: Misc cleanups and fixes.
140        * wrapup/Makefile.am: Misc cleanups and fixes.
141
1422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Add preinstallation dirstamp support.
145        * clock/Makefile.am: Cosmetics.
146        * console/Makefile.am: Cosmetics.
147        * network/Makefile.am: Cosmetics.
148        * startup/Makefile.am: Cosmetics.
149        * timer/Makefile.am: Cosmetics.
150        * wrapup/Makefile.am: Cosmetics.
151
1522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Remove all-local: $(ARCH).
155        * console/Makefile.am: Remove all-local: $(ARCH).
156        * network/Makefile.am: Remove all-local: $(ARCH).
157        * start/Makefile.am: Remove all-local: $(ARCH).
158        * startup/Makefile.am: Remove all-local: $(ARCH).
159        * timer/Makefile.am: Remove all-local: $(ARCH).
160        * wrapup/Makefile.am: Remove all-local: $(ARCH).
161
1622003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Merge-in include/Makefile.am.
165        Reflect changes to bsp.am.
166        * include/Makefile.am: Remove.
167        * configure.ac: Reflect changes above.
168
1692003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * bsp_specs: Remove *lib:.
172
1732003-09-04      Joel Sherrill <joel@OARcorp.com>
174
175        * console/console.c, console/consolereserveresources.c, include/bsp.h,
176        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
177        URL for license changed.
178
1792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved aclocal/.
182
1832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect having moved automake/.
186        * clock/Makefile.am: Reflect having moved automake/.
187        * console/Makefile.am: Reflect having moved automake/.
188        * include/Makefile.am: Reflect having moved automake/.
189        * network/Makefile.am: Reflect having moved automake/.
190        * start/Makefile.am: Reflect having moved automake/.
191        * startup/Makefile.am: Reflect having moved automake/.
192        * timer/Makefile.am: Reflect having moved automake/.
193        * wrapup/Makefile.am: Reflect having moved automake/.
194
1952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        PR 452/bsps
198        * startup/Makefile.am: Remove USE_INIT_FINI.
199
2002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
203
2042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        PR 445/bsps
207        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
208        Remove cpp, old_cpp (now unused).
209
2102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove AC_CONFIG_AUX_DIR.
213
2142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AC_PREREQ(2.57).
221
2222003-01-20      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds*: Add FreeBSD sysctl() sections.
225
2262002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234
2352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Use install-data-local to install startfile.
238
2392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * wrapup/Makefile.am: PR217 required that the idle task be moved to
252        libcpu so it could be more acutely aware of the CPU model.  This
253        file was modified to pick up the idle task from there.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * bsp_specs: Added support for -nostdlibs.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
268
2692002-08-05      Joel Sherrill <joel@OARcorp.com>
270
271        * Per PR260 eliminate use of make-target-options.  This impacted
272        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
273        SuperCore and required that the m68k optimized memcpy be moved
274        to libcpu.
275        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
276
2772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Eliminate PGM.
280        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
281
2822002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
285        linkcmds.bootp.
286
2872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
290        Remove $(OBJS) from all-local.
291
2922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
295
2962002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
297
298        * startup/Makefile.am: Compile the m68k gdb stub and glue.
299
3002002-05-14      Eric Norum <eric.norum@usask.ca>
301
302        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
303        sections needed by gcc 3.1.  linkcmds had already been fixed on
304        a gcc 3.1 clean up sweep.
305
3062001-05-09      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: In support of gcc 3.1, added one of more
309        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
310        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
311        and direction of segments to memory regions may also have been
312        addressed.  This was a sweep across all BSPs.
313 
3142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac:
317        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
328
3292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
332
3332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
336        * configure.in: Remove.
337        * configure.ac: New file, generated from configure.in by autoupdate.
338
3392001-09-27      Joel Sherrill <joel@OARcorp.com>
340
341        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
342
3432001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
346
3472001-09-14      Eric Norum <eric.norum@usask.ca>
348
349        * startup/init68360.c: Modifications to make gcc 3.x happy.
350
3512001-09-19      Eric Norum <eric.norum@usask.ca>
352
353        * README: Bring it more in line with reality.
354
3552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.in: Add bspopts.h.
358        * include/.cvsignore: Add bspopts.h*, stamp-h*.
359        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
360        * include/bsp.h: Include bspopts.h.
361
3622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
365
3662001-01-12      Eric Norum <eric.norum@usask.ca>
367
368        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
369        Clock driver updated to use shell driver mechanism.
370        * clock/ckinit.c: Removed.
371        * clock/clock.c: New file.
372
3732000-12-19      Joel Sherrill <joel@OARcorp.com>
374
375        * Makefile.am: Removed unneeded blank line.
376
3772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
380
3812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
384
3852000-11-01      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
388        and libcsupport.h moved from libc to lib/include/rtems and
389        now must be referenced as <rtems/XXX.h>.   Header file order
390        was cleaned up while doing this.
391
3922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
395        Switch to GNU canonicalization.
396
3972000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
398
399        * startup/linkcmds: Added lines so DWARF debug information
400        would be available.  Otherwise gdb complains that the offsets
401        for the debug info are incorrect and doesn't load the files.
402
4032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
406        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
407        wrapup/Makefile.am: Include compile.am
408
4092000-08-10      Joel Sherrill <joel@OARcorp.com>
410
411        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.