source: rtems/c/src/lib/libbsp/m68k/av5282/ChangeLog @ d1be26b

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 8.8 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-04-28      Chris Johns <chrisj@rtems.org>
8
9        * start/start.S: Update for boot_card command line change.
10
112009-01-21      Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>
12
13        PR 1354/bsps
14        * network/network.c: In some cases it can occur that an empty mbuf is
15        put on the descriptor chain. (We found it especially then when
16        transmitting fragmented IP Packets.) Since the actual buffer
17        descriptor pointer will be incremented after every inserted mbuf
18        (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current
19        mbuf was zero. This leads to the bug.
20
212008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * bsp_specs: Move -e start from *link to *startfile to avoid warning
24        for undefined entry symbol when linking relocatables with binutils
25        2.19.
26
272008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am, preinstall.am: Use shared stub coverhd.h
30        * include/coverhd.h: Removed.
31
322008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
35        of building libbspstart.a, using automake-rules.
36
372008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
40        * Makefile.am: Reflect changes above.
41
422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate *_SOURCES.
45
462008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
49        components.
50
512008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
54
552008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Make letting boot_card() handle work area allocation
58        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
59        BSP_BOOTCARD_OPTIONS.
60
612008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
64        optionally print a message, poll for user to press key, and call
65        bsp_reset(). Using this eliminates the various bsp_cleanup()
66        implementations which had their own implementation and variety of
67        string constants.
68        * startup/bspclean.c: Removed.
69
702008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * include/bsp.h: Remove unnecessary boilerplate comments.
73
742008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
77        startup/linkcmdsram: Use top level shared bsp_get_work_area()
78        implementation.
79
802008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
83        startup/linkcmdsflash, startup/linkcmdsram: Add use of
84        bsp_get_work_area() in its own file and rely on BSP Framework to
85        perform more initialization. Remove unnecessary includes of
86        rtems/libio.h and rtems/libcsupport.h.
87
882008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
91        phase, all prototypes were removed from bsp.h and empty
92        implementations were removed and made to use the shared stub.
93
942008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * timer/timer.c: Convert to "bool".
97
982008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * timer/timer.c: Eliminate empty function from every benchmark timer
101        driver. Fix spelling.
102
1032008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * timer/timer.c: Rename timer driver methods to follow RTEMS
106        programming conventions.
107
1082008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
109
110        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
111
1122008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * startup/init5282.c: Add missing prototypes.
115
1162008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * console/console.c: Eliminate copies of switches to convert termios
119        Bxxx constants to xxx as an integer. Use the shared
120        termios_baud_to_number() routine to do the same conversion.
121
1222008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile.am: Rework to avoid .rel files.
125
1262008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * startup/bspstart.c: Refactored and renamed initialization routines to
129        rtems_initialize_data_structures, rtems_initialize_before_drivers,
130        rtems_initialize_device_drivers, and
131        rtems_initialize_start_multitasking. This opened the sequence up so
132        that bootcard() could provide a more robust and flexible framework
133        which is easier to explain and understand. This also lays the
134        groundwork for sharing the division of available memory between the
135        RTEMS workspace and heap and the C library initialization across all
136        BSPs.
137
1382008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * console/console.c: Remove all references to console_reserve_resources
141        and termios_reserve_resources.
142
1432008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
146        wildcard to gcc_except_table section so programs compiled with gcc
147        4.3.x can link.
148
1492007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
152        Configuration Table. Use the RTEMS provided accessor macros to obtain
153        configuration fields.
154
1552007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
158        Configuration Table. Eliminate CPU Table from all ports. Delete
159        references to CPU Table in all forms.
160
1612007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
164        Table fields to the Configuration Table. This included
165        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
166        do_zero_of_workspace, extra_mpci_receive_server_stack,
167        stack_allocate_hook, and stack_free_hook. As a side-effect of this
168        effort some multiprocessing code was made conditional and some style
169        clean up occurred.
170
1712007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * startup/bspstart.c: Fix spacing.
174
1752007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
178        m68k CPU Table since it is never read.
179
1802007-05-03      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Handle .data.* sections
183
1842007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * bsp_specs: Remove qrtems_debug.
187
1882007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * bsp_specs: Remove lib: (Now supposed to be in GCC).
191
1922007-03-12      Joel Sherrill <joel@OARcorp.com>
193
194        * include/coverhd.h, start/start.S, startup/bspclean.c,
195        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
196        startup/linkcmdsram: Correct license URL and/or fix mistake in
197        copyright notice. Both of these mistakes appear to be from code
198        submitted after these changes were made previously.
199
2002007-03-11      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: Remove assignments of
203        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
204        value in boot_card.c
205
2062007-03-10      Joel Sherrill <joel@OARcorp.com>
207
208        PR 1227/bsps
209        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
210        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
211
2122006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
215
2162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: New BUG-REPORT address.
219
2202006-11-15      Joel Sherrill <joel@OARcorp.com>
221
222        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
223        file and simplified initialization.
224
2252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Remove superfluous -DASM.
228
2292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Require autoconf-2.60. Require automake-1.10.
232
2332006-09-11      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/init5282.c: Convert C++ style comments to C style.
236
2372006-02-08      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
240        sections required by newer gcc versions.
241
2422006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Add preinstall.am.
245
2462005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * bsp_specs: Remove %cpp.
249        * console/console.c: Eliminate obsolete types.
250
2512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * include/bsp.h: Eliminate unsigned32.
254        * network/network.c: Several minor bug fixes.
255        * startup/bspstart.c: Eliminate unsigned32.
256
2572005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
258
259        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
260        clock/clock.c, console/console.c, include/bsp.h,
261        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
262        network/network.c, start/start.S, startup/bspclean.c,
263        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
264        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
265
Note: See TracBrowser for help on using the repository browser.