summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-01 00:24:25 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-01 00:24:25 +0000
commitbd1cc5f09cf1eb119739242ca07f813a23491f3e (patch)
treebda5c5b8ffdec7cec29a26fc098cc4e1a9a71541 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-11-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-bd1cc5f09cf1eb119739242ca07f813a23491f3e.tar.bz2
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c: use new feature-checks from cpuIdent.h rather than filtering CPU types when checking for availability of high BATs and an MMU with hardware page-table lookup.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index a8cb41b79b..155a0939a7 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,12 +1,16 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
+ * mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c: use new
+ feature-checks from cpuIdent.h rather than filtering
+ CPU types when checking for availability of high BATs
+ and an MMU with hardware page-table lookup.
+
+2007-11-30 Till Straumann <strauman@slac.stanford.edu>
+
* mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h:
added support for bookE/ppc405 style CPUs where the
decrementer works slightly differently.
-2007-11-30 Till Straumann <strauman@slac.stanford.edu>
-
- * mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c
2007-11-29 Till Straumann <strauman@slac.stanford.edu>
* mpc6xx/exceptions/raw_exception.c,