summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-24 20:20:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-24 20:20:36 +0000
commit9dfd75ec528d3725ad6fd554736b28ac8d927882 (patch)
tree7ecb4254095eefeb70179b8b160f034cbd7c535a /cpukit/score/cpu/bfin/ChangeLog
parentBump version to 0.3 (diff)
downloadrtems-9dfd75ec528d3725ad6fd554736b28ac8d927882.tar.bz2
2006-10-24 Alain Schaefer <alani@easc.ch>
* Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h: Clean up rtems/score/bfin.h removing parts that are not needed by RTEMS CPUkit to bfin specific .h files. * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
Diffstat (limited to 'cpukit/score/cpu/bfin/ChangeLog')
-rw-r--r--cpukit/score/cpu/bfin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/bfin/ChangeLog b/cpukit/score/cpu/bfin/ChangeLog
index 5afc44727b..6a7424f800 100644
--- a/cpukit/score/cpu/bfin/ChangeLog
+++ b/cpukit/score/cpu/bfin/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-24 Alain Schaefer <alani@easc.ch>
+
+ * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
+ Clean up rtems/score/bfin.h removing parts that are not needed by
+ RTEMS CPUkit to bfin specific .h files.
+ * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
+
2006-10-23 Joel Sherrill <joel@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.