source: rtems/c/src/lib/libbsp/m68k/genmcf548x/ChangeLog @ 27b355b

4.104.115
Last change on this file since 27b355b was 27b355b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 05:10:09

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

  • clock/clock.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
18
192008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        PR 1322/bsps
22        * include/bspopts.h.in: Remove.
23
242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
27        work area allocation mandatory. Rename
28        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
29
302008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
33        bsp_cleanup() which can optionally print a message, poll for user to
34        press key, and call bsp_reset(). Using this eliminates the various
35        bsp_cleanup() implementations which had their own implementation and
36        variety of string constants.
37        * startup/bspclean.c: Removed.
38
392008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * include/bsp.h: Remove unnecessary boilerplate comments.
42
432008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, startup/bspstart.c, startup/init548x.c,
46        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top
47        level shared bsp_get_work_area() implementation.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c,
52        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add use of
53        bsp_get_work_area() in its own file and rely on BSP Framework to
54        perform more initialization. Remove unnecessary includes of
55        rtems/libio.h and rtems/libcsupport.h.
56
572008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
60        phase, all prototypes were removed from bsp.h and empty
61        implementations were removed and made to use the shared stub.
62
632008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * timer/timer.c: Convert to "bool".
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Eliminate empty function from every benchmark timer
70        driver. Fix spelling.
71
722008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * timer/timer.c: Rename timer driver methods to follow RTEMS
75        programming conventions.
76
772008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * startup/bspstart.c: Fixed nested extern declarations.
80
812008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * startup/bspstart.c: Add missing prototypes.
84
852008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
86
87        * startup/init548x.c: Converted to UNIX line endings.
88
892008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am: Do not build .rel files. Reduces code bloat.
92
932008-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * ChangeLog: Formatting.
96        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add
97        wildcard to gcc exceptions section.
98
992008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
100
101        * Makefile.am, preinstall.am, bsp_specs, ChangeLog, README,
102        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
103        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
104        startup/bspstart.c, startup/init548x.c, startup/linkcmds,
105        startup/linkcmds.m5484FireEngine.flash: New files.
Note: See TracBrowser for help on using the repository browser.