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

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62008-01-18      David Erickson <David.Erickson@drdc-rddc.gc.ca>
7
8        * startup/bspstart.c: Add semicolon.
9
102008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * startup/bspstart.c: Add bsp_timer_least_valid and
13        bsp_timer_average_overhead so tmtests link.
14
152007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
18        Configuration Table. Use the RTEMS provided accessor macros to obtain
19        configuration fields.
20
212007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
24        Configuration Table. Eliminate CPU Table from all ports. Delete
25        references to CPU Table in all forms.
26
272007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
30        Table fields to the Configuration Table. This included
31        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
32        do_zero_of_workspace, extra_mpci_receive_server_stack,
33        stack_allocate_hook, and stack_free_hook. As a side-effect of this
34        effort some multiprocessing code was made conditional and some style
35        clean up occurred.
36
372007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
40        Table. They have been replaced with variables named bsp_XXX as
41        needed.
42
432007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * bsp_specs: Remove qrtems_debug.
46
472007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * bsp_specs: Remove lib (Now expected to exist in GCC).
50
512006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: New BUG-REPORT address.
54
552006-11-15      Joel Sherrill <joel@OARcorp.com>
56
57        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
58        file and simplified initialization.
59
602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Require autoconf-2.60. Require automake-1.10.
63
642006-03-08      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Add .gnu.linkonce.b.* section.
67
682006-02-08      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Add sections required by newer gcc versions.
71
722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Remove explicit ampolish3 support (now in
75        RTEMS_BSP_CONFIGURE).
76
772006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Add ampolish3 support.
80        * Makefile.am: Add preinstall.am.
81
822006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Don't include subdirs.am.
85
862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * include/bsp.h: New header guard.
89
902005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * console/console.c: Eliminate unsigned8.
93
942005-04-26      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/bspstart.c: Eliminate warnings.
97
982005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
99
100        PR 779/bsp
101        * clock/p_clock.c: Add parameter to powerpc exception handler routines
102
1032005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
106        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
107        CPU_MINIMUM_STACK_FRAME_SIZE.
108
1092005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
112
1132005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Merge-in wrapup/Makefile.am.
116        * wrapup/Makefile.am: Remove.
117        * configure.ac: Reflect changes above.
118
1192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
122
1232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
126
1272004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * console/console.c, include/bsp.h, startup/bspstart.c,
130        startup/iss555.c: Use POSIX fixed size types.
131
1322004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * configure.ac: Require automake > 1.9.
135
1362004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        PR 610/bsps
139        * Makefile.am: Add include/tm27.h, Cosmetics.
140        * include/tm27.h: Final cosmetics.
141
1422004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * include/bsp.h: Split out tmtest27 support.
145        * include/tm27.h: New.
146
1472004-04-21      Joel Sherrill <joel@OARcorp.com>
148
149        PR 611/bsps
150        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
151        for tm27 and do not add another macro definition.
152        * startup/tm27supp.c: New file.
153
1542004-04-21      Joel Sherrill <joel@OARcorp.com>
155
156        PR 611/bsps
157        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
158        for tm27 and do not add another macro definition.
159        * startup/tm27supp.c: New file.
160
1612004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        PR 613/bsps
164        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
165
1662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        PR 614/bsps
169        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
170
1712004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
174
1752004-04-12      David Querbach <querbach@realtime.bc.ca>
176
177        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
178        times, clock/p_clock.c, console/console.c, include/.cvsignore,
179        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
180        startup/iss555.c, startup/linkcmds, startup/start.S,
181        wrapup/.cvsignore, wrapup/Makefile.am: New files.
182
Note: See TracBrowser for help on using the repository browser.