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

4.115
Last change on this file since 39ee704e was cefcc5eb, checked in by Sebastian Huber <sebastian.huber@…>, on 08/24/11 at 09:52:13

2011-08-24 Sebastian Huber <sebastian.huber@…>

  • startup/iss555.c: Update due to API changes.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12011-08-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * startup/iss555.c: Update due to API changes.
4
52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.68, automake-1.11.1.
8
92010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * console/console.c: Add BSP_poll_char.
12
132010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
16
172010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
18
19        * configure.ac: Added AC_CHECK_SIZEOF macro.
20
212010-06-02      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
24        BSP_connect_clock_handler.
25
262010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
27
28        * irq/irq.h, startup/iss555.c, startup/tm27supp.c: Remove warnings.
29
302010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
31
32        * startup/start.S: remove bootcard calling warning
33        * startup/tm27supp.c: removed some warnings
34
352009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.
38
392009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Don't add -ansi -fasm to CFLAGS.
42
432009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * startup/linkcmds: Add sbss section handling.
46        Misc. sync with binutils's ld-scripts.
47
482009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * make/custom/ss555.cfg: Remove -D$(RTEMS_BSP_FAMILY) (unused).
51
522009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * make/custom/ss555.cfg: New (relocated from /make/custom).
55
562009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
59
602009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
63        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
64        have the same options.
65
662009-04-28      Chris Johns <chrisj@rtems.org>
67
68        * startup/start.S: Update for boot_card command line change.
69
702008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * bsp_specs: Move -e start from *link to *startfile to avoid warning
73        for undefined entry symbol when linking relocatables with binutils
74        2.19.
75
762008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * Makefile.am, preinstall.am: Use shared stub coverhd.h
79        * include/coverhd.h: Removed.
80
812008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Eliminate bsp.am.
84
852008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate *_SOURCES.
88
892008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
92        components.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Remove noinst_PROGRAMS (Unused).
97
982008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
101
1022008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * configure.ac: Make letting boot_card() handle work area allocation
105        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
106        BSP_BOOTCARD_OPTIONS.
107
1082008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * include/bsp.h: Remove unnecessary boilerplate comments.
111
1122008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
115        is NOT used anywhere.
116
1172008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, startup/linkcmds: Use top level shared
120        bsp_get_work_area() implementation.
121        * startup/bspgetworkarea.c: Removed.
122
1232008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
126        use of bsp_get_work_area() in its own file and rely on BSP Framework
127        to perform more initialization.
128        * startup/bspgetworkarea.c: New file.
129
1302008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
133        phase, all prototypes were removed from bsp.h and empty
134        implementations were removed and made to use the shared stub.
135
1362008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
139        Framework to ask the BSP where it has memory for the RTEMS Workspace
140        and C Program Heap. These collectively are referred to as work area.
141        If the BSP supports this, then it does not have to include code to
142        split the available memory between the two areas. This reduces the
143        amount of code in the BSP specific bspstart.c file. Additionally, the
144        shared framework can initialize the C Library, call
145        rtems_debug_enable(), and dirty the work area memory. Until most/all
146        BSPs support this new capability, if the BSP supports this, it should
147        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
148        When the transition is complete, this autoconf macro can be removed.
149
1502008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * Makefile.am: Rework to avoid .rel files.
153
1542008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * startup/bspstart.c: Refactored and renamed initialization routines to
157        rtems_initialize_data_structures, rtems_initialize_before_drivers,
158        rtems_initialize_device_drivers, and
159        rtems_initialize_start_multitasking. This opened the sequence up so
160        that bootcard() could provide a more robust and flexible framework
161        which is easier to explain and understand. This also lays the
162        groundwork for sharing the division of available memory between the
163        RTEMS workspace and heap and the C library initialization across all
164        BSPs.
165
1662008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * startup/bspstart.c: Remove all references to
169        console_reserve_resources and termios_reserve_resources.
170
1712008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * startup/linkcmds: Add wildcard to gcc_except_table section so
174        programs compiled with gcc 4.3.x can link.
175
1762008-01-18      David Erickson <David.Erickson@drdc-rddc.gc.ca>
177
178        * startup/bspstart.c: Add semicolon.
179
1802008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * startup/bspstart.c: Add bsp_timer_least_valid and
183        bsp_timer_average_overhead so tmtests link.
184
1852007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
188        Configuration Table. Use the RTEMS provided accessor macros to obtain
189        configuration fields.
190
1912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
194        Configuration Table. Eliminate CPU Table from all ports. Delete
195        references to CPU Table in all forms.
196
1972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
200        Table fields to the Configuration Table. This included
201        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
202        do_zero_of_workspace, extra_mpci_receive_server_stack,
203        stack_allocate_hook, and stack_free_hook. As a side-effect of this
204        effort some multiprocessing code was made conditional and some style
205        clean up occurred.
206
2072007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
210        Table. They have been replaced with variables named bsp_XXX as
211        needed.
212
2132007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * bsp_specs: Remove qrtems_debug.
216
2172007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * bsp_specs: Remove lib (Now expected to exist in GCC).
220
2212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * configure.ac: New BUG-REPORT address.
224
2252006-11-15      Joel Sherrill <joel@OARcorp.com>
226
227        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
228        file and simplified initialization.
229
2302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * configure.ac: Require autoconf-2.60. Require automake-1.10.
233
2342006-03-08      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: Add .gnu.linkonce.b.* section.
237
2382006-02-08      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/linkcmds: Add sections required by newer gcc versions.
241
2422006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * configure.ac: Remove explicit ampolish3 support (now in
245        RTEMS_BSP_CONFIGURE).
246
2472006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * configure.ac: Add ampolish3 support.
250        * Makefile.am: Add preinstall.am.
251
2522006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Don't include subdirs.am.
255
2562005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * include/bsp.h: New header guard.
259
2602005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * console/console.c: Eliminate unsigned8.
263
2642005-04-26      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/bspstart.c: Eliminate warnings.
267
2682005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
269
270        PR 779/bsp
271        * clock/p_clock.c: Add parameter to powerpc exception handler routines
272
2732005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
276        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
277        CPU_MINIMUM_STACK_FRAME_SIZE.
278
2792005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
282
2832005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * Makefile.am: Merge-in wrapup/Makefile.am.
286        * wrapup/Makefile.am: Remove.
287        * configure.ac: Reflect changes above.
288
2892005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
292
2932005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
296
2972004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * console/console.c, include/bsp.h, startup/bspstart.c,
300        startup/iss555.c: Use POSIX fixed size types.
301
3022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * configure.ac: Require automake > 1.9.
305
3062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
307
308        PR 610/bsps
309        * Makefile.am: Add include/tm27.h, Cosmetics.
310        * include/tm27.h: Final cosmetics.
311
3122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        * include/bsp.h: Split out tmtest27 support.
315        * include/tm27.h: New.
316
3172004-04-21      Joel Sherrill <joel@OARcorp.com>
318
319        PR 611/bsps
320        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
321        for tm27 and do not add another macro definition.
322        * startup/tm27supp.c: New file.
323
3242004-04-21      Joel Sherrill <joel@OARcorp.com>
325
326        PR 611/bsps
327        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
328        for tm27 and do not add another macro definition.
329        * startup/tm27supp.c: New file.
330
3312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
332
333        PR 613/bsps
334        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
335
3362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
337
338        PR 614/bsps
339        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
340
3412004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
342
343        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
344
3452004-04-12      David Querbach <querbach@realtime.bc.ca>
346
347        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
348        times, clock/p_clock.c, console/console.c, include/.cvsignore,
349        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
350        startup/iss555.c, startup/linkcmds, startup/start.S,
351        wrapup/.cvsignore, wrapup/Makefile.am: New files.
352
Note: See TracBrowser for help on using the repository browser.