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

4.104.115
Last change on this file since 16393b2f was 16393b2f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/03/09 at 13:08:28

2009-11-03 Ralf Corsépius <ralf.corsepius@…>

  • startup/init548x.c: Comment out junk from end of #endif.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * startup/init548x.c: Comment out junk from end of #endif.
4
52009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Add RTEMS_BSP_LINKCMDS.
8        * make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS.
9        * make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS.
10        * make/custom/genmcf548x.inc: Remove LDFLAGS.
11        * startup/linkcmds: Remove (Renamed into linkcmds).
12        * startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds).
13        * Makefile.am: Rework linkcmds handling.
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
18
192009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg).
22        * make/custom/genmcf548x.cfg: Removed.
23        * make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg:
24        Include make/custom/genmcf548x.inc.
25
262009-10-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
27
28        * Makefile.am, README, configure.ac,
29        * console/console.c, start/start.S startup/init548x.c,
30        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash,
31        * make/custom/COBRA5475.cfg, startup/linkcmds.COBRA5475:
32
33        Added support for COBRA5475 board
34
352009-10-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
36
37        * network/network.c: add PHY control support
38
392009-10-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
40
41        * Makefile.am, include/bsp.h, network/network.c: add network support
42        * console/console.c, clock/clock.c, startup/init548x.c,
43        * README:
44        various corrections
45
462009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * make/custom/genmcf548x.cfg: New (relocated from /make/custom).
49        * make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
50
512009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
54
55 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
58        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
59        have the same options.
60
612009-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
62
63        * startup/bspstart.c: Fixed cache support functions.  Enable FPU if the
64        initialization tasks need them.
65
662009-04-28      Chris Johns <chrisj@rtems.org>
67
68        * start/start.S: Update for boot_card command line change.
69
702008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * bsp_specs: Move -e start from *link to *startfile to avoid warning
73        for undefined entry symbol when linking relocatables with binutils
74        2.19.
75
762008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * Makefile.am, preinstall.am: Use shared stub coverhd.h
79        * include/coverhd.h: Removed.
80
812008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Move M5484FIREENGINE defines from *.cfg into
84        bspopts.h.
85
862008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
89        of building libbspstart.a, using automake-rules.
90
912008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
94        * Makefile.am: Reflect changes above.
95
962008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Eliminate *_SOURCES.
99
1002008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
103        components.
104
1052008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
108
1092008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        PR 1322/bsps
112        * include/bspopts.h.in: Remove.
113
1142008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
117        work area allocation mandatory. Rename
118        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
119
1202008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
123        bsp_cleanup() which can optionally print a message, poll for user to
124        press key, and call bsp_reset(). Using this eliminates the various
125        bsp_cleanup() implementations which had their own implementation and
126        variety of string constants.
127        * startup/bspclean.c: Removed.
128
1292008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * include/bsp.h: Remove unnecessary boilerplate comments.
132
1332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * Makefile.am, startup/bspstart.c, startup/init548x.c,
136        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top
137        level shared bsp_get_work_area() implementation.
138
1392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c,
142        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add use of
143        bsp_get_work_area() in its own file and rely on BSP Framework to
144        perform more initialization. Remove unnecessary includes of
145        rtems/libio.h and rtems/libcsupport.h.
146
1472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
150        phase, all prototypes were removed from bsp.h and empty
151        implementations were removed and made to use the shared stub.
152
1532008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * timer/timer.c: Convert to "bool".
156
1572008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * timer/timer.c: Eliminate empty function from every benchmark timer
160        driver. Fix spelling.
161
1622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * timer/timer.c: Rename timer driver methods to follow RTEMS
165        programming conventions.
166
1672008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
168
169        * startup/bspstart.c: Fixed nested extern declarations.
170
1712008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * startup/bspstart.c: Add missing prototypes.
174
1752008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
176
177        * startup/init548x.c: Converted to UNIX line endings.
178
1792008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * Makefile.am: Do not build .rel files. Reduces code bloat.
182
1832008-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * ChangeLog: Formatting.
186        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add
187        wildcard to gcc exceptions section.
188
1892008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
190
191        * Makefile.am, preinstall.am, bsp_specs, ChangeLog, README,
192        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
193        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
194        startup/bspstart.c, startup/init548x.c, startup/linkcmds,
195        startup/linkcmds.m5484FireEngine.flash: New files.
Note: See TracBrowser for help on using the repository browser.