From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RitW9-00027x-15 for qemu-devel@nongnu.org; Thu, 05 Jan 2012 15:02:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RitW8-00030x-0h for qemu-devel@nongnu.org; Thu, 05 Jan 2012 15:02:29 -0500 Received: from smtp121.dfw.emailsrvr.com ([67.192.241.121]:42108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RitW7-00030q-Tz for qemu-devel@nongnu.org; Thu, 05 Jan 2012 15:02:27 -0500 From: Mark Langsdorf Date: Thu, 5 Jan 2012 14:02:36 -0600 Message-Id: <1325793761-10249-1-git-send-email-mark.langsdorf@calxeda.com> Subject: [Qemu-devel] [PATCH 0/5] 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: peter.maydell@linaro.org, afaerber@suse.de 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. Makefile.target | 1 + hw/a9mpcore.c | 7 +- hw/arm11mpcore.c | 14 ++-- hw/arm_gic.c | 57 +++++++------ hw/armv7m_nvic.c | 7 +- hw/highbank.c | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/ide/ahci.c | 31 +++++++ hw/realview_gic.c | 3 +- target-arm/cpu.h | 3 +- target-arm/helper.c | 9 ++ target-arm/machine.c | 2 + 11 files changed, 320 insertions(+), 41 deletions(-)