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

4.104.115
Last change on this file since f6c6e17d was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared stub coverhd.h
10        * include/coverhd.h: Removed.
11
122008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
15        of building libbspstart.a, using automake-rules.
16
172008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
20        * Makefile.am: Reflect changes above.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
34
352008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * configure.ac: Make letting boot_card() handle work area allocation
38        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
39        BSP_BOOTCARD_OPTIONS.
40
412008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
44        optionally print a message, poll for user to press key, and call
45        bsp_reset(). Using this eliminates the various bsp_cleanup()
46        implementations which had their own implementation and variety of
47        string constants.
48        * startup/bspclean.c: Removed.
49
502008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * include/bsp.h: Remove unnecessary boilerplate comments.
53
542008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
57        startup/linkcmdsram: Use top level shared bsp_get_work_area()
58        implementation.
59
602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
63        startup/linkcmdsflash, startup/linkcmdsram: Add use of
64        bsp_get_work_area() in its own file and rely on BSP Framework to
65        perform more initialization. Remove unnecessary includes of
66        rtems/libio.h and rtems/libcsupport.h.
67
682008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
71        phase, all prototypes were removed from bsp.h and empty
72        implementations were removed and made to use the shared stub.
73
742008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * timer/timer.c: Convert to "bool".
77
782008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * timer/timer.c: Eliminate empty function from every benchmark timer
81        driver. Fix spelling.
82
832008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * timer/timer.c: Rename timer driver methods to follow RTEMS
86        programming conventions.
87
882008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
89
90        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
91
922008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * startup/init5282.c: Add missing prototypes.
95
962008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * console/console.c: Eliminate copies of switches to convert termios
99        Bxxx constants to xxx as an integer. Use the shared
100        termios_baud_to_number() routine to do the same conversion.
101
1022008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * Makefile.am: Rework to avoid .rel files.
105
1062008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * startup/bspstart.c: Refactored and renamed initialization routines to
109        rtems_initialize_data_structures, rtems_initialize_before_drivers,
110        rtems_initialize_device_drivers, and
111        rtems_initialize_start_multitasking. This opened the sequence up so
112        that bootcard() could provide a more robust and flexible framework
113        which is easier to explain and understand. This also lays the
114        groundwork for sharing the division of available memory between the
115        RTEMS workspace and heap and the C library initialization across all
116        BSPs.
117
1182008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * console/console.c: Remove all references to console_reserve_resources
121        and termios_reserve_resources.
122
1232008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
126        wildcard to gcc_except_table section so programs compiled with gcc
127        4.3.x can link.
128
1292007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
132        Configuration Table. Use the RTEMS provided accessor macros to obtain
133        configuration fields.
134
1352007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
138        Configuration Table. Eliminate CPU Table from all ports. Delete
139        references to CPU Table in all forms.
140
1412007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
144        Table fields to the Configuration Table. This included
145        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
146        do_zero_of_workspace, extra_mpci_receive_server_stack,
147        stack_allocate_hook, and stack_free_hook. As a side-effect of this
148        effort some multiprocessing code was made conditional and some style
149        clean up occurred.
150
1512007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * startup/bspstart.c: Fix spacing.
154
1552007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
158        m68k CPU Table since it is never read.
159
1602007-05-03      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Handle .data.* sections
163
1642007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * bsp_specs: Remove qrtems_debug.
167
1682007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * bsp_specs: Remove lib: (Now supposed to be in GCC).
171
1722007-03-12      Joel Sherrill <joel@OARcorp.com>
173
174        * include/coverhd.h, start/start.S, startup/bspclean.c,
175        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
176        startup/linkcmdsram: Correct license URL and/or fix mistake in
177        copyright notice. Both of these mistakes appear to be from code
178        submitted after these changes were made previously.
179
1802007-03-11      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/bspstart.c: Remove assignments of
183        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
184        value in boot_card.c
185
1862007-03-10      Joel Sherrill <joel@OARcorp.com>
187
188        PR 1227/bsps
189        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
190        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
191
1922006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
195
1962006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * configure.ac: New BUG-REPORT address.
199
2002006-11-15      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
203        file and simplified initialization.
204
2052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Remove superfluous -DASM.
208
2092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Require autoconf-2.60. Require automake-1.10.
212
2132006-09-11      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/init5282.c: Convert C++ style comments to C style.
216
2172006-02-08      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
220        sections required by newer gcc versions.
221
2222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Add preinstall.am.
225
2262005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * bsp_specs: Remove %cpp.
229        * console/console.c: Eliminate obsolete types.
230
2312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * include/bsp.h: Eliminate unsigned32.
234        * network/network.c: Several minor bug fixes.
235        * startup/bspstart.c: Eliminate unsigned32.
236
2372005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
238
239        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
240        clock/clock.c, console/console.c, include/bsp.h,
241        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
242        network/network.c, start/start.S, startup/bspclean.c,
243        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
244        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
245
Note: See TracBrowser for help on using the repository browser.