source: rtems/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog @ b18646c9

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
17
182002-11-01      Joel Sherrill <joel@OARcorp.com>
19
20        * cpu.c: Currently only the mpc8260 BSP supports interrupt nesting.
21        NOTE: These needs to be generalized as the patch is applied to other
22        BSPs.
23
242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Reformat.
27        Add autom4te*cache.
28        Remove autom4te.cache.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use .$(OBJEXT) instead of .o.
33
342001-05-14      Till Straumann <strauman@slac.stanford.edu>
35
36        * cpu.c: Per PR211 fix
37        saving/restoring floating point context.  The fpsave and fprestore
38        routines are only used in a executing context which _is_ fp and hence
39        has the FPU enabled. The current behavior required the FPU always to
40        be on which is very dangerous if lazy context switching is used. 
41        [Joel Note: Some ports explicitly enabled the FPU in the FP save and
42        restore routines to avoid this.]
43
44        The patch also makes sure (on powerpc only) that the FPU is disabled
45        for integer tasks. Note that this is crucial if deferred fp context
46        switching is used. Otherwise, fp context corruption may go undetected!
47        Also note that even tasks which merely push/pop FP registers to/from
48        the stack without modifying them still MUST be FP tasks - otherwise
49        (if lazy FP context switching is used), FP register corruption (of
50        other, FP, tasks may occur)!
51
52        Furthermore, (on PPC) by default, lazy FP context save/restore
53        is _disabled_.
54
552002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * rtems/score/cpu.h: Removed.
58        * Makefile.am: Reflect changes above.
59
602001-04-03      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
63        * rtems/score/cpu.h: Account for name change.
64
652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac:
68        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
69        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71
722001-11-28      Joel Sherrill <joel@OARcorp.com>,
73
74        This was tracked as PR91.
75        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
76        is used to specify if the port uses the standard macro for this (FALSE).
77        A TRUE setting indicates the port provides its own implementation.
78        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
79        * cpu.c: Received contents of c_isr.inl.
80        * Makefile.am: Deleted reference to c_isr.inl.
81
822001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
85
862001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Preinstall c_isr.inl (HACK).
89        * ChangeLog: New file.
90
Note: See TracBrowser for help on using the repository browser.