source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 39785ad1

4.104.114.84.95
Last change on this file since 39785ad1 was 39785ad1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/04 at 02:41:28

2004-10-02 Ralf Corsepius <ralf_corsepius@…>

PR 697/bsps

  • flashentry/flashentry.S: Fix broken comments (Patch by Thomas.Doerfler@…)
  • Property mode set to 100644
File size: 11.1 KB
Line 
12004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 697/bsps
4        * flashentry/flashentry.S: Fix broken comments
5        (Patch by Thomas.Doerfler@imd-systems.de)
6
72004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * configure.ac: Require automake > 1.9.
10
112004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        PR 610/bsps
14        * Makefile.am: Add include/tm27.h, Cosmetics.
15        * include/tm27.h: Final cosmetics.
16
172004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * include/bsp.h: Split out tmtest27 support.
20        * include/tm27.h: New.
21
222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        PR 613/bsps
25        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
26
272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        PR 614/bsps
30        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
31
322004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
35        <rtems/score/ppc.h>.
36
372004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
40        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
41
422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
45        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
46        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
47
482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * startup/bspstart.c: Convert to using c99 fixed size types.
51
522004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect changes to bsp.am.
55        Preinstall dist_project_lib*.
56
572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect changes to bsp.am.
60
612004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Convert to automake-building rules.
64
652004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
68        startup/Makefile.am. Use automake compilation rules.
69        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
70        Remove.
71        * configure.ac: Reflect changes above.
72        * wrapup/Makefile.am: Reflect changes above.
73
742004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Reflect changes to
77        ../support/*exception_processing/*.
78
792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
82        Add RTEMS_PROG_CCAS.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_DIRS.
87        * wrapup/Makefile.am: Reflect changes to libcpu.
88
892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
92        Add PRE/TMPINSTALL_FILES to CLEANFILES.
93        * startup/Makefile.am: Ditto.
94
952004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Eliminate $(LIB).
98        Use noinst_DATA to trigger building libbsp.a.
99
1002003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * dlentry/Makefile.am: Eliminate VPATH.
103        * flashentry/Makefile.am: Eliminate VPATH.
104        * startup/Makefile.am: Eliminate VPATH.
105
1062003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * startup/linkcmds: Remove SEARCH_DIR.
109        * startup/linkcmds.dl: Remove SEARCH_DIR.
110
1112003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
114        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
119        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
124
1252003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Misc cleanups and fixes.
128        * startup/Makefile.am: Misc cleanups and fixes.
129        * startup/linkcmds: Preparations for gcc-3.3.x.
130        * wrapup/Makefile.am: Misc cleanups and fixes.
131
1322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Add preinstallation dirstamp support.
135        Don't preinstall bsp_specs.dl.
136        * dlentry/Makefile.am: Cosmetics.
137        * flashentry/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * wrapup/Makefile.am: Cosmetics.
140
1412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * dlentry/Makefile.am: Remove all-local: $(ARCH).
144        * flashentry/Makefile.am: Remove all-local: $(ARCH).
145        * startup/Makefile.am: Remove all-local: $(ARCH).
146        * wrapup/Makefile.am: Remove all-local: $(ARCH).
147
1482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Merge-in include/Makefile.am.
151        Reflect changes to bsp.am.
152        * include/Makefile.am: Remove.
153        * configure.ac: Reflect changes above.
154
1552003-09-04      Joel Sherrill <joel@OARcorp.com>
156
157        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
158        startup/setvec.c: URL for license changed.
159
1602003-09-04      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: Removed incorrect statement about copyright
163        assignment.
164
1652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved aclocal/.
168
1692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved automake/.
172        * dlentry/Makefile.am: Reflect having moved automake/.
173        * flashentry/Makefile.am: Reflect having moved automake/.
174        * include/Makefile.am: Reflect having moved automake/.
175        * startup/Makefile.am: Reflect having moved automake/.
176        * wrapup/Makefile.am: Reflect having moved automake/.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove AC_CONFIG_AUX_DIR.
191
1922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AC_PREREQ(2.57).
199
2002003-01-20      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds*: Add FreeBSD sysctl() sections.
203
2042003-01-20      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
207
2082002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217
2182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Reformat.
221        Add autom4te*cache.
222        Remove autom4te.cache.
223
2242002-08-21      Joel Sherrill <joel@OARcorp.com>
225
226        * bsp_specs: Added support for -nostdlibs.
227
2282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
234
2352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
238
2392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
242        Remove $(OBJS) from all-local.
243
2442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
247
2482002-06-14      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
251        gnu.linkonce.r sections.
2522001-05-09      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds: In support of gcc 3.1, added one of more
255        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
256        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
257        and direction of segments to memory regions may also have been
258        addressed.  This was a sweep across all BSPs.
259 
2602001-04-08      Joel Sherrill <joel@OARcorp.com>
261
262        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
263        add .eh_frame.
264 
2652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac:
268        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
269        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
270        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
276
2772001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
280
2812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
284
2852001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
288        SUBDIRS.
289        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
290        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
291        RTEMS_PPC_EXCEPTIONS([old]).
292        * include/Makefile.am: Convert PREINSTALL_FILES to
293        TMPINSTALL_FILES, include force-preinstall.am.
294        * wrapup/Makefile.am: Apply @exceptions@.
295
2962001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
297
298        This modification is part of the submitted modifications necessary to
299        support the IBM PPC405 family.  This submission was reviewed by
300        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
301        not negatively impact the ppc403 BSPs.  The submission and tracking
302        process was captured as PR50.
303        * include/bsp.h: Increase the interrupt stack size to 16K.
304
3052001-10-25      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: Added _init and _fini.
308
3092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
312        * configure.in: Remove.
313        * configure.ac: New file, generated from configure.in by autoupdate.
314
3152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
318
3192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.in: Add bspopts.h.
322        * include/.cvsignore: Add bspopts.h*, stamp-h*.
323        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
324        * include/bsp.h: Include bspopts.h.
325
3262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
327
328        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
329
3302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
333
3342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
337
3382000-11-01      Joel Sherrill <joel@OARcorp.com>
339
340        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
341        and libcsupport.h moved from libc to lib/include/rtems and
342        now must be referenced as <rtems/XXX.h>.   Header file order
343        was cleaned up while doing this.
344
3452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
348        Switch to GNU canonicalization.
349
3502000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
351
352        * startup/linkcmds: Added lines so DWARF debug information
353        would be available.  Otherwise gdb complains that the offsets
354        for the debug info are incorrect and doesn't load the files.
355
3562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
359        wrapup/Makefile.am: Include compile.am
360
3612000-08-10      Joel Sherrill <joel@OARcorp.com>
362
363        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.