source: rtems/c/src/lib/libbsp/powerpc/ss555/ChangeLog @ dc5affb

4.104.115
Last change on this file since dc5affb was dc5affb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/16/09 at 01:30:39

Fix typo.

  • Property mode set to 100644
File size: 9.5 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/ss555.cfg: New (relocated from /make/custom).
4
52009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
8
92009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
12        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
13        have the same options.
14
152009-04-28      Chris Johns <chrisj@rtems.org>
16
17        * startup/start.S: Update for boot_card command line change.
18
192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * bsp_specs: Move -e start from *link to *startfile to avoid warning
22        for undefined entry symbol when linking relocatables with binutils
23        2.19.
24
252008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am, preinstall.am: Use shared stub coverhd.h
28        * include/coverhd.h: Removed.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate bsp.am.
33
342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate *_SOURCES.
37
382008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
41        components.
42
432008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Remove noinst_PROGRAMS (Unused).
46
472008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
50
512008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * configure.ac: Make letting boot_card() handle work area allocation
54        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
55        BSP_BOOTCARD_OPTIONS.
56
572008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * include/bsp.h: Remove unnecessary boilerplate comments.
60
612008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
64        is NOT used anywhere.
65
662008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, startup/linkcmds: Use top level shared
69        bsp_get_work_area() implementation.
70        * startup/bspgetworkarea.c: Removed.
71
722008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
75        use of bsp_get_work_area() in its own file and rely on BSP Framework
76        to perform more initialization.
77        * startup/bspgetworkarea.c: New file.
78
792008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
82        phase, all prototypes were removed from bsp.h and empty
83        implementations were removed and made to use the shared stub.
84
852008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
88        Framework to ask the BSP where it has memory for the RTEMS Workspace
89        and C Program Heap. These collectively are referred to as work area.
90        If the BSP supports this, then it does not have to include code to
91        split the available memory between the two areas. This reduces the
92        amount of code in the BSP specific bspstart.c file. Additionally, the
93        shared framework can initialize the C Library, call
94        rtems_debug_enable(), and dirty the work area memory. Until most/all
95        BSPs support this new capability, if the BSP supports this, it should
96        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
97        When the transition is complete, this autoconf macro can be removed.
98
992008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am: Rework to avoid .rel files.
102
1032008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * startup/bspstart.c: Refactored and renamed initialization routines to
106        rtems_initialize_data_structures, rtems_initialize_before_drivers,
107        rtems_initialize_device_drivers, and
108        rtems_initialize_start_multitasking. This opened the sequence up so
109        that bootcard() could provide a more robust and flexible framework
110        which is easier to explain and understand. This also lays the
111        groundwork for sharing the division of available memory between the
112        RTEMS workspace and heap and the C library initialization across all
113        BSPs.
114
1152008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * startup/bspstart.c: Remove all references to
118        console_reserve_resources and termios_reserve_resources.
119
1202008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/linkcmds: Add wildcard to gcc_except_table section so
123        programs compiled with gcc 4.3.x can link.
124
1252008-01-18      David Erickson <David.Erickson@drdc-rddc.gc.ca>
126
127        * startup/bspstart.c: Add semicolon.
128
1292008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Add bsp_timer_least_valid and
132        bsp_timer_average_overhead so tmtests link.
133
1342007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
137        Configuration Table. Use the RTEMS provided accessor macros to obtain
138        configuration fields.
139
1402007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
143        Configuration Table. Eliminate CPU Table from all ports. Delete
144        references to CPU Table in all forms.
145
1462007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
149        Table fields to the Configuration Table. This included
150        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
151        do_zero_of_workspace, extra_mpci_receive_server_stack,
152        stack_allocate_hook, and stack_free_hook. As a side-effect of this
153        effort some multiprocessing code was made conditional and some style
154        clean up occurred.
155
1562007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
159        Table. They have been replaced with variables named bsp_XXX as
160        needed.
161
1622007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * bsp_specs: Remove qrtems_debug.
165
1662007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * bsp_specs: Remove lib (Now expected to exist in GCC).
169
1702006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * configure.ac: New BUG-REPORT address.
173
1742006-11-15      Joel Sherrill <joel@OARcorp.com>
175
176        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
177        file and simplified initialization.
178
1792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * configure.ac: Require autoconf-2.60. Require automake-1.10.
182
1832006-03-08      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds: Add .gnu.linkonce.b.* section.
186
1872006-02-08      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: Add sections required by newer gcc versions.
190
1912006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Remove explicit ampolish3 support (now in
194        RTEMS_BSP_CONFIGURE).
195
1962006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * configure.ac: Add ampolish3 support.
199        * Makefile.am: Add preinstall.am.
200
2012006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Don't include subdirs.am.
204
2052005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * include/bsp.h: New header guard.
208
2092005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * console/console.c: Eliminate unsigned8.
212
2132005-04-26      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/bspstart.c: Eliminate warnings.
216
2172005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
218
219        PR 779/bsp
220        * clock/p_clock.c: Add parameter to powerpc exception handler routines
221
2222005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
225        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
226        CPU_MINIMUM_STACK_FRAME_SIZE.
227
2282005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
231
2322005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * Makefile.am: Merge-in wrapup/Makefile.am.
235        * wrapup/Makefile.am: Remove.
236        * configure.ac: Reflect changes above.
237
2382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
241
2422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
245
2462004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        * console/console.c, include/bsp.h, startup/bspstart.c,
249        startup/iss555.c: Use POSIX fixed size types.
250
2512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * configure.ac: Require automake > 1.9.
254
2552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        PR 610/bsps
258        * Makefile.am: Add include/tm27.h, Cosmetics.
259        * include/tm27.h: Final cosmetics.
260
2612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * include/bsp.h: Split out tmtest27 support.
264        * include/tm27.h: New.
265
2662004-04-21      Joel Sherrill <joel@OARcorp.com>
267
268        PR 611/bsps
269        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
270        for tm27 and do not add another macro definition.
271        * startup/tm27supp.c: New file.
272
2732004-04-21      Joel Sherrill <joel@OARcorp.com>
274
275        PR 611/bsps
276        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
277        for tm27 and do not add another macro definition.
278        * startup/tm27supp.c: New file.
279
2802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        PR 613/bsps
283        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
284
2852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        PR 614/bsps
288        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
289
2902004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
293
2942004-04-12      David Querbach <querbach@realtime.bc.ca>
295
296        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
297        times, clock/p_clock.c, console/console.c, include/.cvsignore,
298        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
299        startup/iss555.c, startup/linkcmds, startup/start.S,
300        wrapup/.cvsignore, wrapup/Makefile.am: New files.
301
Note: See TracBrowser for help on using the repository browser.