summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ChangeLog
diff options
context:
space:
mode:
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.