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

4.104.115
Last change on this file since 27b355b was 27b355b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 05:10:09

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

  • clock/clock.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
18
192008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Make letting boot_card() handle work area allocation
22        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
23        BSP_BOOTCARD_OPTIONS.
24
252008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
28        optionally print a message, poll for user to press key, and call
29        bsp_reset(). Using this eliminates the various bsp_cleanup()
30        implementations which had their own implementation and variety of
31        string constants.
32        * startup/bspclean.c: Removed.
33
342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Remove unnecessary boilerplate comments.
37
382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
41        startup/linkcmdsram: Use top level shared bsp_get_work_area()
42        implementation.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
47        startup/linkcmdsflash, startup/linkcmdsram: Add use of
48        bsp_get_work_area() in its own file and rely on BSP Framework to
49        perform more initialization. Remove unnecessary includes of
50        rtems/libio.h and rtems/libcsupport.h.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
55        phase, all prototypes were removed from bsp.h and empty
56        implementations were removed and made to use the shared stub.
57
582008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * timer/timer.c: Convert to "bool".
61
622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * timer/timer.c: Eliminate empty function from every benchmark timer
65        driver. Fix spelling.
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Rename timer driver methods to follow RTEMS
70        programming conventions.
71
722008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
75
762008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * startup/init5282.c: Add missing prototypes.
79
802008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * console/console.c: Eliminate copies of switches to convert termios
83        Bxxx constants to xxx as an integer. Use the shared
84        termios_baud_to_number() routine to do the same conversion.
85
862008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * Makefile.am: Rework to avoid .rel files.
89
902008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Refactored and renamed initialization routines to
93        rtems_initialize_data_structures, rtems_initialize_before_drivers,
94        rtems_initialize_device_drivers, and
95        rtems_initialize_start_multitasking. This opened the sequence up so
96        that bootcard() could provide a more robust and flexible framework
97        which is easier to explain and understand. This also lays the
98        groundwork for sharing the division of available memory between the
99        RTEMS workspace and heap and the C library initialization across all
100        BSPs.
101
1022008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * console/console.c: Remove all references to console_reserve_resources
105        and termios_reserve_resources.
106
1072008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
110        wildcard to gcc_except_table section so programs compiled with gcc
111        4.3.x can link.
112
1132007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
116        Configuration Table. Use the RTEMS provided accessor macros to obtain
117        configuration fields.
118
1192007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
122        Configuration Table. Eliminate CPU Table from all ports. Delete
123        references to CPU Table in all forms.
124
1252007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
128        Table fields to the Configuration Table. This included
129        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
130        do_zero_of_workspace, extra_mpci_receive_server_stack,
131        stack_allocate_hook, and stack_free_hook. As a side-effect of this
132        effort some multiprocessing code was made conditional and some style
133        clean up occurred.
134
1352007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * startup/bspstart.c: Fix spacing.
138
1392007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
142        m68k CPU Table since it is never read.
143
1442007-05-03      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: Handle .data.* sections
147
1482007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * bsp_specs: Remove qrtems_debug.
151
1522007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * bsp_specs: Remove lib: (Now supposed to be in GCC).
155
1562007-03-12      Joel Sherrill <joel@OARcorp.com>
157
158        * include/coverhd.h, start/start.S, startup/bspclean.c,
159        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
160        startup/linkcmdsram: Correct license URL and/or fix mistake in
161        copyright notice. Both of these mistakes appear to be from code
162        submitted after these changes were made previously.
163
1642007-03-11      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/bspstart.c: Remove assignments of
167        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
168        value in boot_card.c
169
1702007-03-10      Joel Sherrill <joel@OARcorp.com>
171
172        PR 1227/bsps
173        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
174        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
175
1762006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
179
1802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * configure.ac: New BUG-REPORT address.
183
1842006-11-15      Joel Sherrill <joel@OARcorp.com>
185
186        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
187        file and simplified initialization.
188
1892006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Remove superfluous -DASM.
192
1932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Require autoconf-2.60. Require automake-1.10.
196
1972006-09-11      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/init5282.c: Convert C++ style comments to C style.
200
2012006-02-08      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
204        sections required by newer gcc versions.
205
2062006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * Makefile.am: Add preinstall.am.
209
2102005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * bsp_specs: Remove %cpp.
213        * console/console.c: Eliminate obsolete types.
214
2152005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * include/bsp.h: Eliminate unsigned32.
218        * network/network.c: Several minor bug fixes.
219        * startup/bspstart.c: Eliminate unsigned32.
220
2212005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
222
223        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
224        clock/clock.c, console/console.c, include/bsp.h,
225        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
226        network/network.c, start/start.S, startup/bspclean.c,
227        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
228        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
229
Note: See TracBrowser for help on using the repository browser.