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

4.104.115
Last change on this file since b96f338 was b96f338, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 03:53:40

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

  • console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/console.c: Reflect termios_baud_to_number having been
4        renamed to rtems_termios_baud_to_number.
5
62009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
9
10 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
162009-04-28      Chris Johns <chrisj@rtems.org>
17
18        * start/start.S: Update for boot_card command line change.
19
202009-01-21      Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>
21
22        PR 1354/bsps
23        * network/network.c: In some cases it can occur that an empty mbuf is
24        put on the descriptor chain. (We found it especially then when
25        transmitting fragmented IP Packets.) Since the actual buffer
26        descriptor pointer will be incremented after every inserted mbuf
27        (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current
28        mbuf was zero. This leads to the bug.
29
302008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * bsp_specs: Move -e start from *link to *startfile to avoid warning
33        for undefined entry symbol when linking relocatables with binutils
34        2.19.
35
362008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * Makefile.am, preinstall.am: Use shared stub coverhd.h
39        * include/coverhd.h: Removed.
40
412008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
44        of building libbspstart.a, using automake-rules.
45
462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
49        * Makefile.am: Reflect changes above.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
602008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
63
642008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * configure.ac: Make letting boot_card() handle work area allocation
67        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
68        BSP_BOOTCARD_OPTIONS.
69
702008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
73        optionally print a message, poll for user to press key, and call
74        bsp_reset(). Using this eliminates the various bsp_cleanup()
75        implementations which had their own implementation and variety of
76        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/linkcmds, startup/linkcmdsflash,
86        startup/linkcmdsram: Use top level shared bsp_get_work_area()
87        implementation.
88
892008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
92        startup/linkcmdsflash, startup/linkcmdsram: 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, startup/init5282.c: Fixed warnings.
120
1212008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * startup/init5282.c: Add missing prototypes.
124
1252008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * console/console.c: Eliminate copies of switches to convert termios
128        Bxxx constants to xxx as an integer. Use the shared
129        termios_baud_to_number() routine to do the same conversion.
130
1312008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am: Rework to avoid .rel files.
134
1352008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * startup/bspstart.c: Refactored and renamed initialization routines to
138        rtems_initialize_data_structures, rtems_initialize_before_drivers,
139        rtems_initialize_device_drivers, and
140        rtems_initialize_start_multitasking. This opened the sequence up so
141        that bootcard() could provide a more robust and flexible framework
142        which is easier to explain and understand. This also lays the
143        groundwork for sharing the division of available memory between the
144        RTEMS workspace and heap and the C library initialization across all
145        BSPs.
146
1472008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * console/console.c: Remove all references to console_reserve_resources
150        and termios_reserve_resources.
151
1522008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
155        wildcard to gcc_except_table section so programs compiled with gcc
156        4.3.x can link.
157
1582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
161        Configuration Table. Use the RTEMS provided accessor macros to obtain
162        configuration fields.
163
1642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
167        Configuration Table. Eliminate CPU Table from all ports. Delete
168        references to CPU Table in all forms.
169
1702007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
173        Table fields to the Configuration Table. This included
174        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
175        do_zero_of_workspace, extra_mpci_receive_server_stack,
176        stack_allocate_hook, and stack_free_hook. As a side-effect of this
177        effort some multiprocessing code was made conditional and some style
178        clean up occurred.
179
1802007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * startup/bspstart.c: Fix spacing.
183
1842007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
187        m68k CPU Table since it is never read.
188
1892007-05-03      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Handle .data.* sections
192
1932007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * bsp_specs: Remove qrtems_debug.
196
1972007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * bsp_specs: Remove lib: (Now supposed to be in GCC).
200
2012007-03-12      Joel Sherrill <joel@OARcorp.com>
202
203        * include/coverhd.h, start/start.S, startup/bspclean.c,
204        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
205        startup/linkcmdsram: Correct license URL and/or fix mistake in
206        copyright notice. Both of these mistakes appear to be from code
207        submitted after these changes were made previously.
208
2092007-03-11      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/bspstart.c: Remove assignments of
212        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
213        value in boot_card.c
214
2152007-03-10      Joel Sherrill <joel@OARcorp.com>
216
217        PR 1227/bsps
218        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
219        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
220
2212006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
224
2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
2292006-11-15      Joel Sherrill <joel@OARcorp.com>
230
231        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
232        file and simplified initialization.
233
2342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * Makefile.am: Remove superfluous -DASM.
237
2382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Require autoconf-2.60. Require automake-1.10.
241
2422006-09-11      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/init5282.c: Convert C++ style comments to C style.
245
2462006-02-08      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
249        sections required by newer gcc versions.
250
2512006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * Makefile.am: Add preinstall.am.
254
2552005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * bsp_specs: Remove %cpp.
258        * console/console.c: Eliminate obsolete types.
259
2602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * include/bsp.h: Eliminate unsigned32.
263        * network/network.c: Several minor bug fixes.
264        * startup/bspstart.c: Eliminate unsigned32.
265
2662005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
267
268        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
269        clock/clock.c, console/console.c, include/bsp.h,
270        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
271        network/network.c, start/start.S, startup/bspclean.c,
272        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
273        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
274
Note: See TracBrowser for help on using the repository browser.