source: rtems/cpukit/score/cpu/powerpc/ChangeLog @ 83b9299

4.104.114.84.95
Last change on this file since 83b9299 was 83b9299, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/13/05 at 10:36:20

2005-02-13 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
  • Property mode set to 100644
File size: 13.4 KB
RevLine 
[83b9299]12005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
4
[6ee4fb5]52005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
8
[52a2b04d]92005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
12
[1d7bfa5]132005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
16
[5022a49]172005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
20
[94e2b11]212005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
24
[d3fcd2b0]252005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
28        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
29        _disable_mask.
30
[9f66699]312005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * cpu.c: New (Stub file for consistency with other ports).
34        * Makefile.am: Reflect changes above.
35
[3d852ab]362005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
39        Remove PPC_ABI_POWEROPEN.
40
[52ebfcb]412005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
44        Tie PPC_HAS_FPU to _SOFT_FLOAT.
45
[b2a41060]462005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
49        Remove PPC_ABI_GCC27.
50
[b629797a]512005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
54
[babf575]552005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Split out preinstallation rules.
58        * preinstall.am: New (Split out from Makefile.am).
59
[1f24914a]602005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        PR 754/rtems
63        * rtems/asm.h: New (relocated from .).
64        * asm.h: Remove (moved to rtems/asm.h).
65        * Makefile.am: Reflect changes above.
66
[8e7f1a1]672004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
68
69        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
70        rtems/powerpc/registers.h: New header guards.
71
[731ea704]722004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
73
74        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
75        rtems/score/ppc.h, rtems/score/types.h: New header guards.
76
[609b924]772005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * rtems/score/types.h: Remove signed8, signed16, signed32,
80        unsigned8, unsigned16, unsigned32.
81
[5b729d1]822005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
85        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
86
[b9b531f]872005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * rtems/score/types.h: #include <rtems/stdint.h>.
90
[fc63544]912004-11-22      Joel Sherrill <joel@OARcorp.com>
92
93        * rtems/old-exceptions/cpu.h: Make compile in assembly.
94
[af413e95]952004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
98        guard.
99
[b8ed8a9f]1002004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * asm.h: Add doxygen preamble.
103
[d5607c5a]1042004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * rtems/score/cpu.h: Add doxygen preamble.
107        * rtems/score/powerpc.h: Add doxygen preamble.
108        * rtems/score/ppc.h: Add doxygen preamble.
109        * rtems/score/types.h: Add doxygen preamble.
110
[5b729d1]1112004-10-20      Eric Norum <norume@aps.anl.gov>
[83d7232]112
113        Add Kate Feng's MVME5500 BSP
114        * rtems/powerpc/registers.h, rtems/score/powerpc.h
115
[9428e23]1162004-09-29      Joel Sherrill <joel@OARcorp.com>
117
118        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
119        obsoleted and all references removed.
120
[3411bac]1212004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * asm.h: Include rtems/score/powerpc.h instead of
124        rtems/score/ppc.h.
125
[b6bf7d53]1262004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
129        for consistency with other ports.
130        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
131        * Makefile.am: Reflect changes above.
132        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
133        rtems/score/ppc.h.
134
[e69307b7]1352004-04-12      David Querbach <querbach@realtime.bc.ca>
136
137        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
138        MPC555 support as part of the addition of the SS555 BSP.
139
[be2ed3e]1402004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
143        * Makefile.am: Don't include multilib.am.
144        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
145
[5f8d82b7]1462004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * Makefile.am: Install asm.h to $(includedir)/rtems.
149
[30b1016]1502004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
153        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
154
[d3b09bf4]1552004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: RTEMS_TOP([../../../..]).
158
[7ea55607]1592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Move RTEMS_TOP one subdir down.
162
[3d1de20]1632004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Add PREINSTALL_DIRS.
166
[8956e27]1672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
170        Add PREINSTALL_FILES to CLEANFILES.
171
[36e48b1]1722004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Requires automake >= 1.8.1.
175
[f08808e]1762004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Include compile.am, again.
179
[ec8c1949]1802004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Convert to using automake compilation rules.
183
[7fccd6d6]1842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
187
[810720b6]1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
191
[7d0eba02]1922003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Add $(dirstamp) to preinstallation rules.
195
[930ad0c]1962003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Remove all LIB-related rules.
199
[d6a444d]2002003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Don't use gmake rules for preinstallation.
203
[9ca05b1]2042003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Remove RTEMS_CANONICAL_HOST.
207
[8727808e]2082003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Remove RTEMS_CHECK_CPU.
211
[1aa101b]2122003-09-26      Joel Sherrill <joel@OARcorp.com>
213
214        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
215        PA-RISC port and removing all references.
216
[90e393f]2172003-09-04      Joel Sherrill <joel@OARcorp.com>
218
219        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
220        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
221        URL for license changed.
222
[d36c457]2232003-08-21      Till Straumann <strauman@slac.stanford.edu>
224
225        PR 457/bsps
226        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
227        thermal assistance unit.
228
[7dcc3fe]2292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
232
[1ede24c]2332003-07-18      Till Straumann <strauman@slac.stanford.edu>
234
235        PR 288/rtems
236        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
237        maintained and does not reside in SPRG0.
238
[d2c26e4b]2392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove AC_CONFIG_AUX_DIR.
242
[cd228d76]2432003-02-20      Till Straumann <strauman@slac.stanford.edu>
244
245        PR 349/bsps
246        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
247
[53021d4]2482002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
251        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
252
[47c0220]2532002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Fix package name.
256
[8ecc042a]2572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * rtems/new-exceptions/cpu.h: Remove sections on
260        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
261        * rtems/old-exceptions/cpu.h: Remove sections on
262        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
263        * rtems/score/cpu.h: Insert sections on
264        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
265
2662002-10-31      Joel Sherrill <joel@OARcorp.com>
267
268        * rtems/new-exceptions/cpu.h: Removed warnings.
269
270
[1c3ea41]2712002-10-31      Joel Sherrill <joel@OARcorp.com>
272
273        * rtems/new-exceptions/cpu.h: Removed warnings.
274
[5c8b6b6]2752002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
278
[f8cb04a5]2792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Reformat.
282        Add autom4te*cache.
283        Remove autom4te.cache.
284
[a85d8ec]2852002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
288
[53f6727]2892002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Use .$(OBJEXT) instead of .o.
292
[af81910]2932002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: RTEMS_TOP(../../../..).
296
[8c746fe]2972002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Remove RTEMS_PROJECT_ROOT.
300
[a25b63b]3012002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Add RTEMS_PROG_CCAS
304
[6f79a970]3052002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
308        Add AC_PROG_RANLIB.
309
[2f6261d]3102002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
313        Use ../../../aclocal.
314
[0fe89f6]3152002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
318
[78f8c91]3192001-05-14      Till Straumann <strauman@slac.stanford.edu>
320
321        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
322        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
323        however.
[5a715de]3242002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * rtems/score/ppc.h: Remove rtems_multilib.
327        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
328        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
329        Remove _CPU_Data_Cache_Block_Invalidate.
330
[4a0d87e]3312002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * asm.h: Include cpuopts.h instead of targopts.h.
334        * rtems/new-exceptions/cpu.h: Relocated from
335        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
336        * rtems/old-exceptions/cpu.h: Relocated from
337        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
338        * rtems/powerpc/registers.h: Relocated and renamed from
339        libcpu/powerpc/shared/include/cpu.h.
340        * rtems/score/cpu.h: New.
341        * Makefile.am: Reflect changes above.
342
[6f53a921]3432001-04-03      Joel Sherrill <joel@OARcorp.com>
344
345        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
346        * rtems/score/ppctypes.h: Removed.
347        * rtems/score/types.h: New file via CVS magic.
348        * Makefile.am, rtems/score/cpu.h: Account for name change.
349
[7273b6e]3502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac:
353        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
354        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
355        * Makefile.am: Remove AUTOMAKE_OPTIONS.
356
[dfca13fc]3572002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Reflect changes from 2002-01-23.
360
[59bcc90]3612002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * rtems/Makefile.am: Removed.
364        * rtems/score/Makefile.am: Removed.
365        * configure.ac: Reflect changes above.
366        AC_CONFIG_SRCDIR(asm.h).
367
[b0f78e8]3682002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * rtems/Makefile.am: New.
371        * rtems/.cvsignore: New.
372        * rtems/score/Makefile.am: New.
373        * rtems/score/.cvsignore: New.
374        * rtems/score/ppc.h: Relocated from shared/.
375        * rtems/score/ppctypes.h: Relocated from shared/.
376        * asm.h: Relocated from shared/.
377        * shared/Makefile.am: Removed.
378        * shared/asm.h: Removed.
379        * shared/ppc.h: Removed.
380        * shared/ppctypes.h: Removed.
381        * shared/.cvsignore: Removed.
382        * Makefile.am: Reflect changes above.
383        * configure.ac: Reflect changes above.
384
[4db30283]3852001-11-28      Joel Sherrill <joel@OARcorp.com>,
386
387        This was tracked as PR91.
388        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
389        is used to specify if the port uses the standard macro for this (FALSE).
390        A TRUE setting indicates the port provides its own implementation.
391
[ffcb102]3922001-11-14      Joel Sherrill <joel@OARcorp.com>
393
394        * shared/ppc.h: The mpc8260 uses the new exception processing model
395        and thus does not need to define PPC_USE_SPRG.
396
[2b5c094f]3972001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
398
399        * shared/ppc.h: mpc8260 has double FPU not single FPU.
400
[95e0ca93]4012001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
402
403        This modification is part of the submitted modifications necessary to
404        support the IBM PPC405 family.  This submission was reviewed by
405        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
406        not negatively impact the ppc403 BSPs.  The submission and tracking
407        process was captured as PR50.
408        * shared/asm.h, shared/ppc.h: Added PPC405 support.
409
[3ac78af]4102001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
411
412        * shared/ppc.h: Added mpc8260 support.
413
[57624a1]4142001-10-12      Joel Sherrill <joel@OARcorp.com>
415
416        * shared/ppctypes.h: Fixed typo.
417
[df25c998]4182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
421        * configure.in: Remove.
422        * configure.ac: New file, generated from configure.in by autoupdate.
423
[1707a04]4242001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
427
[329509fb]4282001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am, rtems/score/Makefile.am:
431        Apply include_*HEADERS instead of H_FILES.
432
[feead226]4332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
436
[a314d3b4]4372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
440
[5582de1]4412000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
444        Switch to GNU canonicalization.
445
[fad00e76]4462000-10-20      Joel Sherrill <joel@OARcorp.com>
447
448        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
449
[d7118fd]4502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Include compile.am.
453
[e94ad1fe]4542000-08-10      Joel Sherrill <joel@OARcorp.com>
455
456        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.