source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ ae87ce4

4.104.114.84.95
Last change on this file since ae87ce4 was 6f53a921, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:06:40

2001-04-03 Joel Sherrill <joel@…>

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/ppctypes.h: Removed.
  • rtems/score/types.h: New file via CVS magic.
  • Makefile.am, rtems/score/cpu.h: Account for name change.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12001-04-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
4        * rtems/score/ppctypes.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac:
11        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
12        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect changes from 2002-01-23.
18
192002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems/Makefile.am: Removed.
22        * rtems/score/Makefile.am: Removed.
23        * configure.ac: Reflect changes above.
24        AC_CONFIG_SRCDIR(asm.h).
25
262002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * rtems/Makefile.am: New.
29        * rtems/.cvsignore: New.
30        * rtems/score/Makefile.am: New.
31        * rtems/score/.cvsignore: New.
32        * rtems/score/ppc.h: Relocated from shared/.
33        * rtems/score/ppctypes.h: Relocated from shared/.
34        * asm.h: Relocated from shared/.
35        * shared/Makefile.am: Removed.
36        * shared/asm.h: Removed.
37        * shared/ppc.h: Removed.
38        * shared/ppctypes.h: Removed.
39        * shared/.cvsignore: Removed.
40        * Makefile.am: Reflect changes above.
41        * configure.ac: Reflect changes above.
42
432001-11-28      Joel Sherrill <joel@OARcorp.com>,
44
45        This was tracked as PR91.
46        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
47        is used to specify if the port uses the standard macro for this (FALSE).
48        A TRUE setting indicates the port provides its own implementation.
49
502001-11-14      Joel Sherrill <joel@OARcorp.com>
51
52        * shared/ppc.h: The mpc8260 uses the new exception processing model
53        and thus does not need to define PPC_USE_SPRG.
54
552001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
56
57        * shared/ppc.h: mpc8260 has double FPU not single FPU.
58
592001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
60
61        This modification is part of the submitted modifications necessary to
62        support the IBM PPC405 family.  This submission was reviewed by
63        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
64        not negatively impact the ppc403 BSPs.  The submission and tracking
65        process was captured as PR50.
66        * shared/asm.h, shared/ppc.h: Added PPC405 support.
67
682001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
69
70        * shared/ppc.h: Added mpc8260 support.
71
722001-10-12      Joel Sherrill <joel@OARcorp.com>
73
74        * shared/ppctypes.h: Fixed typo.
75
762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
79        * configure.in: Remove.
80        * configure.ac: New file, generated from configure.in by autoupdate.
81
822001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
85
862001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am, rtems/score/Makefile.am:
89        Apply include_*HEADERS instead of H_FILES.
90
912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
102        Switch to GNU canonicalization.
103
1042000-10-20      Joel Sherrill <joel@OARcorp.com>
105
106        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Include compile.am.
111
1122000-08-10      Joel Sherrill <joel@OARcorp.com>
113
114        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.