qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
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

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




reply via email to

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