From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlazg-0000cr-Hc for qemu-devel@nongnu.org; Wed, 27 Nov 2013 04:01:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlazZ-0002IP-7a for qemu-devel@nongnu.org; Wed, 27 Nov 2013 04:01:12 -0500 Received: from mail-pb0-f50.google.com ([209.85.160.50]:47562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlazZ-0002II-1D for qemu-devel@nongnu.org; Wed, 27 Nov 2013 04:01:05 -0500 Received: by mail-pb0-f50.google.com with SMTP id rr13so9956259pbb.37 for ; Wed, 27 Nov 2013 01:01:04 -0800 (PST) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Wed, 27 Nov 2013 01:00:31 -0800 Message-Id: Subject: [Qemu-devel] [PATCH arm-devs v1 0/6] 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 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