From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN1dO-0000a2-UQ for qemu-devel@nongnu.org; Mon, 10 Mar 2014 10:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN1dN-0008Nw-I5 for qemu-devel@nongnu.org; Mon, 10 Mar 2014 10:56:54 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:46594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN1dN-0008Nb-BO for qemu-devel@nongnu.org; Mon, 10 Mar 2014 10:56:53 -0400 From: Peter Maydell Date: Mon, 10 Mar 2014 14:44:48 +0000 Message-Id: <1394462692-8871-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH v2 0/4] ARM: Set reset-cbar property for A9 and A15 boards List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Rob Herring , Peter Crosthwaite , Evgeny Voevodin , patches@linaro.org, Igor Mitsyanko , Dmitry Solodkiy , Maksim Kozlov , =?UTF-8?q?Andreas=20F=C3=A4rber?= These patches set the reset-cbar property for all the A9 and A15 board models which haven't already had that fix. This is necessary for A9 so that Linux doesn't misdetect the CPU as a specific broken A9 uniprocessor SoC; it's not strictly necessary for A15 but it is a more accurate emulation. The vexpress patch is a slightly rearranged version of the one I sent out before; this one doesn't segfault for vexpress-a15. NB: I don't have test images for realview or exynos so have only tested those to the level of "doesn't crash on startup". Changes v1->v2: * tweaked patches 3 and 4 as per Peter C's review comments: use error_abort and assert() for can't-happen cases Peter Maydell (4): vexpress: Set reset-cbar property for CPUs realview-pbx-a9: Set reset-cbar property for CPUs exynos4210: Set reset-cbar property of Cortex-A9 CPUs virt: Set reset-cbar on CPUs hw/arm/exynos4210.c | 16 +++++-- hw/arm/realview.c | 39 ++++++++++++----- hw/arm/vexpress.c | 123 ++++++++++++++++++++++++++-------------------------- hw/arm/virt.c | 6 +++ 4 files changed, 109 insertions(+), 75 deletions(-) -- 1.9.0