qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH arm-devs v1 0/6] Fix Support for ARM A9 CBAR
Date: Wed, 27 Nov 2013 01:00:31 -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
hade broken CBAR.

Regards,
Peter


Peter Crosthwaite (6):
  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

 hw/arm/highbank.c    | 21 +++++++++++++++------
 hw/arm/xilinx_zynq.c | 20 ++++++++++++++++----
 target-arm/cpu.c     | 18 +++++++++---------
 target-arm/cpu.h     |  1 +
 target-arm/helper.c  |  9 +++++++++
 5 files changed, 50 insertions(+), 19 deletions(-)

-- 
1.8.4.4




reply via email to

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