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

4.115
Last change on this file since cd90b9c9 was cd90b9c9, checked in by Joel Sherrill <joel.sherrill@…>, on 06/29/10 at 18:53:19

2010-06-29 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Remove AC_CHECK_SIZEOF([void *]).
  • Property mode set to 100644
File size: 10.6 KB
Line 
12010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
4
52010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
6
7        * configure.ac: Added AC_CHECK_SIZEOF macro.
8
92010-06-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
12        BSP_connect_clock_handler.
13
142010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * irq/irq.h, startup/iss555.c, startup/tm27supp.c: Remove warnings.
17
182010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
19
20        * startup/start.S: remove bootcard calling warning
21        * startup/tm27supp.c: removed some warnings
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * startup/linkcmds: Add sbss section handling.
34        Misc. sync with binutils's ld-scripts.
35
362009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * make/custom/ss555.cfg: Remove -D$(RTEMS_BSP_FAMILY) (unused).
39
402009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * make/custom/ss555.cfg: New (relocated from /make/custom).
43
442009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
47
482009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
51        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
52        have the same options.
53
542009-04-28      Chris Johns <chrisj@rtems.org>
55
56        * startup/start.S: Update for boot_card command line change.
57
582008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * bsp_specs: Move -e start from *link to *startfile to avoid warning
61        for undefined entry symbol when linking relocatables with binutils
62        2.19.
63
642008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am, preinstall.am: Use shared stub coverhd.h
67        * include/coverhd.h: Removed.
68
692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Eliminate bsp.am.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate *_SOURCES.
76
772008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
80        components.
81
822008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove noinst_PROGRAMS (Unused).
85
862008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
89
902008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * configure.ac: Make letting boot_card() handle work area allocation
93        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
94        BSP_BOOTCARD_OPTIONS.
95
962008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * include/bsp.h: Remove unnecessary boilerplate comments.
99
1002008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
103        is NOT used anywhere.
104
1052008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * Makefile.am, startup/linkcmds: Use top level shared
108        bsp_get_work_area() implementation.
109        * startup/bspgetworkarea.c: Removed.
110
1112008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
114        use of bsp_get_work_area() in its own file and rely on BSP Framework
115        to perform more initialization.
116        * startup/bspgetworkarea.c: New file.
117
1182008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
121        phase, all prototypes were removed from bsp.h and empty
122        implementations were removed and made to use the shared stub.
123
1242008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
127        Framework to ask the BSP where it has memory for the RTEMS Workspace
128        and C Program Heap. These collectively are referred to as work area.
129        If the BSP supports this, then it does not have to include code to
130        split the available memory between the two areas. This reduces the
131        amount of code in the BSP specific bspstart.c file. Additionally, the
132        shared framework can initialize the C Library, call
133        rtems_debug_enable(), and dirty the work area memory. Until most/all
134        BSPs support this new capability, if the BSP supports this, it should
135        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
136        When the transition is complete, this autoconf macro can be removed.
137
1382008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * Makefile.am: Rework to avoid .rel files.
141
1422008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * startup/bspstart.c: Refactored and renamed initialization routines to
145        rtems_initialize_data_structures, rtems_initialize_before_drivers,
146        rtems_initialize_device_drivers, and
147        rtems_initialize_start_multitasking. This opened the sequence up so
148        that bootcard() could provide a more robust and flexible framework
149        which is easier to explain and understand. This also lays the
150        groundwork for sharing the division of available memory between the
151        RTEMS workspace and heap and the C library initialization across all
152        BSPs.
153
1542008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * startup/bspstart.c: Remove all references to
157        console_reserve_resources and termios_reserve_resources.
158
1592008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * startup/linkcmds: Add wildcard to gcc_except_table section so
162        programs compiled with gcc 4.3.x can link.
163
1642008-01-18      David Erickson <David.Erickson@drdc-rddc.gc.ca>
165
166        * startup/bspstart.c: Add semicolon.
167
1682008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * startup/bspstart.c: Add bsp_timer_least_valid and
171        bsp_timer_average_overhead so tmtests link.
172
1732007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
176        Configuration Table. Use the RTEMS provided accessor macros to obtain
177        configuration fields.
178
1792007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
182        Configuration Table. Eliminate CPU Table from all ports. Delete
183        references to CPU Table in all forms.
184
1852007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
188        Table fields to the Configuration Table. This included
189        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
190        do_zero_of_workspace, extra_mpci_receive_server_stack,
191        stack_allocate_hook, and stack_free_hook. As a side-effect of this
192        effort some multiprocessing code was made conditional and some style
193        clean up occurred.
194
1952007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
198        Table. They have been replaced with variables named bsp_XXX as
199        needed.
200
2012007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * bsp_specs: Remove qrtems_debug.
204
2052007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * bsp_specs: Remove lib (Now expected to exist in GCC).
208
2092006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: New BUG-REPORT address.
212
2132006-11-15      Joel Sherrill <joel@OARcorp.com>
214
215        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
216        file and simplified initialization.
217
2182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * configure.ac: Require autoconf-2.60. Require automake-1.10.
221
2222006-03-08      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds: Add .gnu.linkonce.b.* section.
225
2262006-02-08      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Add sections required by newer gcc versions.
229
2302006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * configure.ac: Remove explicit ampolish3 support (now in
233        RTEMS_BSP_CONFIGURE).
234
2352006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * configure.ac: Add ampolish3 support.
238        * Makefile.am: Add preinstall.am.
239
2402006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * Makefile.am: Don't include subdirs.am.
243
2442005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * include/bsp.h: New header guard.
247
2482005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * console/console.c: Eliminate unsigned8.
251
2522005-04-26      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/bspstart.c: Eliminate warnings.
255
2562005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
257
258        PR 779/bsp
259        * clock/p_clock.c: Add parameter to powerpc exception handler routines
260
2612005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
264        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
265        CPU_MINIMUM_STACK_FRAME_SIZE.
266
2672005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
270
2712005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * Makefile.am: Merge-in wrapup/Makefile.am.
274        * wrapup/Makefile.am: Remove.
275        * configure.ac: Reflect changes above.
276
2772005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
280
2812005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
284
2852004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * console/console.c, include/bsp.h, startup/bspstart.c,
288        startup/iss555.c: Use POSIX fixed size types.
289
2902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * configure.ac: Require automake > 1.9.
293
2942004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        PR 610/bsps
297        * Makefile.am: Add include/tm27.h, Cosmetics.
298        * include/tm27.h: Final cosmetics.
299
3002004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        * include/bsp.h: Split out tmtest27 support.
303        * include/tm27.h: New.
304
3052004-04-21      Joel Sherrill <joel@OARcorp.com>
306
307        PR 611/bsps
308        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
309        for tm27 and do not add another macro definition.
310        * startup/tm27supp.c: New file.
311
3122004-04-21      Joel Sherrill <joel@OARcorp.com>
313
314        PR 611/bsps
315        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
316        for tm27 and do not add another macro definition.
317        * startup/tm27supp.c: New file.
318
3192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        PR 613/bsps
322        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
323
3242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        PR 614/bsps
327        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
328
3292004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
330
331        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
332
3332004-04-12      David Querbach <querbach@realtime.bc.ca>
334
335        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
336        times, clock/p_clock.c, console/console.c, include/.cvsignore,
337        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
338        startup/iss555.c, startup/linkcmds, startup/start.S,
339        wrapup/.cvsignore, wrapup/Makefile.am: New files.
340
Note: See TracBrowser for help on using the repository browser.