source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ d34d8692

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

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

  • include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
4        from CPU Table to Configuration Table. Eliminate CPU Table from all
5        ports. Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
19        m68k CPU Table since it is never read.
20
212007-05-03      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Handle .data.* sections
24
252007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * bsp_specs: Remove qrtems_debug.
28
292007-04-02      Joel Sherrill <joel@OARcorp.com>
30
31        * Makefile.am: Add dummy printk support so all tests link.
32
332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: New BUG-REPORT address.
36
372006-11-15      Joel Sherrill <joel@OARcorp.com>
38
39        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
40        file and simplified initialization.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Remove superfluous -DASM.
45
462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Require autoconf-2.60. Require automake-1.10.
49
502006-02-08      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: Add sections required by newer gcc versions.
53
542006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Add preinstall.am.
57
582005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * include/bsp.h: New header guard.
61
622005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
65
662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Remove build-variant support.
69
702004-11-25      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
73
742004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * configure.ac: Require automake > 1.9.
77
782004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        PR 610/bsps
81        * Makefile.am: Add include/tm27.h, Cosmetics.
82        * include/tm27.h: Final cosmetics.
83
842004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * include/bsp.h: Split out tmtest27 support.
87        * include/tm27.h: New.
88
892004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        PR 613/bsps
92        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
93
942004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        PR 614/bsps
97        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
98
992004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
102        of <zilog/z8530.h>.
103
1042004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
107
1082004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
111        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
112        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
113        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
114
1152004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * clock/ckinit.c, console/console.c, include/bsp.h,
118        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
119        types.
120
1212004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect changes to bsp.am.
124        Preinstall dist_project_lib*.
125
1262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Reflect changes to bsp.am.
129
1302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
133
1342004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Pickup files from ../../m68k/shared instead of
137        ../shared. Reformat.
138
1392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
142
1432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
146        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
147        Use automake compilation rules.
148        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
149        timer/Makefile.am, wrapup/Makefile.am: Remove.
150        * configure.ac: Reflect changes above.
151
1522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Add PREINSTALL_DIRS.
155        * wrapup/Makefile.am: Reflect changes to libcpu.
156
1572004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Reflect changes to libcpu.
160
1612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
164        Add PRE/TMPINSTALL_FILES to CLEANFILES.
165        * configure.ac: Ditto.
166        * start/Makefile.am: Ditto.
167        * startup/Makefile.am: Ditto.
168
1692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/.cvsignore: Remove.
172        * start/Makefile.am: Remove.
173        * Makefile.am: Merge-in start/Makefile.am.
174        * configure.ac: Reflect changes above.
175
1762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Eliminate $(LIB).
179        Use noinst_DATA to trigger building libbsp.a.
180
1812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
184        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
185
1862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
194
1952003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/Makefile.am: Misc cleanups and fixes.
198        * startup/Makefile.am: Misc cleanups and fixes.
199        * wrapup/Makefile.am: Misc cleanups and fixes.
200
2012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add preinstallation dirstamp support.
204        * clock/Makefile.am: Cosmetics.
205        * console/Makefile.am: Cosmetics.
206        * startup/Makefile.am: Cosmetics.
207        * timer/Makefile.am: Cosmetics.
208        * wrapup/Makefile.am: Cosmetics.
209
2102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am: Remove all-local: $(ARCH).
213        * console/Makefile.am: Remove all-local: $(ARCH).
214        * start/Makefile.am: Remove all-local: $(ARCH).
215        * startup/Makefile.am: Remove all-local: $(ARCH).
216        * timer/Makefile.am: Remove all-local: $(ARCH).
217        * wrapup/Makefile.am: Remove all-local: $(ARCH).
218
2192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Merge-in include/Makefile.am.
222        Reflect changes to bsp.am.
223        * include/Makefile.am: Remove.
224        * configure.ac: Reflect changes above.
225
2262003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * bsp_specs: Remove *lib:.
229
2302003-09-04      Joel Sherrill <joel@OARcorp.com>
231
232        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
233        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
234        timer/timer.c: URL for license changed.
235
2362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Reflect having moved aclocal/.
239
2402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect having moved automake/.
243        * clock/Makefile.am: Reflect having moved automake/.
244        * console/Makefile.am: Reflect having moved automake/.
245        * include/Makefile.am: Reflect having moved automake/.
246        * start/Makefile.am: Reflect having moved automake/.
247        * startup/Makefile.am: Reflect having moved automake/.
248        * timer/Makefile.am: Reflect having moved automake/.
249        * wrapup/Makefile.am: Reflect having moved automake/.
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        PR 452/bsps
254        * startup/Makefile.am: Remove USE_INIT_FINI.
255
2562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
259
2602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        PR 445/bsps
263        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
264        Remove cpp, old_cpp (now unused).
265
2662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove AC_CONFIG_AUX_DIR.
269
2702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AC_PREREQ(2.57).
277
2782003-01-20      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds*: Add FreeBSD sysctl() sections.
281
2822003-01-20      Joel Sherrill <joel@OARcorp.com>
283
284        * ChangeLog: Add FreeBSD sysctl() sections.
285
2862003-01-20      Joel Sherrill <joel@OARcorp.com>
287
288        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
289
2902003-01-20      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: Add FreeBSD sysctl() sections.
293
2942002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
297        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301
3022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Use install-data-local to install startfile.
305
3062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309
3102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313
3142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * .cvsignore: Reformat.
317        Add autom4te*cache.
318        Remove autom4te.cache.
319
3202002-08-21      Joel Sherrill <joel@OARcorp.com>
321
322        * bsp_specs: Added support for -nostdlibs.
323
3242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
332
3332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Eliminate PGM.
336        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
337
3382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
341
3422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
345        Remove $(OBJS) from all-local.
346
3472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
350
3512001-05-09      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/linkcmds: In support of gcc 3.1, added one of more
354        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
355        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
356        and direction of segments to memory regions may also have been
357        addressed.  This was a sweep across all BSPs.
358 
3592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac:
362        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
363        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
364        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
372
3732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
376
3772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
380        * configure.in: Remove.
381        * configure.ac: New file, generated from configure.in by autoupdate.
382
3832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
386
3872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Add bspopts.h.
390        * include/.cvsignore: Add bspopts.h*, stamp-h*.
391        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
392        * include/bsp.h: Include bspopts.h.
393
3942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
395
396        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
397
3982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
401
4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
405
4062000-11-01      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
409        and libcsupport.h moved from libc to lib/include/rtems and
410        now must be referenced as <rtems/XXX.h>.   Header file order
411        was cleaned up while doing this.
412
4132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
416        Switch to GNU canonicalization.
417
4182000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
419
420        * startup/linkcmds: Added lines so DWARF debug information
421        would be available.  Otherwise gdb complains that the offsets
422        for the debug info are incorrect and doesn't load the files.
423
4242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
427        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
428        compile.am
429
4302000-08-10      Joel Sherrill <joel@OARcorp.com>
431
432        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.