source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 46898a6b

4.104.114.84.95
Last change on this file since 46898a6b was 58d4947, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 04:41:27

changes

  • Property mode set to 100644
File size: 13.6 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Add ecrti%O%s to "startfile:".
4        * bsp_specs: Remove qrtems_debug.
5
62007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * bsp_specs: Remove lib (Now expected to exist in GCC).
9
102007-04-02      Joel Sherrill <joel@OARcorp.com>
11
12        * Makefile.am: Add dummy printk support so all tests link.
13
142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: New BUG-REPORT address.
17
182006-11-15      Joel Sherrill <joel@OARcorp.com>
19
20        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
21        file and simplified initialization.
22
232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.60. Require automake-1.10.
26
272006-08-23      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/bspstart.c: Revert patch adding new exception support code to
30        an old exception BSP.
31
322006-08-22      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/bspstart.c: Add basic _BSP_Fatal_error.
35
362006-08-09      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
39
402006-03-08      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
43
442006-02-08      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds, startup/linkcmds.dl: Add sections required by newer
47        gcc versions.
48
492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Remove explicit ampolish3 support (now in
52        RTEMS_BSP_CONFIGURE).
53
542006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Add ampolish3 support.
57        * Makefile.am: Add preinstall.am.
58
592006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Don't include subdirs.am.
62
632005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * include/bsp.h: New header guard.
66
672005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
70
712005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
74
752005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Merge-in wrapup/Makefile.am.
78        * wrapup/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80
812005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * dlentry/dlentry.S, flashentry/flashentry.S:
84        Remove PPC_ABI_POWEROPEN.
85
862005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
89
902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
93
942004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        PR 697/bsps
97        * flashentry/flashentry.S: Fix broken comments
98        (Patch by Thomas.Doerfler@imd-systems.de)
99
1002004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * configure.ac: Require automake > 1.9.
103
1042004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        PR 610/bsps
107        * Makefile.am: Add include/tm27.h, Cosmetics.
108        * include/tm27.h: Final cosmetics.
109
1102004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * include/bsp.h: Split out tmtest27 support.
113        * include/tm27.h: New.
114
1152004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        PR 613/bsps
118        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
119
1202004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        PR 614/bsps
123        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
124
1252004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
128        <rtems/score/ppc.h>.
129
1302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
133        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
134
1352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
138        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
139        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
140
1412004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * startup/bspstart.c: Convert to using c99 fixed size types.
144
1452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect changes to bsp.am.
148        Preinstall dist_project_lib*.
149
1502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Reflect changes to bsp.am.
153
1542004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Convert to automake-building rules.
157
1582004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
161        startup/Makefile.am. Use automake compilation rules.
162        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
163        Remove.
164        * configure.ac: Reflect changes above.
165        * wrapup/Makefile.am: Reflect changes above.
166
1672004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * wrapup/Makefile.am: Reflect changes to
170        ../support/*exception_processing/*.
171
1722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
175        Add RTEMS_PROG_CCAS.
176
1772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Add PREINSTALL_DIRS.
180        * wrapup/Makefile.am: Reflect changes to libcpu.
181
1822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
185        Add PRE/TMPINSTALL_FILES to CLEANFILES.
186        * startup/Makefile.am: Ditto.
187
1882004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Eliminate $(LIB).
191        Use noinst_DATA to trigger building libbsp.a.
192
1932003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * dlentry/Makefile.am: Eliminate VPATH.
196        * flashentry/Makefile.am: Eliminate VPATH.
197        * startup/Makefile.am: Eliminate VPATH.
198
1992003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * startup/linkcmds: Remove SEARCH_DIR.
202        * startup/linkcmds.dl: Remove SEARCH_DIR.
203
2042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
207        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
208
2092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
212        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
213
2142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
217
2182003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Misc cleanups and fixes.
221        * startup/Makefile.am: Misc cleanups and fixes.
222        * startup/linkcmds: Preparations for gcc-3.3.x.
223        * wrapup/Makefile.am: Misc cleanups and fixes.
224
2252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Add preinstallation dirstamp support.
228        Don't preinstall bsp_specs.dl.
229        * dlentry/Makefile.am: Cosmetics.
230        * flashentry/Makefile.am: Cosmetics.
231        * startup/Makefile.am: Cosmetics.
232        * wrapup/Makefile.am: Cosmetics.
233
2342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * dlentry/Makefile.am: Remove all-local: $(ARCH).
237        * flashentry/Makefile.am: Remove all-local: $(ARCH).
238        * startup/Makefile.am: Remove all-local: $(ARCH).
239        * wrapup/Makefile.am: Remove all-local: $(ARCH).
240
2412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Merge-in include/Makefile.am.
244        Reflect changes to bsp.am.
245        * include/Makefile.am: Remove.
246        * configure.ac: Reflect changes above.
247
2482003-09-04      Joel Sherrill <joel@OARcorp.com>
249
250        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
251        startup/setvec.c: URL for license changed.
252
2532003-09-04      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/bspstart.c: Removed incorrect statement about copyright
256        assignment.
257
2582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Reflect having moved aclocal/.
261
2622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect having moved automake/.
265        * dlentry/Makefile.am: Reflect having moved automake/.
266        * flashentry/Makefile.am: Reflect having moved automake/.
267        * include/Makefile.am: Reflect having moved automake/.
268        * startup/Makefile.am: Reflect having moved automake/.
269        * wrapup/Makefile.am: Reflect having moved automake/.
270
2712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
274
2752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        PR 445/bsps
278        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
279        Remove cpp, old_cpp (now unused).
280
2812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Remove AC_CONFIG_AUX_DIR.
284
2852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
288
2892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: AC_PREREQ(2.57).
292
2932003-01-20      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds*: Add FreeBSD sysctl() sections.
296
2972003-01-20      Joel Sherrill <joel@OARcorp.com>
298
299        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
300
3012002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306
3072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310
3112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * .cvsignore: Reformat.
314        Add autom4te*cache.
315        Remove autom4te.cache.
316
3172002-08-21      Joel Sherrill <joel@OARcorp.com>
318
319        * bsp_specs: Added support for -nostdlibs.
320
3212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
327
3282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
331
3322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
335        Remove $(OBJS) from all-local.
336
3372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
340
3412002-06-14      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
344        gnu.linkonce.r sections.
3452001-05-09      Joel Sherrill <joel@OARcorp.com>
346
347        * startup/linkcmds: In support of gcc 3.1, added one of more
348        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
349        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
350        and direction of segments to memory regions may also have been
351        addressed.  This was a sweep across all BSPs.
352 
3532001-04-08      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
356        add .eh_frame.
357 
3582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac:
361        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
362        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
363        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
369
3702001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
373
3742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
377
3782001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
381        SUBDIRS.
382        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
383        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
384        RTEMS_PPC_EXCEPTIONS([old]).
385        * include/Makefile.am: Convert PREINSTALL_FILES to
386        TMPINSTALL_FILES, include force-preinstall.am.
387        * wrapup/Makefile.am: Apply @exceptions@.
388
3892001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
390
391        This modification is part of the submitted modifications necessary to
392        support the IBM PPC405 family.  This submission was reviewed by
393        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
394        not negatively impact the ppc403 BSPs.  The submission and tracking
395        process was captured as PR50.
396        * include/bsp.h: Increase the interrupt stack size to 16K.
397
3982001-10-25      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/linkcmds: Added _init and _fini.
401
4022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
405        * configure.in: Remove.
406        * configure.ac: New file, generated from configure.in by autoupdate.
407
4082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
411
4122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.in: Add bspopts.h.
415        * include/.cvsignore: Add bspopts.h*, stamp-h*.
416        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
417        * include/bsp.h: Include bspopts.h.
418
4192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
420
421        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
422
4232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
426
4272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
430
4312000-11-01      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
434        and libcsupport.h moved from libc to lib/include/rtems and
435        now must be referenced as <rtems/XXX.h>.   Header file order
436        was cleaned up while doing this.
437
4382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
441        Switch to GNU canonicalization.
442
4432000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
444
445        * startup/linkcmds: Added lines so DWARF debug information
446        would be available.  Otherwise gdb complains that the offsets
447        for the debug info are incorrect and doesn't load the files.
448
4492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
452        wrapup/Makefile.am: Include compile.am
453
4542000-08-10      Joel Sherrill <joel@OARcorp.com>
455
456        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.