source: rtems/c/src/lib/libbsp/m68k/genmcf548x/ChangeLog @ 6229b2a7

4.104.115
Last change on this file since 6229b2a7 was 209b001, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:15:02

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/genmcf548x.cfg: New (relocated from /make/custom).
  • make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 4.9 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/genmcf548x.cfg: New (relocated from /make/custom).
4        * make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
5
62009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
9
10 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
162009-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * startup/bspstart.c: Fixed cache support functions.  Enable FPU if the
19        initialization tasks need them.
20
212009-04-28      Chris Johns <chrisj@rtems.org>
22
23        * start/start.S: Update for boot_card command line change.
24
252008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * bsp_specs: Move -e start from *link to *startfile to avoid warning
28        for undefined entry symbol when linking relocatables with binutils
29        2.19.
30
312008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile.am, preinstall.am: Use shared stub coverhd.h
34        * include/coverhd.h: Removed.
35
362008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Move M5484FIREENGINE defines from *.cfg into
39        bspopts.h.
40
412008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
44        of building libbspstart.a, using automake-rules.
45
462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
49        * Makefile.am: Reflect changes above.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
602008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
63
642008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        PR 1322/bsps
67        * include/bspopts.h.in: Remove.
68
692008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
72        work area allocation mandatory. Rename
73        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
74
752008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
78        bsp_cleanup() which can optionally print a message, poll for user to
79        press key, and call bsp_reset(). Using this eliminates the various
80        bsp_cleanup() implementations which had their own implementation and
81        variety of string constants.
82        * startup/bspclean.c: Removed.
83
842008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * include/bsp.h: Remove unnecessary boilerplate comments.
87
882008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.am, startup/bspstart.c, startup/init548x.c,
91        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top
92        level shared bsp_get_work_area() implementation.
93
942008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c,
97        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add use of
98        bsp_get_work_area() in its own file and rely on BSP Framework to
99        perform more initialization. Remove unnecessary includes of
100        rtems/libio.h and rtems/libcsupport.h.
101
1022008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
105        phase, all prototypes were removed from bsp.h and empty
106        implementations were removed and made to use the shared stub.
107
1082008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * timer/timer.c: Convert to "bool".
111
1122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * timer/timer.c: Eliminate empty function from every benchmark timer
115        driver. Fix spelling.
116
1172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * timer/timer.c: Rename timer driver methods to follow RTEMS
120        programming conventions.
121
1222008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
123
124        * startup/bspstart.c: Fixed nested extern declarations.
125
1262008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * startup/bspstart.c: Add missing prototypes.
129
1302008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * startup/init548x.c: Converted to UNIX line endings.
133
1342008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am: Do not build .rel files. Reduces code bloat.
137
1382008-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * ChangeLog: Formatting.
141        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add
142        wildcard to gcc exceptions section.
143
1442008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
145
146        * Makefile.am, preinstall.am, bsp_specs, ChangeLog, README,
147        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
148        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
149        startup/bspstart.c, startup/init548x.c, startup/linkcmds,
150        startup/linkcmds.m5484FireEngine.flash: New files.
Note: See TracBrowser for help on using the repository browser.