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

4.104.115
Last change on this file since a1bc0a15 was a1bc0a15, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 04:56:17

2008-09-26 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 16.3 KB
Line 
12008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
4
52008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Make letting boot_card() handle work area allocation
8        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
9        BSP_BOOTCARD_OPTIONS.
10
112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
14        of EXTERN.
15
162008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * Makefile.am, startup/linkcmds: Use top level shared
19        bsp_get_work_area() implementation.
20
212008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
24        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
25        rely on BSP Framework to perform more initialization. Remove
26        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
27
282008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
31        phase, all prototypes were removed from bsp.h and empty
32        implementations were removed and made to use the shared stub.
33
342008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * clock/ckinit.c: The Shared Memory Driver no longer requires the
37        special IOCTL in Clock_control. This was a hack which has existed
38        since before the Classic API Timer Manager was implemented. All
39        implementations of and references to Clock_control were removed.
40
412008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * console/console.c, timer/timer.c: Convert to "bool".
44
452008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        PR 1304/bsps
48        * Makefile.am: Add ../../shared/bsppredriverhook.c.
49
502008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * timer/timer.c: Eliminate empty function from every benchmark timer
53        driver. Fix spelling.
54
552008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * timer/timer.c: Rename timer driver methods to follow RTEMS
58        programming conventions.
59
602008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
63
642008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am: Rework to avoid .rel files.
67
682008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * startup/bspstart.c: Refactored and renamed initialization routines to
71        rtems_initialize_data_structures, rtems_initialize_before_drivers,
72        rtems_initialize_device_drivers, and
73        rtems_initialize_start_multitasking. This opened the sequence up so
74        that bootcard() could provide a more robust and flexible framework
75        which is easier to explain and understand. This also lays the
76        groundwork for sharing the division of available memory between the
77        RTEMS workspace and heap and the C library initialization across all
78        BSPs.
79
802008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * startup/linkcmds: Add wildcard to gcc_except_table section so
83        programs compiled with gcc 4.3.x can link.
84
852007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
88        of the Configuration Table. Use the RTEMS provided accessor macros to
89        obtain configuration fields.
90
912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
94        from CPU Table to Configuration Table. Eliminate CPU Table from all
95        ports. Delete references to CPU Table in all forms.
96
972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
100        the Configuration Table. This included pretasking_hook,
101        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
102        extra_mpci_receive_server_stack, stack_allocate_hook, and
103        stack_free_hook. As a side-effect of this effort some multiprocessing
104        code was made conditional and some style clean up occurred.
105
1062007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
109        m68k CPU Table since it is never read.
110
1112007-05-03      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Handle .data.* sections
114
1152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove qrtems_debug.
118
1192007-04-02      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am: Add dummy printk support so all tests link.
122
1232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: New BUG-REPORT address.
126
1272006-11-15      Joel Sherrill <joel@OARcorp.com>
128
129        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
130        file and simplified initialization.
131
1322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Remove superfluous -DASM.
135
1362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * configure.ac: Require autoconf-2.60. Require automake-1.10.
139
1402006-02-08      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Add sections required by newer gcc versions.
143
1442006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Add preinstall.am.
147
1482005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * include/bsp.h: New header guard.
151
1522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
155
1562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove build-variant support.
159
1602004-11-25      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
163
1642004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * configure.ac: Require automake > 1.9.
167
1682004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
169
170        PR 610/bsps
171        * Makefile.am: Add include/tm27.h, Cosmetics.
172        * include/tm27.h: Final cosmetics.
173
1742004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * include/bsp.h: Split out tmtest27 support.
177        * include/tm27.h: New.
178
1792004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        PR 613/bsps
182        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
183
1842004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
185
186        PR 614/bsps
187        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
188
1892004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
192        of <zilog/z8530.h>.
193
1942004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
197
1982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
201        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
202        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
203        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
204
2052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        * clock/ckinit.c, console/console.c, include/bsp.h,
208        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
209        types.
210
2112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214        Preinstall dist_project_lib*.
215
2162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect changes to bsp.am.
219
2202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
223
2242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Pickup files from ../../m68k/shared instead of
227        ../shared. Reformat.
228
2292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
232
2332004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
236        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
237        Use automake compilation rules.
238        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
239        timer/Makefile.am, wrapup/Makefile.am: Remove.
240        * configure.ac: Reflect changes above.
241
2422004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Add PREINSTALL_DIRS.
245        * wrapup/Makefile.am: Reflect changes to libcpu.
246
2472004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Reflect changes to libcpu.
250
2512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
254        Add PRE/TMPINSTALL_FILES to CLEANFILES.
255        * configure.ac: Ditto.
256        * start/Makefile.am: Ditto.
257        * startup/Makefile.am: Ditto.
258
2592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/.cvsignore: Remove.
262        * start/Makefile.am: Remove.
263        * Makefile.am: Merge-in start/Makefile.am.
264        * configure.ac: Reflect changes above.
265
2662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Eliminate $(LIB).
269        Use noinst_DATA to trigger building libbsp.a.
270
2712003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
274        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
275
2762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
279        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
280
2812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
284
2852003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Misc cleanups and fixes.
288        * startup/Makefile.am: Misc cleanups and fixes.
289        * wrapup/Makefile.am: Misc cleanups and fixes.
290
2912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Add preinstallation dirstamp support.
294        * clock/Makefile.am: Cosmetics.
295        * console/Makefile.am: Cosmetics.
296        * startup/Makefile.am: Cosmetics.
297        * timer/Makefile.am: Cosmetics.
298        * wrapup/Makefile.am: Cosmetics.
299
3002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * clock/Makefile.am: Remove all-local: $(ARCH).
303        * console/Makefile.am: Remove all-local: $(ARCH).
304        * start/Makefile.am: Remove all-local: $(ARCH).
305        * startup/Makefile.am: Remove all-local: $(ARCH).
306        * timer/Makefile.am: Remove all-local: $(ARCH).
307        * wrapup/Makefile.am: Remove all-local: $(ARCH).
308
3092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Merge-in include/Makefile.am.
312        Reflect changes to bsp.am.
313        * include/Makefile.am: Remove.
314        * configure.ac: Reflect changes above.
315
3162003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * bsp_specs: Remove *lib:.
319
3202003-09-04      Joel Sherrill <joel@OARcorp.com>
321
322        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
323        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
324        timer/timer.c: URL for license changed.
325
3262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved aclocal/.
329
3302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Reflect having moved automake/.
333        * clock/Makefile.am: Reflect having moved automake/.
334        * console/Makefile.am: Reflect having moved automake/.
335        * include/Makefile.am: Reflect having moved automake/.
336        * start/Makefile.am: Reflect having moved automake/.
337        * startup/Makefile.am: Reflect having moved automake/.
338        * timer/Makefile.am: Reflect having moved automake/.
339        * wrapup/Makefile.am: Reflect having moved automake/.
340
3412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        PR 452/bsps
344        * startup/Makefile.am: Remove USE_INIT_FINI.
345
3462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
349
3502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        PR 445/bsps
353        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
354        Remove cpp, old_cpp (now unused).
355
3562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Remove AC_CONFIG_AUX_DIR.
359
3602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
363
3642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: AC_PREREQ(2.57).
367
3682003-01-20      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds*: Add FreeBSD sysctl() sections.
371
3722003-01-20      Joel Sherrill <joel@OARcorp.com>
373
374        * ChangeLog: Add FreeBSD sysctl() sections.
375
3762003-01-20      Joel Sherrill <joel@OARcorp.com>
377
378        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
379
3802003-01-20      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: Add FreeBSD sysctl() sections.
383
3842002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391
3922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * start/Makefile.am: Use install-data-local to install startfile.
395
3962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399
4002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403
4042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * .cvsignore: Reformat.
407        Add autom4te*cache.
408        Remove autom4te.cache.
409
4102002-08-21      Joel Sherrill <joel@OARcorp.com>
411
412        * bsp_specs: Added support for -nostdlibs.
413
4142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
422
4232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * start/Makefile.am: Eliminate PGM.
426        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
427
4282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
431
4322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
435        Remove $(OBJS) from all-local.
436
4372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
440
4412001-05-09      Joel Sherrill <joel@OARcorp.com>
442
443        * startup/linkcmds: In support of gcc 3.1, added one of more
444        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
445        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
446        and direction of segments to memory regions may also have been
447        addressed.  This was a sweep across all BSPs.
448 
4492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac:
452        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
453        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
454        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
462
4632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
466
4672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
470        * configure.in: Remove.
471        * configure.ac: New file, generated from configure.in by autoupdate.
472
4732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
476
4772001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.in: Add bspopts.h.
480        * include/.cvsignore: Add bspopts.h*, stamp-h*.
481        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
482        * include/bsp.h: Include bspopts.h.
483
4842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
485
486        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
487
4882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
491
4922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
495
4962000-11-01      Joel Sherrill <joel@OARcorp.com>
497
498        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
499        and libcsupport.h moved from libc to lib/include/rtems and
500        now must be referenced as <rtems/XXX.h>.   Header file order
501        was cleaned up while doing this.
502
5032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
506        Switch to GNU canonicalization.
507
5082000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
509
510        * startup/linkcmds: Added lines so DWARF debug information
511        would be available.  Otherwise gdb complains that the offsets
512        for the debug info are incorrect and doesn't load the files.
513
5142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
517        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
518        compile.am
519
5202000-08-10      Joel Sherrill <joel@OARcorp.com>
521
522        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.