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

4.104.114.95
Last change on this file since faf168f was faf168f, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:03

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
4        the Configuration Table. This included pretasking_hook,
5        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
6        extra_mpci_receive_server_stack, stack_allocate_hook, and
7        stack_free_hook. As a side-effect of this effort some multiprocessing
8        code was made conditional and some style clean up occurred.
9
102007-11-30      Till Straumann <strauman@slac.stanford.edu>
11
12        * startup/bspstart.c: removed bsp_exceptions_in_RAM
13
142007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * startup/bspstart.c: Now compiles and links.
17
182007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
21        Table. They have been replaced with variables named bsp_XXX as
22        needed.
23
242007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * bsp_specs: Add ecrti%O%s to "startfile:".
27        * bsp_specs: Remove qrtems_debug.
28
292007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * bsp_specs: Remove lib (Now expected to exist in GCC).
32
332007-04-02      Joel Sherrill <joel@OARcorp.com>
34
35        * Makefile.am: Add dummy printk support so all tests link.
36
372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: New BUG-REPORT address.
40
412006-11-15      Joel Sherrill <joel@OARcorp.com>
42
43        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
44        file and simplified initialization.
45
462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Require autoconf-2.60. Require automake-1.10.
49
502006-08-23      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/bspstart.c: Revert patch adding new exception support code to
53        an old exception BSP.
54
552006-08-22      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/bspstart.c: Add basic _BSP_Fatal_error.
58
592006-08-09      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
62
632006-03-08      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
66
672006-02-08      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds, startup/linkcmds.dl: Add sections required by newer
70        gcc versions.
71
722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Remove explicit ampolish3 support (now in
75        RTEMS_BSP_CONFIGURE).
76
772006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Add ampolish3 support.
80        * Makefile.am: Add preinstall.am.
81
822006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Don't include subdirs.am.
85
862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * include/bsp.h: New header guard.
89
902005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
93
942005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
97
982005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Merge-in wrapup/Makefile.am.
101        * wrapup/Makefile.am: Remove.
102        * configure.ac: Reflect changes above.
103
1042005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * dlentry/dlentry.S, flashentry/flashentry.S:
107        Remove PPC_ABI_POWEROPEN.
108
1092005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
112
1132005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
116
1172004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        PR 697/bsps
120        * flashentry/flashentry.S: Fix broken comments
121        (Patch by Thomas.Doerfler@imd-systems.de)
122
1232004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * configure.ac: Require automake > 1.9.
126
1272004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        PR 610/bsps
130        * Makefile.am: Add include/tm27.h, Cosmetics.
131        * include/tm27.h: Final cosmetics.
132
1332004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * include/bsp.h: Split out tmtest27 support.
136        * include/tm27.h: New.
137
1382004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        PR 613/bsps
141        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
142
1432004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        PR 614/bsps
146        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
147
1482004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
151        <rtems/score/ppc.h>.
152
1532004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
156        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
157
1582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
161        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
162        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
163
1642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * startup/bspstart.c: Convert to using c99 fixed size types.
167
1682004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect changes to bsp.am.
171        Preinstall dist_project_lib*.
172
1732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect changes to bsp.am.
176
1772004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Convert to automake-building rules.
180
1812004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
184        startup/Makefile.am. Use automake compilation rules.
185        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
186        Remove.
187        * configure.ac: Reflect changes above.
188        * wrapup/Makefile.am: Reflect changes above.
189
1902004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Reflect changes to
193        ../support/*exception_processing/*.
194
1952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
198        Add RTEMS_PROG_CCAS.
199
2002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Add PREINSTALL_DIRS.
203        * wrapup/Makefile.am: Reflect changes to libcpu.
204
2052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
208        Add PRE/TMPINSTALL_FILES to CLEANFILES.
209        * startup/Makefile.am: Ditto.
210
2112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Eliminate $(LIB).
214        Use noinst_DATA to trigger building libbsp.a.
215
2162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * dlentry/Makefile.am: Eliminate VPATH.
219        * flashentry/Makefile.am: Eliminate VPATH.
220        * startup/Makefile.am: Eliminate VPATH.
221
2222003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * startup/linkcmds: Remove SEARCH_DIR.
225        * startup/linkcmds.dl: Remove SEARCH_DIR.
226
2272003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
230        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
231
2322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
235        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
236
2372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
240
2412003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Misc cleanups and fixes.
244        * startup/Makefile.am: Misc cleanups and fixes.
245        * startup/linkcmds: Preparations for gcc-3.3.x.
246        * wrapup/Makefile.am: Misc cleanups and fixes.
247
2482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Add preinstallation dirstamp support.
251        Don't preinstall bsp_specs.dl.
252        * dlentry/Makefile.am: Cosmetics.
253        * flashentry/Makefile.am: Cosmetics.
254        * startup/Makefile.am: Cosmetics.
255        * wrapup/Makefile.am: Cosmetics.
256
2572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * dlentry/Makefile.am: Remove all-local: $(ARCH).
260        * flashentry/Makefile.am: Remove all-local: $(ARCH).
261        * startup/Makefile.am: Remove all-local: $(ARCH).
262        * wrapup/Makefile.am: Remove all-local: $(ARCH).
263
2642003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Merge-in include/Makefile.am.
267        Reflect changes to bsp.am.
268        * include/Makefile.am: Remove.
269        * configure.ac: Reflect changes above.
270
2712003-09-04      Joel Sherrill <joel@OARcorp.com>
272
273        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
274        startup/setvec.c: URL for license changed.
275
2762003-09-04      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/bspstart.c: Removed incorrect statement about copyright
279        assignment.
280
2812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Reflect having moved aclocal/.
284
2852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Reflect having moved automake/.
288        * dlentry/Makefile.am: Reflect having moved automake/.
289        * flashentry/Makefile.am: Reflect having moved automake/.
290        * include/Makefile.am: Reflect having moved automake/.
291        * startup/Makefile.am: Reflect having moved automake/.
292        * wrapup/Makefile.am: Reflect having moved automake/.
293
2942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
297
2982003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        PR 445/bsps
301        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
302        Remove cpp, old_cpp (now unused).
303
3042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove AC_CONFIG_AUX_DIR.
307
3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
311
3122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: AC_PREREQ(2.57).
315
3162003-01-20      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds*: Add FreeBSD sysctl() sections.
319
3202003-01-20      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
323
3242002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
327        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
329
3302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333
3342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Reformat.
337        Add autom4te*cache.
338        Remove autom4te.cache.
339
3402002-08-21      Joel Sherrill <joel@OARcorp.com>
341
342        * bsp_specs: Added support for -nostdlibs.
343
3442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
350
3512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
354
3552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
358        Remove $(OBJS) from all-local.
359
3602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
363
3642002-06-14      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
367        gnu.linkonce.r sections.
3682001-05-09      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds: In support of gcc 3.1, added one of more
371        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
372        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
373        and direction of segments to memory regions may also have been
374        addressed.  This was a sweep across all BSPs.
375 
3762001-04-08      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
379        add .eh_frame.
380 
3812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac:
384        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
385        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
386        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
392
3932001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
396
3972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
400
4012001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
404        SUBDIRS.
405        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
406        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
407        RTEMS_PPC_EXCEPTIONS([old]).
408        * include/Makefile.am: Convert PREINSTALL_FILES to
409        TMPINSTALL_FILES, include force-preinstall.am.
410        * wrapup/Makefile.am: Apply @exceptions@.
411
4122001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
413
414        This modification is part of the submitted modifications necessary to
415        support the IBM PPC405 family.  This submission was reviewed by
416        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
417        not negatively impact the ppc403 BSPs.  The submission and tracking
418        process was captured as PR50.
419        * include/bsp.h: Increase the interrupt stack size to 16K.
420
4212001-10-25      Joel Sherrill <joel@OARcorp.com>
422
423        * startup/linkcmds: Added _init and _fini.
424
4252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
428        * configure.in: Remove.
429        * configure.ac: New file, generated from configure.in by autoupdate.
430
4312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
434
4352001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.in: Add bspopts.h.
438        * include/.cvsignore: Add bspopts.h*, stamp-h*.
439        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
440        * include/bsp.h: Include bspopts.h.
441
4422001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
443
444        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
445
4462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
449
4502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
453
4542000-11-01      Joel Sherrill <joel@OARcorp.com>
455
456        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
457        and libcsupport.h moved from libc to lib/include/rtems and
458        now must be referenced as <rtems/XXX.h>.   Header file order
459        was cleaned up while doing this.
460
4612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
464        Switch to GNU canonicalization.
465
4662000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
467
468        * startup/linkcmds: Added lines so DWARF debug information
469        would be available.  Otherwise gdb complains that the offsets
470        for the debug info are incorrect and doesn't load the files.
471
4722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
475        wrapup/Makefile.am: Include compile.am
476
4772000-08-10      Joel Sherrill <joel@OARcorp.com>
478
479        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.