source: rtems/c/src/lib/libbsp/m68k/gen68360/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.1 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
132007-03-11      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/bspstart.c: Remove assignments of
16        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
17        value in boot_card.c
18
192006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
22
232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: New BUG-REPORT address.
26
272006-11-15      Joel Sherrill <joel@OARcorp.com>
28
29        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
30        file and simplified initialization.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Remove superfluous -DASM.
35
362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Require autoconf-2.60. Require automake-1.10.
39
402006-02-08      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
43        sections required by newer gcc versions.
44
452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Add preinstall.am.
48
492005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * include/bsp.h: New header guard.
52
532005-04-26      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/alloc360.c: Eliminate warnings.
56
572005-03-11      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/init68360.c: Add _RomBase declaration.
60
612005-02-11      Joel Sherrill <joel@OARcorp.com>
62
63        * include/bsp.h, startup/init68360.c: Correct type of symbols from
64        linkcmds to compile with gcc 4.x.
65
662005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
69
702005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Remove build-variant support.
73
742004-11-25      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
77        new bss sections .bss.* and .gnu.linkonce.b*.
78
792004-10-28      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: Add .gnu.linkonce.b.*.
82
832004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * configure.ac: Require automake > 1.9.
86
872004-05-21      Joel Sherrill <joel@OARcorp.com>
88
89        * network/network.c: Include errno.h as a consequence of recent updates
90        to BSD header files.
91
922004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        PR 610/bsps
95        * Makefile.am: Add include/tm27.h, Cosmetics.
96        * include/tm27.h: Final cosmetics.
97
982004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * include/bsp.h: Split out tmtest27 support.
101        * include/tm27.h: New.
102
1032004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        PR 613/bsps
106        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
107
1082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        PR 614/bsps
111        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
112
1132004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
114
115        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
116        c/src/lib/libbsp/m68k/gen68360/console/console.c,
117        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
118        c/src/lib/libbsp/m68k/gen68360/network/network.c,
119        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
120        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
121        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
122        <rtems/m68k/m68360.h> instead of <m68360.h>.
123
1242004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
127
1282004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
131        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
132        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
133
1342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * include/bsp.h, network/network.c, startup/bspstart.c,
137        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
138        types.
139
1402004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect changes to bsp.am.
143        Preinstall dist_project_lib*.
144
1452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect changes to bsp.am.
148
1492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
152
1532004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Pickup files from ../../m68k/shared instead of
156        ../shared. Reformat.
157
1582004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
161
1622004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        PR 562/bsps
165        * Makefile.am: Remove references to m68k-gdbstub.c,
166        rtems-gdbstub-glue.c.
167
168        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
169        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
170        Use automake-compilation rules.
171        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
172        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
173        Remove.
174        * configure.ac: Reflect changes above.
175
1762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add PREINSTALL_DIRS.
179        * wrapup/Makefile.am: Reflect changes to libcpu.
180
1812004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
184        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
185        * wrapup/Makefile.am: Reflect changes to libcpu.
186
1872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
190        Add PRE/TMPINSTALL_FILES to CLEANFILES.
191        * startup/Makefile.am: Ditto.
192
1932004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * start/Makefile.am: Remove.
196        * Makefile.am: Merge-in start/Makefile.am.
197        * configure.ac: Reflect changes above.
198
1992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * wrapup/Makefile.am: Eliminate $(LIB).
202        Use noinst_DATA to trigger building libbsp.a.
203
2042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
207        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
208
2092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
212        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
213
2142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
217
2182003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * start/Makefile.am: Misc cleanups and fixes.
221        * startup/Makefile.am: Misc cleanups and fixes.
222        * wrapup/Makefile.am: Misc cleanups and fixes.
223
2242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Add preinstallation dirstamp support.
227        * clock/Makefile.am: Cosmetics.
228        * console/Makefile.am: Cosmetics.
229        * network/Makefile.am: Cosmetics.
230        * startup/Makefile.am: Cosmetics.
231        * timer/Makefile.am: Cosmetics.
232        * wrapup/Makefile.am: Cosmetics.
233
2342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * clock/Makefile.am: Remove all-local: $(ARCH).
237        * console/Makefile.am: Remove all-local: $(ARCH).
238        * network/Makefile.am: Remove all-local: $(ARCH).
239        * start/Makefile.am: Remove all-local: $(ARCH).
240        * startup/Makefile.am: Remove all-local: $(ARCH).
241        * timer/Makefile.am: Remove all-local: $(ARCH).
242        * wrapup/Makefile.am: Remove all-local: $(ARCH).
243
2442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Merge-in include/Makefile.am.
247        Reflect changes to bsp.am.
248        * include/Makefile.am: Remove.
249        * configure.ac: Reflect changes above.
250
2512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * bsp_specs: Remove *lib:.
254
2552003-09-04      Joel Sherrill <joel@OARcorp.com>
256
257        * console/console.c, console/consolereserveresources.c, include/bsp.h,
258        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
259        URL for license changed.
260
2612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Reflect having moved aclocal/.
264
2652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Reflect having moved automake/.
268        * clock/Makefile.am: Reflect having moved automake/.
269        * console/Makefile.am: Reflect having moved automake/.
270        * include/Makefile.am: Reflect having moved automake/.
271        * network/Makefile.am: Reflect having moved automake/.
272        * start/Makefile.am: Reflect having moved automake/.
273        * startup/Makefile.am: Reflect having moved automake/.
274        * timer/Makefile.am: Reflect having moved automake/.
275        * wrapup/Makefile.am: Reflect having moved automake/.
276
2772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        PR 452/bsps
280        * startup/Makefile.am: Remove USE_INIT_FINI.
281
2822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
285
2862003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        PR 445/bsps
289        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
290        Remove cpp, old_cpp (now unused).
291
2922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Remove AC_CONFIG_AUX_DIR.
295
2962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
299
3002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: AC_PREREQ(2.57).
303
3042003-01-20      Joel Sherrill <joel@OARcorp.com>
305
306        * startup/linkcmds*: Add FreeBSD sysctl() sections.
307
3082002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316
3172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Use install-data-local to install startfile.
320
3212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
324
3252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * .cvsignore: Reformat.
328        Add autom4te*cache.
329        Remove autom4te.cache.
330
3312002-08-21      Joel Sherrill <joel@OARcorp.com>
332
333        * wrapup/Makefile.am: PR217 required that the idle task be moved to
334        libcpu so it could be more acutely aware of the CPU model.  This
335        file was modified to pick up the idle task from there.
336
3372002-08-21      Joel Sherrill <joel@OARcorp.com>
338
339        * bsp_specs: Added support for -nostdlibs.
340
3412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
344        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
350
3512002-08-05      Joel Sherrill <joel@OARcorp.com>
352
353        * Per PR260 eliminate use of make-target-options.  This impacted
354        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
355        SuperCore and required that the m68k optimized memcpy be moved
356        to libcpu.
357        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
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 linkcmds.prom
367        linkcmds.bootp.
368
3692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
372        Remove $(OBJS) from all-local.
373
3742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
377
3782002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
379
380        * startup/Makefile.am: Compile the m68k gdb stub and glue.
381
3822002-05-14      Eric Norum <eric.norum@usask.ca>
383
384        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
385        sections needed by gcc 3.1.  linkcmds had already been fixed on
386        a gcc 3.1 clean up sweep.
387
3882001-05-09      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: In support of gcc 3.1, added one of more
391        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
392        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
393        and direction of segments to memory regions may also have been
394        addressed.  This was a sweep across all BSPs.
395 
3962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac:
399        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
400        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
401        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
410
4112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
414
4152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
418        * configure.in: Remove.
419        * configure.ac: New file, generated from configure.in by autoupdate.
420
4212001-09-27      Joel Sherrill <joel@OARcorp.com>
422
423        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
424
4252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
428
4292001-09-14      Eric Norum <eric.norum@usask.ca>
430
431        * startup/init68360.c: Modifications to make gcc 3.x happy.
432
4332001-09-19      Eric Norum <eric.norum@usask.ca>
434
435        * README: Bring it more in line with reality.
436
4372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.in: Add bspopts.h.
440        * include/.cvsignore: Add bspopts.h*, stamp-h*.
441        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
442        * include/bsp.h: Include bspopts.h.
443
4442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
445
446        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
447
4482001-01-12      Eric Norum <eric.norum@usask.ca>
449
450        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
451        Clock driver updated to use shell driver mechanism.
452        * clock/ckinit.c: Removed.
453        * clock/clock.c: New file.
454
4552000-12-19      Joel Sherrill <joel@OARcorp.com>
456
457        * Makefile.am: Removed unneeded blank line.
458
4592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
462
4632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
466
4672000-11-01      Joel Sherrill <joel@OARcorp.com>
468
469        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
470        and libcsupport.h moved from libc to lib/include/rtems and
471        now must be referenced as <rtems/XXX.h>.   Header file order
472        was cleaned up while doing this.
473
4742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
477        Switch to GNU canonicalization.
478
4792000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
480
481        * startup/linkcmds: Added lines so DWARF debug information
482        would be available.  Otherwise gdb complains that the offsets
483        for the debug info are incorrect and doesn't load the files.
484
4852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
488        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
489        wrapup/Makefile.am: Include compile.am
490
4912000-08-10      Joel Sherrill <joel@OARcorp.com>
492
493        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.