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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

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