source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 625ef85

Last change on this file since 625ef85 was 625ef85, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:18:03

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 13.1 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove superfluous -DASM.
12
132006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require automake-1.10. Require autoconf-2.60.
16
172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * include/m68349.inc, start/start.S, startup/dumpanic.c:
20        Convert to utf-8.
21
222006-02-08      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add sections required by newer gcc versions.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Add preinstall.am.
29
302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * include/bsp.h: New header guard.
33
342005-02-11      Joel Sherrill <joel@OARcorp.com>
35
36        * include/bsp.h: Correct type of symbols from linkcmds to compile with
37        gcc 4.x.
38
392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
432005-01-04      Joel Sherrill <joel@OARcorp.com>
44
45        * console/console.c: Remove warnings.
46
472005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Remove build-variant support.
50
512004-11-25      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
54
552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * configure.ac: Require automake > 1.9.
58
592004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        PR 610/bsps
62        * Makefile.am: Add include/tm27.h, Cosmetics.
63        * include/tm27.h: Final cosmetics.
64
652004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * include/bsp.h: Split out tmtest27 support.
68        * include/tm27.h: New.
69
702004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        PR 613/bsps
73        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
74
752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        PR 614/bsps
78        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
79
802004-04-19      Joel Sherrill <joel@OARcorp.com>
81
82        * start/start.S: DWARF on the m68k requires that all objects me a
83        multiple of a 16-bit word in length.
84
852004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
88        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
89
902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
93        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
94        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
95        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
96
972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
100        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
101        size types.
102
1032004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect changes to bsp.am.
106        Preinstall dist_project_lib*.
107
1082004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Reflect changes to bsp.am.
111
1122004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
115
1162004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Pickup files from ../../m68k/shared instead of
119        ../shared. Reformat.
120
1212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
124
1252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Distribute start/startfor340only.S.
128
1292004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
132        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
133        compilation rules.
134        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
135        timer/Makefile.am, wrapup/Makefile.am: Remove.
136        * configure.ac: Reflect changes above.
137
1382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add PREINSTALL_DIRS.
141        * wrapup/Makefile.am: Reflect changes to libcpu.
142
1432004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
146        * README: Fix minor typo.
147        * wrapup/Makefile.am: Reflect changes to libcpu.
148
1492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
152        Add PRE/TMPINSTALL_FILES to CLEANFILES.
153        * startup/Makefile.am: Ditto.
154
1552004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: Remove.
158        * Makefile.am: Merge-in start/Makefile.am.
159        * configure.ac: Reflect changes above.
160
1612004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Eliminate $(LIB).
164        Use noinst_DATA to trigger building libbsp.a.
165
1662003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
169        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
170
1712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
174        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
175
1762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
179
1802003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Misc cleanups and fixes.
183        * startup/Makefile.am: Misc cleanups and fixes.
184        * wrapup/Makefile.am: Misc cleanups and fixes.
185
1862003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Add preinstallation dirstamp support.
189        * clock/Makefile.am: Cosmetics.
190        * console/Makefile.am: Cosmetics.
191        * startup/Makefile.am: Cosmetics.
192        * timer/Makefile.am: Cosmetics.
193        * wrapup/Makefile.am: Cosmetics.
194
1952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Remove all-local: $(ARCH).
198        * console/Makefile.am: Remove all-local: $(ARCH).
199        * start/Makefile.am: Remove all-local: $(ARCH).
200        * startup/Makefile.am: Remove all-local: $(ARCH).
201        * timer/Makefile.am: Remove all-local: $(ARCH).
202        * wrapup/Makefile.am: Remove all-local: $(ARCH).
203
2042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Merge-in include/Makefile.am.
207        Reflect changes to bsp.am.
208        * include/Makefile.am: Remove.
209        * configure.ac: Reflect changes above.
210
2112003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * bsp_specs: Remove *lib:.
214
2152003-09-04      Joel Sherrill <joel@OARcorp.com>
216
217        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
218        console/m340uart.c, include/bsp.h, include/m340timer.h,
219        include/m340uart.h, start/start.S, start/startfor340only.S,
220        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
221        timer/timer.c: URL for license changed.
222
2232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Reflect having moved aclocal/.
226
2272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved automake/.
230        * clock/Makefile.am: Reflect having moved automake/.
231        * console/Makefile.am: Reflect having moved automake/.
232        * include/Makefile.am: Reflect having moved automake/.
233        * start/Makefile.am: Reflect having moved automake/.
234        * startup/Makefile.am: Reflect having moved automake/.
235        * timer/Makefile.am: Reflect having moved automake/.
236        * wrapup/Makefile.am: Reflect having moved automake/.
237
2382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        PR 452/bsps
241        * startup/Makefile.am: Remove USE_INIT_FINI.
242
2432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
246
2472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        PR 445/bsps
250        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
251        Remove cpp, old_cpp (now unused).
252
2532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove AC_CONFIG_AUX_DIR.
256
2572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
260
2612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: AC_PREREQ(2.57).
264
2652003-01-20      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds*: Add FreeBSD sysctl() sections.
268
2692002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276
2772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Use install-data-local to install startfile.
280
2812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284
2852002-11-04      Joel Sherrill <joel@OARcorp.com>
286
287        * console/console.c, console/m340uart.c: Removed warnings.
288
2892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * .cvsignore: Reformat.
292        Add autom4te*cache.
293        Remove autom4te.cache.
294
2952002-08-21      Joel Sherrill <joel@OARcorp.com>
296
297        * wrapup/Makefile.am: PR217 required that the idle task be moved to
298        libcpu so it could be more acutely aware of the CPU model.  This
299        file was modified to pick up the idle task from there.
300
3012002-08-21      Joel Sherrill <joel@OARcorp.com>
302
303        * bsp_specs: Added support for -nostdlibs.
304
3052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
313
3142002-08-05      Joel Sherrill <joel@OARcorp.com>
315
316        * Per PR260 eliminate use of make-target-options.  This impacted
317        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
318        SuperCore and required that the m68k optimized memcpy be moved
319        to libcpu.
320        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
321
3222002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * start/Makefile.am: Eliminate PGM.
325        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
326
3272002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
330
3312002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
334        Remove $(OBJS) from all-local.
335
3362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
339
3402001-05-09      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds: In support of gcc 3.1, added one of more
343        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
344        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
345        and direction of segments to memory regions may also have been
346        addressed.  This was a sweep across all BSPs.
347 
3482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac:
351        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
352        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
353        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
361
3622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
365
3662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
369        * configure.in: Remove.
370        * configure.ac: New file, generated from configure.in by autoupdate.
371
3722001-09-27      Joel Sherrill <joel@OARcorp.com>
373
374        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
375
3762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
379
3802001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * include/Makefile.am: Fix typo in include_HEADERS.
383
3842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Add bspopts.h.
387        * include/.cvsignore: Add bspopts.h*, stamp-h*.
388        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
389        * include/bsp.h: Include bspopts.h.
390
3912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
392
393        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
394
3952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
398
3992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
402
4032000-11-01      Joel Sherrill <joel@OARcorp.com>
404
405        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
406        and libcsupport.h moved from libc to lib/include/rtems and
407        now must be referenced as <rtems/XXX.h>.   Header file order
408        was cleaned up while doing this.
409
4102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
413        Switch to GNU canonicalization.
414
4152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
416
417        * startup/linkcmds: Added lines so DWARF debug information
418        would be available.  Otherwise gdb complains that the offsets
419        for the debug info are incorrect and doesn't load the files.
420
4212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
424        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
425        compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.