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

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
14        m68k CPU Table since it is never read.
15
162007-05-03      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Handle .data.* sections
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-04-02      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Add dummy printk support so all tests link.
27
282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: New BUG-REPORT address.
31
322006-11-15      Joel Sherrill <joel@OARcorp.com>
33
34        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
35        file and simplified initialization.
36
372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Remove superfluous -DASM.
40
412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Require autoconf-2.60. Require automake-1.10.
44
452006-02-08      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Add sections required by newer gcc versions.
48
492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Add preinstall.am.
52
532005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * include/bsp.h: New header guard.
56
572005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
60
612005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Remove build-variant support.
64
652004-11-25      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
68
692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * configure.ac: Require automake > 1.9.
72
732004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 610/bsps
76        * Makefile.am: Add include/tm27.h, Cosmetics.
77        * include/tm27.h: Final cosmetics.
78
792004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * include/bsp.h: Split out tmtest27 support.
82        * include/tm27.h: New.
83
842004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        PR 613/bsps
87        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
88
892004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        PR 614/bsps
92        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
93
942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
97        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
98        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
99
1002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
103        startup/bspstart.c: Convert to using c99 fixed size types.
104
1052004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108        Preinstall dist_project_lib*.
109
1102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect changes to bsp.am.
113
1142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
117
1182004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Pickup files from ../../m68k/shared instead of
121        ../shared. Reformat.
122
1232004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
126        Remove AM_CONDITIONAL(HAS_MP).
127
1282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
135        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
136        wrapup/Makefile.am.
137        Use automake compilation rules.
138        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
139        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
140        Remove.
141        * configure.ac: Reflect changes above.
142
1432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add PREINSTALL_DIRS.
146        * wrapup/Makefile.am: Reflect changes to libcpu.
147
1482004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/.cvsignore: Remove.
155        * start/Makefile.am: Remove.
156        * Makefile.am: Merge-in start/Makefile.am.
157        * configure.ac: Reflect changes above.
158
1592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
162        Add PRE/TMPINSTALL_FILES to CLEANFILES.
163        * start/Makefile.am: Ditto.
164        * startup/Makefile.am: Ditto.
165
1662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Eliminate $(LIB).
169        Use noinst_DATA to trigger building libbsp.a.
170
1712003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Remove GENERIC_FILES.
174
1752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
184
1852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
188
1892003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Misc cleanups and fixes.
192        * startup/Makefile.am: Misc cleanups and fixes.
193        * wrapup/Makefile.am: Misc cleanups and fixes.
194
1952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add preinstallation dirstamp support.
198        * clock/Makefile.am: Cosmetics.
199        * console/Makefile.am: Cosmetics.
200        * shmsupp/Makefile.am: Cosmetics.
201        * startup/Makefile.am: Cosmetics.
202        * timer/Makefile.am: Cosmetics.
203        * wrapup/Makefile.am: Cosmetics.
204
2052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am: Remove all-local: $(ARCH).
208        * console/Makefile.am: Remove all-local: $(ARCH).
209        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
210        * start/Makefile.am: Remove all-local: $(ARCH).
211        * startup/Makefile.am: Remove all-local: $(ARCH).
212        * timer/Makefile.am: Remove all-local: $(ARCH).
213        * wrapup/Makefile.am: Remove all-local: $(ARCH).
214
2152003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Merge-in include/Makefile.am.
218        Reflect changes to bsp.am.
219        * include/Makefile.am: Remove.
220        * configure.ac: Reflect changes above.
221
2222003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * bsp_specs: Remove *lib:.
225
2262003-09-04      Joel Sherrill <joel@OARcorp.com>
227
228        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
229        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
230        startup/bspstart.c, startup/linkcmds: URL for license changed.
231
2322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Reflect having moved aclocal/.
235
2362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Reflect having moved automake/.
239        * clock/Makefile.am: Reflect having moved automake/.
240        * console/Makefile.am: Reflect having moved automake/.
241        * include/Makefile.am: Reflect having moved automake/.
242        * shmsupp/Makefile.am: Reflect having moved automake/.
243        * start/Makefile.am: Reflect having moved automake/.
244        * startup/Makefile.am: Reflect having moved automake/.
245        * timer/Makefile.am: Reflect having moved automake/.
246        * wrapup/Makefile.am: Reflect having moved automake/.
247
2482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        PR 452/bsps
251        * startup/Makefile.am: Remove USE_INIT_FINI.
252
2532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
256
2572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        PR 445/bsps
260        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
261        Remove cpp, old_cpp (now unused).
262
2632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove AC_CONFIG_AUX_DIR.
266
2672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
270
2712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: AC_PREREQ(2.57).
274
2752003-01-20      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds*: Add FreeBSD sysctl() sections.
278
2792002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287
2882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: Use install-data-local to install startfile.
291
2922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
2962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat.
303        Add autom4te*cache.
304        Remove autom4te.cache.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
319
3202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * start/Makefile.am: Eliminate PGM.
323        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
324
3252002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
328
3292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
332        Remove $(OBJS) from all-local.
333
3342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
337
3382001-05-09      Joel Sherrill <joel@OARcorp.com>
339
340        * startup/linkcmds: In support of gcc 3.1, added one of more
341        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
342        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
343        and direction of segments to memory regions may also have been
344        addressed.  This was a sweep across all BSPs.
345 
3462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac:
349        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
350        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
351        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
360
3612001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
364
3652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
368        * configure.in: Remove.
369        * configure.ac: New file, generated from configure.in by autoupdate.
370
3712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
374
3752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
378        happy.
379
3802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.in: Add bspopts.h.
383        * include/.cvsignore: Add bspopts.h*, stamp-h*.
384        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
385        * include/bsp.h: Include bspopts.h.
386
3872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
390
3912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
394
3952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
398
3992000-11-01      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
402        and libcsupport.h moved from libc to lib/include/rtems and
403        now must be referenced as <rtems/XXX.h>.   Header file order
404        was cleaned up while doing this.
405
4062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
409        Switch to GNU canonicalization.
410
4112000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
412
413        * startup/linkcmds: Added lines so DWARF debug information
414        would be available.  Otherwise gdb complains that the offsets
415        for the debug info are incorrect and doesn't load the files.
416
4172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
420        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
421        wrapup/Makefile.am: Include compile.am
422
4232000-08-10      Joel Sherrill <joel@OARcorp.com>
424
425        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.