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

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 15.5 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-04-02      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Add dummy printk support so all tests link.
12
132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: New BUG-REPORT address.
16
172006-11-15      Joel Sherrill <joel@OARcorp.com>
18
19        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
20        file and simplified initialization.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove superfluous -DASM.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Require autoconf-2.60. Require automake-1.10.
29
302006-02-08      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add sections required by newer gcc versions.
33
342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Add preinstall.am.
37
382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * include/bsp.h: New header guard.
41
422005-01-09      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add rom section to remove warning.
45
462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
49
502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Remove build-variant support.
53
542005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
57
582004-11-25      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
61
622004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
65        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
66
672004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: Require automake > 1.9.
70
712004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        PR 610/bsps
74        * Makefile.am: Add include/tm27.h, Cosmetics.
75        * include/tm27.h: Final cosmetics.
76
772004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * include/bsp.h: Split out tmtest27 support.
80        * include/tm27.h: New.
81
822004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        PR 613/bsps
85        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
86
872004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        PR 614/bsps
90        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
91
922004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
93
94        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
95        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
96        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
97        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
98        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
99        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
100        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
101        <rtems/m68k/m68302.h> instead of <m68302.h>.
102
1032004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
106
1072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
110        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
111        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
112
1132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
116        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
117        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
118        using c99 fixed size types.
119
1202004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect changes to bsp.am.
123        Preinstall dist_project_lib*.
124
1252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect changes to bsp.am.
128
1292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
132
1332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Pickup files from ../../m68k/shared instead of
136        ../shared. Reformat.
137
1382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
141
1422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
145        ANSI-C compliant.
146        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
147        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
148        wrapup/Makefile.am.
149        Use automake compilation rules.
150        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
151        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
152        Remove.
153        * configure.ac: Reflect changes above.
154
1552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Add PREINSTALL_DIRS.
158        * wrapup/Makefile.am: Reflect changes to libcpu.
159
1602004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Remove non-existing times from EXTRA_DIST.
163        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
164        * wrapup/Makefile.am: Reflect changes to libcpu.
165
1662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
169        Add PRE/TMPINSTALL_FILES to CLEANFILES.
170        * start/Makefile.am: Ditto.
171        * startup/Makefile.am: Ditto.
172
1732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Eliminate $(LIB).
176        Use noinst_DATA to trigger building libbsp.a.
177
1782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
181        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
182
1832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
186        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
187
1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
191
1922003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * start/Makefile.am: Misc cleanups and fixes.
195        * startup/Makefile.am: Misc cleanups and fixes.
196        * wrapup/Makefile.am: Misc cleanups and fixes.
197
1982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Add preinstallation dirstamp support.
201        * clock/Makefile.am: Cosmetics.
202        * console/Makefile.am: Cosmetics.
203        * startup/Makefile.am: Cosmetics.
204        * timer/Makefile.am: Cosmetics.
205        * wrapup/Makefile.am: Cosmetics.
206
2072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am: Remove all-local: $(ARCH).
210        * console/Makefile.am: Remove all-local: $(ARCH).
211        * start/Makefile.am: Remove all-local: $(ARCH).
212        * startup/Makefile.am: Remove all-local: $(ARCH).
213        * timer/Makefile.am: Remove all-local: $(ARCH).
214        * wrapup/Makefile.am: Remove all-local: $(ARCH).
215
2162003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * include/bsp.h: Replace stringification madness to pick up bare.h
219        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
220
2212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Merge-in include/Makefile.am.
224        Reflect changes to bsp.am.
225        * include/Makefile.am: Remove.
226        * configure.ac: Reflect changes above.
227
2282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bsp_specs: Remove *lib:.
231
2322003-09-04      Joel Sherrill <joel@OARcorp.com>
233
234        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
235        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
236        license changed.
237
2382003-09-04      Joel Sherrill <joel@OARcorp.com>
239
240        * start/debugreset.S, start/reset.S: Removed incorrect statement about
241        copyright assignment.
242
2432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect having moved aclocal/.
246
2472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect having moved automake/.
250        * clock/Makefile.am: Reflect having moved automake/.
251        * console/Makefile.am: Reflect having moved automake/.
252        * include/Makefile.am: Reflect having moved automake/.
253        * start/Makefile.am: Reflect having moved automake/.
254        * startup/Makefile.am: Reflect having moved automake/.
255        * timer/Makefile.am: Reflect having moved automake/.
256        * wrapup/Makefile.am: Reflect having moved automake/.
257
2582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        PR 452/bsps
261        * startup/Makefile.am: Remove USE_INIT_FINI.
262
2632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
266
2672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        PR 445/bsps
270        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
271        Remove cpp, old_cpp (now unused).
272
2732003-06-22      Chris Johns <cjohns@cybertec.com.au>
274
275        PR 264/bsps
276        PR 414/bsps
277        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
278        PR264 - Stopped the core dump by removing the bad instruction.
279        PR414 - Fixed the global interupt vector register.
280        Linker command file to have the boot code in the first 8K.
281        The chip select remap needed to be volatile.
282
2832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Remove AC_CONFIG_AUX_DIR.
286
2872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AC_PREREQ(2.57).
294
2952003-01-20      Joel Sherrill <joel@OARcorp.com>
296
297        * startup/linkcmds*: Add FreeBSD sysctl() sections.
298
2992002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306
3072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Use install-data-local to install startfile.
310
3112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314
3152002-11-01      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/m68k-stub.c: Removed typos.
318
3192002-11-01      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/m68k-stub.c: Removed warnings.
322
3232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * .cvsignore: Reformat.
326        Add autom4te*cache.
327        Remove autom4te.cache.
328
3292002-08-21      Joel Sherrill <joel@OARcorp.com>
330
331        * wrapup/Makefile.am: PR217 required that the idle task be moved to
332        libcpu so it could be more acutely aware of the CPU model.  This
333        file was modified to pick up the idle task from there.
334
3352002-08-21      Joel Sherrill <joel@OARcorp.com>
336
337        * bsp_specs: Added support for -nostdlibs.
338
3392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
343        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
344        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
347
3482002-08-07      Joel Sherrill <joel@OARcorp.com>
349
350        * start/Makefile.am: Pick up rest of Ralf'f changes and use
351        cp not make-rel since there is no point in this case.
352        * start/debugreset.S: Rights were not assigned.
353        * start/reset.S: Add ifdef to avoid core dump until Chris can
354        track it down.
355        * start/cpuboot.c: Moved to startup.
356        * startup/Makefile.am: Account for above.
357
3582002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
361        anywhere).
362        Add ODS60302_DEBUG conditional.
363        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
364        * configure.ac: Add --enable-ods60302-debug.
365        Add ODS60302_DEBUG conditional.
366
3672002-08-05      Joel Sherrill <joel@OARcorp.com>
368
369        * Per PR260 eliminate use of make-target-options.  This impacted
370        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
371        SuperCore and required that the m68k optimized memcpy be moved
372        to libcpu.
373        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
374
3752002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: Fix bug in previous patch.
378        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
379
3802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Eliminate PGM.
383        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
384
3852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
388
3892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
392        Remove $(OBJS) from all-local.
393
3942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
397
3982001-05-09      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/linkcmds: In support of gcc 3.1, added one of more
401        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
402        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
403        and direction of segments to memory regions may also have been
404        addressed.  This was a sweep across all BSPs.
405 
4062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac:
409        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
410        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
411        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
419
4202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
423
4242001-11-27      Joel Sherrill <joel@OARcorp.com>,
425
426        This was tracked as PR39.
427        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
428        startup/linkcmds, startup/rom: Eliminated required definition of
429        macros in the custom file for the BSP to compile.  The ROM and ROM
430        address and size settings are now linker script items. 
431
4322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
435        * configure.in: Remove.
436        * configure.ac: New file, generated from configure.in by autoupdate.
437
4382001-09-27      Joel Sherrill <joel@OARcorp.com>
439
440        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
441
4422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
445
4462001-06-19      Joel Sherrill <joel@OARcorp.com>
447
448        * include/Makefile.am: Fixed typo.
449
4502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.in: Add bspopts.h.
453        * include/.cvsignore: Add bspopts.h*, stamp-h*.
454        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
455        * include/bsp.h: Include bspopts.h.
456
4572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
458
459        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
460
4612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
464
4652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
468
4692000-11-01      Joel Sherrill <joel@OARcorp.com>
470
471        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
472        and libcsupport.h moved from libc to lib/include/rtems and
473        now must be referenced as <rtems/XXX.h>.   Header file order
474        was cleaned up while doing this.
475
4762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
479        Switch to GNU canonicalization.
480
4812000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
482
483        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
484
4852000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
486
487        * startup/linkcmds: Added lines so DWARF debug information
488        would be available.  Otherwise gdb complains that the offsets
489        for the debug info are incorrect and doesn't load the files.
490
4912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
494        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
495        compile.am
496
4972000-08-10      Joel Sherrill <joel@OARcorp.com>
498
499        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.