source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 07e9642c

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

2007-11-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
4        Table. They have been replaced with variables named bsp_XXX as
5        needed.
6
72007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * bsp_specs: Add ecrti%O%s to "startfile:".
10        * bsp_specs: Remove qrtems_debug.
11
122007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * bsp_specs: Remove lib (Now expected to exist in GCC).
15
162007-04-02      Joel Sherrill <joel@OARcorp.com>
17
18        * Makefile.am: Add dummy printk support so all tests link.
19
202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: New BUG-REPORT address.
23
242006-11-15      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
27        file and simplified initialization.
28
292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: Require autoconf-2.60. Require automake-1.10.
32
332006-08-23      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/bspstart.c: Revert patch adding new exception support code to
36        an old exception BSP.
37
382006-08-22      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/bspstart.c: Add basic _BSP_Fatal_error.
41
422006-08-09      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
45
462006-03-08      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
49
502006-02-08      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds, startup/linkcmds.dl: Add sections required by newer
53        gcc versions.
54
552006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Remove explicit ampolish3 support (now in
58        RTEMS_BSP_CONFIGURE).
59
602006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Add ampolish3 support.
63        * Makefile.am: Add preinstall.am.
64
652006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Don't include subdirs.am.
68
692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * include/bsp.h: New header guard.
72
732005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
76
772005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
80
812005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Merge-in wrapup/Makefile.am.
84        * wrapup/Makefile.am: Remove.
85        * configure.ac: Reflect changes above.
86
872005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * dlentry/dlentry.S, flashentry/flashentry.S:
90        Remove PPC_ABI_POWEROPEN.
91
922005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
95
962005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
99
1002004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 697/bsps
103        * flashentry/flashentry.S: Fix broken comments
104        (Patch by Thomas.Doerfler@imd-systems.de)
105
1062004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        * configure.ac: Require automake > 1.9.
109
1102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        PR 610/bsps
113        * Makefile.am: Add include/tm27.h, Cosmetics.
114        * include/tm27.h: Final cosmetics.
115
1162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * include/bsp.h: Split out tmtest27 support.
119        * include/tm27.h: New.
120
1212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        PR 613/bsps
124        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
125
1262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        PR 614/bsps
129        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
130
1312004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
134        <rtems/score/ppc.h>.
135
1362004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
139        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
140
1412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
144        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
145        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
146
1472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * startup/bspstart.c: Convert to using c99 fixed size types.
150
1512004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect changes to bsp.am.
154        Preinstall dist_project_lib*.
155
1562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect changes to bsp.am.
159
1602004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Convert to automake-building rules.
163
1642004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
167        startup/Makefile.am. Use automake compilation rules.
168        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
169        Remove.
170        * configure.ac: Reflect changes above.
171        * wrapup/Makefile.am: Reflect changes above.
172
1732004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Reflect changes to
176        ../support/*exception_processing/*.
177
1782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
181        Add RTEMS_PROG_CCAS.
182
1832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Add PREINSTALL_DIRS.
186        * wrapup/Makefile.am: Reflect changes to libcpu.
187
1882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
191        Add PRE/TMPINSTALL_FILES to CLEANFILES.
192        * startup/Makefile.am: Ditto.
193
1942004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Eliminate $(LIB).
197        Use noinst_DATA to trigger building libbsp.a.
198
1992003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * dlentry/Makefile.am: Eliminate VPATH.
202        * flashentry/Makefile.am: Eliminate VPATH.
203        * startup/Makefile.am: Eliminate VPATH.
204
2052003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * startup/linkcmds: Remove SEARCH_DIR.
208        * startup/linkcmds.dl: Remove SEARCH_DIR.
209
2102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
213        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
214
2152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
218        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
219
2202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
223
2242003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Misc cleanups and fixes.
227        * startup/Makefile.am: Misc cleanups and fixes.
228        * startup/linkcmds: Preparations for gcc-3.3.x.
229        * wrapup/Makefile.am: Misc cleanups and fixes.
230
2312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Add preinstallation dirstamp support.
234        Don't preinstall bsp_specs.dl.
235        * dlentry/Makefile.am: Cosmetics.
236        * flashentry/Makefile.am: Cosmetics.
237        * startup/Makefile.am: Cosmetics.
238        * wrapup/Makefile.am: Cosmetics.
239
2402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * dlentry/Makefile.am: Remove all-local: $(ARCH).
243        * flashentry/Makefile.am: Remove all-local: $(ARCH).
244        * startup/Makefile.am: Remove all-local: $(ARCH).
245        * wrapup/Makefile.am: Remove all-local: $(ARCH).
246
2472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Merge-in include/Makefile.am.
250        Reflect changes to bsp.am.
251        * include/Makefile.am: Remove.
252        * configure.ac: Reflect changes above.
253
2542003-09-04      Joel Sherrill <joel@OARcorp.com>
255
256        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
257        startup/setvec.c: URL for license changed.
258
2592003-09-04      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/bspstart.c: Removed incorrect statement about copyright
262        assignment.
263
2642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Reflect having moved aclocal/.
267
2682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Reflect having moved automake/.
271        * dlentry/Makefile.am: Reflect having moved automake/.
272        * flashentry/Makefile.am: Reflect having moved automake/.
273        * include/Makefile.am: Reflect having moved automake/.
274        * startup/Makefile.am: Reflect having moved automake/.
275        * wrapup/Makefile.am: Reflect having moved automake/.
276
2772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
280
2812003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        PR 445/bsps
284        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
285        Remove cpp, old_cpp (now unused).
286
2872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Remove AC_CONFIG_AUX_DIR.
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
294
2952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: AC_PREREQ(2.57).
298
2992003-01-20      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/linkcmds*: Add FreeBSD sysctl() sections.
302
3032003-01-20      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
306
3072002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316
3172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * .cvsignore: Reformat.
320        Add autom4te*cache.
321        Remove autom4te.cache.
322
3232002-08-21      Joel Sherrill <joel@OARcorp.com>
324
325        * bsp_specs: Added support for -nostdlibs.
326
3272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
333
3342002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
337
3382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
341        Remove $(OBJS) from all-local.
342
3432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
346
3472002-06-14      Joel Sherrill <joel@OARcorp.com>
348
349        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
350        gnu.linkonce.r sections.
3512001-05-09      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/linkcmds: In support of gcc 3.1, added one of more
354        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
355        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
356        and direction of segments to memory regions may also have been
357        addressed.  This was a sweep across all BSPs.
358 
3592001-04-08      Joel Sherrill <joel@OARcorp.com>
360
361        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
362        add .eh_frame.
363 
3642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac:
367        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
368        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
369        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
375
3762001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
379
3802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
383
3842001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
387        SUBDIRS.
388        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
389        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
390        RTEMS_PPC_EXCEPTIONS([old]).
391        * include/Makefile.am: Convert PREINSTALL_FILES to
392        TMPINSTALL_FILES, include force-preinstall.am.
393        * wrapup/Makefile.am: Apply @exceptions@.
394
3952001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
396
397        This modification is part of the submitted modifications necessary to
398        support the IBM PPC405 family.  This submission was reviewed by
399        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
400        not negatively impact the ppc403 BSPs.  The submission and tracking
401        process was captured as PR50.
402        * include/bsp.h: Increase the interrupt stack size to 16K.
403
4042001-10-25      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/linkcmds: Added _init and _fini.
407
4082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
411        * configure.in: Remove.
412        * configure.ac: New file, generated from configure.in by autoupdate.
413
4142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
417
4182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.in: Add bspopts.h.
421        * include/.cvsignore: Add bspopts.h*, stamp-h*.
422        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
423        * include/bsp.h: Include bspopts.h.
424
4252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
426
427        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
428
4292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
432
4332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
436
4372000-11-01      Joel Sherrill <joel@OARcorp.com>
438
439        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
440        and libcsupport.h moved from libc to lib/include/rtems and
441        now must be referenced as <rtems/XXX.h>.   Header file order
442        was cleaned up while doing this.
443
4442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
447        Switch to GNU canonicalization.
448
4492000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
450
451        * startup/linkcmds: Added lines so DWARF debug information
452        would be available.  Otherwise gdb complains that the offsets
453        for the debug info are incorrect and doesn't load the files.
454
4552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
458        wrapup/Makefile.am: Include compile.am
459
4602000-08-10      Joel Sherrill <joel@OARcorp.com>
461
462        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.