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

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

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

  • include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
4        from CPU Table to Configuration Table. Eliminate CPU Table from all
5        ports. Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-11-30      Till Straumann <strauman@slac.stanford.edu>
17
18        * startup/bspstart.c: removed bsp_exceptions_in_RAM
19
202007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * startup/bspstart.c: Now compiles and links.
23
242007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
27        Table. They have been replaced with variables named bsp_XXX as
28        needed.
29
302007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * bsp_specs: Add ecrti%O%s to "startfile:".
33        * bsp_specs: Remove qrtems_debug.
34
352007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * bsp_specs: Remove lib (Now expected to exist in GCC).
38
392007-04-02      Joel Sherrill <joel@OARcorp.com>
40
41        * Makefile.am: Add dummy printk support so all tests link.
42
432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: New BUG-REPORT address.
46
472006-11-15      Joel Sherrill <joel@OARcorp.com>
48
49        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
50        file and simplified initialization.
51
522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Require autoconf-2.60. Require automake-1.10.
55
562006-08-23      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/bspstart.c: Revert patch adding new exception support code to
59        an old exception BSP.
60
612006-08-22      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/bspstart.c: Add basic _BSP_Fatal_error.
64
652006-08-09      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
68
692006-03-08      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
72
732006-02-08      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds, startup/linkcmds.dl: Add sections required by newer
76        gcc versions.
77
782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Remove explicit ampolish3 support (now in
81        RTEMS_BSP_CONFIGURE).
82
832006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Add ampolish3 support.
86        * Makefile.am: Add preinstall.am.
87
882006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Don't include subdirs.am.
91
922005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * include/bsp.h: New header guard.
95
962005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
99
1002005-02-15      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
103
1042005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Merge-in wrapup/Makefile.am.
107        * wrapup/Makefile.am: Remove.
108        * configure.ac: Reflect changes above.
109
1102005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * dlentry/dlentry.S, flashentry/flashentry.S:
113        Remove PPC_ABI_POWEROPEN.
114
1152005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
118
1192005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
122
1232004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        PR 697/bsps
126        * flashentry/flashentry.S: Fix broken comments
127        (Patch by Thomas.Doerfler@imd-systems.de)
128
1292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * configure.ac: Require automake > 1.9.
132
1332004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        PR 610/bsps
136        * Makefile.am: Add include/tm27.h, Cosmetics.
137        * include/tm27.h: Final cosmetics.
138
1392004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * include/bsp.h: Split out tmtest27 support.
142        * include/tm27.h: New.
143
1442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        PR 613/bsps
147        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
148
1492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        PR 614/bsps
152        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
153
1542004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * flashentry/flashentry.S: Include <rtems/score/powerpc.h> instead of
157        <rtems/score/ppc.h>.
158
1592004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * dlentry/dlentry.S: Include <rtems/asm.h> instead of <asm.h>.
162        * flashentry/flashentry.S: Include <rtems/asm.h> instead of <asm.h>.
163
1642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
167        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
168        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
169
1702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * startup/bspstart.c: Convert to using c99 fixed size types.
173
1742004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Reflect changes to bsp.am.
177        Preinstall dist_project_lib*.
178
1792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect changes to bsp.am.
182
1832004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Convert to automake-building rules.
186
1872004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Merge-in dlentry/Makefile.am, flashentry/Makefile.am,
190        startup/Makefile.am. Use automake compilation rules.
191        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am:
192        Remove.
193        * configure.ac: Reflect changes above.
194        * wrapup/Makefile.am: Reflect changes above.
195
1962004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Reflect changes to
199        ../support/*exception_processing/*.
200
2012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
204        Add RTEMS_PROG_CCAS.
205
2062004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Add PREINSTALL_DIRS.
209        * wrapup/Makefile.am: Reflect changes to libcpu.
210
2112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
214        Add PRE/TMPINSTALL_FILES to CLEANFILES.
215        * startup/Makefile.am: Ditto.
216
2172004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Eliminate $(LIB).
220        Use noinst_DATA to trigger building libbsp.a.
221
2222003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * dlentry/Makefile.am: Eliminate VPATH.
225        * flashentry/Makefile.am: Eliminate VPATH.
226        * startup/Makefile.am: Eliminate VPATH.
227
2282003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * startup/linkcmds: Remove SEARCH_DIR.
231        * startup/linkcmds.dl: Remove SEARCH_DIR.
232
2332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
236        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
237
2382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
241        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
242
2432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
246
2472003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Misc cleanups and fixes.
250        * startup/Makefile.am: Misc cleanups and fixes.
251        * startup/linkcmds: Preparations for gcc-3.3.x.
252        * wrapup/Makefile.am: Misc cleanups and fixes.
253
2542003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Add preinstallation dirstamp support.
257        Don't preinstall bsp_specs.dl.
258        * dlentry/Makefile.am: Cosmetics.
259        * flashentry/Makefile.am: Cosmetics.
260        * startup/Makefile.am: Cosmetics.
261        * wrapup/Makefile.am: Cosmetics.
262
2632003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * dlentry/Makefile.am: Remove all-local: $(ARCH).
266        * flashentry/Makefile.am: Remove all-local: $(ARCH).
267        * startup/Makefile.am: Remove all-local: $(ARCH).
268        * wrapup/Makefile.am: Remove all-local: $(ARCH).
269
2702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Merge-in include/Makefile.am.
273        Reflect changes to bsp.am.
274        * include/Makefile.am: Remove.
275        * configure.ac: Reflect changes above.
276
2772003-09-04      Joel Sherrill <joel@OARcorp.com>
278
279        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
280        startup/setvec.c: URL for license changed.
281
2822003-09-04      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/bspstart.c: Removed incorrect statement about copyright
285        assignment.
286
2872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Reflect having moved aclocal/.
290
2912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect having moved automake/.
294        * dlentry/Makefile.am: Reflect having moved automake/.
295        * flashentry/Makefile.am: Reflect having moved automake/.
296        * include/Makefile.am: Reflect having moved automake/.
297        * startup/Makefile.am: Reflect having moved automake/.
298        * wrapup/Makefile.am: Reflect having moved automake/.
299
3002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
303
3042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        PR 445/bsps
307        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
308        Remove cpp, old_cpp (now unused).
309
3102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Remove AC_CONFIG_AUX_DIR.
313
3142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
317
3182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: AC_PREREQ(2.57).
321
3222003-01-20      Joel Sherrill <joel@OARcorp.com>
323
324        * startup/linkcmds*: Add FreeBSD sysctl() sections.
325
3262003-01-20      Joel Sherrill <joel@OARcorp.com>
327
328        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
329
3302002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
335
3362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339
3402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * .cvsignore: Reformat.
343        Add autom4te*cache.
344        Remove autom4te.cache.
345
3462002-08-21      Joel Sherrill <joel@OARcorp.com>
347
348        * bsp_specs: Added support for -nostdlibs.
349
3502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
356
3572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
360
3612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
364        Remove $(OBJS) from all-local.
365
3662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
369
3702002-06-14      Joel Sherrill <joel@OARcorp.com>
371
372        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
373        gnu.linkonce.r sections.
3742001-05-09      Joel Sherrill <joel@OARcorp.com>
375
376        * startup/linkcmds: In support of gcc 3.1, added one of more
377        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
378        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
379        and direction of segments to memory regions may also have been
380        addressed.  This was a sweep across all BSPs.
381 
3822001-04-08      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
385        add .eh_frame.
386 
3872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac:
390        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
391        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
392        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
398
3992001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
402
4032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
406
4072001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
410        SUBDIRS.
411        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
412        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
413        RTEMS_PPC_EXCEPTIONS([old]).
414        * include/Makefile.am: Convert PREINSTALL_FILES to
415        TMPINSTALL_FILES, include force-preinstall.am.
416        * wrapup/Makefile.am: Apply @exceptions@.
417
4182001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
419
420        This modification is part of the submitted modifications necessary to
421        support the IBM PPC405 family.  This submission was reviewed by
422        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
423        not negatively impact the ppc403 BSPs.  The submission and tracking
424        process was captured as PR50.
425        * include/bsp.h: Increase the interrupt stack size to 16K.
426
4272001-10-25      Joel Sherrill <joel@OARcorp.com>
428
429        * startup/linkcmds: Added _init and _fini.
430
4312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
434        * configure.in: Remove.
435        * configure.ac: New file, generated from configure.in by autoupdate.
436
4372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
440
4412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.in: Add bspopts.h.
444        * include/.cvsignore: Add bspopts.h*, stamp-h*.
445        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
446        * include/bsp.h: Include bspopts.h.
447
4482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
449
450        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
451
4522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
455
4562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
459
4602000-11-01      Joel Sherrill <joel@OARcorp.com>
461
462        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
463        and libcsupport.h moved from libc to lib/include/rtems and
464        now must be referenced as <rtems/XXX.h>.   Header file order
465        was cleaned up while doing this.
466
4672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
470        Switch to GNU canonicalization.
471
4722000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
473
474        * startup/linkcmds: Added lines so DWARF debug information
475        would be available.  Otherwise gdb complains that the offsets
476        for the debug info are incorrect and doesn't load the files.
477
4782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
481        wrapup/Makefile.am: Include compile.am
482
4832000-08-10      Joel Sherrill <joel@OARcorp.com>
484
485        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.