source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 1c3ea41

4.104.114.84.95
Last change on this file since 1c3ea41 was 1c3ea41, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/02 at 20:08:40

2002-10-31 Joel Sherrill <joel@…>

  • rtems/new-exceptions/cpu.h: Removed warnings.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12002-10-31      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/new-exceptions/cpu.h: Removed warnings.
4
52002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use .$(OBJEXT) instead of .o.
22
232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: RTEMS_TOP(../../../..).
26
272002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove RTEMS_PROJECT_ROOT.
30
312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add RTEMS_PROG_CCAS
34
352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
38        Add AC_PROG_RANLIB.
39
402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
43        Use ../../../aclocal.
44
452002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
48
492001-05-14      Till Straumann <strauman@slac.stanford.edu>
50
51        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
52        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
53        however.
542002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * rtems/score/ppc.h: Remove rtems_multilib.
57        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
58        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
59        Remove _CPU_Data_Cache_Block_Invalidate.
60
612002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * asm.h: Include cpuopts.h instead of targopts.h.
64        * rtems/new-exceptions/cpu.h: Relocated from
65        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
66        * rtems/old-exceptions/cpu.h: Relocated from
67        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
68        * rtems/powerpc/registers.h: Relocated and renamed from
69        libcpu/powerpc/shared/include/cpu.h.
70        * rtems/score/cpu.h: New.
71        * Makefile.am: Reflect changes above.
72
732001-04-03      Joel Sherrill <joel@OARcorp.com>
74
75        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
76        * rtems/score/ppctypes.h: Removed.
77        * rtems/score/types.h: New file via CVS magic.
78        * Makefile.am, rtems/score/cpu.h: Account for name change.
79
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect changes from 2002-01-23.
90
912002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * rtems/Makefile.am: Removed.
94        * rtems/score/Makefile.am: Removed.
95        * configure.ac: Reflect changes above.
96        AC_CONFIG_SRCDIR(asm.h).
97
982002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/Makefile.am: New.
101        * rtems/.cvsignore: New.
102        * rtems/score/Makefile.am: New.
103        * rtems/score/.cvsignore: New.
104        * rtems/score/ppc.h: Relocated from shared/.
105        * rtems/score/ppctypes.h: Relocated from shared/.
106        * asm.h: Relocated from shared/.
107        * shared/Makefile.am: Removed.
108        * shared/asm.h: Removed.
109        * shared/ppc.h: Removed.
110        * shared/ppctypes.h: Removed.
111        * shared/.cvsignore: Removed.
112        * Makefile.am: Reflect changes above.
113        * configure.ac: Reflect changes above.
114
1152001-11-28      Joel Sherrill <joel@OARcorp.com>,
116
117        This was tracked as PR91.
118        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
119        is used to specify if the port uses the standard macro for this (FALSE).
120        A TRUE setting indicates the port provides its own implementation.
121
1222001-11-14      Joel Sherrill <joel@OARcorp.com>
123
124        * shared/ppc.h: The mpc8260 uses the new exception processing model
125        and thus does not need to define PPC_USE_SPRG.
126
1272001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
128
129        * shared/ppc.h: mpc8260 has double FPU not single FPU.
130
1312001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
132
133        This modification is part of the submitted modifications necessary to
134        support the IBM PPC405 family.  This submission was reviewed by
135        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
136        not negatively impact the ppc403 BSPs.  The submission and tracking
137        process was captured as PR50.
138        * shared/asm.h, shared/ppc.h: Added PPC405 support.
139
1402001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
141
142        * shared/ppc.h: Added mpc8260 support.
143
1442001-10-12      Joel Sherrill <joel@OARcorp.com>
145
146        * shared/ppctypes.h: Fixed typo.
147
1482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
151        * configure.in: Remove.
152        * configure.ac: New file, generated from configure.in by autoupdate.
153
1542001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
157
1582001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am, rtems/score/Makefile.am:
161        Apply include_*HEADERS instead of H_FILES.
162
1632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
166
1672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
170
1712000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
174        Switch to GNU canonicalization.
175
1762000-10-20      Joel Sherrill <joel@OARcorp.com>
177
178        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
179
1802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Include compile.am.
183
1842000-08-10      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.