source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
29        <rtems/score/ppc.h>.
30
312004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
34        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
35
362004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
39        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
40        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
41
422004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * startup/bspstart.c: Convert to using c99 fixed size types.
45
462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect changes to bsp.am.
49        Preinstall dist_project_lib*.
50
512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect changes to bsp.am.
54
552004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Convert to automake-building rules.
58
592004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
62        startup/Makefile.am. Use automake compilation rules.
63        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
64        Remove.
65        * configure.ac: Reflect changes above.
66        * wrapup/Makefile.am: Reflect changes above.
67
682004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Reflect changes to
71        ../support/*exception_processing/*.
72
732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
76        Add RTEMS_PROG_CCAS.
77
782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add PREINSTALL_DIRS.
81        * wrapup/Makefile.am: Reflect changes to libcpu.
82
832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
86        Add PRE/TMPINSTALL_FILES to CLEANFILES.
87        * startup/Makefile.am: Ditto.
88
892004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Eliminate $(LIB).
92        Use noinst_DATA to trigger building libbsp.a.
93
942003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * dlentry/Makefile.am: Eliminate VPATH.
97        * flashentry/Makefile.am: Eliminate VPATH.
98        * startup/Makefile.am: Eliminate VPATH.
99
1002003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/linkcmds: Remove SEARCH_DIR.
103        * startup/linkcmds.dl: Remove SEARCH_DIR.
104
1052003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
108        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
113        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
118
1192003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Misc cleanups and fixes.
122        * startup/Makefile.am: Misc cleanups and fixes.
123        * startup/linkcmds: Preparations for gcc-3.3.x.
124        * wrapup/Makefile.am: Misc cleanups and fixes.
125
1262003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add preinstallation dirstamp support.
129        Don't preinstall bsp_specs.dl.
130        * dlentry/Makefile.am: Cosmetics.
131        * flashentry/Makefile.am: Cosmetics.
132        * startup/Makefile.am: Cosmetics.
133        * wrapup/Makefile.am: Cosmetics.
134
1352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * dlentry/Makefile.am: Remove all-local: $(ARCH).
138        * flashentry/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * wrapup/Makefile.am: Remove all-local: $(ARCH).
141
1422003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Merge-in include/Makefile.am.
145        Reflect changes to bsp.am.
146        * include/Makefile.am: Remove.
147        * configure.ac: Reflect changes above.
148
1492003-09-04      Joel Sherrill <joel@OARcorp.com>
150
151        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
152        startup/setvec.c: URL for license changed.
153
1542003-09-04      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/bspstart.c: Removed incorrect statement about copyright
157        assignment.
158
1592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved aclocal/.
162
1632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved automake/.
166        * dlentry/Makefile.am: Reflect having moved automake/.
167        * flashentry/Makefile.am: Reflect having moved automake/.
168        * include/Makefile.am: Reflect having moved automake/.
169        * startup/Makefile.am: Reflect having moved automake/.
170        * wrapup/Makefile.am: Reflect having moved automake/.
171
1722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
175
1762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        PR 445/bsps
179        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
180        Remove cpp, old_cpp (now unused).
181
1822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove AC_CONFIG_AUX_DIR.
185
1862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
189
1902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: AC_PREREQ(2.57).
193
1942003-01-20      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds*: Add FreeBSD sysctl() sections.
197
1982003-01-20      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
201
2022002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207
2082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211
2122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Reformat.
215        Add autom4te*cache.
216        Remove autom4te.cache.
217
2182002-08-21      Joel Sherrill <joel@OARcorp.com>
219
220        * bsp_specs: Added support for -nostdlibs.
221
2222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
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 and added gnu.linkonce.t and
245        gnu.linkonce.r sections.
2462001-05-09      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds: In support of gcc 3.1, added one of more
249        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
250        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
251        and direction of segments to memory regions may also have been
252        addressed.  This was a sweep across all BSPs.
253 
2542001-04-08      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
257        add .eh_frame.
258 
2592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac:
262        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
263        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
264        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270
2712001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
274
2752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
278
2792001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
282        SUBDIRS.
283        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
284        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
285        RTEMS_PPC_EXCEPTIONS([old]).
286        * include/Makefile.am: Convert PREINSTALL_FILES to
287        TMPINSTALL_FILES, include force-preinstall.am.
288        * wrapup/Makefile.am: Apply @exceptions@.
289
2902001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
291
292        This modification is part of the submitted modifications necessary to
293        support the IBM PPC405 family.  This submission was reviewed by
294        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
295        not negatively impact the ppc403 BSPs.  The submission and tracking
296        process was captured as PR50.
297        * include/bsp.h: Increase the interrupt stack size to 16K.
298
2992001-10-25      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/linkcmds: Added _init and _fini.
302
3032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
306        * configure.in: Remove.
307        * configure.ac: New file, generated from configure.in by autoupdate.
308
3092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
312
3132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.in: Add bspopts.h.
316        * include/.cvsignore: Add bspopts.h*, stamp-h*.
317        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
318        * include/bsp.h: Include bspopts.h.
319
3202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
323
3242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
327
3282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
331
3322000-11-01      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
335        and libcsupport.h moved from libc to lib/include/rtems and
336        now must be referenced as <rtems/XXX.h>.   Header file order
337        was cleaned up while doing this.
338
3392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
342        Switch to GNU canonicalization.
343
3442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
345
346        * startup/linkcmds: Added lines so DWARF debug information
347        would be available.  Otherwise gdb complains that the offsets
348        for the debug info are incorrect and doesn't load the files.
349
3502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
353        wrapup/Makefile.am: Include compile.am
354
3552000-08-10      Joel Sherrill <joel@OARcorp.com>
356
357        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.