source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/linkcmds: Add wildcard to gcc_except_table section so
20        programs compiled with gcc 4.3.x can link.
21
222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
25        Configuration Table. Use the RTEMS provided accessor macros to obtain
26        configuration fields.
27
282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
31        from CPU Table to Configuration Table. Eliminate CPU Table from all
32        ports. Delete references to CPU Table in all forms.
33
342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
37        Table fields to the Configuration Table. This included
38        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
39        do_zero_of_workspace, extra_mpci_receive_server_stack,
40        stack_allocate_hook, and stack_free_hook. As a side-effect of this
41        effort some multiprocessing code was made conditional and some style
42        clean up occurred.
43
442007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
47        m68k CPU Table since it is never read.
48
492007-05-03      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Handle .data.* sections
52
532007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * bsp_specs: Remove qrtems_debug.
56
572007-04-02      Joel Sherrill <joel@OARcorp.com>
58
59        * Makefile.am: Add dummy printk support so all tests link.
60
612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: New BUG-REPORT address.
64
652006-11-15      Joel Sherrill <joel@OARcorp.com>
66
67        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
68        file and simplified initialization.
69
702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Remove superfluous -DASM.
73
742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * configure.ac: Require autoconf-2.60. Require automake-1.10.
77
782006-02-08      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: Add sections required by newer gcc versions.
81
822006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Add preinstall.am.
85
862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * include/bsp.h: New header guard.
89
902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
93
942005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Remove build-variant support.
97
982004-11-25      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
101
1022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * configure.ac: Require automake > 1.9.
105
1062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        PR 610/bsps
109        * Makefile.am: Add include/tm27.h, Cosmetics.
110        * include/tm27.h: Final cosmetics.
111
1122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * include/bsp.h: Split out tmtest27 support.
115        * include/tm27.h: New.
116
1172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        PR 613/bsps
120        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
121
1222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        PR 614/bsps
125        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
126
1272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
130        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
131        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
132
1332004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
136        startup/bspstart.c: Convert to using c99 fixed size types.
137
1382004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect changes to bsp.am.
141        Preinstall dist_project_lib*.
142
1432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Reflect changes to bsp.am.
146
1472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
150
1512004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Pickup files from ../../m68k/shared instead of
154        ../shared. Reformat.
155
1562004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
159        Remove AM_CONDITIONAL(HAS_MP).
160
1612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
164
1652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
168        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
169        wrapup/Makefile.am.
170        Use automake compilation rules.
171        * clock/Makefile.am, console/Makefile.am, shmsupp/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        * wrapup/Makefile.am: Reflect changes to libcpu.
184
1852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/.cvsignore: Remove.
188        * start/Makefile.am: Remove.
189        * Makefile.am: Merge-in start/Makefile.am.
190        * configure.ac: Reflect changes above.
191
1922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
195        Add PRE/TMPINSTALL_FILES to CLEANFILES.
196        * start/Makefile.am: Ditto.
197        * startup/Makefile.am: Ditto.
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-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * wrapup/Makefile.am: Remove GENERIC_FILES.
207
2082003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
211        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
212
2132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
216        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
217
2182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
221
2222003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * start/Makefile.am: Misc cleanups and fixes.
225        * startup/Makefile.am: Misc cleanups and fixes.
226        * wrapup/Makefile.am: Misc cleanups and fixes.
227
2282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Add preinstallation dirstamp support.
231        * clock/Makefile.am: Cosmetics.
232        * console/Makefile.am: Cosmetics.
233        * shmsupp/Makefile.am: Cosmetics.
234        * startup/Makefile.am: Cosmetics.
235        * timer/Makefile.am: Cosmetics.
236        * wrapup/Makefile.am: Cosmetics.
237
2382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * clock/Makefile.am: Remove all-local: $(ARCH).
241        * console/Makefile.am: Remove all-local: $(ARCH).
242        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
243        * start/Makefile.am: Remove all-local: $(ARCH).
244        * startup/Makefile.am: Remove all-local: $(ARCH).
245        * timer/Makefile.am: Remove all-local: $(ARCH).
246        * wrapup/Makefile.am: Remove all-local: $(ARCH).
247
2482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Merge-in include/Makefile.am.
251        Reflect changes to bsp.am.
252        * include/Makefile.am: Remove.
253        * configure.ac: Reflect changes above.
254
2552003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * bsp_specs: Remove *lib:.
258
2592003-09-04      Joel Sherrill <joel@OARcorp.com>
260
261        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
262        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
263        startup/bspstart.c, startup/linkcmds: URL for license changed.
264
2652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Reflect having moved aclocal/.
268
2692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Reflect having moved automake/.
272        * clock/Makefile.am: Reflect having moved automake/.
273        * console/Makefile.am: Reflect having moved automake/.
274        * include/Makefile.am: Reflect having moved automake/.
275        * shmsupp/Makefile.am: Reflect having moved automake/.
276        * start/Makefile.am: Reflect having moved automake/.
277        * startup/Makefile.am: Reflect having moved automake/.
278        * timer/Makefile.am: Reflect having moved automake/.
279        * wrapup/Makefile.am: Reflect having moved automake/.
280
2812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        PR 452/bsps
284        * startup/Makefile.am: Remove USE_INIT_FINI.
285
2862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
289
2902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        PR 445/bsps
293        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
294        Remove cpp, old_cpp (now unused).
295
2962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove AC_CONFIG_AUX_DIR.
299
3002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
303
3042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: AC_PREREQ(2.57).
307
3082003-01-20      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/linkcmds*: Add FreeBSD sysctl() sections.
311
3122002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
319        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Use install-data-local to install startfile.
324
3252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328
3292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332
3332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * .cvsignore: Reformat.
336        Add autom4te*cache.
337        Remove autom4te.cache.
338
3392002-08-21      Joel Sherrill <joel@OARcorp.com>
340
341        * bsp_specs: Added support for -nostdlibs.
342
3432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
352
3532002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * start/Makefile.am: Eliminate PGM.
356        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
357
3582002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
361
3622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
365        Remove $(OBJS) from all-local.
366
3672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
370
3712001-05-09      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: In support of gcc 3.1, added one of more
374        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
375        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
376        and direction of segments to memory regions may also have been
377        addressed.  This was a sweep across all BSPs.
378 
3792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac:
382        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
383        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
384        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
393
3942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
397
3982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
401        * configure.in: Remove.
402        * configure.ac: New file, generated from configure.in by autoupdate.
403
4042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
407
4082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
411        happy.
412
4132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Add bspopts.h.
416        * include/.cvsignore: Add bspopts.h*, stamp-h*.
417        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
418        * include/bsp.h: Include bspopts.h.
419
4202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
421
422        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
423
4242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
427
4282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
431
4322000-11-01      Joel Sherrill <joel@OARcorp.com>
433
434        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
435        and libcsupport.h moved from libc to lib/include/rtems and
436        now must be referenced as <rtems/XXX.h>.   Header file order
437        was cleaned up while doing this.
438
4392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
442        Switch to GNU canonicalization.
443
4442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
445
446        * startup/linkcmds: Added lines so DWARF debug information
447        would be available.  Otherwise gdb complains that the offsets
448        for the debug info are incorrect and doesn't load the files.
449
4502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
453        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
454        wrapup/Makefile.am: Include compile.am
455
4562000-08-10      Joel Sherrill <joel@OARcorp.com>
457
458        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.