From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgIi8-0005Lj-Qy for qemu-devel@nongnu.org; Thu, 29 Dec 2011 11:20:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgIi1-0007mG-PV for qemu-devel@nongnu.org; Thu, 29 Dec 2011 11:20:08 -0500 Received: from smtp151.dfw.emailsrvr.com ([67.192.241.151]:39649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgIi1-0007ld-JQ for qemu-devel@nongnu.org; Thu, 29 Dec 2011 11:20:01 -0500 From: Mark Langsdorf Date: Thu, 29 Dec 2011 10:19:49 -0600 Message-Id: <1325175596-5807-1-git-send-email-mark.langsdorf@calxeda.com> Subject: [Qemu-devel] [PATCH v5 0/7] various ARM fixes for Calxeda Highbank 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, rob.herring@calxeda.com This is a collection of fixes and additions to the models for various ARM devices. These changes are needed to support the forthcoming Calxeda Highbank SoC model. Makefile.target | 2 + hw/a9mpcore.c | 43 +++++- hw/arm11mpcore.c | 14 +- hw/arm_gic.c | 63 +++++--- hw/arm_l2x0.c | 182 ++++++++++++++++++++++ hw/arm_timer.c | 24 +++- hw/armv7m_nvic.c | 7 +- hw/realview_gic.c | 3 +- hw/xgmac.c | 424 +++++++++++++++++++++++++++++++++++++++++++++++++++ target-arm/cpu.h | 1 + target-arm/helper.c | 14 ++ 11 files changed, 729 insertions(+), 48 deletions(-)