qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH arm-devs v2 0/8] Fix Support for ARM A9 CBAR


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH arm-devs v2 0/8] Fix Support for ARM A9 CBAR
Date: Wed, 27 Nov 2013 19:26:28 -0800

Hi Peter,

This patch series fixed the Configuration base address init logic for
ARM CPUs, most notably for A9. Fixes both Zynq and Highbank which both
had broken CBAR.

Regards,
Peter

Changed since v1:
Fix QOM to support writeable dynamic properties
Use dynamic props instead (PMM/AF discussion)
Use error_report (AF reivew)
Use reset- prefix on propname (AF reivew)
Fix machine model namings or the MPCore PERIPHBASE


Peter Crosthwaite (8):
  qom/object: Make uintXX added properties writable
  target-arm: Define and use ARM_FEATURE_CBAR
  target-arm/cpu: Convert reset CBAR to a property
  arm/highbank: Use object_new() rather than cpu_arm_init()
  arm/highbank: Fix CBAR intialisation
  arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()
  arm/xilinx_zynq: Implement CBAR intialisation
  arm/highbank.c: Fix MPCore periphbase name

 hw/arm/highbank.c    | 33 +++++++++++++++++++++------------
 hw/arm/xilinx_zynq.c | 21 +++++++++++++++++----
 qom/object.c         | 44 ++++++++++++++++++++++++++++++++++++++++----
 target-arm/cpu.c     | 25 ++++++++++++++++---------
 target-arm/cpu.h     |  1 +
 target-arm/helper.c  |  9 +++++++++
 6 files changed, 104 insertions(+), 29 deletions(-)

-- 
1.8.4.4




reply via email to

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