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

4.104.115
Last change on this file since e5e9f1a was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

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

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