source: rtems/c/src/lib/libbsp/m68k/mvme147/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: 13.5 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        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
9        of the Configuration Table. Use the RTEMS provided accessor macros to
10        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        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
21        the Configuration Table. This included pretasking_hook,
22        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
23        extra_mpci_receive_server_stack, stack_allocate_hook, and
24        stack_free_hook. As a side-effect of this effort some multiprocessing
25        code was made conditional and some style clean up occurred.
26
272007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
30        m68k CPU Table since it is never read.
31
322007-05-03      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Handle .data.* sections
35
362007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * bsp_specs: Remove qrtems_debug.
39
402007-04-02      Joel Sherrill <joel@OARcorp.com>
41
42        * Makefile.am: Add dummy printk support so all tests link.
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-11-15      Joel Sherrill <joel@OARcorp.com>
49
50        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
51        file and simplified initialization.
52
532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove superfluous -DASM.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require autoconf-2.60. Require automake-1.10.
60
612006-02-08      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Add sections required by newer gcc versions.
64
652006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Add preinstall.am.
68
692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * include/bsp.h: New header guard.
72
732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
76
772005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Remove build-variant support.
80
812004-11-25      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
84
852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * configure.ac: Require automake > 1.9.
88
892004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        PR 610/bsps
92        * Makefile.am: Add include/tm27.h, Cosmetics.
93        * include/tm27.h: Final cosmetics.
94
952004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * include/bsp.h: Split out tmtest27 support.
98        * include/tm27.h: New.
99
1002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 613/bsps
103        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
104
1052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        PR 614/bsps
108        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
109
1102004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
113        of <zilog/z8530.h>.
114
1152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
118
1192004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
122        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
123        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
124        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
125
1262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * clock/ckinit.c, console/console.c, include/bsp.h,
129        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
130        types.
131
1322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect changes to bsp.am.
135        Preinstall dist_project_lib*.
136
1372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect changes to bsp.am.
140
1412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
144
1452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Pickup files from ../../m68k/shared instead of
148        ../shared. Reformat.
149
1502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
153
1542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
157        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
158        Use automake compilation rules.
159        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
160        timer/Makefile.am, wrapup/Makefile.am: Remove.
161        * configure.ac: Reflect changes above.
162
1632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Add PREINSTALL_DIRS.
166        * wrapup/Makefile.am: Reflect changes to libcpu.
167
1682004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Reflect changes to libcpu.
171
1722004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
175        Add PRE/TMPINSTALL_FILES to CLEANFILES.
176        * configure.ac: Ditto.
177        * start/Makefile.am: Ditto.
178        * startup/Makefile.am: Ditto.
179
1802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/.cvsignore: Remove.
183        * start/Makefile.am: Remove.
184        * Makefile.am: Merge-in start/Makefile.am.
185        * configure.ac: Reflect changes above.
186
1872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Eliminate $(LIB).
190        Use noinst_DATA to trigger building libbsp.a.
191
1922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
195        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
196
1972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
200        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
201
2022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
205
2062003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * start/Makefile.am: Misc cleanups and fixes.
209        * startup/Makefile.am: Misc cleanups and fixes.
210        * wrapup/Makefile.am: Misc cleanups and fixes.
211
2122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Add preinstallation dirstamp support.
215        * clock/Makefile.am: Cosmetics.
216        * console/Makefile.am: Cosmetics.
217        * startup/Makefile.am: Cosmetics.
218        * timer/Makefile.am: Cosmetics.
219        * wrapup/Makefile.am: Cosmetics.
220
2212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am: Remove all-local: $(ARCH).
224        * console/Makefile.am: Remove all-local: $(ARCH).
225        * start/Makefile.am: Remove all-local: $(ARCH).
226        * startup/Makefile.am: Remove all-local: $(ARCH).
227        * timer/Makefile.am: Remove all-local: $(ARCH).
228        * wrapup/Makefile.am: Remove all-local: $(ARCH).
229
2302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Merge-in include/Makefile.am.
233        Reflect changes to bsp.am.
234        * include/Makefile.am: Remove.
235        * configure.ac: Reflect changes above.
236
2372003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * bsp_specs: Remove *lib:.
240
2412003-09-04      Joel Sherrill <joel@OARcorp.com>
242
243        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
244        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
245        timer/timer.c: URL for license changed.
246
2472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect having moved aclocal/.
250
2512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect having moved automake/.
254        * clock/Makefile.am: Reflect having moved automake/.
255        * console/Makefile.am: Reflect having moved automake/.
256        * include/Makefile.am: Reflect having moved automake/.
257        * start/Makefile.am: Reflect having moved automake/.
258        * startup/Makefile.am: Reflect having moved automake/.
259        * timer/Makefile.am: Reflect having moved automake/.
260        * wrapup/Makefile.am: Reflect having moved automake/.
261
2622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        PR 452/bsps
265        * startup/Makefile.am: Remove USE_INIT_FINI.
266
2672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
270
2712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        PR 445/bsps
274        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
275        Remove cpp, old_cpp (now unused).
276
2772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove AC_CONFIG_AUX_DIR.
280
2812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
284
2852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: AC_PREREQ(2.57).
288
2892003-01-20      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/linkcmds*: Add FreeBSD sysctl() sections.
292
2932003-01-20      Joel Sherrill <joel@OARcorp.com>
294
295        * ChangeLog: Add FreeBSD sysctl() sections.
296
2972003-01-20      Joel Sherrill <joel@OARcorp.com>
298
299        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
300
3012003-01-20      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds: Add FreeBSD sysctl() sections.
304
3052002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Use install-data-local to install startfile.
316
3172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
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        * bsp_specs: Added support for -nostdlibs.
334
3352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
343
3442002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * start/Makefile.am: Eliminate PGM.
347        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
348
3492002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
352
3532002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
356        Remove $(OBJS) from all-local.
357
3582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
361
3622001-05-09      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/linkcmds: In support of gcc 3.1, added one of more
365        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
366        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
367        and direction of segments to memory regions may also have been
368        addressed.  This was a sweep across all BSPs.
369 
3702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac:
373        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
374        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
375        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
383
3842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
387
3882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
391        * configure.in: Remove.
392        * configure.ac: New file, generated from configure.in by autoupdate.
393
3942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
397
3982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Add bspopts.h.
401        * include/.cvsignore: Add bspopts.h*, stamp-h*.
402        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
403        * include/bsp.h: Include bspopts.h.
404
4052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
406
407        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
408
4092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
412
4132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
416
4172000-11-01      Joel Sherrill <joel@OARcorp.com>
418
419        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
420        and libcsupport.h moved from libc to lib/include/rtems and
421        now must be referenced as <rtems/XXX.h>.   Header file order
422        was cleaned up while doing this.
423
4242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
427        Switch to GNU canonicalization.
428
4292000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
430
431        * startup/linkcmds: Added lines so DWARF debug information
432        would be available.  Otherwise gdb complains that the offsets
433        for the debug info are incorrect and doesn't load the files.
434
4352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
438        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
439        compile.am
440
4412000-08-10      Joel Sherrill <joel@OARcorp.com>
442
443        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.