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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-11-15      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
8        file and simplified initialization.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove superfluous -DASM.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.60. Require automake-1.10.
17
182006-02-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add sections required by newer gcc versions.
21
222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Add preinstall.am.
25
262005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
29
302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * include/bsp.h: New header guard.
33
342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
37
382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove build-variant support.
41
422004-11-25      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
45
462004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Require automake > 1.9.
49
502004-07-25      Joel Sherrill <joel@OARcorp.com>
51
52        * network/network.c: Add include of <sys/errno.h>.
53
542004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        PR 610/bsps
57        * Makefile.am: Add include/tm27.h, Cosmetics.
58        * include/tm27.h: Final cosmetics.
59
602004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * include/bsp.h: Split out tmtest27 support.
63        * include/tm27.h: New.
64
652004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        PR 613/bsps
68        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
69
702004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        PR 614/bsps
73        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
74
752004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
76
77        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
78        c/src/lib/libbsp/m68k/gen68302/console/console.c,
79        c/src/lib/libbsp/m68k/gen68302/network/network.c,
80        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
81        <rtems/m68k/m68302.h> instead of <m68302.h>.
82
832004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
86        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
87
882004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
91        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
92        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
93
942004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * clock/ckinit.c, console/console.c, include/bsp.h,
97        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
98        using c99 fixed size types.
99
1002004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect changes to bsp.am.
103        Preinstall dist_project_lib*.
104
1052004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108
1092004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
112
1132004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Pickup files from ../../m68k/shared instead of
116        ../shared. Reformat.
117
1182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
121
1222004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
125        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
126        wrapup/Makefile.am. Use automake compilation rules.
127        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
128        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
129        * configure.ac: Reflect changes above.
130
1312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add PREINSTALL_DIRS.
134        * wrapup/Makefile.am: Reflect changes to libcpu.
135
1362004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Reflect changes to libcpu.
139
1402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
143        Add PRE/TMPINSTALL_FILES to CLEANFILES.
144        * startup/Makefile.am: Ditto.
145
1462004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: Remove.
149        * Makefile.am: Merge-in start/Makefile.am.
150        * configure.ac: Reflect changes above.
151
1522004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Eliminate $(LIB).
155        Use noinst_DATA to trigger building libbsp.a.
156
1572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
160        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
161
1622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
165        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
166
1672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
170
1712003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Misc cleanups and fixes.
174        * startup/Makefile.am: Misc cleanups and fixes.
175        * wrapup/Makefile.am: Misc cleanups and fixes.
176
1772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Add preinstallation dirstamp support.
180        * clock/Makefile.am: Cosmetics.
181        * console/Makefile.am: Cosmetics.
182        * network/Makefile.am: Cosmetics.
183        * startup/Makefile.am: Cosmetics.
184        * timer/Makefile.am: Cosmetics.
185        * wrapup/Makefile.am: Cosmetics.
186
1872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am: Remove all-local: $(ARCH).
190        * console/Makefile.am: Remove all-local: $(ARCH).
191        * network/Makefile.am: Remove all-local: $(ARCH).
192        * start/Makefile.am: Remove all-local: $(ARCH).
193        * startup/Makefile.am: Remove all-local: $(ARCH).
194        * timer/Makefile.am: Remove all-local: $(ARCH).
195        * wrapup/Makefile.am: Remove all-local: $(ARCH).
196
1972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Merge-in include/Makefile.am.
200        Reflect changes to bsp.am.
201        * include/Makefile.am: Remove.
202        * configure.ac: Reflect changes above.
203
2042003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * bsp_specs: Remove *lib:.
207
2082003-09-04      Joel Sherrill <joel@OARcorp.com>
209
210        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
211        start/start.S, startup/bspclean.c, startup/bspstart.c,
212        startup/linkcmds, timer/timer.c: URL for license changed.
213
2142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect having moved aclocal/.
217
2182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having moved automake/.
221        * clock/Makefile.am: Reflect having moved automake/.
222        * console/Makefile.am: Reflect having moved automake/.
223        * include/Makefile.am: Reflect having moved automake/.
224        * network/Makefile.am: Reflect having moved automake/.
225        * start/Makefile.am: Reflect having moved automake/.
226        * startup/Makefile.am: Reflect having moved automake/.
227        * timer/Makefile.am: Reflect having moved automake/.
228        * wrapup/Makefile.am: Reflect having moved automake/.
229
2302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        PR 452/bsps
233        * startup/Makefile.am: Remove USE_INIT_FINI.
234
2352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
238
2392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        PR 445/bsps
242        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
243        Remove cpp, old_cpp (now unused).
244
2452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove AC_CONFIG_AUX_DIR.
248
2492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AC_PREREQ(2.57).
256
2572003-01-20      Joel Sherrill <joel@OARcorp.com>
258
259        * startup/linkcmds*: Add FreeBSD sysctl() sections.
260
2612002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269
2702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * start/Makefile.am: Use install-data-local to install startfile.
273
2742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277
2782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * .cvsignore: Reformat.
281        Add autom4te*cache.
282        Remove autom4te.cache.
283
2842002-08-21      Joel Sherrill <joel@OARcorp.com>
285
286        * wrapup/Makefile.am: PR217 required that the idle task be moved to
287        libcpu so it could be more acutely aware of the CPU model.  This
288        file was modified to pick up the idle task from there.
289
2902002-08-21      Joel Sherrill <joel@OARcorp.com>
291
292        * bsp_specs: Added support for -nostdlibs.
293
2942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
303
3042002-08-05      Joel Sherrill <joel@OARcorp.com>
305
306        * Per PR260 eliminate use of make-target-options.  This impacted
307        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
308        SuperCore and required that the m68k optimized memcpy be moved
309        to libcpu.
310        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
311
3122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: Eliminate PGM.
315        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
316
3172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
320
3212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
324        Remove $(OBJS) from all-local.
325
3262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
329
3302001-05-09      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds: In support of gcc 3.1, added one of more
333        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
334        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
335        and direction of segments to memory regions may also have been
336        addressed.  This was a sweep across all BSPs.
337 
3382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac:
341        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
342        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
343        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
352
3532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
356
3572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
360        * configure.in: Remove.
361        * configure.ac: New file, generated from configure.in by autoupdate.
362
3632001-09-27      Joel Sherrill <joel@OARcorp.com>
364
365        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
366
3672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
370
3712001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.in: Add bspopts.h.
374        * include/.cvsignore: Add bspopts.h*, stamp-h*.
375        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
376        * include/bsp.h: Include bspopts.h.
377
3782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
379
380        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
381
3822000-12-14      Joel Sherrill <joel@OARcorp.com>
383
384        * network/network.c: Removed unused variable warnings.
385
3862000-12-11      Joel Sherrill <joel@OARcorp.com>
387
388        * Makefile.am, configure.in, include/Makefile.am,
389        wrapup/Makefile.am: Updated to reflect addition of network driver
390        by  Franck Julien <FranckJ@cxr.fr>.
391        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
392        network/network.c: New file.
393
3942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
397
3982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
401
4022000-11-01      Joel Sherrill <joel@OARcorp.com>
403
404        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
405        libcsupport.h moved from libc to lib/include/rtems and
406        now must be referenced as <rtems/XXX.h>.   Header file order
407        was cleaned up while doing this.
408
4092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
412        Switch to GNU canonicalization.
413
4142000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
415
416        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
417
4182000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
419
420        * startup/linkcmds: Added lines so DWARF debug information
421        would be available.  Otherwise gdb complains that the offsets
422        for the debug info are incorrect and doesn't load the files.
423
4242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
427        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
428        compile.am
429
4302000-08-10      Joel Sherrill <joel@OARcorp.com>
431
432        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.