source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 7a99364

4.104.114.84.95
Last change on this file since 7a99364 was 7a99364, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/15/05 at 06:03:57

2005-02-15 Ralf Corsepius <ralf.corsepius@…>

  • flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
  • Property mode set to 100644
File size: 11.7 KB
Line 
12005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
4
52005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Merge-in wrapup/Makefile.am.
8        * wrapup/Makefile.am: Remove.
9        * configure.ac: Reflect changes above.
10
112005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * dlentry/dlentry.S, flashentry/flashentry.S:
14        Remove PPC_ABI_POWEROPEN.
15
162005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
19
202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
23
242004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 697/bsps
27        * flashentry/flashentry.S: Fix broken comments
28        (Patch by Thomas.Doerfler@imd-systems.de)
29
302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 610/bsps
37        * Makefile.am: Add include/tm27.h, Cosmetics.
38        * include/tm27.h: Final cosmetics.
39
402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * include/bsp.h: Split out tmtest27 support.
43        * include/tm27.h: New.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 613/bsps
48        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
49
502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 614/bsps
53        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
54
552004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
58        <rtems/score/ppc.h>.
59
602004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
63        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
64
652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
68        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
69        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
70
712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * startup/bspstart.c: Convert to using c99 fixed size types.
74
752004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78        Preinstall dist_project_lib*.
79
802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83
842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Convert to automake-building rules.
87
882004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
91        startup/Makefile.am. Use automake compilation rules.
92        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
93        Remove.
94        * configure.ac: Reflect changes above.
95        * wrapup/Makefile.am: Reflect changes above.
96
972004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Reflect changes to
100        ../support/*exception_processing/*.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
105        Add RTEMS_PROG_CCAS.
106
1072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add PREINSTALL_DIRS.
110        * wrapup/Makefile.am: Reflect changes to libcpu.
111
1122004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
115        Add PRE/TMPINSTALL_FILES to CLEANFILES.
116        * startup/Makefile.am: Ditto.
117
1182004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Eliminate $(LIB).
121        Use noinst_DATA to trigger building libbsp.a.
122
1232003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * dlentry/Makefile.am: Eliminate VPATH.
126        * flashentry/Makefile.am: Eliminate VPATH.
127        * startup/Makefile.am: Eliminate VPATH.
128
1292003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * startup/linkcmds: Remove SEARCH_DIR.
132        * startup/linkcmds.dl: Remove SEARCH_DIR.
133
1342003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
137        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
142        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
147
1482003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Misc cleanups and fixes.
151        * startup/Makefile.am: Misc cleanups and fixes.
152        * startup/linkcmds: Preparations for gcc-3.3.x.
153        * wrapup/Makefile.am: Misc cleanups and fixes.
154
1552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Add preinstallation dirstamp support.
158        Don't preinstall bsp_specs.dl.
159        * dlentry/Makefile.am: Cosmetics.
160        * flashentry/Makefile.am: Cosmetics.
161        * startup/Makefile.am: Cosmetics.
162        * wrapup/Makefile.am: Cosmetics.
163
1642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * dlentry/Makefile.am: Remove all-local: $(ARCH).
167        * flashentry/Makefile.am: Remove all-local: $(ARCH).
168        * startup/Makefile.am: Remove all-local: $(ARCH).
169        * wrapup/Makefile.am: Remove all-local: $(ARCH).
170
1712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge-in include/Makefile.am.
174        Reflect changes to bsp.am.
175        * include/Makefile.am: Remove.
176        * configure.ac: Reflect changes above.
177
1782003-09-04      Joel Sherrill <joel@OARcorp.com>
179
180        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
181        startup/setvec.c: URL for license changed.
182
1832003-09-04      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/bspstart.c: Removed incorrect statement about copyright
186        assignment.
187
1882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved aclocal/.
191
1922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect having moved automake/.
195        * dlentry/Makefile.am: Reflect having moved automake/.
196        * flashentry/Makefile.am: Reflect having moved automake/.
197        * include/Makefile.am: Reflect having moved automake/.
198        * startup/Makefile.am: Reflect having moved automake/.
199        * wrapup/Makefile.am: Reflect having moved automake/.
200
2012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
204
2052003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 445/bsps
208        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
209        Remove cpp, old_cpp (now unused).
210
2112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove AC_CONFIG_AUX_DIR.
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AC_PREREQ(2.57).
222
2232003-01-20      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds*: Add FreeBSD sysctl() sections.
226
2272003-01-20      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
230
2312002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236
2372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240
2412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Reformat.
244        Add autom4te*cache.
245        Remove autom4te.cache.
246
2472002-08-21      Joel Sherrill <joel@OARcorp.com>
248
249        * bsp_specs: Added support for -nostdlibs.
250
2512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
257
2582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
261
2622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
265        Remove $(OBJS) from all-local.
266
2672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
270
2712002-06-14      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
274        gnu.linkonce.r sections.
2752001-05-09      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds: In support of gcc 3.1, added one of more
278        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
279        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
280        and direction of segments to memory regions may also have been
281        addressed.  This was a sweep across all BSPs.
282 
2832001-04-08      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
286        add .eh_frame.
287 
2882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac:
291        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
292        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
293        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
299
3002001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
303
3042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
307
3082001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
311        SUBDIRS.
312        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
313        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
314        RTEMS_PPC_EXCEPTIONS([old]).
315        * include/Makefile.am: Convert PREINSTALL_FILES to
316        TMPINSTALL_FILES, include force-preinstall.am.
317        * wrapup/Makefile.am: Apply @exceptions@.
318
3192001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
320
321        This modification is part of the submitted modifications necessary to
322        support the IBM PPC405 family.  This submission was reviewed by
323        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
324        not negatively impact the ppc403 BSPs.  The submission and tracking
325        process was captured as PR50.
326        * include/bsp.h: Increase the interrupt stack size to 16K.
327
3282001-10-25      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Added _init and _fini.
331
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
341
3422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Add bspopts.h.
345        * include/.cvsignore: Add bspopts.h*, stamp-h*.
346        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
347        * include/bsp.h: Include bspopts.h.
348
3492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
352
3532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
356
3572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
360
3612000-11-01      Joel Sherrill <joel@OARcorp.com>
362
363        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
364        and libcsupport.h moved from libc to lib/include/rtems and
365        now must be referenced as <rtems/XXX.h>.   Header file order
366        was cleaned up while doing this.
367
3682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
371        Switch to GNU canonicalization.
372
3732000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
374
375        * startup/linkcmds: Added lines so DWARF debug information
376        would be available.  Otherwise gdb complains that the offsets
377        for the debug info are incorrect and doesn't load the files.
378
3792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
382        wrapup/Makefile.am: Include compile.am
383
3842000-08-10      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.