aboutsummaryrefslogtreecommitdiff
path: root/Changelog.LINARO
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-06-13 12:53:38 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-06-13 12:53:38 +0000
commit59220bb6c6f6a251aa7bb512f8fefd838bf7386f (patch)
tree59826b50b1dde5a81801ae39eab006bfaac7433d /Changelog.LINARO
parent05b7c2eea737e6f64fe4522a7f4f0603bdf9bc86 (diff)
Changelog.LINARO: Update for 2011.06 release
Update Changelog.LINARO with notes for the 2011.06 release. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'Changelog.LINARO')
-rw-r--r--Changelog.LINARO18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
index 088dd0822..f391787f1 100644
--- a/Changelog.LINARO
+++ b/Changelog.LINARO
@@ -12,6 +12,24 @@ 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.06:
+ - Introduces a model of the Gumstix Overo board ("overo")
+ - Fixes #708703: the OMAP3 OHCI USB controller is implemented
+ and works for USB keyboard and mouse
+ - Fixes #768650: suppresses a "Bad register 0x000000f8"
+ warning caused by the Linux kernel deliberately accessing
+ a non-existent OMAP3 interrupt controller register
+ - Models a DDC I2C slave to pass fake EDID monitor data,
+ to satisfy Linux kernels which insist on probing for a
+ monitor before turning on the display
+ - Fixes overflow when calculating result of signed VABAL
+ - Fixes handling of Neon UNDEF cases
+ - Fixes setting of floating point exception flags for
+ various Neon and VFP instructions
+ - Fixes corruption of base register for an abort midway
+ through a Thumb LDM which includes the base register in
+ the set of registers to be loaded
+
version 2011.04-1:
- Fixes a compilation failure with gcc 4.5