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

4.115
Last change on this file since e77c8b51 was e77c8b51, checked in by Joel Sherrill <joel.sherrill@…>, on 08/03/10 at 14:15:39

2010-08-03 Joel Sherrill <joel.sherrilL@…>

  • console/console.c: Add BSP_poll_char. Reformat.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * console/console.c: Add BSP_poll_char. Reformat.
4
52010-04-27      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * network/network.c, startup/bspstart.c: Remove warnings. hwaddr
8        handling changed to avoid use of unitialized variable.
9
102009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
11
12        * console/console.c: adapted to new prototype for *_write
13        function
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/av5282.cfg: Remove RTEMS_BSP_FAMILY.
18
192009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/av5282.cfg: New (relocated from /make/custom).
22
232009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * console/console.c: Reflect termios_baud_to_number having been
26        renamed to rtems_termios_baud_to_number.
27
282009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
31
32 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
35        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
36        have the same options.
37
382009-04-28      Chris Johns <chrisj@rtems.org>
39
40        * start/start.S: Update for boot_card command line change.
41
422009-01-21      Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>
43
44        PR 1354/bsps
45        * network/network.c: In some cases it can occur that an empty mbuf is
46        put on the descriptor chain. (We found it especially then when
47        transmitting fragmented IP Packets.) Since the actual buffer
48        descriptor pointer will be incremented after every inserted mbuf
49        (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current
50        mbuf was zero. This leads to the bug.
51
522008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * bsp_specs: Move -e start from *link to *startfile to avoid warning
55        for undefined entry symbol when linking relocatables with binutils
56        2.19.
57
582008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am, preinstall.am: Use shared stub coverhd.h
61        * include/coverhd.h: Removed.
62
632008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
66        of building libbspstart.a, using automake-rules.
67
682008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
71        * Makefile.am: Reflect changes above.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate *_SOURCES.
76
772008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
80        components.
81
822008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
85
862008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac: Make letting boot_card() handle work area allocation
89        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
90        BSP_BOOTCARD_OPTIONS.
91
922008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
95        optionally print a message, poll for user to press key, and call
96        bsp_reset(). Using this eliminates the various bsp_cleanup()
97        implementations which had their own implementation and variety of
98        string constants.
99        * startup/bspclean.c: Removed.
100
1012008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * include/bsp.h: Remove unnecessary boilerplate comments.
104
1052008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
108        startup/linkcmdsram: Use top level shared bsp_get_work_area()
109        implementation.
110
1112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
114        startup/linkcmdsflash, startup/linkcmdsram: Add use of
115        bsp_get_work_area() in its own file and rely on BSP Framework to
116        perform more initialization. Remove unnecessary includes of
117        rtems/libio.h and rtems/libcsupport.h.
118
1192008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
122        phase, all prototypes were removed from bsp.h and empty
123        implementations were removed and made to use the shared stub.
124
1252008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * timer/timer.c: Convert to "bool".
128
1292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * timer/timer.c: Eliminate empty function from every benchmark timer
132        driver. Fix spelling.
133
1342008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * timer/timer.c: Rename timer driver methods to follow RTEMS
137        programming conventions.
138
1392008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
140
141        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
142
1432008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * startup/init5282.c: Add missing prototypes.
146
1472008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * console/console.c: Eliminate copies of switches to convert termios
150        Bxxx constants to xxx as an integer. Use the shared
151        termios_baud_to_number() routine to do the same conversion.
152
1532008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am: Rework to avoid .rel files.
156
1572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * startup/bspstart.c: Refactored and renamed initialization routines to
160        rtems_initialize_data_structures, rtems_initialize_before_drivers,
161        rtems_initialize_device_drivers, and
162        rtems_initialize_start_multitasking. This opened the sequence up so
163        that bootcard() could provide a more robust and flexible framework
164        which is easier to explain and understand. This also lays the
165        groundwork for sharing the division of available memory between the
166        RTEMS workspace and heap and the C library initialization across all
167        BSPs.
168
1692008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * console/console.c: Remove all references to console_reserve_resources
172        and termios_reserve_resources.
173
1742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
177        wildcard to gcc_except_table section so programs compiled with gcc
178        4.3.x can link.
179
1802007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
183        Configuration Table. Use the RTEMS provided accessor macros to obtain
184        configuration fields.
185
1862007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
189        Configuration Table. Eliminate CPU Table from all ports. Delete
190        references to CPU Table in all forms.
191
1922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
195        Table fields to the Configuration Table. This included
196        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
197        do_zero_of_workspace, extra_mpci_receive_server_stack,
198        stack_allocate_hook, and stack_free_hook. As a side-effect of this
199        effort some multiprocessing code was made conditional and some style
200        clean up occurred.
201
2022007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * startup/bspstart.c: Fix spacing.
205
2062007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
209        m68k CPU Table since it is never read.
210
2112007-05-03      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds: Handle .data.* sections
214
2152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * bsp_specs: Remove qrtems_debug.
218
2192007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * bsp_specs: Remove lib: (Now supposed to be in GCC).
222
2232007-03-12      Joel Sherrill <joel@OARcorp.com>
224
225        * include/coverhd.h, start/start.S, startup/bspclean.c,
226        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
227        startup/linkcmdsram: Correct license URL and/or fix mistake in
228        copyright notice. Both of these mistakes appear to be from code
229        submitted after these changes were made previously.
230
2312007-03-11      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/bspstart.c: Remove assignments of
234        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
235        value in boot_card.c
236
2372007-03-10      Joel Sherrill <joel@OARcorp.com>
238
239        PR 1227/bsps
240        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
241        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
242
2432006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
246
2472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * configure.ac: New BUG-REPORT address.
250
2512006-11-15      Joel Sherrill <joel@OARcorp.com>
252
253        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
254        file and simplified initialization.
255
2562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Remove superfluous -DASM.
259
2602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * configure.ac: Require autoconf-2.60. Require automake-1.10.
263
2642006-09-11      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/init5282.c: Convert C++ style comments to C style.
267
2682006-02-08      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
271        sections required by newer gcc versions.
272
2732006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * Makefile.am: Add preinstall.am.
276
2772005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * bsp_specs: Remove %cpp.
280        * console/console.c: Eliminate obsolete types.
281
2822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * include/bsp.h: Eliminate unsigned32.
285        * network/network.c: Several minor bug fixes.
286        * startup/bspstart.c: Eliminate unsigned32.
287
2882005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
289
290        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
291        clock/clock.c, console/console.c, include/bsp.h,
292        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
293        network/network.c, start/start.S, startup/bspclean.c,
294        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
295        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
296
Note: See TracBrowser for help on using the repository browser.