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

4.104.115
Last change on this file since 4e4dc3a was 4e4dc3a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 16:39:15

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared stub coverhd.h
  • include/coverhd.h: Removed.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared stub coverhd.h
4        * include/coverhd.h: Removed.
5
62008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
14        * Makefile.am: Reflect changes above.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
352008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
38        optionally print a message, poll for user to press key, and call
39        bsp_reset(). Using this eliminates the various bsp_cleanup()
40        implementations which had their own implementation and variety of
41        string constants.
42        * startup/bspclean.c: Removed.
43
442008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * include/bsp.h: Remove unnecessary boilerplate comments.
47
482008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
51        startup/linkcmdsram: Use top level shared bsp_get_work_area()
52        implementation.
53
542008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
57        startup/linkcmdsflash, startup/linkcmdsram: Add use of
58        bsp_get_work_area() in its own file and rely on BSP Framework to
59        perform more initialization. Remove unnecessary includes of
60        rtems/libio.h and rtems/libcsupport.h.
61
622008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
65        phase, all prototypes were removed from bsp.h and empty
66        implementations were removed and made to use the shared stub.
67
682008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * timer/timer.c: Convert to "bool".
71
722008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * timer/timer.c: Eliminate empty function from every benchmark timer
75        driver. Fix spelling.
76
772008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * timer/timer.c: Rename timer driver methods to follow RTEMS
80        programming conventions.
81
822008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
85
862008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * startup/init5282.c: Add missing prototypes.
89
902008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * console/console.c: Eliminate copies of switches to convert termios
93        Bxxx constants to xxx as an integer. Use the shared
94        termios_baud_to_number() routine to do the same conversion.
95
962008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * Makefile.am: Rework to avoid .rel files.
99
1002008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * startup/bspstart.c: Refactored and renamed initialization routines to
103        rtems_initialize_data_structures, rtems_initialize_before_drivers,
104        rtems_initialize_device_drivers, and
105        rtems_initialize_start_multitasking. This opened the sequence up so
106        that bootcard() could provide a more robust and flexible framework
107        which is easier to explain and understand. This also lays the
108        groundwork for sharing the division of available memory between the
109        RTEMS workspace and heap and the C library initialization across all
110        BSPs.
111
1122008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * console/console.c: Remove all references to console_reserve_resources
115        and termios_reserve_resources.
116
1172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
120        wildcard to gcc_except_table section so programs compiled with gcc
121        4.3.x can link.
122
1232007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
126        Configuration Table. Use the RTEMS provided accessor macros to obtain
127        configuration fields.
128
1292007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
132        Configuration Table. Eliminate CPU Table from all ports. Delete
133        references to CPU Table in all forms.
134
1352007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
138        Table fields to the Configuration Table. This included
139        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
140        do_zero_of_workspace, extra_mpci_receive_server_stack,
141        stack_allocate_hook, and stack_free_hook. As a side-effect of this
142        effort some multiprocessing code was made conditional and some style
143        clean up occurred.
144
1452007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * startup/bspstart.c: Fix spacing.
148
1492007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
152        m68k CPU Table since it is never read.
153
1542007-05-03      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds: Handle .data.* sections
157
1582007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * bsp_specs: Remove qrtems_debug.
161
1622007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * bsp_specs: Remove lib: (Now supposed to be in GCC).
165
1662007-03-12      Joel Sherrill <joel@OARcorp.com>
167
168        * include/coverhd.h, start/start.S, startup/bspclean.c,
169        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
170        startup/linkcmdsram: Correct license URL and/or fix mistake in
171        copyright notice. Both of these mistakes appear to be from code
172        submitted after these changes were made previously.
173
1742007-03-11      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/bspstart.c: Remove assignments of
177        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
178        value in boot_card.c
179
1802007-03-10      Joel Sherrill <joel@OARcorp.com>
181
182        PR 1227/bsps
183        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
184        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
185
1862006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
189
1902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * configure.ac: New BUG-REPORT address.
193
1942006-11-15      Joel Sherrill <joel@OARcorp.com>
195
196        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
197        file and simplified initialization.
198
1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * Makefile.am: Remove superfluous -DASM.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Require autoconf-2.60. Require automake-1.10.
206
2072006-09-11      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/init5282.c: Convert C++ style comments to C style.
210
2112006-02-08      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
214        sections required by newer gcc versions.
215
2162006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Add preinstall.am.
219
2202005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * bsp_specs: Remove %cpp.
223        * console/console.c: Eliminate obsolete types.
224
2252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * include/bsp.h: Eliminate unsigned32.
228        * network/network.c: Several minor bug fixes.
229        * startup/bspstart.c: Eliminate unsigned32.
230
2312005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
232
233        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
234        clock/clock.c, console/console.c, include/bsp.h,
235        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
236        network/network.c, start/start.S, startup/bspclean.c,
237        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
238        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
239
Note: See TracBrowser for help on using the repository browser.