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

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

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

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