source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 329a2c14

4.104.114.84.95
Last change on this file since 329a2c14 was 329a2c14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/04 at 10:14:51

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

  • flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
4        <rtems/score/ppc.h>.
5
62004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
9        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
14        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
15        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
16
172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * startup/bspstart.c: Convert to using c99 fixed size types.
20
212004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24        Preinstall dist_project_lib*.
25
262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29
302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Convert to automake-building rules.
33
342004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
37        startup/Makefile.am. Use automake compilation rules.
38        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
39        Remove.
40        * configure.ac: Reflect changes above.
41        * wrapup/Makefile.am: Reflect changes above.
42
432004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Reflect changes to
46        ../support/*exception_processing/*.
47
482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
51        Add RTEMS_PROG_CCAS.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add PREINSTALL_DIRS.
56        * wrapup/Makefile.am: Reflect changes to libcpu.
57
582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
61        Add PRE/TMPINSTALL_FILES to CLEANFILES.
62        * startup/Makefile.am: Ditto.
63
642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Eliminate $(LIB).
67        Use noinst_DATA to trigger building libbsp.a.
68
692003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * dlentry/Makefile.am: Eliminate VPATH.
72        * flashentry/Makefile.am: Eliminate VPATH.
73        * startup/Makefile.am: Eliminate VPATH.
74
752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/linkcmds: Remove SEARCH_DIR.
78        * startup/linkcmds.dl: Remove SEARCH_DIR.
79
802003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
83        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
89
902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
93
942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Misc cleanups and fixes.
97        * startup/Makefile.am: Misc cleanups and fixes.
98        * startup/linkcmds: Preparations for gcc-3.3.x.
99        * wrapup/Makefile.am: Misc cleanups and fixes.
100
1012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Add preinstallation dirstamp support.
104        Don't preinstall bsp_specs.dl.
105        * dlentry/Makefile.am: Cosmetics.
106        * flashentry/Makefile.am: Cosmetics.
107        * startup/Makefile.am: Cosmetics.
108        * wrapup/Makefile.am: Cosmetics.
109
1102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * dlentry/Makefile.am: Remove all-local: $(ARCH).
113        * flashentry/Makefile.am: Remove all-local: $(ARCH).
114        * startup/Makefile.am: Remove all-local: $(ARCH).
115        * wrapup/Makefile.am: Remove all-local: $(ARCH).
116
1172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in include/Makefile.am.
120        Reflect changes to bsp.am.
121        * include/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
127        startup/setvec.c: URL for license changed.
128
1292003-09-04      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/bspstart.c: Removed incorrect statement about copyright
132        assignment.
133
1342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved aclocal/.
137
1382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved automake/.
141        * dlentry/Makefile.am: Reflect having moved automake/.
142        * flashentry/Makefile.am: Reflect having moved automake/.
143        * include/Makefile.am: Reflect having moved automake/.
144        * startup/Makefile.am: Reflect having moved automake/.
145        * wrapup/Makefile.am: Reflect having moved automake/.
146
1472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
150
1512003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        PR 445/bsps
154        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
155        Remove cpp, old_cpp (now unused).
156
1572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Remove AC_CONFIG_AUX_DIR.
160
1612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
164
1652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: AC_PREREQ(2.57).
168
1692003-01-20      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/linkcmds*: Add FreeBSD sysctl() sections.
172
1732003-01-20      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
176
1772002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182
1832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
1872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * .cvsignore: Reformat.
190        Add autom4te*cache.
191        Remove autom4te.cache.
192
1932002-08-21      Joel Sherrill <joel@OARcorp.com>
194
195        * bsp_specs: Added support for -nostdlibs.
196
1972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
203
2042002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
207
2082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
211        Remove $(OBJS) from all-local.
212
2132002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
216
2172002-06-14      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
220        gnu.linkonce.r sections.
2212001-05-09      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: In support of gcc 3.1, added one of more
224        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
225        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
226        and direction of segments to memory regions may also have been
227        addressed.  This was a sweep across all BSPs.
228 
2292001-04-08      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
232        add .eh_frame.
233 
2342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac:
237        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
238        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
239        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
245
2462001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
249
2502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
253
2542001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
257        SUBDIRS.
258        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
259        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
260        RTEMS_PPC_EXCEPTIONS([old]).
261        * include/Makefile.am: Convert PREINSTALL_FILES to
262        TMPINSTALL_FILES, include force-preinstall.am.
263        * wrapup/Makefile.am: Apply @exceptions@.
264
2652001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
266
267        This modification is part of the submitted modifications necessary to
268        support the IBM PPC405 family.  This submission was reviewed by
269        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
270        not negatively impact the ppc403 BSPs.  The submission and tracking
271        process was captured as PR50.
272        * include/bsp.h: Increase the interrupt stack size to 16K.
273
2742001-10-25      Joel Sherrill <joel@OARcorp.com>
275
276        * startup/linkcmds: Added _init and _fini.
277
2782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
281        * configure.in: Remove.
282        * configure.ac: New file, generated from configure.in by autoupdate.
283
2842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
287
2882001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.in: Add bspopts.h.
291        * include/.cvsignore: Add bspopts.h*, stamp-h*.
292        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
293        * include/bsp.h: Include bspopts.h.
294
2952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
296
297        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
298
2992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
302
3032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
306
3072000-11-01      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
310        and libcsupport.h moved from libc to lib/include/rtems and
311        now must be referenced as <rtems/XXX.h>.   Header file order
312        was cleaned up while doing this.
313
3142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
317        Switch to GNU canonicalization.
318
3192000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
320
321        * startup/linkcmds: Added lines so DWARF debug information
322        would be available.  Otherwise gdb complains that the offsets
323        for the debug info are incorrect and doesn't load the files.
324
3252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
328        wrapup/Makefile.am: Include compile.am
329
3302000-08-10      Joel Sherrill <joel@OARcorp.com>
331
332        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.