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

4.9
Last change on this file since c608efb was c608efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/08 at 05:16:05

2008-12-08 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Backport from CVS-HEAD.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am: Rework to avoid .rel files.
8
92008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * startup/bspstart.c: Refactored and renamed initialization routines to
12        rtems_initialize_data_structures, rtems_initialize_before_drivers,
13        rtems_initialize_device_drivers, and
14        rtems_initialize_start_multitasking. This opened the sequence up so
15        that bootcard() could provide a more robust and flexible framework
16        which is easier to explain and understand. This also lays the
17        groundwork for sharing the division of available memory between the
18        RTEMS workspace and heap and the C library initialization across all
19        BSPs.
20
212008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * startup/linkcmds: Add wildcard to gcc_except_table section so
24        programs compiled with gcc 4.3.x can link.
25
262007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
29        Configuration Table. Use the RTEMS provided accessor macros to obtain
30        configuration fields.
31
322007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
35        from CPU Table to Configuration Table. Eliminate CPU Table from all
36        ports. Delete references to CPU Table in all forms.
37
382007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
41        Table fields to the Configuration Table. This included
42        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
43        do_zero_of_workspace, extra_mpci_receive_server_stack,
44        stack_allocate_hook, and stack_free_hook. As a side-effect of this
45        effort some multiprocessing code was made conditional and some style
46        clean up occurred.
47
482007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
51        m68k CPU Table since it is never read.
52
532007-05-03      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds: Handle .data.* sections
56
572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * bsp_specs: Remove qrtems_debug.
60
612007-04-02      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am: Add dummy printk support so all tests link.
64
652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: New BUG-REPORT address.
68
692006-11-15      Joel Sherrill <joel@OARcorp.com>
70
71        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
72        file and simplified initialization.
73
742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Remove superfluous -DASM.
77
782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Require autoconf-2.60. Require automake-1.10.
81
822006-02-08      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Add sections required by newer gcc versions.
85
862006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Add preinstall.am.
89
902005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * include/bsp.h: New header guard.
93
942005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
97
982005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Remove build-variant support.
101
1022004-11-25      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
105
1062004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * configure.ac: Require automake > 1.9.
109
1102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        PR 610/bsps
113        * Makefile.am: Add include/tm27.h, Cosmetics.
114        * include/tm27.h: Final cosmetics.
115
1162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * include/bsp.h: Split out tmtest27 support.
119        * include/tm27.h: New.
120
1212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        PR 613/bsps
124        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
125
1262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        PR 614/bsps
129        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
130
1312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
134        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
135        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
136
1372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
140        startup/bspstart.c: Convert to using c99 fixed size types.
141
1422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect changes to bsp.am.
145        Preinstall dist_project_lib*.
146
1472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Reflect changes to bsp.am.
150
1512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
154
1552004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Pickup files from ../../m68k/shared instead of
158        ../shared. Reformat.
159
1602004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
163        Remove AM_CONDITIONAL(HAS_MP).
164
1652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
168
1692004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
172        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
173        wrapup/Makefile.am.
174        Use automake compilation rules.
175        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
176        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
177        Remove.
178        * configure.ac: Reflect changes above.
179
1802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add PREINSTALL_DIRS.
183        * wrapup/Makefile.am: Reflect changes to libcpu.
184
1852004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Reflect changes to libcpu.
188
1892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/.cvsignore: Remove.
192        * start/Makefile.am: Remove.
193        * Makefile.am: Merge-in start/Makefile.am.
194        * configure.ac: Reflect changes above.
195
1962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
199        Add PRE/TMPINSTALL_FILES to CLEANFILES.
200        * start/Makefile.am: Ditto.
201        * startup/Makefile.am: Ditto.
202
2032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Eliminate $(LIB).
206        Use noinst_DATA to trigger building libbsp.a.
207
2082003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Remove GENERIC_FILES.
211
2122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
215        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
216
2172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
220        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
221
2222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
225
2262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/Makefile.am: Misc cleanups and fixes.
229        * startup/Makefile.am: Misc cleanups and fixes.
230        * wrapup/Makefile.am: Misc cleanups and fixes.
231
2322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Add preinstallation dirstamp support.
235        * clock/Makefile.am: Cosmetics.
236        * console/Makefile.am: Cosmetics.
237        * shmsupp/Makefile.am: Cosmetics.
238        * startup/Makefile.am: Cosmetics.
239        * timer/Makefile.am: Cosmetics.
240        * wrapup/Makefile.am: Cosmetics.
241
2422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * clock/Makefile.am: Remove all-local: $(ARCH).
245        * console/Makefile.am: Remove all-local: $(ARCH).
246        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
247        * start/Makefile.am: Remove all-local: $(ARCH).
248        * startup/Makefile.am: Remove all-local: $(ARCH).
249        * timer/Makefile.am: Remove all-local: $(ARCH).
250        * wrapup/Makefile.am: Remove all-local: $(ARCH).
251
2522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Merge-in include/Makefile.am.
255        Reflect changes to bsp.am.
256        * include/Makefile.am: Remove.
257        * configure.ac: Reflect changes above.
258
2592003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * bsp_specs: Remove *lib:.
262
2632003-09-04      Joel Sherrill <joel@OARcorp.com>
264
265        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
266        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
267        startup/bspstart.c, startup/linkcmds: URL for license changed.
268
2692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Reflect having moved aclocal/.
272
2732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Reflect having moved automake/.
276        * clock/Makefile.am: Reflect having moved automake/.
277        * console/Makefile.am: Reflect having moved automake/.
278        * include/Makefile.am: Reflect having moved automake/.
279        * shmsupp/Makefile.am: Reflect having moved automake/.
280        * start/Makefile.am: Reflect having moved automake/.
281        * startup/Makefile.am: Reflect having moved automake/.
282        * timer/Makefile.am: Reflect having moved automake/.
283        * wrapup/Makefile.am: Reflect having moved automake/.
284
2852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        PR 452/bsps
288        * startup/Makefile.am: Remove USE_INIT_FINI.
289
2902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
293
2942003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        PR 445/bsps
297        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
298        Remove cpp, old_cpp (now unused).
299
3002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove AC_CONFIG_AUX_DIR.
303
3042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
307
3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AC_PREREQ(2.57).
311
3122003-01-20      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/linkcmds*: Add FreeBSD sysctl() sections.
315
3162002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
319        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
321        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
322        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
323        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
324
3252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * start/Makefile.am: Use install-data-local to install startfile.
328
3292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332
3332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
336
3372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * .cvsignore: Reformat.
340        Add autom4te*cache.
341        Remove autom4te.cache.
342
3432002-08-21      Joel Sherrill <joel@OARcorp.com>
344
345        * bsp_specs: Added support for -nostdlibs.
346
3472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
356
3572002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: Eliminate PGM.
360        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
361
3622002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
365
3662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
369        Remove $(OBJS) from all-local.
370
3712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
374
3752001-05-09      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/linkcmds: In support of gcc 3.1, added one of more
378        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
379        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
380        and direction of segments to memory regions may also have been
381        addressed.  This was a sweep across all BSPs.
382 
3832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac:
386        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
387        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
388        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
397
3982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
401
4022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
405        * configure.in: Remove.
406        * configure.ac: New file, generated from configure.in by autoupdate.
407
4082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
411
4122001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
415        happy.
416
4172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.in: Add bspopts.h.
420        * include/.cvsignore: Add bspopts.h*, stamp-h*.
421        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
422        * include/bsp.h: Include bspopts.h.
423
4242001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
425
426        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
427
4282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
431
4322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
435
4362000-11-01      Joel Sherrill <joel@OARcorp.com>
437
438        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
439        and libcsupport.h moved from libc to lib/include/rtems and
440        now must be referenced as <rtems/XXX.h>.   Header file order
441        was cleaned up while doing this.
442
4432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
446        Switch to GNU canonicalization.
447
4482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
449
450        * startup/linkcmds: Added lines so DWARF debug information
451        would be available.  Otherwise gdb complains that the offsets
452        for the debug info are incorrect and doesn't load the files.
453
4542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
457        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
458        wrapup/Makefile.am: Include compile.am
459
4602000-08-10      Joel Sherrill <joel@OARcorp.com>
461
462        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.