From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnjxL-0001Ob-Aj for qemu-devel@nongnu.org; Tue, 03 Dec 2013 01:59:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnjxA-0005ad-Qf for qemu-devel@nongnu.org; Tue, 03 Dec 2013 01:59:39 -0500 Received: from mail-pb0-f54.google.com ([209.85.160.54]:45273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnjxA-0005aQ-KM for qemu-devel@nongnu.org; Tue, 03 Dec 2013 01:59:28 -0500 Received: by mail-pb0-f54.google.com with SMTP id un15so20579006pbc.13 for ; Mon, 02 Dec 2013 22:59:27 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Mon, 2 Dec 2013 22:58:54 -0800 Message-Id: Subject: [Qemu-devel] [PATCH arm-devs v3 0/9] 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 v2: Fixed comment in p8 (PMM review) Enabled CBAR for a15 (PMM review) Typo sweep 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 review) Fix machine model namings or the MPCore PERIPHBASE Peter Crosthwaite (9): qom/object: Make uintXX added properties writable target-arm/helper.c: Allow cp15.c15 dummy override 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 initialisation arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() arm/xilinx_zynq: Implement CBAR initialisation 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 | 26 +++++++++++++++++--------- target-arm/cpu.h | 1 + target-arm/helper.c | 12 +++++++++++- 6 files changed, 107 insertions(+), 30 deletions(-) -- 1.8.4.4