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

4.104.114.84.95
Last change on this file since d2c26e4b was d2c26e4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:10:00

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-20      Till Straumann <strauman@slac.stanford.edu>
6
7        PR 349/bsps
8        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
9
102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
13        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
14
152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Fix package name.
18
192002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems/new-exceptions/cpu.h: Remove sections on
22        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
23        * rtems/old-exceptions/cpu.h: Remove sections on
24        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
25        * rtems/score/cpu.h: Insert sections on
26        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
27
282002-10-31      Joel Sherrill <joel@OARcorp.com>
29
30        * rtems/new-exceptions/cpu.h: Removed warnings.
31
32
332002-10-31      Joel Sherrill <joel@OARcorp.com>
34
35        * rtems/new-exceptions/cpu.h: Removed warnings.
36
372002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46
472002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
50
512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use .$(OBJEXT) instead of .o.
54
552002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: RTEMS_TOP(../../../..).
58
592002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove RTEMS_PROJECT_ROOT.
62
632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Add RTEMS_PROG_CCAS
66
672002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
70        Add AC_PROG_RANLIB.
71
722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
75        Use ../../../aclocal.
76
772002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
80
812001-05-14      Till Straumann <strauman@slac.stanford.edu>
82
83        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
84        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
85        however.
862002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * rtems/score/ppc.h: Remove rtems_multilib.
89        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
90        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
91        Remove _CPU_Data_Cache_Block_Invalidate.
92
932002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * asm.h: Include cpuopts.h instead of targopts.h.
96        * rtems/new-exceptions/cpu.h: Relocated from
97        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
98        * rtems/old-exceptions/cpu.h: Relocated from
99        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
100        * rtems/powerpc/registers.h: Relocated and renamed from
101        libcpu/powerpc/shared/include/cpu.h.
102        * rtems/score/cpu.h: New.
103        * Makefile.am: Reflect changes above.
104
1052001-04-03      Joel Sherrill <joel@OARcorp.com>
106
107        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
108        * rtems/score/ppctypes.h: Removed.
109        * rtems/score/types.h: New file via CVS magic.
110        * Makefile.am, rtems/score/cpu.h: Account for name change.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Reflect changes from 2002-01-23.
122
1232002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * rtems/Makefile.am: Removed.
126        * rtems/score/Makefile.am: Removed.
127        * configure.ac: Reflect changes above.
128        AC_CONFIG_SRCDIR(asm.h).
129
1302002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * rtems/Makefile.am: New.
133        * rtems/.cvsignore: New.
134        * rtems/score/Makefile.am: New.
135        * rtems/score/.cvsignore: New.
136        * rtems/score/ppc.h: Relocated from shared/.
137        * rtems/score/ppctypes.h: Relocated from shared/.
138        * asm.h: Relocated from shared/.
139        * shared/Makefile.am: Removed.
140        * shared/asm.h: Removed.
141        * shared/ppc.h: Removed.
142        * shared/ppctypes.h: Removed.
143        * shared/.cvsignore: Removed.
144        * Makefile.am: Reflect changes above.
145        * configure.ac: Reflect changes above.
146
1472001-11-28      Joel Sherrill <joel@OARcorp.com>,
148
149        This was tracked as PR91.
150        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
151        is used to specify if the port uses the standard macro for this (FALSE).
152        A TRUE setting indicates the port provides its own implementation.
153
1542001-11-14      Joel Sherrill <joel@OARcorp.com>
155
156        * shared/ppc.h: The mpc8260 uses the new exception processing model
157        and thus does not need to define PPC_USE_SPRG.
158
1592001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
160
161        * shared/ppc.h: mpc8260 has double FPU not single FPU.
162
1632001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
164
165        This modification is part of the submitted modifications necessary to
166        support the IBM PPC405 family.  This submission was reviewed by
167        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
168        not negatively impact the ppc403 BSPs.  The submission and tracking
169        process was captured as PR50.
170        * shared/asm.h, shared/ppc.h: Added PPC405 support.
171
1722001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
173
174        * shared/ppc.h: Added mpc8260 support.
175
1762001-10-12      Joel Sherrill <joel@OARcorp.com>
177
178        * shared/ppctypes.h: Fixed typo.
179
1802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
183        * configure.in: Remove.
184        * configure.ac: New file, generated from configure.in by autoupdate.
185
1862001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
189
1902001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am, rtems/score/Makefile.am:
193        Apply include_*HEADERS instead of H_FILES.
194
1952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
198
1992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
202
2032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
206        Switch to GNU canonicalization.
207
2082000-10-20      Joel Sherrill <joel@OARcorp.com>
209
210        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
211
2122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Include compile.am.
215
2162000-08-10      Joel Sherrill <joel@OARcorp.com>
217
218        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.