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

4.104.114.84.95
Last change on this file since f2cd09c4 was f2cd09c4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/05 at 15:10:10

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

  • rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
  • Property mode set to 100644
File size: 13.7 KB
RevLine 
[f2cd09c4]12005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/powerpc.h (mpc8260): PPC_ALIGNMENT 8.
4
[7bda4d6]52005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/powerpc.h: Remove PPC_HAS_RFCI (Unused).
8
[c1f4761]92005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
10
[7bda4d6]11        * rtems/score/powerpc.h: Remove PPC_HAS_EXCEPTION_PREFIX (Unused).
[c1f4761]12
[83b9299]132005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * rtems/score/powerpc.h: Remove PPC_CACHE_ALIGN_POWER (Unused).
16
[6ee4fb5]172005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/powerpc.h: Remove PPC_LOW_POWER_MODE* (Unused).
20
[52a2b04d]212005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/powerpc.h: Remove PPC_HAS_EVPR (Unused).
24
[1d7bfa5]252005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * rtems/score/powerpc.h: Remove PPC_USE_MULTIPLE (Unused).
28
[5022a49]292005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * rtems/score/powerpc.h: Remove PPC_D_CACHE, PPC_I_CACHE defines.
32
[94e2b11]332005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * rtems/score/powerpc.h: Remove PPC_MSR_* defines.
36
[d3fcd2b0]372005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
40        Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
41        _disable_mask.
42
[9f66699]432005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * cpu.c: New (Stub file for consistency with other ports).
46        * Makefile.am: Reflect changes above.
47
[3d852ab]482005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
51        Remove PPC_ABI_POWEROPEN.
52
[52ebfcb]532005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU.
56        Tie PPC_HAS_FPU to _SOFT_FLOAT.
57
[b2a41060]582005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h:
61        Remove PPC_ABI_GCC27.
62
[b629797a]632005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
66
[babf575]672005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Split out preinstallation rules.
70        * preinstall.am: New (Split out from Makefile.am).
71
[1f24914a]722005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        PR 754/rtems
75        * rtems/asm.h: New (relocated from .).
76        * asm.h: Remove (moved to rtems/asm.h).
77        * Makefile.am: Reflect changes above.
78
[8e7f1a1]792004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
80
81        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
82        rtems/powerpc/registers.h: New header guards.
83
[731ea704]842004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
85
86        * asm.h, rtems/score/cpu.h, rtems/score/powerpc.h,
87        rtems/score/ppc.h, rtems/score/types.h: New header guards.
88
[609b924]892005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * rtems/score/types.h: Remove signed8, signed16, signed32,
92        unsigned8, unsigned16, unsigned32.
93
[5b729d1]942005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * rtems/new-exceptions/cpu.h: *_swap_u32( uint32_t ).
97        * rtems/old-exceptions/cpu.h: *_swap_u32( uint32_t ).
98
[b9b531f]992005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * rtems/score/types.h: #include <rtems/stdint.h>.
102
[fc63544]1032004-11-22      Joel Sherrill <joel@OARcorp.com>
104
105        * rtems/old-exceptions/cpu.h: Make compile in assembly.
106
[af413e95]1072004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
110        guard.
111
[b8ed8a9f]1122004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * asm.h: Add doxygen preamble.
115
[d5607c5a]1162004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * rtems/score/cpu.h: Add doxygen preamble.
119        * rtems/score/powerpc.h: Add doxygen preamble.
120        * rtems/score/ppc.h: Add doxygen preamble.
121        * rtems/score/types.h: Add doxygen preamble.
122
[5b729d1]1232004-10-20      Eric Norum <norume@aps.anl.gov>
[83d7232]124
125        Add Kate Feng's MVME5500 BSP
126        * rtems/powerpc/registers.h, rtems/score/powerpc.h
127
[9428e23]1282004-09-29      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: i960
131        obsoleted and all references removed.
132
[3411bac]1332004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * asm.h: Include rtems/score/powerpc.h instead of
136        rtems/score/ppc.h.
137
[b6bf7d53]1382004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h)
141        for consistency with other ports.
142        * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h.
143        * Makefile.am: Reflect changes above.
144        * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of
145        rtems/score/ppc.h.
146
[e69307b7]1472004-04-12      David Querbach <querbach@realtime.bc.ca>
148
149        * asm.h, rtems/new-exceptions/cpu.h, rtems/score/ppc.h: addition of
150        MPC555 support as part of the addition of the SS555 BSP.
151
[be2ed3e]1522004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
153
154        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
155        * Makefile.am: Don't include multilib.am.
156        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
157
[5f8d82b7]1582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * Makefile.am: Install asm.h to $(includedir)/rtems.
161
[30b1016]1622004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
165        rtems/powerpc/registers.h: Convert to using c99 fixed size types.
166
[d3b09bf4]1672004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * configure.ac: RTEMS_TOP([../../../..]).
170
[7ea55607]1712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Move RTEMS_TOP one subdir down.
174
[3d1de20]1752004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Add PREINSTALL_DIRS.
178
[8956e27]1792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
182        Add PREINSTALL_FILES to CLEANFILES.
183
[36e48b1]1842004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Requires automake >= 1.8.1.
187
[f08808e]1882004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Include compile.am, again.
191
[ec8c1949]1922004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Convert to using automake compilation rules.
195
[7fccd6d6]1962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
199
[810720b6]2002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
203
[7d0eba02]2042003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Add $(dirstamp) to preinstallation rules.
207
[930ad0c]2082003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Remove all LIB-related rules.
211
[d6a444d]2122003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Don't use gmake rules for preinstallation.
215
[9ca05b1]2162003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Remove RTEMS_CANONICAL_HOST.
219
[8727808e]2202003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove RTEMS_CHECK_CPU.
223
[1aa101b]2242003-09-26      Joel Sherrill <joel@OARcorp.com>
225
226        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h: Obsoleting HP
227        PA-RISC port and removing all references.
228
[90e393f]2292003-09-04      Joel Sherrill <joel@OARcorp.com>
230
231        * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
232        rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
233        URL for license changed.
234
[d36c457]2352003-08-21      Till Straumann <strauman@slac.stanford.edu>
236
237        PR 457/bsps
238        * rtems/powerpc/registers.h: Add a few definitions for the PowerPC
239        thermal assistance unit.
240
[7dcc3fe]2412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
244
[1ede24c]2452003-07-18      Till Straumann <strauman@slac.stanford.edu>
246
247        PR 288/rtems
248        * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly
249        maintained and does not reside in SPRG0.
250
[d2c26e4b]2512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove AC_CONFIG_AUX_DIR.
254
[cd228d76]2552003-02-20      Till Straumann <strauman@slac.stanford.edu>
256
257        PR 349/bsps
258        * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs.
259
[53021d4]2602002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
263        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
264
[47c0220]2652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Fix package name.
268
[8ecc042a]2692002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * rtems/new-exceptions/cpu.h: Remove sections on
272        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
273        * rtems/old-exceptions/cpu.h: Remove sections on
274        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
275        * rtems/score/cpu.h: Insert sections on
276        CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
277
2782002-10-31      Joel Sherrill <joel@OARcorp.com>
279
280        * rtems/new-exceptions/cpu.h: Removed warnings.
281
282
[1c3ea41]2832002-10-31      Joel Sherrill <joel@OARcorp.com>
284
285        * rtems/new-exceptions/cpu.h: Removed warnings.
286
[5c8b6b6]2872002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
290
[f8cb04a5]2912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Reformat.
294        Add autom4te*cache.
295        Remove autom4te.cache.
296
[a85d8ec]2972002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
300
[53f6727]3012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Use .$(OBJEXT) instead of .o.
304
[af81910]3052002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: RTEMS_TOP(../../../..).
308
[8c746fe]3092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Remove RTEMS_PROJECT_ROOT.
312
[a25b63b]3132002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Add RTEMS_PROG_CCAS
316
[6f79a970]3172002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
320        Add AC_PROG_RANLIB.
321
[2f6261d]3222002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
325        Use ../../../aclocal.
326
[0fe89f6]3272002-05-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * rtems/score/ppc.h: Remove PPC_DEBUG_MODEL.
330
[78f8c91]3312001-05-14      Till Straumann <strauman@slac.stanford.edu>
332
333        * rtems/powerpc/registers.h, rtems/score/ppc.h: Per PR213, add
334        support for the MPC74000 (AKA G4); there is no AltiVec support yet,
335        however.
[5a715de]3362002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * rtems/score/ppc.h: Remove rtems_multilib.
339        Add mpc555 (Based on comments from Sergei Organov <osv@javad.ru>).
340        * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush.
341        Remove _CPU_Data_Cache_Block_Invalidate.
342
[4a0d87e]3432002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * asm.h: Include cpuopts.h instead of targopts.h.
346        * rtems/new-exceptions/cpu.h: Relocated from
347        libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h
348        * rtems/old-exceptions/cpu.h: Relocated from
349        c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h
350        * rtems/powerpc/registers.h: Relocated and renamed from
351        libcpu/powerpc/shared/include/cpu.h.
352        * rtems/score/cpu.h: New.
353        * Makefile.am: Reflect changes above.
354
[6f53a921]3552001-04-03      Joel Sherrill <joel@OARcorp.com>
356
357        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
358        * rtems/score/ppctypes.h: Removed.
359        * rtems/score/types.h: New file via CVS magic.
360        * Makefile.am, rtems/score/cpu.h: Account for name change.
361
[7273b6e]3622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac:
365        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
366        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
367        * Makefile.am: Remove AUTOMAKE_OPTIONS.
368
[dfca13fc]3692002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect changes from 2002-01-23.
372
[59bcc90]3732002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * rtems/Makefile.am: Removed.
376        * rtems/score/Makefile.am: Removed.
377        * configure.ac: Reflect changes above.
378        AC_CONFIG_SRCDIR(asm.h).
379
[b0f78e8]3802002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * rtems/Makefile.am: New.
383        * rtems/.cvsignore: New.
384        * rtems/score/Makefile.am: New.
385        * rtems/score/.cvsignore: New.
386        * rtems/score/ppc.h: Relocated from shared/.
387        * rtems/score/ppctypes.h: Relocated from shared/.
388        * asm.h: Relocated from shared/.
389        * shared/Makefile.am: Removed.
390        * shared/asm.h: Removed.
391        * shared/ppc.h: Removed.
392        * shared/ppctypes.h: Removed.
393        * shared/.cvsignore: Removed.
394        * Makefile.am: Reflect changes above.
395        * configure.ac: Reflect changes above.
396
[4db30283]3972001-11-28      Joel Sherrill <joel@OARcorp.com>,
398
399        This was tracked as PR91.
400        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
401        is used to specify if the port uses the standard macro for this (FALSE).
402        A TRUE setting indicates the port provides its own implementation.
403
[ffcb102]4042001-11-14      Joel Sherrill <joel@OARcorp.com>
405
406        * shared/ppc.h: The mpc8260 uses the new exception processing model
407        and thus does not need to define PPC_USE_SPRG.
408
[2b5c094f]4092001-11-14      Andrew Dachs <A.Dachs@SSTL.co.uk>
410
411        * shared/ppc.h: mpc8260 has double FPU not single FPU.
412
[95e0ca93]4132001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
414
415        This modification is part of the submitted modifications necessary to
416        support the IBM PPC405 family.  This submission was reviewed by
417        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
418        not negatively impact the ppc403 BSPs.  The submission and tracking
419        process was captured as PR50.
420        * shared/asm.h, shared/ppc.h: Added PPC405 support.
421
[3ac78af]4222001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
423
424        * shared/ppc.h: Added mpc8260 support.
425
[57624a1]4262001-10-12      Joel Sherrill <joel@OARcorp.com>
427
428        * shared/ppctypes.h: Fixed typo.
429
[df25c998]4302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
433        * configure.in: Remove.
434        * configure.ac: New file, generated from configure.in by autoupdate.
435
[1707a04]4362001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * shared/Makefile.am: Use 'PREINSTALL_FILES ='.
439
[329509fb]4402001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am, rtems/score/Makefile.am:
443        Apply include_*HEADERS instead of H_FILES.
444
[feead226]4452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
448
[a314d3b4]4492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
452
[5582de1]4532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
456        Switch to GNU canonicalization.
457
[fad00e76]4582000-10-20      Joel Sherrill <joel@OARcorp.com>
459
460        * shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
461
[d7118fd]4622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Include compile.am.
465
[e94ad1fe]4662000-08-10      Joel Sherrill <joel@OARcorp.com>
467
468        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.