aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-10-10 17:41:28 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-10-10 17:41:28 +0000
commit7341cd0ce2b698eada53dd38e27e1016bf6e12ca (patch)
tree6d5ce04e4f57b146472487cc2f1f7625a03697fd
parent4a8ea380bc5875543781dc5785f2140241ce22e9 (diff)
Changelog.LINARO: Update for 2011.102011.10.rebasing
Update Linaro changelog for 2011.10 release
-rw-r--r--Changelog.LINARO11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
index c2f26270e..70edbaed9 100644
--- a/Changelog.LINARO
+++ b/Changelog.LINARO
@@ -12,6 +12,17 @@ here. For full change detail consult the git history:
Bug numbers refer to Launchpad qemu-linaro bugs, eg:
https://bugs.launchpad.net/qemu-linaro/+bug/703094
+version 2011.10:
+ - Beagle models now support USB networking (run the model with
+ "-usb -device usb-net,netdev=mynet -netdev user,id=mynet")
+ - Instructions introduced with the Cortex-A15 (ARM mode
+ SDIV and UDIV, and the VFPv4 fused multiply-accumulate
+ instructions VFMA, VFMS, VFNMA, VFNMS) are now supported
+ in linux-user mode
+ - Fixes a bug which would cause returning of the wrong NaN values
+ in some cases (when more than one input is a NaN or when the
+ "default NaN" should be returned)
+
version 2011.09:
- linux-user mode now supports the 64 bit cmpxchg kernel helpers
(only needed for applications compiled for ARMv6 or lower)