summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/bfin/ChangeLog')
-rw-r--r--cpukit/score/cpu/bfin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/bfin/ChangeLog b/cpukit/score/cpu/bfin/ChangeLog
index 5f276f92e1..14bd10ba49 100644
--- a/cpukit/score/cpu/bfin/ChangeLog
+++ b/cpukit/score/cpu/bfin/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-17 Allan Hessenflow <allanh@kallisti.com>
+
+ * cpu.c, cpu_asm.S, rtems/score/cpu.h: Fine tune registers saved in the
+ context. The sp and imask registers need to be saved. Also allocated
+ 12 bytes on the stack at thread entry as the abi requires that.
+
2010-04-17 Mike Frysinger <vapier.adi@gmail.com>
* cpu.c: Blackfin ABI requires L registers to be 0 upon function entry.