source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ 4217b96

4.104.114.84.95
Last change on this file since 4217b96 was 4217b96, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/06 at 12:28:38

2006-02-08 Joel Sherrill <joel@…>

  • startup/linkcmds: Add sections required by newer gcc versions.
  • Property mode set to 100644
File size: 14.8 KB
Line 
12006-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add sections required by newer gcc versions.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am.
8
92005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: New header guard.
12
132005-01-09      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add rom section to remove warning.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
20
212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Remove build-variant support.
24
252005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
28
292004-11-25      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
32
332004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
36        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
37
382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * configure.ac: Require automake > 1.9.
41
422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 610/bsps
45        * Makefile.am: Add include/tm27.h, Cosmetics.
46        * include/tm27.h: Final cosmetics.
47
482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * include/bsp.h: Split out tmtest27 support.
51        * include/tm27.h: New.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 613/bsps
56        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
57
582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 614/bsps
61        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
62
632004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
64
65        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
66        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
67        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
68        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
69        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
70        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
71        c/src/lib/libbsp/m68k/ods68302/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        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
77
782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
81        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
82        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
83
842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
87        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
88        startup/gdb-hooks.c, startup/m68302scc.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-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
116        ANSI-C compliant.
117        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
118        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
119        wrapup/Makefile.am.
120        Use automake compilation rules.
121        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
122        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
123        Remove.
124        * configure.ac: Reflect changes above.
125
1262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add PREINSTALL_DIRS.
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
1312004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Remove non-existing times from EXTRA_DIST.
134        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
135        * wrapup/Makefile.am: Reflect changes to libcpu.
136
1372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
140        Add PRE/TMPINSTALL_FILES to CLEANFILES.
141        * start/Makefile.am: Ditto.
142        * startup/Makefile.am: Ditto.
143
1442004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Eliminate $(LIB).
147        Use noinst_DATA to trigger building libbsp.a.
148
1492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
152        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
157        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
158
1592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
162
1632003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: Misc cleanups and fixes.
166        * startup/Makefile.am: Misc cleanups and fixes.
167        * wrapup/Makefile.am: Misc cleanups and fixes.
168
1692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Add preinstallation dirstamp support.
172        * clock/Makefile.am: Cosmetics.
173        * console/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        * start/Makefile.am: Remove all-local: $(ARCH).
183        * startup/Makefile.am: Remove all-local: $(ARCH).
184        * timer/Makefile.am: Remove all-local: $(ARCH).
185        * wrapup/Makefile.am: Remove all-local: $(ARCH).
186
1872003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * include/bsp.h: Replace stringification madness to pick up bare.h
190        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
191
1922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Merge-in include/Makefile.am.
195        Reflect changes to bsp.am.
196        * include/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
1992003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * bsp_specs: Remove *lib:.
202
2032003-09-04      Joel Sherrill <joel@OARcorp.com>
204
205        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
206        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
207        license changed.
208
2092003-09-04      Joel Sherrill <joel@OARcorp.com>
210
211        * start/debugreset.S, start/reset.S: Removed incorrect statement about
212        copyright assignment.
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        * start/Makefile.am: Reflect having moved automake/.
225        * startup/Makefile.am: Reflect having moved automake/.
226        * timer/Makefile.am: Reflect having moved automake/.
227        * wrapup/Makefile.am: Reflect having moved automake/.
228
2292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        PR 452/bsps
232        * startup/Makefile.am: Remove USE_INIT_FINI.
233
2342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
237
2382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        PR 445/bsps
241        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
242        Remove cpp, old_cpp (now unused).
243
2442003-06-22      Chris Johns <cjohns@cybertec.com.au>
245
246        PR 264/bsps
247        PR 414/bsps
248        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
249        PR264 - Stopped the core dump by removing the bad instruction.
250        PR414 - Fixed the global interupt vector register.
251        Linker command file to have the boot code in the first 8K.
252        The chip select remap needed to be volatile.
253
2542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove AC_CONFIG_AUX_DIR.
257
2582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AC_PREREQ(2.57).
265
2662003-01-20      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/linkcmds*: Add FreeBSD sysctl() sections.
269
2702002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277
2782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Use install-data-local to install startfile.
281
2822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-11-01      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/m68k-stub.c: Removed typos.
289
2902002-11-01      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/m68k-stub.c: Removed warnings.
293
2942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Reformat.
297        Add autom4te*cache.
298        Remove autom4te.cache.
299
3002002-08-21      Joel Sherrill <joel@OARcorp.com>
301
302        * wrapup/Makefile.am: PR217 required that the idle task be moved to
303        libcpu so it could be more acutely aware of the CPU model.  This
304        file was modified to pick up the idle task from there.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
318
3192002-08-07      Joel Sherrill <joel@OARcorp.com>
320
321        * start/Makefile.am: Pick up rest of Ralf'f changes and use
322        cp not make-rel since there is no point in this case.
323        * start/debugreset.S: Rights were not assigned.
324        * start/reset.S: Add ifdef to avoid core dump until Chris can
325        track it down.
326        * start/cpuboot.c: Moved to startup.
327        * startup/Makefile.am: Account for above.
328
3292002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
332        anywhere).
333        Add ODS60302_DEBUG conditional.
334        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
335        * configure.ac: Add --enable-ods60302-debug.
336        Add ODS60302_DEBUG conditional.
337
3382002-08-05      Joel Sherrill <joel@OARcorp.com>
339
340        * Per PR260 eliminate use of make-target-options.  This impacted
341        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
342        SuperCore and required that the m68k optimized memcpy be moved
343        to libcpu.
344        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
345
3462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: Fix bug in previous patch.
349        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
350
3512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: Eliminate PGM.
354        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
355
3562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
359
3602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
363        Remove $(OBJS) from all-local.
364
3652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
368
3692001-05-09      Joel Sherrill <joel@OARcorp.com>
370
371        * startup/linkcmds: In support of gcc 3.1, added one of more
372        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
373        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
374        and direction of segments to memory regions may also have been
375        addressed.  This was a sweep across all BSPs.
376 
3772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac:
380        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
381        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
382        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
390
3912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
394
3952001-11-27      Joel Sherrill <joel@OARcorp.com>,
396
397        This was tracked as PR39.
398        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
399        startup/linkcmds, startup/rom: Eliminated required definition of
400        macros in the custom file for the BSP to compile.  The ROM and ROM
401        address and size settings are now linker script items. 
402
4032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
406        * configure.in: Remove.
407        * configure.ac: New file, generated from configure.in by autoupdate.
408
4092001-09-27      Joel Sherrill <joel@OARcorp.com>
410
411        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
412
4132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
416
4172001-06-19      Joel Sherrill <joel@OARcorp.com>
418
419        * include/Makefile.am: Fixed typo.
420
4212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.in: Add bspopts.h.
424        * include/.cvsignore: Add bspopts.h*, stamp-h*.
425        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
426        * include/bsp.h: Include bspopts.h.
427
4282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
429
430        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
431
4322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
435
4362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
439
4402000-11-01      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
443        and libcsupport.h moved from libc to lib/include/rtems and
444        now must be referenced as <rtems/XXX.h>.   Header file order
445        was cleaned up while doing this.
446
4472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
450        Switch to GNU canonicalization.
451
4522000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
453
454        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
455
4562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
457
458        * startup/linkcmds: Added lines so DWARF debug information
459        would be available.  Otherwise gdb complains that the offsets
460        for the debug info are incorrect and doesn't load the files.
461
4622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
465        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
466        compile.am
467
4682000-08-10      Joel Sherrill <joel@OARcorp.com>
469
470        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.