summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-01 00:06:00 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-01 00:06:00 +0000
commite955b062fbae3f0602471cf3f91377556f677c1f (patch)
tree596f522d7a32851d1b2f549cb764d8ca912d6fd5 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-11-30 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e955b062fbae3f0602471cf3f91377556f677c1f.tar.bz2
2007-11-29 Till Straumann <strauman@slac.stanford.edu>
* shared/include/cpuIdent.h, shared/include/cpuIdent.c: Added a simple 'feature check' facility. Code should not check for a particular CPU type if possible but check the respective feature bit (e.g., 'has_altivec'). This makes it much less cumbersome to add more CPU types in the future.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 9cc6005956..4413742366 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,14 @@
2007-11-29 Till Straumann <strauman@slac.stanford.edu>
+ * shared/include/cpuIdent.h, shared/include/cpuIdent.c:
+ Added a simple 'feature check' facility. Code should
+ not check for a particular CPU type if possible but
+ check the respective feature bit (e.g., 'has_altivec').
+ This makes it much less cumbersome to add more CPU
+ types in the future.
+
+2007-11-29 Till Straumann <strauman@slac.stanford.edu>
+
* mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h: Added support
for setting & reading IBATs.