source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 7d0eba02

4.104.114.84.95
Last change on this file since 7d0eba02 was 7d0eba02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:35:52

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Remove all LIB-related rules.
8
92003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Don't use gmake rules for preinstallation.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CANONICAL_HOST.
16
172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CHECK_CPU.
20
212003-09-26      Joel Sherrill <joel@OARcorp.com>
22
23        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
24        PA-RISC port and removing all references.
25
262003-09-04      Joel Sherrill <joel@OARcorp.com>
27
28        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
29        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
30        URL for license changed.
31
322003-08-21      Till Straumann <strauman@slac.stanford.edu>
33
34        PR 457/bsps
35        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
36        thermal assistance unit.
37
382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
41
422003-07-18      Till Straumann <strauman@slac.stanford.edu>
43
44        PR 288/rtems
45        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
46        maintained and does not reside in SPRG0.
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-20      Till Straumann <strauman@slac.stanford.edu>
53
54        PR 349/bsps
55        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
56
572002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
60        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
61
622002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Fix package name.
65
662002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * rtems/new-exceptions/cpu.h: Remove sections on
69        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
70        * rtems/old-exceptions/cpu.h: Remove sections on
71        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
72        * rtems/score/cpu.h: Insert sections on
73        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
74
752002-10-31      Joel Sherrill <joel@OARcorp.com>
76
77        * rtems/new-exceptions/cpu.h: Removed warnings.
78
79
802002-10-31      Joel Sherrill <joel@OARcorp.com>
81
82        * rtems/new-exceptions/cpu.h: Removed warnings.
83
842002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
87
882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Reformat.
91        Add autom4te*cache.
92        Remove autom4te.cache.
93
942002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
97
982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use .$(OBJEXT) instead of .o.
101
1022002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: RTEMS_TOP(../../../..).
105
1062002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove RTEMS_PROJECT_ROOT.
109
1102002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add RTEMS_PROG_CCAS
113
1142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
117        Add AC_PROG_RANLIB.
118
1192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
122        Use ../../../aclocal.
123
1242002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
127
1282001-05-14      Till Straumann <strauman@slac.stanford.edu>
129
130        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
131        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
132        however.
1332002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * rtems/score/ppc.h: Remove rtems_multilib.
136        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
137        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
138        Remove _CPU_Data_Cache_Block_Invalidate.
139
1402002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * asm.h: Include cpuopts.h instead of targopts.h.
143        * rtems/new-exceptions/cpu.h: Relocated from
144        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
145        * rtems/old-exceptions/cpu.h: Relocated from
146        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
147        * rtems/powerpc/registers.h: Relocated and renamed from
148        libcpu/powerpc/shared/include/cpu.h.
149        * rtems/score/cpu.h: New.
150        * Makefile.am: Reflect changes above.
151
1522001-04-03      Joel Sherrill <joel@OARcorp.com>
153
154        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
155        * rtems/score/ppctypes.h: Removed.
156        * rtems/score/types.h: New file via CVS magic.
157        * Makefile.am, rtems/score/cpu.h: Account for name change.
158
1592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac:
162        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
163        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165
1662002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect changes from 2002-01-23.
169
1702002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * rtems/Makefile.am: Removed.
173        * rtems/score/Makefile.am: Removed.
174        * configure.ac: Reflect changes above.
175        AC_CONFIG_SRCDIR(asm.h).
176
1772002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * rtems/Makefile.am: New.
180        * rtems/.cvsignore: New.
181        * rtems/score/Makefile.am: New.
182        * rtems/score/.cvsignore: New.
183        * rtems/score/ppc.h: Relocated from shared/.
184        * rtems/score/ppctypes.h: Relocated from shared/.
185        * asm.h: Relocated from shared/.
186        * shared/Makefile.am: Removed.
187        * shared/asm.h: Removed.
188        * shared/ppc.h: Removed.
189        * shared/ppctypes.h: Removed.
190        * shared/.cvsignore: Removed.
191        * Makefile.am: Reflect changes above.
192        * configure.ac: Reflect changes above.
193
1942001-11-28      Joel Sherrill <joel@OARcorp.com>,
195
196        This was tracked as PR91.
197        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
198        is used to specify if the port uses the standard macro for this (FALSE).
199        A TRUE setting indicates the port provides its own implementation.
200
2012001-11-14      Joel Sherrill <joel@OARcorp.com>
202
203        * shared/ppc.h: The mpc8260 uses the new exception processing model
204        and thus does not need to define PPC_USE_SPRG.
205
2062001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
207
208        * shared/ppc.h: mpc8260 has double FPU not single FPU.
209
2102001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
211
212        This modification is part of the submitted modifications necessary to
213        support the IBM PPC405 family.  This submission was reviewed by
214        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
215        not negatively impact the ppc403 BSPs.  The submission and tracking
216        process was captured as PR50.
217        * shared/asm.h, shared/ppc.h: Added PPC405 support.
218
2192001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
220
221        * shared/ppc.h: Added mpc8260 support.
222
2232001-10-12      Joel Sherrill <joel@OARcorp.com>
224
225        * shared/ppctypes.h: Fixed typo.
226
2272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
230        * configure.in: Remove.
231        * configure.ac: New file, generated from configure.in by autoupdate.
232
2332001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
236
2372001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am, rtems/score/Makefile.am:
240        Apply include_*HEADERS instead of H_FILES.
241
2422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
245
2462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
249
2502000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
253        Switch to GNU canonicalization.
254
2552000-10-20      Joel Sherrill <joel@OARcorp.com>
256
257        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
258
2592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Include compile.am.
262
2632000-08-10      Joel Sherrill <joel@OARcorp.com>
264
265        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.