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

4.104.114.84.95
Last change on this file since d5607c5a was d5607c5a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/04 at 07:39:59

2004-10-02 Ralf Corsepius <ralf_corsepius@…>

  • rtems/score/cpu.h: Add doxygen preamble.
  • rtems/score/powerpc.h: Add doxygen preamble.
  • rtems/score/ppc.h: Add doxygen preamble.
  • rtems/score/types.h: Add doxygen preamble.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * rtems/score/cpu.h: Add doxygen preamble.
4        * rtems/score/powerpc.h: Add doxygen preamble.
5        * rtems/score/ppc.h: Add doxygen preamble.
6        * rtems/score/types.h: Add doxygen preamble.
7
82004-10-20      Eric Norum <norume@aps.anl.gov
9
10        Add Kate Feng's MVME5500 BSP
11        * rtems/powerpc/registers.h, rtems/score/powerpc.h
12
132004-09-29      Joel Sherrill <joel@OARcorp.com>
14
15        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
16        obsoleted and all references removed.
17
182004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * asm.h: Include rtems/score/powerpc.h instead of
21        rtems/score/ppc.h.
22
232004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
26        for consistency with other ports.
27        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
28        * Makefile.am: Reflect changes above.
29        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
30        rtems/score/ppc.h.
31
322004-04-12      David Querbach <querbach@realtime.bc.ca>
33
34        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
35        MPC555 support as part of the addition of the SS555 BSP.
36
372004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
40        * Makefile.am: Don't include multilib.am.
41        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * Makefile.am: Install asm.h to $(includedir)/rtems.
46
472004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
50        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
51
522004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: RTEMS_TOP([../../../..]).
55
562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Move RTEMS_TOP one subdir down.
59
602004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
67        Add PREINSTALL_FILES to CLEANFILES.
68
692004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Requires automake >= 1.8.1.
72
732004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Include compile.am, again.
76
772004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Convert to using automake compilation rules.
80
812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
88
892003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Add $(dirstamp) to preinstallation rules.
92
932003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Remove all LIB-related rules.
96
972003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Don't use gmake rules for preinstallation.
100
1012003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove RTEMS_CANONICAL_HOST.
104
1052003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove RTEMS_CHECK_CPU.
108
1092003-09-26      Joel Sherrill <joel@OARcorp.com>
110
111        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
112        PA-RISC port and removing all references.
113
1142003-09-04      Joel Sherrill <joel@OARcorp.com>
115
116        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
117        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
118        URL for license changed.
119
1202003-08-21      Till Straumann <strauman@slac.stanford.edu>
121
122        PR 457/bsps
123        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
124        thermal assistance unit.
125
1262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
129
1302003-07-18      Till Straumann <strauman@slac.stanford.edu>
131
132        PR 288/rtems
133        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
134        maintained and does not reside in SPRG0.
135
1362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove AC_CONFIG_AUX_DIR.
139
1402003-02-20      Till Straumann <strauman@slac.stanford.edu>
141
142        PR 349/bsps
143        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
144
1452002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
148        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
149
1502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Fix package name.
153
1542002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * rtems/new-exceptions/cpu.h: Remove sections on
157        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
158        * rtems/old-exceptions/cpu.h: Remove sections on
159        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
160        * rtems/score/cpu.h: Insert sections on
161        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
162
1632002-10-31      Joel Sherrill <joel@OARcorp.com>
164
165        * rtems/new-exceptions/cpu.h: Removed warnings.
166
167
1682002-10-31      Joel Sherrill <joel@OARcorp.com>
169
170        * rtems/new-exceptions/cpu.h: Removed warnings.
171
1722002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
175
1762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Reformat.
179        Add autom4te*cache.
180        Remove autom4te.cache.
181
1822002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
185
1862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use .$(OBJEXT) instead of .o.
189
1902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: RTEMS_TOP(../../../..).
193
1942002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_PROJECT_ROOT.
197
1982002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Add RTEMS_PROG_CCAS
201
2022002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
205        Add AC_PROG_RANLIB.
206
2072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
210        Use ../../../aclocal.
211
2122002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
215
2162001-05-14      Till Straumann <strauman@slac.stanford.edu>
217
218        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
219        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
220        however.
2212002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * rtems/score/ppc.h: Remove rtems_multilib.
224        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
225        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
226        Remove _CPU_Data_Cache_Block_Invalidate.
227
2282002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * asm.h: Include cpuopts.h instead of targopts.h.
231        * rtems/new-exceptions/cpu.h: Relocated from
232        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
233        * rtems/old-exceptions/cpu.h: Relocated from
234        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
235        * rtems/powerpc/registers.h: Relocated and renamed from
236        libcpu/powerpc/shared/include/cpu.h.
237        * rtems/score/cpu.h: New.
238        * Makefile.am: Reflect changes above.
239
2402001-04-03      Joel Sherrill <joel@OARcorp.com>
241
242        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
243        * rtems/score/ppctypes.h: Removed.
244        * rtems/score/types.h: New file via CVS magic.
245        * Makefile.am, rtems/score/cpu.h: Account for name change.
246
2472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac:
250        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
251        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
252        * Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect changes from 2002-01-23.
257
2582002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * rtems/Makefile.am: Removed.
261        * rtems/score/Makefile.am: Removed.
262        * configure.ac: Reflect changes above.
263        AC_CONFIG_SRCDIR(asm.h).
264
2652002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * rtems/Makefile.am: New.
268        * rtems/.cvsignore: New.
269        * rtems/score/Makefile.am: New.
270        * rtems/score/.cvsignore: New.
271        * rtems/score/ppc.h: Relocated from shared/.
272        * rtems/score/ppctypes.h: Relocated from shared/.
273        * asm.h: Relocated from shared/.
274        * shared/Makefile.am: Removed.
275        * shared/asm.h: Removed.
276        * shared/ppc.h: Removed.
277        * shared/ppctypes.h: Removed.
278        * shared/.cvsignore: Removed.
279        * Makefile.am: Reflect changes above.
280        * configure.ac: Reflect changes above.
281
2822001-11-28      Joel Sherrill <joel@OARcorp.com>,
283
284        This was tracked as PR91.
285        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
286        is used to specify if the port uses the standard macro for this (FALSE).
287        A TRUE setting indicates the port provides its own implementation.
288
2892001-11-14      Joel Sherrill <joel@OARcorp.com>
290
291        * shared/ppc.h: The mpc8260 uses the new exception processing model
292        and thus does not need to define PPC_USE_SPRG.
293
2942001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
295
296        * shared/ppc.h: mpc8260 has double FPU not single FPU.
297
2982001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
299
300        This modification is part of the submitted modifications necessary to
301        support the IBM PPC405 family.  This submission was reviewed by
302        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
303        not negatively impact the ppc403 BSPs.  The submission and tracking
304        process was captured as PR50.
305        * shared/asm.h, shared/ppc.h: Added PPC405 support.
306
3072001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
308
309        * shared/ppc.h: Added mpc8260 support.
310
3112001-10-12      Joel Sherrill <joel@OARcorp.com>
312
313        * shared/ppctypes.h: Fixed typo.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
324
3252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am, rtems/score/Makefile.am:
328        Apply include_*HEADERS instead of H_FILES.
329
3302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
333
3342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
337
3382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
341        Switch to GNU canonicalization.
342
3432000-10-20      Joel Sherrill <joel@OARcorp.com>
344
345        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
346
3472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Include compile.am.
350
3512000-08-10      Joel Sherrill <joel@OARcorp.com>
352
353        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.