qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] ARM: Set reset-cbar property for A9 and A15 boa


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/4] ARM: Set reset-cbar property for A9 and A15 boards
Date: Mon, 24 Feb 2014 20:23:58 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]