From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq2xs-0000cT-BO for qemu-devel@nongnu.org; Wed, 25 Jan 2012 08:32:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq2xl-0007oq-H0 for qemu-devel@nongnu.org; Wed, 25 Jan 2012 08:32:38 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:51097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq2xl-0007mE-5U for qemu-devel@nongnu.org; Wed, 25 Jan 2012 08:32:33 -0500 From: Peter Maydell Date: Wed, 25 Jan 2012 13:32:21 +0000 Message-Id: <1327498343-5830-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/2] Cortex-A15 support: target-arm patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Andreas=20F=C3=A4rber?= , patches@linaro.org Just a retransmit of the target-arm parts of the Cortex-A15 series, with the tiny change of s/ARM_FEATURE_GENERICTIMER/ARM_FEATURE_GENERIC_TIMER/ and no other changes from the versions in v2 of the vexpress-a15 patchset. Peter Maydell (2): Add dummy implementation of generic timer cp15 registers Add Cortex-A15 CPU definition target-arm/cpu.h | 2 + target-arm/helper.c | 68 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 63 insertions(+), 7 deletions(-)