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

4.9
Last change on this file since 7be8d6b was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

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

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 7.1 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
8        Framework to ask the BSP where it has memory for the RTEMS Workspace
9        and C Program Heap. These collectively are referred to as work area.
10        If the BSP supports this, then it does not have to include code to
11        split the available memory between the two areas. This reduces the
12        amount of code in the BSP specific bspstart.c file. Additionally, the
13        shared framework can initialize the C Library, call
14        rtems_debug_enable(), and dirty the work area memory. Until most/all
15        BSPs support this new capability, if the BSP supports this, it should
16        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
17        When the transition is complete, this autoconf macro can be removed.
18
192008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * Makefile.am: Rework to avoid .rel files.
22
232008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * startup/bspstart.c: Refactored and renamed initialization routines to
26        rtems_initialize_data_structures, rtems_initialize_before_drivers,
27        rtems_initialize_device_drivers, and
28        rtems_initialize_start_multitasking. This opened the sequence up so
29        that bootcard() could provide a more robust and flexible framework
30        which is easier to explain and understand. This also lays the
31        groundwork for sharing the division of available memory between the
32        RTEMS workspace and heap and the C library initialization across all
33        BSPs.
34
352008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/bspstart.c: Remove all references to
38        console_reserve_resources and termios_reserve_resources.
39
402008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * startup/linkcmds: Add wildcard to gcc_except_table section so
43        programs compiled with gcc 4.3.x can link.
44
452008-01-18      David Erickson <David.Erickson@drdc-rddc.gc.ca>
46
47        * startup/bspstart.c: Add semicolon.
48
492008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/bspstart.c: Add bsp_timer_least_valid and
52        bsp_timer_average_overhead so tmtests link.
53
542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
57        Configuration Table. Use the RTEMS provided accessor macros to obtain
58        configuration fields.
59
602007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
63        Configuration Table. Eliminate CPU Table from all ports. Delete
64        references to CPU Table in all forms.
65
662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
69        Table fields to the Configuration Table. This included
70        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
71        do_zero_of_workspace, extra_mpci_receive_server_stack,
72        stack_allocate_hook, and stack_free_hook. As a side-effect of this
73        effort some multiprocessing code was made conditional and some style
74        clean up occurred.
75
762007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
79        Table. They have been replaced with variables named bsp_XXX as
80        needed.
81
822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * bsp_specs: Remove qrtems_debug.
85
862007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * bsp_specs: Remove lib (Now expected to exist in GCC).
89
902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: New BUG-REPORT address.
93
942006-11-15      Joel Sherrill <joel@OARcorp.com>
95
96        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
97        file and simplified initialization.
98
992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: Require autoconf-2.60. Require automake-1.10.
102
1032006-03-08      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/linkcmds: Add .gnu.linkonce.b.* section.
106
1072006-02-08      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: Add sections required by newer gcc versions.
110
1112006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove explicit ampolish3 support (now in
114        RTEMS_BSP_CONFIGURE).
115
1162006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * configure.ac: Add ampolish3 support.
119        * Makefile.am: Add preinstall.am.
120
1212006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Don't include subdirs.am.
124
1252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * include/bsp.h: New header guard.
128
1292005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * console/console.c: Eliminate unsigned8.
132
1332005-04-26      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/bspstart.c: Eliminate warnings.
136
1372005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
138
139        PR 779/bsp
140        * clock/p_clock.c: Add parameter to powerpc exception handler routines
141
1422005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
145        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
146        CPU_MINIMUM_STACK_FRAME_SIZE.
147
1482005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
151
1522005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Merge-in wrapup/Makefile.am.
155        * wrapup/Makefile.am: Remove.
156        * configure.ac: Reflect changes above.
157
1582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
161
1622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
165
1662004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * console/console.c, include/bsp.h, startup/bspstart.c,
169        startup/iss555.c: Use POSIX fixed size types.
170
1712004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * configure.ac: Require automake > 1.9.
174
1752004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        PR 610/bsps
178        * Makefile.am: Add include/tm27.h, Cosmetics.
179        * include/tm27.h: Final cosmetics.
180
1812004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * include/bsp.h: Split out tmtest27 support.
184        * include/tm27.h: New.
185
1862004-04-21      Joel Sherrill <joel@OARcorp.com>
187
188        PR 611/bsps
189        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
190        for tm27 and do not add another macro definition.
191        * startup/tm27supp.c: New file.
192
1932004-04-21      Joel Sherrill <joel@OARcorp.com>
194
195        PR 611/bsps
196        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
197        for tm27 and do not add another macro definition.
198        * startup/tm27supp.c: New file.
199
2002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        PR 613/bsps
203        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 614/bsps
208        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
209
2102004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
213
2142004-04-12      David Querbach <querbach@realtime.bc.ca>
215
216        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
217        times, clock/p_clock.c, console/console.c, include/.cvsignore,
218        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
219        startup/iss555.c, startup/linkcmds, startup/start.S,
220        wrapup/.cvsignore, wrapup/Makefile.am: New files.
221
Note: See TracBrowser for help on using the repository browser.