source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 3344730a

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
14        <rtems/score/ppc.h>.
15
162004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
19        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
20
212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
24        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
25        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
26
272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * startup/bspstart.c: Convert to using c99 fixed size types.
30
312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34        Preinstall dist_project_lib*.
35
362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39
402004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Convert to automake-building rules.
43
442004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
47        startup/Makefile.am. Use automake compilation rules.
48        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
49        Remove.
50        * configure.ac: Reflect changes above.
51        * wrapup/Makefile.am: Reflect changes above.
52
532004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Reflect changes to
56        ../support/*exception_processing/*.
57
582004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
61        Add RTEMS_PROG_CCAS.
62
632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add PREINSTALL_DIRS.
66        * wrapup/Makefile.am: Reflect changes to libcpu.
67
682004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
71        Add PRE/TMPINSTALL_FILES to CLEANFILES.
72        * startup/Makefile.am: Ditto.
73
742004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate $(LIB).
77        Use noinst_DATA to trigger building libbsp.a.
78
792003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * dlentry/Makefile.am: Eliminate VPATH.
82        * flashentry/Makefile.am: Eliminate VPATH.
83        * startup/Makefile.am: Eliminate VPATH.
84
852003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/linkcmds: Remove SEARCH_DIR.
88        * startup/linkcmds.dl: Remove SEARCH_DIR.
89
902003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
93        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
94
952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
98        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
99
1002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
103
1042003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Misc cleanups and fixes.
107        * startup/Makefile.am: Misc cleanups and fixes.
108        * startup/linkcmds: Preparations for gcc-3.3.x.
109        * wrapup/Makefile.am: Misc cleanups and fixes.
110
1112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add preinstallation dirstamp support.
114        Don't preinstall bsp_specs.dl.
115        * dlentry/Makefile.am: Cosmetics.
116        * flashentry/Makefile.am: Cosmetics.
117        * startup/Makefile.am: Cosmetics.
118        * wrapup/Makefile.am: Cosmetics.
119
1202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * dlentry/Makefile.am: Remove all-local: $(ARCH).
123        * flashentry/Makefile.am: Remove all-local: $(ARCH).
124        * startup/Makefile.am: Remove all-local: $(ARCH).
125        * wrapup/Makefile.am: Remove all-local: $(ARCH).
126
1272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Merge-in include/Makefile.am.
130        Reflect changes to bsp.am.
131        * include/Makefile.am: Remove.
132        * configure.ac: Reflect changes above.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
137        startup/setvec.c: URL for license changed.
138
1392003-09-04      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/bspstart.c: Removed incorrect statement about copyright
142        assignment.
143
1442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved aclocal/.
147
1482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect having moved automake/.
151        * dlentry/Makefile.am: Reflect having moved automake/.
152        * flashentry/Makefile.am: Reflect having moved automake/.
153        * include/Makefile.am: Reflect having moved automake/.
154        * startup/Makefile.am: Reflect having moved automake/.
155        * wrapup/Makefile.am: Reflect having moved automake/.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
160
1612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        PR 445/bsps
164        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
165        Remove cpp, old_cpp (now unused).
166
1672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove AC_CONFIG_AUX_DIR.
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AC_PREREQ(2.57).
178
1792003-01-20      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds*: Add FreeBSD sysctl() sections.
182
1832003-01-20      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
186
1872002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192
1932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * .cvsignore: Reformat.
200        Add autom4te*cache.
201        Remove autom4te.cache.
202
2032002-08-21      Joel Sherrill <joel@OARcorp.com>
204
205        * bsp_specs: Added support for -nostdlibs.
206
2072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
213
2142002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
217
2182002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
221        Remove $(OBJS) from all-local.
222
2232002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
226
2272002-06-14      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
230        gnu.linkonce.r sections.
2312001-05-09      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: In support of gcc 3.1, added one of more
234        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
235        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
236        and direction of segments to memory regions may also have been
237        addressed.  This was a sweep across all BSPs.
238 
2392001-04-08      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
242        add .eh_frame.
243 
2442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac:
247        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
248        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
249        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
255
2562001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
259
2602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
263
2642001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
267        SUBDIRS.
268        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
269        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
270        RTEMS_PPC_EXCEPTIONS([old]).
271        * include/Makefile.am: Convert PREINSTALL_FILES to
272        TMPINSTALL_FILES, include force-preinstall.am.
273        * wrapup/Makefile.am: Apply @exceptions@.
274
2752001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
276
277        This modification is part of the submitted modifications necessary to
278        support the IBM PPC405 family.  This submission was reviewed by
279        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
280        not negatively impact the ppc403 BSPs.  The submission and tracking
281        process was captured as PR50.
282        * include/bsp.h: Increase the interrupt stack size to 16K.
283
2842001-10-25      Joel Sherrill <joel@OARcorp.com>
285
286        * startup/linkcmds: Added _init and _fini.
287
2882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
291        * configure.in: Remove.
292        * configure.ac: New file, generated from configure.in by autoupdate.
293
2942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
297
2982001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: Add bspopts.h.
301        * include/.cvsignore: Add bspopts.h*, stamp-h*.
302        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
303        * include/bsp.h: Include bspopts.h.
304
3052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
308
3092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
312
3132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
316
3172000-11-01      Joel Sherrill <joel@OARcorp.com>
318
319        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
320        and libcsupport.h moved from libc to lib/include/rtems and
321        now must be referenced as <rtems/XXX.h>.   Header file order
322        was cleaned up while doing this.
323
3242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
327        Switch to GNU canonicalization.
328
3292000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
330
331        * startup/linkcmds: Added lines so DWARF debug information
332        would be available.  Otherwise gdb complains that the offsets
333        for the debug info are incorrect and doesn't load the files.
334
3352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
338        wrapup/Makefile.am: Include compile.am
339
3402000-08-10      Joel Sherrill <joel@OARcorp.com>
341
342        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.