summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-06-11 08:19:13 +0000
committerChris Johns <chrisj@rtems.org>2008-06-11 08:19:13 +0000
commite339d8b718018d49b734d38e5496433cee5d097a (patch)
treefc1d6aecb360821936790e1fba67efcdcbd971c9 /cpukit/score/cpu/m68k/ChangeLog
parenthris Johns <chrisj@rtems.org> (diff)
downloadrtems-e339d8b718018d49b734d38e5496433cee5d097a.tar.bz2
hris Johns <chrisj@rtems.org>
* cpu_asm.S: Add Coldfire FPU support. * rtems/score/m68k.h: Change the Coldfire CPU defines to be based on the instruction set. Add Tiny RTEMS support to the small memory model RTEMS processors. * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 5b57dfea94..c143e1fd11 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-10 Chris Johns <chrisj@rtems.org>
+
+ * cpu_asm.S: Add Coldfire FPU support.
+ * rtems/score/m68k.h: Change the Coldfire CPU defines to be based
+ on the instruction set. Add Tiny RTEMS support to the small memory
+ model RTEMS processors.
+ * rtems/score/cpu.h: Handle the new Tiny RTEMS support.
+
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting