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

4.115
Last change on this file since c4639963 was c4639963, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/11 at 02:54:22

2011-10-26 Ralf Corsépius <ralf.corsepius@…>

  • network/network.c: Remove unused var "dptr".
  • Property mode set to 100644
File size: 7.7 KB
Line 
12011-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * network/network.c: Remove unused var "dptr".
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * startup/bspstart.c:
8        Use "__asm__" instead of "asm" for improved c99-compliance.
9
102011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * timer/timer.c: Include <rtems/btimer.h>.
13        Fix benchmark_timer_read() definition.
14
152011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Require autoconf-2.68, automake-1.11.1.
18
192010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * console/console.c: Add BSP_poll_char.
22
232010-03-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
24
25        * clock/clock.c: get desired clock rate for proper source
26
272010-02-24      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
28
29        * network/network.c: combine all checks for missing MAC address
30        * startup/bspstart.c: enable FPU, if POSIX init task present
31        * startup/init548x.c: explicitly disable all edge port interrupts
32
332009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
34
35        * console/console.c: adapted to new prototype for *_write
36        function
37
382009-12-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
39
40        * console/console.c, include/bsp.h, network/network.c: get vital
41        data from dBUG for COBRA5475 board
42
432009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * startup/init548x.c: Comment out junk from end of #endif.
46
472009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Add RTEMS_BSP_LINKCMDS.
50        * make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS.
51        * make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS.
52        * make/custom/genmcf548x.inc: Remove LDFLAGS.
53        * startup/linkcmds: Remove (Renamed into linkcmds).
54        * startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds).
55        * Makefile.am: Rework linkcmds handling.
56
572009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
60
612009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg).
64        * make/custom/genmcf548x.cfg: Removed.
65        * make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg:
66        Include make/custom/genmcf548x.inc.
67
682009-10-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
69
70        * Makefile.am, README, configure.ac,
71        * console/console.c, start/start.S startup/init548x.c,
72        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash,
73        * make/custom/COBRA5475.cfg, startup/linkcmds.COBRA5475:
74
75        Added support for COBRA5475 board
76
772009-10-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
78
79        * network/network.c: add PHY control support
80
812009-10-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
82
83        * Makefile.am, include/bsp.h, network/network.c: add network support
84        * console/console.c, clock/clock.c, startup/init548x.c,
85        * README:
86        various corrections
87
882009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * make/custom/genmcf548x.cfg: New (relocated from /make/custom).
91        * make/custom/m5484FireEngine.cfg: New (relocated from /make/custom).
92
932009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
96
97 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
100        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
101        have the same options.
102
1032009-05-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
104
105        * startup/bspstart.c: Fixed cache support functions.  Enable FPU if the
106        initialization tasks need them.
107
1082009-04-28      Chris Johns <chrisj@rtems.org>
109
110        * start/start.S: Update for boot_card command line change.
111
1122008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * bsp_specs: Move -e start from *link to *startfile to avoid warning
115        for undefined entry symbol when linking relocatables with binutils
116        2.19.
117
1182008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile.am, preinstall.am: Use shared stub coverhd.h
121        * include/coverhd.h: Removed.
122
1232008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Move M5484FIREENGINE defines from *.cfg into
126        bspopts.h.
127
1282008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
131        of building libbspstart.a, using automake-rules.
132
1332008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
136        * Makefile.am: Reflect changes above.
137
1382008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Eliminate *_SOURCES.
141
1422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
145        components.
146
1472008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
150
1512008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        PR 1322/bsps
154        * include/bspopts.h.in: Remove.
155
1562008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
159        work area allocation mandatory. Rename
160        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
161
1622008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
165        bsp_cleanup() which can optionally print a message, poll for user to
166        press key, and call bsp_reset(). Using this eliminates the various
167        bsp_cleanup() implementations which had their own implementation and
168        variety of string constants.
169        * startup/bspclean.c: Removed.
170
1712008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * include/bsp.h: Remove unnecessary boilerplate comments.
174
1752008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * Makefile.am, startup/bspstart.c, startup/init548x.c,
178        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top
179        level shared bsp_get_work_area() implementation.
180
1812008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c,
184        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add use of
185        bsp_get_work_area() in its own file and rely on BSP Framework to
186        perform more initialization. Remove unnecessary includes of
187        rtems/libio.h and rtems/libcsupport.h.
188
1892008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
192        phase, all prototypes were removed from bsp.h and empty
193        implementations were removed and made to use the shared stub.
194
1952008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * timer/timer.c: Convert to "bool".
198
1992008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * timer/timer.c: Eliminate empty function from every benchmark timer
202        driver. Fix spelling.
203
2042008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * timer/timer.c: Rename timer driver methods to follow RTEMS
207        programming conventions.
208
2092008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
210
211        * startup/bspstart.c: Fixed nested extern declarations.
212
2132008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * startup/bspstart.c: Add missing prototypes.
216
2172008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
218
219        * startup/init548x.c: Converted to UNIX line endings.
220
2212008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * Makefile.am: Do not build .rel files. Reduces code bloat.
224
2252008-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * ChangeLog: Formatting.
228        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add
229        wildcard to gcc exceptions section.
230
2312008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
232
233        * Makefile.am, preinstall.am, bsp_specs, ChangeLog, README,
234        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
235        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
236        startup/bspstart.c, startup/init548x.c, startup/linkcmds,
237        startup/linkcmds.m5484FireEngine.flash: New files.
Note: See TracBrowser for help on using the repository browser.