From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlsFx-0002OC-OX for qemu-devel@nongnu.org; Wed, 27 Nov 2013 22:27:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlsFq-0006UH-FG for qemu-devel@nongnu.org; Wed, 27 Nov 2013 22:27:09 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:64163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlsFq-0006TE-9e for qemu-devel@nongnu.org; Wed, 27 Nov 2013 22:27:02 -0500 Received: by mail-pd0-f174.google.com with SMTP id y13so11100289pdi.5 for ; Wed, 27 Nov 2013 19:27:01 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Wed, 27 Nov 2013 19:26:28 -0800 Message-Id: Subject: [Qemu-devel] [PATCH arm-devs v2 0/8] Fix Support for ARM A9 CBAR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: peter.crosthwaite@xilinx.com, afaerber@suse.de, mark.langsdorf@calxeda.com 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