source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 8e11831f

4.104.114.84.95
Last change on this file since 8e11831f was 8e11831f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:20
  • dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
  • flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 10.2 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
4        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
9        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
10        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * startup/bspstart.c: Convert to using c99 fixed size types.
15
162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19        Preinstall dist_project_lib*.
20
212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24
252004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Convert to automake-building rules.
28
292004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
32        startup/Makefile.am. Use automake compilation rules.
33        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
34        Remove.
35        * configure.ac: Reflect changes above.
36        * wrapup/Makefile.am: Reflect changes above.
37
382004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Reflect changes to
41        ../support/*exception_processing/*.
42
432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
46        Add RTEMS_PROG_CCAS.
47
482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add PREINSTALL_DIRS.
51        * wrapup/Makefile.am: Reflect changes to libcpu.
52
532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
56        Add PRE/TMPINSTALL_FILES to CLEANFILES.
57        * startup/Makefile.am: Ditto.
58
592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate $(LIB).
62        Use noinst_DATA to trigger building libbsp.a.
63
642003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * dlentry/Makefile.am: Eliminate VPATH.
67        * flashentry/Makefile.am: Eliminate VPATH.
68        * startup/Makefile.am: Eliminate VPATH.
69
702003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/linkcmds: Remove SEARCH_DIR.
73        * startup/linkcmds.dl: Remove SEARCH_DIR.
74
752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
78        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
79
802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
83        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
88
892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Misc cleanups and fixes.
92        * startup/Makefile.am: Misc cleanups and fixes.
93        * startup/linkcmds: Preparations for gcc-3.3.x.
94        * wrapup/Makefile.am: Misc cleanups and fixes.
95
962003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add preinstallation dirstamp support.
99        Don't preinstall bsp_specs.dl.
100        * dlentry/Makefile.am: Cosmetics.
101        * flashentry/Makefile.am: Cosmetics.
102        * startup/Makefile.am: Cosmetics.
103        * wrapup/Makefile.am: Cosmetics.
104
1052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * dlentry/Makefile.am: Remove all-local: $(ARCH).
108        * flashentry/Makefile.am: Remove all-local: $(ARCH).
109        * startup/Makefile.am: Remove all-local: $(ARCH).
110        * wrapup/Makefile.am: Remove all-local: $(ARCH).
111
1122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Merge-in include/Makefile.am.
115        Reflect changes to bsp.am.
116        * include/Makefile.am: Remove.
117        * configure.ac: Reflect changes above.
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
122        startup/setvec.c: URL for license changed.
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/bspstart.c: Removed incorrect statement about copyright
127        assignment.
128
1292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Reflect having moved aclocal/.
132
1332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect having moved automake/.
136        * dlentry/Makefile.am: Reflect having moved automake/.
137        * flashentry/Makefile.am: Reflect having moved automake/.
138        * include/Makefile.am: Reflect having moved automake/.
139        * startup/Makefile.am: Reflect having moved automake/.
140        * wrapup/Makefile.am: Reflect having moved automake/.
141
1422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
145
1462003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        PR 445/bsps
149        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
150        Remove cpp, old_cpp (now unused).
151
1522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove AC_CONFIG_AUX_DIR.
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AC_PREREQ(2.57).
163
1642003-01-20      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds*: Add FreeBSD sysctl() sections.
167
1682003-01-20      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
171
1722002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177
1782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181
1822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * .cvsignore: Reformat.
185        Add autom4te*cache.
186        Remove autom4te.cache.
187
1882002-08-21      Joel Sherrill <joel@OARcorp.com>
189
190        * bsp_specs: Added support for -nostdlibs.
191
1922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
202
2032002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
206        Remove $(OBJS) from all-local.
207
2082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
211
2122002-06-14      Joel Sherrill <joel@OARcorp.com>
213
214        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
215        gnu.linkonce.r sections.
2162001-05-09      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: In support of gcc 3.1, added one of more
219        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
220        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
221        and direction of segments to memory regions may also have been
222        addressed.  This was a sweep across all BSPs.
223 
2242001-04-08      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
227        add .eh_frame.
228 
2292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac:
232        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
233        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
234        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
240
2412001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
244
2452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
248
2492001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
252        SUBDIRS.
253        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
254        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
255        RTEMS_PPC_EXCEPTIONS([old]).
256        * include/Makefile.am: Convert PREINSTALL_FILES to
257        TMPINSTALL_FILES, include force-preinstall.am.
258        * wrapup/Makefile.am: Apply @exceptions@.
259
2602001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
261
262        This modification is part of the submitted modifications necessary to
263        support the IBM PPC405 family.  This submission was reviewed by
264        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
265        not negatively impact the ppc403 BSPs.  The submission and tracking
266        process was captured as PR50.
267        * include/bsp.h: Increase the interrupt stack size to 16K.
268
2692001-10-25      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds: Added _init and _fini.
272
2732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
276        * configure.in: Remove.
277        * configure.ac: New file, generated from configure.in by autoupdate.
278
2792001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
282
2832001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.in: Add bspopts.h.
286        * include/.cvsignore: Add bspopts.h*, stamp-h*.
287        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
288        * include/bsp.h: Include bspopts.h.
289
2902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
293
2942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
297
2982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
301
3022000-11-01      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
305        and libcsupport.h moved from libc to lib/include/rtems and
306        now must be referenced as <rtems/XXX.h>.   Header file order
307        was cleaned up while doing this.
308
3092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
312        Switch to GNU canonicalization.
313
3142000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
315
316        * startup/linkcmds: Added lines so DWARF debug information
317        would be available.  Otherwise gdb complains that the offsets
318        for the debug info are incorrect and doesn't load the files.
319
3202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
323        wrapup/Makefile.am: Include compile.am
324
3252000-08-10      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.