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

4.104.114.95
Last change on this file since 6ea100c1 was 6ea100c1, checked in by Joel Sherrill <joel.sherrill@…>, on 05/12/08 at 18:43:55

2008-05-12 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Refactored and renamed initialization routines to
4        rtems_initialize_data_structures, rtems_initialize_before_drivers,
5        rtems_initialize_device_drivers, and
6        rtems_initialize_start_multitasking. This opened the sequence up so
7        that bootcard() could provide a more robust and flexible framework
8        which is easier to explain and understand. This also lays the
9        groundwork for sharing the division of available memory between the
10        RTEMS workspace and heap and the C library initialization across all
11        BSPs.
12
132008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * startup/bspstart.c: Remove all references to
16        console_reserve_resources and termios_reserve_resources.
17
182008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * startup/linkcmds: Add wildcard to gcc_except_table section so
21        programs compiled with gcc 4.3.x can link.
22
232008-01-18      David Erickson <David.Erickson@drdc-rddc.gc.ca>
24
25        * startup/bspstart.c: Add semicolon.
26
272008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * startup/bspstart.c: Add bsp_timer_least_valid and
30        bsp_timer_average_overhead so tmtests link.
31
322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
35        Configuration Table. Use the RTEMS provided accessor macros to obtain
36        configuration fields.
37
382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
41        Configuration Table. Eliminate CPU Table from all ports. Delete
42        references to CPU Table in all forms.
43
442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
47        Table fields to the Configuration Table. This included
48        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
49        do_zero_of_workspace, extra_mpci_receive_server_stack,
50        stack_allocate_hook, and stack_free_hook. As a side-effect of this
51        effort some multiprocessing code was made conditional and some style
52        clean up occurred.
53
542007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
57        Table. They have been replaced with variables named bsp_XXX as
58        needed.
59
602007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * bsp_specs: Remove qrtems_debug.
63
642007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * bsp_specs: Remove lib (Now expected to exist in GCC).
67
682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: New BUG-REPORT address.
71
722006-11-15      Joel Sherrill <joel@OARcorp.com>
73
74        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
75        file and simplified initialization.
76
772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Require autoconf-2.60. Require automake-1.10.
80
812006-03-08      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Add .gnu.linkonce.b.* section.
84
852006-02-08      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/linkcmds: Add sections required by newer gcc versions.
88
892006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * configure.ac: Remove explicit ampolish3 support (now in
92        RTEMS_BSP_CONFIGURE).
93
942006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Add ampolish3 support.
97        * Makefile.am: Add preinstall.am.
98
992006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Don't include subdirs.am.
102
1032005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * include/bsp.h: New header guard.
106
1072005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * console/console.c: Eliminate unsigned8.
110
1112005-04-26      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/bspstart.c: Eliminate warnings.
114
1152005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
116
117        PR 779/bsp
118        * clock/p_clock.c: Add parameter to powerpc exception handler routines
119
1202005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
123        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
124        CPU_MINIMUM_STACK_FRAME_SIZE.
125
1262005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
129
1302005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Merge-in wrapup/Makefile.am.
133        * wrapup/Makefile.am: Remove.
134        * configure.ac: Reflect changes above.
135
1362005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
139
1402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
143
1442004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * console/console.c, include/bsp.h, startup/bspstart.c,
147        startup/iss555.c: Use POSIX fixed size types.
148
1492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * configure.ac: Require automake > 1.9.
152
1532004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 610/bsps
156        * Makefile.am: Add include/tm27.h, Cosmetics.
157        * include/tm27.h: Final cosmetics.
158
1592004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * include/bsp.h: Split out tmtest27 support.
162        * include/tm27.h: New.
163
1642004-04-21      Joel Sherrill <joel@OARcorp.com>
165
166        PR 611/bsps
167        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
168        for tm27 and do not add another macro definition.
169        * startup/tm27supp.c: New file.
170
1712004-04-21      Joel Sherrill <joel@OARcorp.com>
172
173        PR 611/bsps
174        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
175        for tm27 and do not add another macro definition.
176        * startup/tm27supp.c: New file.
177
1782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        PR 613/bsps
181        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
182
1832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        PR 614/bsps
186        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
187
1882004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
191
1922004-04-12      David Querbach <querbach@realtime.bc.ca>
193
194        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
195        times, clock/p_clock.c, console/console.c, include/.cvsignore,
196        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
197        startup/iss555.c, startup/linkcmds, startup/start.S,
198        wrapup/.cvsignore, wrapup/Makefile.am: New files.
199
Note: See TracBrowser for help on using the repository browser.