summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-14 05:19:59 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-14 05:19:59 +0000
commit61c98010e6e0c34f174c959ec2a7477a9b5f4ed5 (patch)
treea74568e01b1a1d8bc6a7bb139b7d554689149e3a /cpukit/score/cpu/powerpc/ChangeLog
parent2007-11-13 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-61c98010e6e0c34f174c959ec2a7477a9b5f4ed5.tar.bz2
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
* rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant. The goal would be making cpukit and hopefully libcpu work for all (or at least most) CPUs/BSPs with -D__ppc_generic so that eventually all tests [#if defined(<cpu_flavor>)] for CPU flavors can be eliminated.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index e1a9ef0c4a..7ae0910fbd 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,5 +1,13 @@
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
+ * rtems/score/powerpc.h: Added a '__ppc_generic' CPU variant.
+ The goal would be making cpukit and hopefully libcpu work
+ for all (or at least most) CPUs/BSPs with -D__ppc_generic so
+ that eventually all tests [#if defined(<cpu_flavor>)] for CPU
+ flavors can be eliminated.
+
+2007-11-13 Till Straumann <strauman@slac.stanford.edu>
+
* rtems/powerpc/registers.h: Added SPR definitions for BookE
DECAR, TCR, TSR.