qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] ARM: Set reset-cbar property for A9 and A15 boards
@ 2014-02-24 20:23 Peter Maydell
  2014-02-24 20:23 ` [Qemu-devel] [PATCH 1/4] vexpress: Set reset-cbar property for CPUs Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Maydell @ 2014-02-24 20:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Rob Herring, Peter Crosthwaite, Evgeny Voevodin, patches,
	Alexey Kardashevskiy, 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".

Andreas: is object_new(object_class_get_name(oc)) still the
recommended way to create an object if you have its ObjectClass * ?

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 |  23 ++++++++--
 hw/arm/realview.c   |  39 ++++++++++++-----
 hw/arm/vexpress.c   | 123 ++++++++++++++++++++++++++--------------------------
 hw/arm/virt.c       |  11 +++++
 4 files changed, 121 insertions(+), 75 deletions(-)

-- 
1.8.5

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

end of thread, other threads:[~2014-02-26 17:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-24 20:23 [Qemu-devel] [PATCH 0/4] ARM: Set reset-cbar property for A9 and A15 boards Peter Maydell
2014-02-24 20:23 ` [Qemu-devel] [PATCH 1/4] vexpress: Set reset-cbar property for CPUs Peter Maydell
2014-02-25  8:42   ` Peter Crosthwaite
2014-02-24 20:24 ` [Qemu-devel] [PATCH 2/4] realview-pbx-a9: " Peter Maydell
2014-02-25  8:26   ` Peter Crosthwaite
2014-02-24 20:24 ` [Qemu-devel] [PATCH 3/4] exynos4210: Set reset-cbar property of Cortex-A9 CPUs Peter Maydell
2014-02-25  8:18   ` Peter Crosthwaite
2014-02-24 20:24 ` [Qemu-devel] [PATCH 4/4] virt: Set reset-cbar on CPUs Peter Maydell
2014-02-25  8:23   ` Peter Crosthwaite
2014-02-26 17:05     ` Peter Maydell

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