source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ 56e2dc0

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

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

  • configure.ac: Require automake-1.10. Require autoconf-2.60.
  • Property mode set to 100644
File size: 14.9 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Require autoconf-2.60.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add sections required by newer gcc versions.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-01-09      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add rom section to remove warning.
20
212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
24
252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove build-variant support.
28
292005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
32
332004-11-25      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
36
372004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
40        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
41
422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * configure.ac: Require automake > 1.9.
45
462004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 610/bsps
49        * Makefile.am: Add include/tm27.h, Cosmetics.
50        * include/tm27.h: Final cosmetics.
51
522004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * include/bsp.h: Split out tmtest27 support.
55        * include/tm27.h: New.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 613/bsps
60        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
61
622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 614/bsps
65        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
66
672004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
68
69        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
70        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
71        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
72        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
73        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
74        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
75        c/src/lib/libbsp/m68k/ods68302/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        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
81
822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
85        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
86        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
87
882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
91        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
92        startup/gdb-hooks.c, startup/m68302scc.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-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
120        ANSI-C compliant.
121        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
122        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
123        wrapup/Makefile.am.
124        Use automake compilation rules.
125        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
126        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
127        Remove.
128        * configure.ac: Reflect changes above.
129
1302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add PREINSTALL_DIRS.
133        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Remove non-existing times from EXTRA_DIST.
138        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
139        * wrapup/Makefile.am: Reflect changes to libcpu.
140
1412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
144        Add PRE/TMPINSTALL_FILES to CLEANFILES.
145        * start/Makefile.am: Ditto.
146        * startup/Makefile.am: Ditto.
147
1482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Eliminate $(LIB).
151        Use noinst_DATA to trigger building libbsp.a.
152
1532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
162
1632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
166
1672003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Misc cleanups and fixes.
170        * startup/Makefile.am: Misc cleanups and fixes.
171        * wrapup/Makefile.am: Misc cleanups and fixes.
172
1732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add preinstallation dirstamp support.
176        * clock/Makefile.am: Cosmetics.
177        * console/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        * start/Makefile.am: Remove all-local: $(ARCH).
187        * startup/Makefile.am: Remove all-local: $(ARCH).
188        * timer/Makefile.am: Remove all-local: $(ARCH).
189        * wrapup/Makefile.am: Remove all-local: $(ARCH).
190
1912003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * include/bsp.h: Replace stringification madness to pick up bare.h
194        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
195
1962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Merge-in include/Makefile.am.
199        Reflect changes to bsp.am.
200        * include/Makefile.am: Remove.
201        * configure.ac: Reflect changes above.
202
2032003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * bsp_specs: Remove *lib:.
206
2072003-09-04      Joel Sherrill <joel@OARcorp.com>
208
209        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
210        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
211        license changed.
212
2132003-09-04      Joel Sherrill <joel@OARcorp.com>
214
215        * start/debugreset.S, start/reset.S: Removed incorrect statement about
216        copyright assignment.
217
2182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having moved aclocal/.
221
2222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect having moved automake/.
225        * clock/Makefile.am: Reflect having moved automake/.
226        * console/Makefile.am: Reflect having moved automake/.
227        * include/Makefile.am: Reflect having moved automake/.
228        * start/Makefile.am: Reflect having moved automake/.
229        * startup/Makefile.am: Reflect having moved automake/.
230        * timer/Makefile.am: Reflect having moved automake/.
231        * wrapup/Makefile.am: Reflect having moved automake/.
232
2332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        PR 452/bsps
236        * startup/Makefile.am: Remove USE_INIT_FINI.
237
2382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
241
2422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        PR 445/bsps
245        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
246        Remove cpp, old_cpp (now unused).
247
2482003-06-22      Chris Johns <cjohns@cybertec.com.au>
249
250        PR 264/bsps
251        PR 414/bsps
252        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
253        PR264 - Stopped the core dump by removing the bad instruction.
254        PR414 - Fixed the global interupt vector register.
255        Linker command file to have the boot code in the first 8K.
256        The chip select remap needed to be volatile.
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AC_PREREQ(2.57).
269
2702003-01-20      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds*: Add FreeBSD sysctl() sections.
273
2742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Use install-data-local to install startfile.
285
2862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289
2902002-11-01      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/m68k-stub.c: Removed typos.
293
2942002-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/m68k-stub.c: Removed warnings.
297
2982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Reformat.
301        Add autom4te*cache.
302        Remove autom4te.cache.
303
3042002-08-21      Joel Sherrill <joel@OARcorp.com>
305
306        * wrapup/Makefile.am: PR217 required that the idle task be moved to
307        libcpu so it could be more acutely aware of the CPU model.  This
308        file was modified to pick up the idle task from there.
309
3102002-08-21      Joel Sherrill <joel@OARcorp.com>
311
312        * bsp_specs: Added support for -nostdlibs.
313
3142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
322
3232002-08-07      Joel Sherrill <joel@OARcorp.com>
324
325        * start/Makefile.am: Pick up rest of Ralf'f changes and use
326        cp not make-rel since there is no point in this case.
327        * start/debugreset.S: Rights were not assigned.
328        * start/reset.S: Add ifdef to avoid core dump until Chris can
329        track it down.
330        * start/cpuboot.c: Moved to startup.
331        * startup/Makefile.am: Account for above.
332
3332002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
336        anywhere).
337        Add ODS60302_DEBUG conditional.
338        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
339        * configure.ac: Add --enable-ods60302-debug.
340        Add ODS60302_DEBUG conditional.
341
3422002-08-05      Joel Sherrill <joel@OARcorp.com>
343
344        * Per PR260 eliminate use of make-target-options.  This impacted
345        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
346        SuperCore and required that the m68k optimized memcpy be moved
347        to libcpu.
348        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
349
3502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: Fix bug in previous patch.
353        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
354
3552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * start/Makefile.am: Eliminate PGM.
358        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
359
3602002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
363
3642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
367        Remove $(OBJS) from all-local.
368
3692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
372
3732001-05-09      Joel Sherrill <joel@OARcorp.com>
374
375        * startup/linkcmds: In support of gcc 3.1, added one of more
376        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
377        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
378        and direction of segments to memory regions may also have been
379        addressed.  This was a sweep across all BSPs.
380 
3812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac:
384        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
385        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
386        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
394
3952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
398
3992001-11-27      Joel Sherrill <joel@OARcorp.com>,
400
401        This was tracked as PR39.
402        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
403        startup/linkcmds, startup/rom: Eliminated required definition of
404        macros in the custom file for the BSP to compile.  The ROM and ROM
405        address and size settings are now linker script items. 
406
4072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
410        * configure.in: Remove.
411        * configure.ac: New file, generated from configure.in by autoupdate.
412
4132001-09-27      Joel Sherrill <joel@OARcorp.com>
414
415        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
416
4172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
420
4212001-06-19      Joel Sherrill <joel@OARcorp.com>
422
423        * include/Makefile.am: Fixed typo.
424
4252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.in: Add bspopts.h.
428        * include/.cvsignore: Add bspopts.h*, stamp-h*.
429        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
430        * include/bsp.h: Include bspopts.h.
431
4322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
433
434        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
435
4362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
439
4402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
443
4442000-11-01      Joel Sherrill <joel@OARcorp.com>
445
446        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
447        and libcsupport.h moved from libc to lib/include/rtems and
448        now must be referenced as <rtems/XXX.h>.   Header file order
449        was cleaned up while doing this.
450
4512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
454        Switch to GNU canonicalization.
455
4562000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
457
458        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
459
4602000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
461
462        * startup/linkcmds: Added lines so DWARF debug information
463        would be available.  Otherwise gdb complains that the offsets
464        for the debug info are incorrect and doesn't load the files.
465
4662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
469        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
470        compile.am
471
4722000-08-10      Joel Sherrill <joel@OARcorp.com>
473
474        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.