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

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

2007-11-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
4        Table. They have been replaced with variables named bsp_XXX as
5        needed.
6
72007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * bsp_specs: Remove qrtems_debug.
10
112007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * bsp_specs: Remove lib (Now expected to exist in GCC).
14
152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: New BUG-REPORT address.
18
192006-11-15      Joel Sherrill <joel@OARcorp.com>
20
21        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
22        file and simplified initialization.
23
242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * configure.ac: Require autoconf-2.60. Require automake-1.10.
27
282006-03-08      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: Add .gnu.linkonce.b.* section.
31
322006-02-08      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Add sections required by newer gcc versions.
35
362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove explicit ampolish3 support (now in
39        RTEMS_BSP_CONFIGURE).
40
412006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Add ampolish3 support.
44        * Makefile.am: Add preinstall.am.
45
462006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Don't include subdirs.am.
49
502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * include/bsp.h: New header guard.
53
542005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * console/console.c: Eliminate unsigned8.
57
582005-04-26      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/bspstart.c: Eliminate warnings.
61
622005-04-25      Jennifer Averett <jennifer.averett@oarcorp.com>
63
64        PR 779/bsp
65        * clock/p_clock.c: Add parameter to powerpc exception handler routines
66
672005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
70        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
71        CPU_MINIMUM_STACK_FRAME_SIZE.
72
732005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
76
772005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Merge-in wrapup/Makefile.am.
80        * wrapup/Makefile.am: Remove.
81        * configure.ac: Reflect changes above.
82
832005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
86
872005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
90
912004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * console/console.c, include/bsp.h, startup/bspstart.c,
94        startup/iss555.c: Use POSIX fixed size types.
95
962004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * configure.ac: Require automake > 1.9.
99
1002004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 610/bsps
103        * Makefile.am: Add include/tm27.h, Cosmetics.
104        * include/tm27.h: Final cosmetics.
105
1062004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * include/bsp.h: Split out tmtest27 support.
109        * include/tm27.h: New.
110
1112004-04-21      Joel Sherrill <joel@OARcorp.com>
112
113        PR 611/bsps
114        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
115        for tm27 and do not add another macro definition.
116        * startup/tm27supp.c: New file.
117
1182004-04-21      Joel Sherrill <joel@OARcorp.com>
119
120        PR 611/bsps
121        * Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
122        for tm27 and do not add another macro definition.
123        * startup/tm27supp.c: New file.
124
1252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        PR 613/bsps
128        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
129
1302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        PR 614/bsps
133        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
134
1352004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
138
1392004-04-12      David Querbach <querbach@realtime.bc.ca>
140
141        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
142        times, clock/p_clock.c, console/console.c, include/.cvsignore,
143        include/bsp.h, include/coverhd.h, irq/irq.h, startup/bspstart.c,
144        startup/iss555.c, startup/linkcmds, startup/start.S,
145        wrapup/.cvsignore, wrapup/Makefile.am: New files.
146
Note: See TracBrowser for help on using the repository browser.