From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Rob Herring" <rob.herring@linaro.org>,
"Peter Crosthwaite" <peter.crosthwaite@xilinx.com>,
"Evgeny Voevodin" <e.voevodin@samsung.com>,
patches@linaro.org, "Igor Mitsyanko" <i.mitsyanko@gmail.com>,
"Dmitry Solodkiy" <d.solodkiy@samsung.com>,
"Maksim Kozlov" <m.kozlov@samsung.com>,
"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v2 0/4] ARM: Set reset-cbar property for A9 and A15 boards
Date: Mon, 10 Mar 2014 14:44:48 +0000 [thread overview]
Message-ID: <1394462692-8871-1-git-send-email-peter.maydell@linaro.org> (raw)
These patches set the reset-cbar property for all the A9 and A15
board models which haven't already had that fix. This is necessary
for A9 so that Linux doesn't misdetect the CPU as a specific broken
A9 uniprocessor SoC; it's not strictly necessary for A15 but it is
a more accurate emulation.
The vexpress patch is a slightly rearranged version of the one
I sent out before; this one doesn't segfault for vexpress-a15.
NB: I don't have test images for realview or exynos so have only
tested those to the level of "doesn't crash on startup".
Changes v1->v2:
* tweaked patches 3 and 4 as per Peter C's review comments:
use error_abort and assert() for can't-happen cases
Peter Maydell (4):
vexpress: Set reset-cbar property for CPUs
realview-pbx-a9: Set reset-cbar property for CPUs
exynos4210: Set reset-cbar property of Cortex-A9 CPUs
virt: Set reset-cbar on CPUs
hw/arm/exynos4210.c | 16 +++++--
hw/arm/realview.c | 39 ++++++++++++-----
hw/arm/vexpress.c | 123 ++++++++++++++++++++++++++--------------------------
hw/arm/virt.c | 6 +++
4 files changed, 109 insertions(+), 75 deletions(-)
--
1.9.0
next reply other threads:[~2014-03-10 14:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-10 14:44 Peter Maydell [this message]
2014-03-10 14:44 ` [Qemu-devel] [PATCH v2 1/4] vexpress: Set reset-cbar property for CPUs Peter Maydell
2014-03-10 14:44 ` [Qemu-devel] [PATCH v2 2/4] realview-pbx-a9: " Peter Maydell
2014-03-10 14:44 ` [Qemu-devel] [PATCH v2 3/4] exynos4210: Set reset-cbar property of Cortex-A9 CPUs Peter Maydell
2014-03-14 23:04 ` Peter Crosthwaite
2014-03-10 14:44 ` [Qemu-devel] [PATCH v2 4/4] virt: Set reset-cbar on CPUs Peter Maydell
2014-03-14 23:02 ` Peter Crosthwaite
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1394462692-8871-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=afaerber@suse.de \
--cc=d.solodkiy@samsung.com \
--cc=e.voevodin@samsung.com \
--cc=i.mitsyanko@gmail.com \
--cc=m.kozlov@samsung.com \
--cc=patches@linaro.org \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
--cc=rob.herring@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).