qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] ARM: Set reset-cbar property for A9 and A15 boards
@ 2014-03-10 14:44 Peter Maydell
  2014-03-10 14:44 ` [Qemu-devel] [PATCH v2 1/4] vexpress: Set reset-cbar property for CPUs Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Peter Maydell @ 2014-03-10 14:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Rob Herring, Peter Crosthwaite, Evgeny Voevodin, patches,
	Igor Mitsyanko, Dmitry Solodkiy, Maksim Kozlov,
	Andreas Färber

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-14 23:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 14:44 [Qemu-devel] [PATCH v2 0/4] ARM: Set reset-cbar property for A9 and A15 boards Peter Maydell
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

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).