aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-01-27 16:51:58 +0000
committerPeter Maydell <peter.maydell@linaro.org>2011-01-27 16:51:58 +0000
commit11728e90860b7be0c103a1562ac4ee0c3777e6ac (patch)
tree980bcce44b1a907d618605b1279307c1c18abb9a
parent43a16d2b0944963822fb9801981fed9ef755771f (diff)
Add a Changelog.LINARO2011.02-0-rc1
Add a Changelog.LINARO to document the changes we make between qemu-linaro releases. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--Changelog.LINARO27
1 files changed, 27 insertions, 0 deletions
diff --git a/Changelog.LINARO b/Changelog.LINARO
new file mode 100644
index 000000000..da8d7198b
--- /dev/null
+++ b/Changelog.LINARO
@@ -0,0 +1,27 @@
+Changelog for qemu-linaro
+=========================
+
+Note that this changelog only covers ARM-related changes
+since the previous qemu-linaro release; since we track
+upstream fairly closely there will be various upstream
+changes which we incorporate but which are not listed
+here. For full change detail consult the git history:
+
+ http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=summary
+
+Bug numbers refer to Launchpad qemu-linaro bugs, eg:
+https://bugs.launchpad.net/qemu-linaro/+bug/703094
+
+version 2011.01-0:
+
+ - This initial qemu-linaro release includes all the ARM code generation
+ fixes from the qemu-meego tree; these are mainly Neon related
+ - The OMAP3 support from qemu-meego is also included
+ - Fixes #703094: newer u-boot MMC drivers would fail with
+ "timedout waiting for stat!" message
+ - Fixes #622408: silences spurious "SD: Unknown CMD52" messages
+ - Fixes #704484: newer x-loader images were causing qemu to die
+ immediately with "Trying to execute code outside RAM or ROM"
+ - Fixes #697684: implements missing syscall 341 and ioctl 0xc020660b;
+ these were causing lots of warnings when running newer versions
+ of apt-get under qemu usermode emulation