summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-11 10:07:00 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-11 10:07:00 +0000
commit224aebb3b8ceb936e333e4c9b71bfb95737f4c5e (patch)
tree6c88f335e66565339db5fcbd0f330fc1ada4608e /cpukit/ChangeLog
parentmade buffer for write calls constant (diff)
downloadrtems-224aebb3b8ceb936e333e4c9b71bfb95737f4c5e.tar.bz2
added BSP to m68k
adapted PPC exception code
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3b9512417d..e8f60bec3d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,17 @@
+2008-07-10 Peter Rasmussen <Peter.Rasmussen@embedded-brains.de>
+
+ * score/cpu/m68k/cpu_asm.S, cpukit/score/cpu/m68k/rtems/asm.h,
+ cpukit/score/cpu/m68k/rtems/score/cpu.h,
+ score/cpu/m68k/rtems/score/m68k.h:
+
+ added support to save coldfire FPU/EMAC context
+
+2008-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
+
+ * libi2c/libi2c.c, libi2c/libi2c.h:
+ make buffer passed to *write* functions a const pointer
+
+
2008-07-10 Till Straumann <strauman@slac.stanford.edu>
* cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h,