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

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
14        Table. They have been replaced with variables named bsp_XXX as
15        needed.
16
172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * bsp_specs: Remove qrtems_debug.
20
212007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove lib (Now expected to exist in GCC).
24
252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: New BUG-REPORT address.
28
292006-11-15      Joel Sherrill <joel@OARcorp.com>
30
31        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
32        file and simplified initialization.
33
342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Require autoconf-2.60. Require automake-1.10.
37
382006-03-08      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds: Add .gnu.linkonce.b.* section.
41
422006-02-08      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add sections required by newer gcc versions.
45
462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove explicit ampolish3 support (now in
49        RTEMS_BSP_CONFIGURE).
50
512006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Add ampolish3 support.
54        * Makefile.am: Add preinstall.am.
55
562006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Don't include subdirs.am.
59
602005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * include/bsp.h: New header guard.
63
642005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * console/console.c: Eliminate unsigned8.
67
682005-04-26      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/bspstart.c: Eliminate warnings.
71
722005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
73
74        PR 779/bsp
75        * clock/p_clock.c: Add parameter to powerpc exception handler routines
76
772005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
80        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
81        CPU_MINIMUM_STACK_FRAME_SIZE.
82
832005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
86
872005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Merge-in wrapup/Makefile.am.
90        * wrapup/Makefile.am: Remove.
91        * configure.ac: Reflect changes above.
92
932005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
96
972005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
100
1012004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * console/console.c, include/bsp.h, startup/bspstart.c,
104        startup/iss555.c: Use POSIX fixed size types.
105
1062004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * configure.ac: Require automake > 1.9.
109
1102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        PR 610/bsps
113        * Makefile.am: Add include/tm27.h, Cosmetics.
114        * include/tm27.h: Final cosmetics.
115
1162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * include/bsp.h: Split out tmtest27 support.
119        * include/tm27.h: New.
120
1212004-04-21      Joel Sherrill <joel@OARcorp.com>
122
123        PR 611/bsps
124        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
125        for tm27 and do not add another macro definition.
126        * startup/tm27supp.c: New file.
127
1282004-04-21      Joel Sherrill <joel@OARcorp.com>
129
130        PR 611/bsps
131        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
132        for tm27 and do not add another macro definition.
133        * startup/tm27supp.c: New file.
134
1352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        PR 613/bsps
138        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
139
1402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        PR 614/bsps
143        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
144
1452004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
148
1492004-04-12      David Querbach <querbach@realtime.bc.ca>
150
151        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
152        times, clock/p_clock.c, console/console.c, include/.cvsignore,
153        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
154        startup/iss555.c, startup/linkcmds, startup/start.S,
155        wrapup/.cvsignore, wrapup/Makefile.am: New files.
156
Note: See TracBrowser for help on using the repository browser.