source: rtems/c/src/lib/libbsp/powerpc/gen405/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

2004-04-23 Ralf Corsepius <ralf_corsepius@…>

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
29        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
30        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * startup/bspstart.c: Convert to using c99 fixed size types.
35
362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39        Preinstall dist_project_lib*.
40
412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44
452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Convert to automake-building rules.
48
492004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge-in dlentry/Makefile.am, startup/Makefile.am. Use
52        automake compilation rules.
53        * dlentry/Makefile.am, startup/Makefile.am: Remove.
54        * configure.ac: Reflect changes above.
55        * wrapup/Makefile.am: Reflect changes above.
56
572004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Reflect changes to
60        ../support/*exception_processing/*.
61
622004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
65        Add RTEMS_PROG_CCAS.
66
672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add PREINSTALL_DIRS.
70        * wrapup/Makefile.am: Reflect changes to libcpu.
71
722004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
75        Add PRE/TMPINSTALL_FILES to CLEANFILES.
76        * startup/Makefile.am: Ditto.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate $(LIB).
81        Use noinst_DATA to trigger building libbsp.a.
82
832003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * dlentry/Makefile.am: Eliminate VPATH.
86        * startup/Makefile.am: Eliminate VPATH.
87
882003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        PR 333/bsps
91        * startup/linkcmds: Remove SEARCH_DIR.
92
932003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * startup/linkcmds: Remove SEARCH_DIR.
96        * startup/linkcmds.dl: Remove SEARCH_DIR.
97
982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/Makefile.am: Misc cleanups and fixes.
113        * startup/linkcmds: Preparations to gcc-3.3.x.
114        * wrapup/Makefile.am: Misc cleanups and fixes.
115
1162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add preinstallation dirstamp support.
119        * dlentry/Makefile.am: Cosmetics.
120        * startup/Makefile.am: Cosmetics.
121        * wrapup/Makefile.am: Cosmetics.
122
1232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * dlentry/Makefile.am: Remove all-local: $(ARCH).
126        * startup/Makefile.am: Remove all-local: $(ARCH).
127        * wrapup/Makefile.am: Remove all-local: $(ARCH).
128
1292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Merge-in include/Makefile.am.
132        Reflect changes to bsp.am.
133        * include/Makefile.am: Remove.
134        * configure.ac: Reflect changes above.
135
1362003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * bsp_specs: Remove *lib:.
139
1402003-09-04      Joel Sherrill <joel@OARcorp.com>
141
142        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
143        startup/setvec.c: URL for license changed.
144
1452003-09-04      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/bspstart.c: Removed incorrect statement about copyright
148        assignment.
149
1502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Reflect having moved aclocal/.
153
1542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved automake/.
157        * dlentry/Makefile.am: Reflect having moved automake/.
158        * include/Makefile.am: Reflect having moved automake/.
159        * startup/Makefile.am: Reflect having moved automake/.
160        * wrapup/Makefile.am: Reflect having moved automake/.
161
1622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
165
1662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 445/bsps
169        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
170        Remove cpp, old_cpp (now unused).
171
1722003-03-24      Joel Sherrill <joel@OARcorp.com>
173
174        PR 378/bsps
175        * bsp_specs: Did not include ecrtn in endfile sections. Reported
176        and fixed by elkolli@crf.canon.fr.
177
1782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove AC_CONFIG_AUX_DIR.
181
1822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
185
1862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: AC_PREREQ(2.57).
189
1902003-01-20      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds*: Add FreeBSD sysctl() sections.
193
1942003-01-20      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
197
1982002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202
2032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206
2072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * .cvsignore: Reformat.
210        Add autom4te*cache.
211        Remove autom4te.cache.
212
2132002-08-21      Joel Sherrill <joel@OARcorp.com>
214
215        * bsp_specs: Added support for -nostdlibs.
216
2172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
222
2232002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
226        the real one provided by gcc.  I don't know if this makes this
227        BSP work for C++ but it at least lets simple programs link again.
228
2292002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
232
2332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
236        Remove $(OBJS) from all-local.
237
2382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
241
2422002-06-14      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/linkcmds: Fixed typo.
2452001-05-09      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/linkcmds: In support of gcc 3.1, added one of more
248        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
249        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
250        and direction of segments to memory regions may also have been
251        addressed.  This was a sweep across all BSPs.
252 
2532001-04-08      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
256        add .eh_frame.
257 
2582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac:
261        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
262        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
263        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
268
2692001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
272
2732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
276
2772001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
280        rules, add @exceptions@ to SUBDIRS.
281        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
282        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
283        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
284        * include/Makefile.am: Convert PREINSTALL_FILES to
285        TMPINSTALL_FILES, include force-preinstall.am.
286        * wrapup/Makefile.am: Apply @exceptions@.
287
2882001-11-20      Joel Sherrill <joel@OARcorp.com>
289
290        * include/bspopts.h.in: Automatically generated file that should not
291        be in CVS.
292
2932001-11-14      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds: Fixed syntax error in my previous addition
296        of __init.
297
2982001-11-13      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds: Added _init, and _fini symbols.
301
3022001-11-13      Joel Sherrill <joel@OARcorp.com>
303
304        * .cvsignore: New file.
305
3062001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
307
308        This modification is part of the submitted modifications necessary to
309        support the IBM PPC405 family.  This submission was reviewed by
310        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
311        not negatively impact the ppc403 BSPs.  The submission and tracking
312        process was captured as PR50.
313        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
314        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
315        include/.cvsignore, include/Makefile.am, include/bsp.h,
316        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
317        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
318        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
319        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
320        part of the new gen405 BSP.
321
Note: See TracBrowser for help on using the repository browser.