source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 218c346

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add sections required by newer gcc versions.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
20
212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: New header guard.
24
252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
28
292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Remove build-variant support.
32
332004-11-25      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
36
372004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * configure.ac: Require automake > 1.9.
40
412004-07-25      Joel Sherrill <joel@OARcorp.com>
42
43        * network/network.c: Add include of <sys/errno.h>.
44
452004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        PR 610/bsps
48        * Makefile.am: Add include/tm27.h, Cosmetics.
49        * include/tm27.h: Final cosmetics.
50
512004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * include/bsp.h: Split out tmtest27 support.
54        * include/tm27.h: New.
55
562004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        PR 613/bsps
59        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
60
612004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        PR 614/bsps
64        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
65
662004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
67
68        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
69        c/src/lib/libbsp/m68k/gen68302/console/console.c,
70        c/src/lib/libbsp/m68k/gen68302/network/network.c,
71        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
72        <rtems/m68k/m68302.h> instead of <m68302.h>.
73
742004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
77        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
78
792004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
82        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
83        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
84
852004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * clock/ckinit.c, console/console.c, include/bsp.h,
88        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
89        using c99 fixed size types.
90
912004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect changes to bsp.am.
94        Preinstall dist_project_lib*.
95
962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Reflect changes to bsp.am.
99
1002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
103
1042004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Pickup files from ../../m68k/shared instead of
107        ../shared. Reformat.
108
1092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
112
1132004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
116        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
117        wrapup/Makefile.am. Use automake compilation rules.
118        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
119        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
120        * configure.ac: Reflect changes above.
121
1222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add PREINSTALL_DIRS.
125        * wrapup/Makefile.am: Reflect changes to libcpu.
126
1272004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
1312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
134        Add PRE/TMPINSTALL_FILES to CLEANFILES.
135        * startup/Makefile.am: Ditto.
136
1372004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Remove.
140        * Makefile.am: Merge-in start/Makefile.am.
141        * configure.ac: Reflect changes above.
142
1432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Eliminate $(LIB).
146        Use noinst_DATA to trigger building libbsp.a.
147
1482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
151        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
156        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
161
1622003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Misc cleanups and fixes.
165        * startup/Makefile.am: Misc cleanups and fixes.
166        * wrapup/Makefile.am: Misc cleanups and fixes.
167
1682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add preinstallation dirstamp support.
171        * clock/Makefile.am: Cosmetics.
172        * console/Makefile.am: Cosmetics.
173        * network/Makefile.am: Cosmetics.
174        * startup/Makefile.am: Cosmetics.
175        * timer/Makefile.am: Cosmetics.
176        * wrapup/Makefile.am: Cosmetics.
177
1782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * clock/Makefile.am: Remove all-local: $(ARCH).
181        * console/Makefile.am: Remove all-local: $(ARCH).
182        * network/Makefile.am: Remove all-local: $(ARCH).
183        * start/Makefile.am: Remove all-local: $(ARCH).
184        * startup/Makefile.am: Remove all-local: $(ARCH).
185        * timer/Makefile.am: Remove all-local: $(ARCH).
186        * wrapup/Makefile.am: Remove all-local: $(ARCH).
187
1882003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Merge-in include/Makefile.am.
191        Reflect changes to bsp.am.
192        * include/Makefile.am: Remove.
193        * configure.ac: Reflect changes above.
194
1952003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * bsp_specs: Remove *lib:.
198
1992003-09-04      Joel Sherrill <joel@OARcorp.com>
200
201        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
202        start/start.S, startup/bspclean.c, startup/bspstart.c,
203        startup/linkcmds, timer/timer.c: URL for license changed.
204
2052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Reflect having moved aclocal/.
208
2092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect having moved automake/.
212        * clock/Makefile.am: Reflect having moved automake/.
213        * console/Makefile.am: Reflect having moved automake/.
214        * include/Makefile.am: Reflect having moved automake/.
215        * network/Makefile.am: Reflect having moved automake/.
216        * start/Makefile.am: Reflect having moved automake/.
217        * startup/Makefile.am: Reflect having moved automake/.
218        * timer/Makefile.am: Reflect having moved automake/.
219        * wrapup/Makefile.am: Reflect having moved automake/.
220
2212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        PR 452/bsps
224        * startup/Makefile.am: Remove USE_INIT_FINI.
225
2262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
229
2302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        PR 445/bsps
233        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
234        Remove cpp, old_cpp (now unused).
235
2362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Remove AC_CONFIG_AUX_DIR.
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
243
2442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: AC_PREREQ(2.57).
247
2482003-01-20      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds*: Add FreeBSD sysctl() sections.
251
2522002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260
2612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: Use install-data-local to install startfile.
264
2652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268
2692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Reformat.
272        Add autom4te*cache.
273        Remove autom4te.cache.
274
2752002-08-21      Joel Sherrill <joel@OARcorp.com>
276
277        * wrapup/Makefile.am: PR217 required that the idle task be moved to
278        libcpu so it could be more acutely aware of the CPU model.  This
279        file was modified to pick up the idle task from there.
280
2812002-08-21      Joel Sherrill <joel@OARcorp.com>
282
283        * bsp_specs: Added support for -nostdlibs.
284
2852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
294
2952002-08-05      Joel Sherrill <joel@OARcorp.com>
296
297        * Per PR260 eliminate use of make-target-options.  This impacted
298        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
299        SuperCore and required that the m68k optimized memcpy be moved
300        to libcpu.
301        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
302
3032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: Eliminate PGM.
306        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
307
3082002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
311
3122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
315        Remove $(OBJS) from all-local.
316
3172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
320
3212001-05-09      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds: In support of gcc 3.1, added one of more
324        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
325        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
326        and direction of segments to memory regions may also have been
327        addressed.  This was a sweep across all BSPs.
328 
3292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac:
332        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
333        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
334        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
343
3442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
347
3482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
351        * configure.in: Remove.
352        * configure.ac: New file, generated from configure.in by autoupdate.
353
3542001-09-27      Joel Sherrill <joel@OARcorp.com>
355
356        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
357
3582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
361
3622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Add bspopts.h.
365        * include/.cvsignore: Add bspopts.h*, stamp-h*.
366        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
367        * include/bsp.h: Include bspopts.h.
368
3692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
372
3732000-12-14      Joel Sherrill <joel@OARcorp.com>
374
375        * network/network.c: Removed unused variable warnings.
376
3772000-12-11      Joel Sherrill <joel@OARcorp.com>
378
379        * Makefile.am, configure.in, include/Makefile.am,
380        wrapup/Makefile.am: Updated to reflect addition of network driver
381        by  Franck Julien <FranckJ@cxr.fr>.
382        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
383        network/network.c: New file.
384
3852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
388
3892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
392
3932000-11-01      Joel Sherrill <joel@OARcorp.com>
394
395        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
396        libcsupport.h moved from libc to lib/include/rtems and
397        now must be referenced as <rtems/XXX.h>.   Header file order
398        was cleaned up while doing this.
399
4002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
403        Switch to GNU canonicalization.
404
4052000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
406
407        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
408
4092000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
410
411        * startup/linkcmds: Added lines so DWARF debug information
412        would be available.  Otherwise gdb complains that the offsets
413        for the debug info are incorrect and doesn't load the files.
414
4152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
418        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
419        compile.am
420
4212000-08-10      Joel Sherrill <joel@OARcorp.com>
422
423        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.