source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ d1f57b5

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 15.1 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
9        copies of the Configuration Table. Use the RTEMS provided accessor
10        macros to obtain configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
15        from CPU Table to Configuration Table. Eliminate CPU Table from all
16        ports. Delete references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
31        m68k CPU Table since it is never read.
32
332007-05-03      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Handle .data.* sections
36
372007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * bsp_specs: Remove qrtems_debug.
40
412007-04-02      Joel Sherrill <joel@OARcorp.com>
42
43        * Makefile.am: Add dummy printk support so all tests link.
44
452006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
48
492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: New BUG-REPORT address.
52
532006-11-15      Joel Sherrill <joel@OARcorp.com>
54
55        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
56        file and simplified initialization.
57
582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Remove superfluous -DASM.
61
622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Require autoconf-2.60. Require automake-1.10.
65
662006-02-08      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Add sections required by newer gcc versions.
69
702006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Add preinstall.am.
73
742005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
77
782005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * include/bsp.h: New header guard.
81
822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
85
862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Remove build-variant support.
89
902004-11-25      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
93
942004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Require automake > 1.9.
97
982004-07-25      Joel Sherrill <joel@OARcorp.com>
99
100        * network/network.c: Add include of <sys/errno.h>.
101
1022004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        PR 610/bsps
105        * Makefile.am: Add include/tm27.h, Cosmetics.
106        * include/tm27.h: Final cosmetics.
107
1082004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * include/bsp.h: Split out tmtest27 support.
111        * include/tm27.h: New.
112
1132004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        PR 613/bsps
116        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
117
1182004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        PR 614/bsps
121        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
122
1232004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
124
125        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
126        c/src/lib/libbsp/m68k/gen68302/console/console.c,
127        c/src/lib/libbsp/m68k/gen68302/network/network.c,
128        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
129        <rtems/m68k/m68302.h> instead of <m68302.h>.
130
1312004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
134        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
135
1362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
139        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
140        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
141
1422004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * clock/ckinit.c, console/console.c, include/bsp.h,
145        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
146        using c99 fixed size types.
147
1482004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect changes to bsp.am.
151        Preinstall dist_project_lib*.
152
1532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect changes to bsp.am.
156
1572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
160
1612004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Pickup files from ../../m68k/shared instead of
164        ../shared. Reformat.
165
1662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
169
1702004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
173        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
174        wrapup/Makefile.am. Use automake compilation rules.
175        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
176        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
177        * configure.ac: Reflect changes above.
178
1792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Add PREINSTALL_DIRS.
182        * wrapup/Makefile.am: Reflect changes to libcpu.
183
1842004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * wrapup/Makefile.am: Reflect changes to libcpu.
187
1882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
191        Add PRE/TMPINSTALL_FILES to CLEANFILES.
192        * startup/Makefile.am: Ditto.
193
1942004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/Makefile.am: Remove.
197        * Makefile.am: Merge-in start/Makefile.am.
198        * configure.ac: Reflect changes above.
199
2002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Eliminate $(LIB).
203        Use noinst_DATA to trigger building libbsp.a.
204
2052003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
208        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
209
2102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
213        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
214
2152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
218
2192003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Misc cleanups and fixes.
222        * startup/Makefile.am: Misc cleanups and fixes.
223        * wrapup/Makefile.am: Misc cleanups and fixes.
224
2252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Add preinstallation dirstamp support.
228        * clock/Makefile.am: Cosmetics.
229        * console/Makefile.am: Cosmetics.
230        * network/Makefile.am: Cosmetics.
231        * startup/Makefile.am: Cosmetics.
232        * timer/Makefile.am: Cosmetics.
233        * wrapup/Makefile.am: Cosmetics.
234
2352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Remove all-local: $(ARCH).
238        * console/Makefile.am: Remove all-local: $(ARCH).
239        * network/Makefile.am: Remove all-local: $(ARCH).
240        * start/Makefile.am: Remove all-local: $(ARCH).
241        * startup/Makefile.am: Remove all-local: $(ARCH).
242        * timer/Makefile.am: Remove all-local: $(ARCH).
243        * wrapup/Makefile.am: Remove all-local: $(ARCH).
244
2452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Merge-in include/Makefile.am.
248        Reflect changes to bsp.am.
249        * include/Makefile.am: Remove.
250        * configure.ac: Reflect changes above.
251
2522003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * bsp_specs: Remove *lib:.
255
2562003-09-04      Joel Sherrill <joel@OARcorp.com>
257
258        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
259        start/start.S, startup/bspclean.c, startup/bspstart.c,
260        startup/linkcmds, timer/timer.c: URL for license changed.
261
2622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect having moved aclocal/.
265
2662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Reflect having moved automake/.
269        * clock/Makefile.am: Reflect having moved automake/.
270        * console/Makefile.am: Reflect having moved automake/.
271        * include/Makefile.am: Reflect having moved automake/.
272        * network/Makefile.am: Reflect having moved automake/.
273        * start/Makefile.am: Reflect having moved automake/.
274        * startup/Makefile.am: Reflect having moved automake/.
275        * timer/Makefile.am: Reflect having moved automake/.
276        * wrapup/Makefile.am: Reflect having moved automake/.
277
2782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        PR 452/bsps
281        * startup/Makefile.am: Remove USE_INIT_FINI.
282
2832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
286
2872003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        PR 445/bsps
290        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
291        Remove cpp, old_cpp (now unused).
292
2932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove AC_CONFIG_AUX_DIR.
296
2972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
300
3012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: AC_PREREQ(2.57).
304
3052003-01-20      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds*: Add FreeBSD sysctl() sections.
308
3092002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317
3182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Use install-data-local to install startfile.
321
3222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325
3262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * .cvsignore: Reformat.
329        Add autom4te*cache.
330        Remove autom4te.cache.
331
3322002-08-21      Joel Sherrill <joel@OARcorp.com>
333
334        * wrapup/Makefile.am: PR217 required that the idle task be moved to
335        libcpu so it could be more acutely aware of the CPU model.  This
336        file was modified to pick up the idle task from there.
337
3382002-08-21      Joel Sherrill <joel@OARcorp.com>
339
340        * bsp_specs: Added support for -nostdlibs.
341
3422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
351
3522002-08-05      Joel Sherrill <joel@OARcorp.com>
353
354        * Per PR260 eliminate use of make-target-options.  This impacted
355        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
356        SuperCore and required that the m68k optimized memcpy be moved
357        to libcpu.
358        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
359
3602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * start/Makefile.am: Eliminate PGM.
363        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
364
3652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
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
3782001-05-09      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: In support of gcc 3.1, added one of more
381        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
382        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
383        and direction of segments to memory regions may also have been
384        addressed.  This was a sweep across all BSPs.
385 
3862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac:
389        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
390        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
391        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
400
4012001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
404
4052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
408        * configure.in: Remove.
409        * configure.ac: New file, generated from configure.in by autoupdate.
410
4112001-09-27      Joel Sherrill <joel@OARcorp.com>
412
413        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
414
4152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
418
4192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.in: Add bspopts.h.
422        * include/.cvsignore: Add bspopts.h*, stamp-h*.
423        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
424        * include/bsp.h: Include bspopts.h.
425
4262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
427
428        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
429
4302000-12-14      Joel Sherrill <joel@OARcorp.com>
431
432        * network/network.c: Removed unused variable warnings.
433
4342000-12-11      Joel Sherrill <joel@OARcorp.com>
435
436        * Makefile.am, configure.in, include/Makefile.am,
437        wrapup/Makefile.am: Updated to reflect addition of network driver
438        by  Franck Julien <FranckJ@cxr.fr>.
439        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
440        network/network.c: New file.
441
4422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
445
4462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
449
4502000-11-01      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
453        libcsupport.h moved from libc to lib/include/rtems and
454        now must be referenced as <rtems/XXX.h>.   Header file order
455        was cleaned up while doing this.
456
4572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
460        Switch to GNU canonicalization.
461
4622000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
463
464        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
465
4662000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
467
468        * startup/linkcmds: Added lines so DWARF debug information
469        would be available.  Otherwise gdb complains that the offsets
470        for the debug info are incorrect and doesn't load the files.
471
4722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
475        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
476        compile.am
477
4782000-08-10      Joel Sherrill <joel@OARcorp.com>
479
480        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.