summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2011-07-16 01:21:36 +0000
committerTill Straumann <strauman@slac.stanford.edu>2011-07-16 01:21:36 +0000
commit9c39236d0d90237039c284c0832b3cc26fc10d34 (patch)
tree0feb14e87300582f96b722e65c35cd270ac9a19a /c/src/lib/libbsp/powerpc/ChangeLog
parent2011-07-15 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-9c39236d0d90237039c284c0832b3cc26fc10d34.tar.bz2
2011-07-15 Till Straumann <strauman@slac.stanford.edu>
* shared/bootloader/misc.c: Copy residual data _before_ decompressing the kernel since the firmware may have stored it in an area that is overwritten by decompress_kernel().
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index e9f7c9f0e1..55020ec622 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,5 +1,12 @@
2011-07-15 Till Straumann <strauman@slac.stanford.edu>
+ * shared/bootloader/misc.c: Copy residual data
+ _before_ decompressing the kernel since the firmware
+ may have stored it in an area that is overwritten
+ by decompress_kernel().
+
+2011-07-15 Till Straumann <strauman@slac.stanford.edu>
+
* shared/startup/ppc_idle.c: added an 'idle task' body
which switches the CPU into power-save mode. IIRC, this
cannot be used on real hardware due to errata :-( but