source: rtems/c/src/lib/libbsp/m68k/ods68302/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: 15.0 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-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-01-09      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add rom section to remove warning.
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
332005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
36
372004-11-25      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
40
412004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
44        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
45
462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * configure.ac: Require automake > 1.9.
49
502004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 610/bsps
53        * Makefile.am: Add include/tm27.h, Cosmetics.
54        * include/tm27.h: Final cosmetics.
55
562004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * include/bsp.h: Split out tmtest27 support.
59        * include/tm27.h: New.
60
612004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 613/bsps
64        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
65
662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        PR 614/bsps
69        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
70
712004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
72
73        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
74        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
75        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
76        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
77        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
78        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
79        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
80        <rtems/m68k/m68302.h> instead of <m68302.h>.
81
822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
85
862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
89        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
90        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
91
922004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
95        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
96        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
97        using c99 fixed size types.
98
992004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect changes to bsp.am.
102        Preinstall dist_project_lib*.
103
1042004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect changes to bsp.am.
107
1082004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
111
1122004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Pickup files from ../../m68k/shared instead of
115        ../shared. Reformat.
116
1172004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
120
1212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
124        ANSI-C compliant.
125        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
126        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
127        wrapup/Makefile.am.
128        Use automake compilation rules.
129        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
130        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
131        Remove.
132        * configure.ac: Reflect changes above.
133
1342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Add PREINSTALL_DIRS.
137        * wrapup/Makefile.am: Reflect changes to libcpu.
138
1392004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Remove non-existing times from EXTRA_DIST.
142        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
143        * wrapup/Makefile.am: Reflect changes to libcpu.
144
1452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
148        Add PRE/TMPINSTALL_FILES to CLEANFILES.
149        * start/Makefile.am: Ditto.
150        * startup/Makefile.am: Ditto.
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        * startup/Makefile.am: Cosmetics.
183        * timer/Makefile.am: Cosmetics.
184        * wrapup/Makefile.am: Cosmetics.
185
1862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * clock/Makefile.am: Remove all-local: $(ARCH).
189        * console/Makefile.am: Remove all-local: $(ARCH).
190        * start/Makefile.am: Remove all-local: $(ARCH).
191        * startup/Makefile.am: Remove all-local: $(ARCH).
192        * timer/Makefile.am: Remove all-local: $(ARCH).
193        * wrapup/Makefile.am: Remove all-local: $(ARCH).
194
1952003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * include/bsp.h: Replace stringification madness to pick up bare.h
198        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
199
2002003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Merge-in include/Makefile.am.
203        Reflect changes to bsp.am.
204        * include/Makefile.am: Remove.
205        * configure.ac: Reflect changes above.
206
2072003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * bsp_specs: Remove *lib:.
210
2112003-09-04      Joel Sherrill <joel@OARcorp.com>
212
213        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
214        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
215        license changed.
216
2172003-09-04      Joel Sherrill <joel@OARcorp.com>
218
219        * start/debugreset.S, start/reset.S: Removed incorrect statement about
220        copyright assignment.
221
2222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect having moved aclocal/.
225
2262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Reflect having moved automake/.
229        * clock/Makefile.am: Reflect having moved automake/.
230        * console/Makefile.am: Reflect having moved automake/.
231        * include/Makefile.am: Reflect having moved automake/.
232        * start/Makefile.am: Reflect having moved automake/.
233        * startup/Makefile.am: Reflect having moved automake/.
234        * timer/Makefile.am: Reflect having moved automake/.
235        * wrapup/Makefile.am: Reflect having moved automake/.
236
2372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        PR 452/bsps
240        * startup/Makefile.am: Remove USE_INIT_FINI.
241
2422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
245
2462003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        PR 445/bsps
249        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
250        Remove cpp, old_cpp (now unused).
251
2522003-06-22      Chris Johns <cjohns@cybertec.com.au>
253
254        PR 264/bsps
255        PR 414/bsps
256        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
257        PR264 - Stopped the core dump by removing the bad instruction.
258        PR414 - Fixed the global interupt vector register.
259        Linker command file to have the boot code in the first 8K.
260        The chip select remap needed to be volatile.
261
2622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Remove AC_CONFIG_AUX_DIR.
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
269
2702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: AC_PREREQ(2.57).
273
2742003-01-20      Joel Sherrill <joel@OARcorp.com>
275
276        * startup/linkcmds*: Add FreeBSD sysctl() sections.
277
2782002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Use install-data-local to install startfile.
289
2902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/m68k-stub.c: Removed typos.
297
2982002-11-01      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/m68k-stub.c: Removed warnings.
301
3022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Reformat.
305        Add autom4te*cache.
306        Remove autom4te.cache.
307
3082002-08-21      Joel Sherrill <joel@OARcorp.com>
309
310        * wrapup/Makefile.am: PR217 required that the idle task be moved to
311        libcpu so it could be more acutely aware of the CPU model.  This
312        file was modified to pick up the idle task from there.
313
3142002-08-21      Joel Sherrill <joel@OARcorp.com>
315
316        * bsp_specs: Added support for -nostdlibs.
317
3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
326
3272002-08-07      Joel Sherrill <joel@OARcorp.com>
328
329        * start/Makefile.am: Pick up rest of Ralf'f changes and use
330        cp not make-rel since there is no point in this case.
331        * start/debugreset.S: Rights were not assigned.
332        * start/reset.S: Add ifdef to avoid core dump until Chris can
333        track it down.
334        * start/cpuboot.c: Moved to startup.
335        * startup/Makefile.am: Account for above.
336
3372002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
340        anywhere).
341        Add ODS60302_DEBUG conditional.
342        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
343        * configure.ac: Add --enable-ods60302-debug.
344        Add ODS60302_DEBUG conditional.
345
3462002-08-05      Joel Sherrill <joel@OARcorp.com>
347
348        * Per PR260 eliminate use of make-target-options.  This impacted
349        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
350        SuperCore and required that the m68k optimized memcpy be moved
351        to libcpu.
352        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
353
3542002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Fix bug in previous patch.
357        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
358
3592002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Eliminate PGM.
362        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
363
3642002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
367
3682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
371        Remove $(OBJS) from all-local.
372
3732002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
376
3772001-05-09      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/linkcmds: In support of gcc 3.1, added one of more
380        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
381        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
382        and direction of segments to memory regions may also have been
383        addressed.  This was a sweep across all BSPs.
384 
3852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac:
388        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
389        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
390        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
398
3992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
402
4032001-11-27      Joel Sherrill <joel@OARcorp.com>,
404
405        This was tracked as PR39.
406        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
407        startup/linkcmds, startup/rom: Eliminated required definition of
408        macros in the custom file for the BSP to compile.  The ROM and ROM
409        address and size settings are now linker script items. 
410
4112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
414        * configure.in: Remove.
415        * configure.ac: New file, generated from configure.in by autoupdate.
416
4172001-09-27      Joel Sherrill <joel@OARcorp.com>
418
419        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
420
4212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
424
4252001-06-19      Joel Sherrill <joel@OARcorp.com>
426
427        * include/Makefile.am: Fixed typo.
428
4292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.in: Add bspopts.h.
432        * include/.cvsignore: Add bspopts.h*, stamp-h*.
433        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
434        * include/bsp.h: Include bspopts.h.
435
4362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
437
438        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
439
4402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
443
4442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
447
4482000-11-01      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
451        and libcsupport.h moved from libc to lib/include/rtems and
452        now must be referenced as <rtems/XXX.h>.   Header file order
453        was cleaned up while doing this.
454
4552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
458        Switch to GNU canonicalization.
459
4602000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
461
462        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
463
4642000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
465
466        * startup/linkcmds: Added lines so DWARF debug information
467        would be available.  Otherwise gdb complains that the offsets
468        for the debug info are incorrect and doesn't load the files.
469
4702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
473        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
474        compile.am
475
4762000-08-10      Joel Sherrill <joel@OARcorp.com>
477
478        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.