From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkiNt-0000K6-B9 for qemu-devel@nongnu.org; Tue, 10 Jan 2012 15:33:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkiNn-0003cS-OP for qemu-devel@nongnu.org; Tue, 10 Jan 2012 15:33:29 -0500 Received: from smtp121.dfw.emailsrvr.com ([67.192.241.121]:35932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkiNn-0003cL-LJ for qemu-devel@nongnu.org; Tue, 10 Jan 2012 15:33:23 -0500 From: Mark Langsdorf Date: Tue, 10 Jan 2012 14:33:13 -0600 Message-Id: <1326227599-5257-1-git-send-email-mark.langsdorf@calxeda.com> In-Reply-To: <1326213943-878-1-git-send-email-mark.langsdorf@calxeda.com> References: <1326213943-878-1-git-send-email-mark.langsdorf@calxeda.com> Subject: [Qemu-devel] [PATCH v7 0/6] arm: add support for Calxeda Highbank SoC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: i.mitsyanko@gmail.com, peter.maydell@linaro.org, afaerber@suse.de, edgar.iglesias@gmail.com This patch series adds support for the Calxeda Highbank SoC. It depends on my previous patch series "various ARM fixes for Calxeda Highbank" and "ahci: convert ahci_reset to use AHCIState". Some of the patches are carried voer from "Various ARM fixes for Calxeda Highbank" and were reviewed but not accepted in that series. The series patch number jumped from v3 to v7 to synchronize the revision numbers of the individual patches. Makefile.target | 2 + hw/a9mpcore.c | 13 ++- hw/arm11mpcore.c | 17 ++- hw/arm_gic.c | 68 +++++---- hw/arm_timer.c | 3 - hw/armv7m_nvic.c | 30 +++- hw/highbank.c | 277 +++++++++++++++++++++++++++++++++ hw/ide/ahci.c | 44 ++++++ hw/realview_gic.c | 7 +- hw/xgmac.c | 421 ++++++++++++++++++++++++++++++++++++++++++++++++++ target-arm/cpu.h | 3 +- target-arm/helper.c | 9 + target-arm/machine.c | 2 + 13 files changed, 844 insertions(+), 52 deletions(-)