source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 5a33479a

Last change on this file since 5a33479a was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 13.1 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-08-23      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/bspstart.c: Revert patch adding new exception support code to
12        an old exception BSP.
13
142006-08-22      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/bspstart.c: Add basic _BSP_Fatal_error.
17
182006-08-09      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
21
222006-03-08      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
25
262006-02-08      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds, startup/linkcmds.dl: Add sections required by newer
29        gcc versions.
30
312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Remove explicit ampolish3 support (now in
34        RTEMS_BSP_CONFIGURE).
35
362006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Add ampolish3 support.
39        * Makefile.am: Add preinstall.am.
40
412006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Don't include subdirs.am.
44
452005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * include/bsp.h: New header guard.
48
492005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
52
532005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
56
572005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Merge-in wrapup/Makefile.am.
60        * wrapup/Makefile.am: Remove.
61        * configure.ac: Reflect changes above.
62
632005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * dlentry/dlentry.S, flashentry/flashentry.S:
66        Remove PPC_ABI_POWEROPEN.
67
682005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
71
722005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
75
762004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        PR 697/bsps
79        * flashentry/flashentry.S: Fix broken comments
80        (Patch by Thomas.Doerfler@imd-systems.de)
81
822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * configure.ac: Require automake > 1.9.
85
862004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        PR 610/bsps
89        * Makefile.am: Add include/tm27.h, Cosmetics.
90        * include/tm27.h: Final cosmetics.
91
922004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * include/bsp.h: Split out tmtest27 support.
95        * include/tm27.h: New.
96
972004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        PR 613/bsps
100        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
101
1022004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        PR 614/bsps
105        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
106
1072004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
110        <rtems/score/ppc.h>.
111
1122004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
115        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
116
1172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
120        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
121        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
122
1232004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * startup/bspstart.c: Convert to using c99 fixed size types.
126
1272004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect changes to bsp.am.
130        Preinstall dist_project_lib*.
131
1322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect changes to bsp.am.
135
1362004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Convert to automake-building rules.
139
1402004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
143        startup/Makefile.am. Use automake compilation rules.
144        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
145        Remove.
146        * configure.ac: Reflect changes above.
147        * wrapup/Makefile.am: Reflect changes above.
148
1492004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Reflect changes to
152        ../support/*exception_processing/*.
153
1542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
157        Add RTEMS_PROG_CCAS.
158
1592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add PREINSTALL_DIRS.
162        * wrapup/Makefile.am: Reflect changes to libcpu.
163
1642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
167        Add PRE/TMPINSTALL_FILES to CLEANFILES.
168        * startup/Makefile.am: Ditto.
169
1702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Eliminate $(LIB).
173        Use noinst_DATA to trigger building libbsp.a.
174
1752003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * dlentry/Makefile.am: Eliminate VPATH.
178        * flashentry/Makefile.am: Eliminate VPATH.
179        * startup/Makefile.am: Eliminate VPATH.
180
1812003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * startup/linkcmds: Remove SEARCH_DIR.
184        * startup/linkcmds.dl: Remove SEARCH_DIR.
185
1862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
189        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
194        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
195
1962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
199
2002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Misc cleanups and fixes.
203        * startup/Makefile.am: Misc cleanups and fixes.
204        * startup/linkcmds: Preparations for gcc-3.3.x.
205        * wrapup/Makefile.am: Misc cleanups and fixes.
206
2072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add preinstallation dirstamp support.
210        Don't preinstall bsp_specs.dl.
211        * dlentry/Makefile.am: Cosmetics.
212        * flashentry/Makefile.am: Cosmetics.
213        * startup/Makefile.am: Cosmetics.
214        * wrapup/Makefile.am: Cosmetics.
215
2162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * dlentry/Makefile.am: Remove all-local: $(ARCH).
219        * flashentry/Makefile.am: Remove all-local: $(ARCH).
220        * startup/Makefile.am: Remove all-local: $(ARCH).
221        * wrapup/Makefile.am: Remove all-local: $(ARCH).
222
2232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Merge-in include/Makefile.am.
226        Reflect changes to bsp.am.
227        * include/Makefile.am: Remove.
228        * configure.ac: Reflect changes above.
229
2302003-09-04      Joel Sherrill <joel@OARcorp.com>
231
232        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
233        startup/setvec.c: URL for license changed.
234
2352003-09-04      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/bspstart.c: Removed incorrect statement about copyright
238        assignment.
239
2402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect having moved aclocal/.
243
2442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect having moved automake/.
247        * dlentry/Makefile.am: Reflect having moved automake/.
248        * flashentry/Makefile.am: Reflect having moved automake/.
249        * include/Makefile.am: Reflect having moved automake/.
250        * startup/Makefile.am: Reflect having moved automake/.
251        * wrapup/Makefile.am: Reflect having moved automake/.
252
2532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
256
2572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        PR 445/bsps
260        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
261        Remove cpp, old_cpp (now unused).
262
2632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove AC_CONFIG_AUX_DIR.
266
2672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
270
2712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: AC_PREREQ(2.57).
274
2752003-01-20      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds*: Add FreeBSD sysctl() sections.
278
2792003-01-20      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
282
2832002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288
2892002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292
2932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * .cvsignore: Reformat.
296        Add autom4te*cache.
297        Remove autom4te.cache.
298
2992002-08-21      Joel Sherrill <joel@OARcorp.com>
300
301        * bsp_specs: Added support for -nostdlibs.
302
3032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
309
3102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
313
3142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
317        Remove $(OBJS) from all-local.
318
3192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
322
3232002-06-14      Joel Sherrill <joel@OARcorp.com>
324
325        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
326        gnu.linkonce.r sections.
3272001-05-09      Joel Sherrill <joel@OARcorp.com>
328
329        * startup/linkcmds: In support of gcc 3.1, added one of more
330        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
331        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
332        and direction of segments to memory regions may also have been
333        addressed.  This was a sweep across all BSPs.
334 
3352001-04-08      Joel Sherrill <joel@OARcorp.com>
336
337        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
338        add .eh_frame.
339 
3402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac:
343        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
344        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
345        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351
3522001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
355
3562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
359
3602001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
363        SUBDIRS.
364        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
365        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
366        RTEMS_PPC_EXCEPTIONS([old]).
367        * include/Makefile.am: Convert PREINSTALL_FILES to
368        TMPINSTALL_FILES, include force-preinstall.am.
369        * wrapup/Makefile.am: Apply @exceptions@.
370
3712001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
372
373        This modification is part of the submitted modifications necessary to
374        support the IBM PPC405 family.  This submission was reviewed by
375        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
376        not negatively impact the ppc403 BSPs.  The submission and tracking
377        process was captured as PR50.
378        * include/bsp.h: Increase the interrupt stack size to 16K.
379
3802001-10-25      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: Added _init and _fini.
383
3842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
387        * configure.in: Remove.
388        * configure.ac: New file, generated from configure.in by autoupdate.
389
3902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
393
3942001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.in: Add bspopts.h.
397        * include/.cvsignore: Add bspopts.h*, stamp-h*.
398        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
399        * include/bsp.h: Include bspopts.h.
400
4012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
402
403        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
404
4052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
408
4092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
412
4132000-11-01      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
416        and libcsupport.h moved from libc to lib/include/rtems and
417        now must be referenced as <rtems/XXX.h>.   Header file order
418        was cleaned up while doing this.
419
4202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
423        Switch to GNU canonicalization.
424
4252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
426
427        * startup/linkcmds: Added lines so DWARF debug information
428        would be available.  Otherwise gdb complains that the offsets
429        for the debug info are incorrect and doesn't load the files.
430
4312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
434        wrapup/Makefile.am: Include compile.am
435
4362000-08-10      Joel Sherrill <joel@OARcorp.com>
437
438        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.