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

4.104.114.84.95
Last change on this file since b8ed8a9f was b8ed8a9f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 08:25:23

2004-11-12 Ralf Corsepius <ralf.corsepius@…>

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