From patchwork Fri Apr 26 13:14:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 239869 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id E698D2C0111 for ; Fri, 26 Apr 2013 23:17:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8BA4A4A0F9; Fri, 26 Apr 2013 15:16:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5gmDxiJ9bNsa; Fri, 26 Apr 2013 15:16:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 18FDB4A11E; Fri, 26 Apr 2013 15:16:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 055134A0F2 for ; Fri, 26 Apr 2013 15:16:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x2sBzKnXAWQi for ; Fri, 26 Apr 2013 15:16:38 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com [209.85.223.177]) by theia.denx.de (Postfix) with ESMTPS id 210994A104 for ; Fri, 26 Apr 2013 15:16:26 +0200 (CEST) Received: by mail-ie0-f177.google.com with SMTP id 9so4882557iec.22 for ; Fri, 26 Apr 2013 06:16:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=ORABm6wfBHwIdelj0dBSRB32BLSsJaWGlx0CTEOydss=; b=T1xQXhRdN2RsxNM5DXADo+eT7EC8FFiG5dDzBJ7qldLbcevMa8aiCPIP/nekESXkWY fapaMyW05MJ1ipu31i3F2ox7xyF8AFHyAWgs2tQ7UXUKMlBpgIannIO1FqPRfGAmlUfu 3likVK/EWk5Dg6Au84EcfZqqfcGkXKW8thBGx+NPHS1+vPXOFh10dBvbEqDF5mMknsqD 529TqBqGfap/pplC66QplC+oTIToKg6srQqMT0Ml4QUNloWfRzqaPa1cyL2NRI7mmqdY wRalyZ8to/z9e7TsSKsMGVJXd+X5IFewDYdYJnxzdB094jEdJl4huE3sxI0UynJ9o+SY zeVg== X-Received: by 10.50.3.67 with SMTP id a3mr1848048iga.88.1366982184833; Fri, 26 Apr 2013 06:16:24 -0700 (PDT) Received: from slackpad.drs.calxeda.com (f053081241.adsl.alicedsl.de. [78.53.81.241]) by mx.google.com with ESMTPSA id b6sm3105602igv.5.2013.04.26.06.16.22 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Apr 2013 06:16:24 -0700 (PDT) From: Andre Przywara To: trini@ti.com, albert.u.boot@aribaud.net Date: Fri, 26 Apr 2013 15:14:59 +0200 Message-Id: <1366982099-22360-7-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1366982099-22360-1-git-send-email-andre.przywara@linaro.org> References: <1366982099-22360-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQl5GZvhlqZeBI+vrEWpG0CcJiN/Ld8Dzv+uF8slfC8myEPjdvPLjGsHC8shZQeCXxSDoEcp Cc: cdall@cs.columbia.edu, geoff.levand@linaro.org, marc.zyngier@arm.com, agraf@suse.de, u-boot@lists.denx.de, kvmarm@lists.cs.columbia.edu Subject: [U-Boot] [RFC PATCH 6/6] ARM: VExpress: enable ARMv7 virt support for VExpress A15 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Enable the "hypmode" command for the Versatile Express TC2 board with the virtualization capable Cortex-A15 CPU to allow booting Xen or a KVM-enabled Linux kernel in HYP mode. Signed-off-by: Andre Przywara --- include/configs/vexpress_ca15_tc2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/vexpress_ca15_tc2.h b/include/configs/vexpress_ca15_tc2.h index 210a27c..9df4400 100644 --- a/include/configs/vexpress_ca15_tc2.h +++ b/include/configs/vexpress_ca15_tc2.h @@ -31,6 +31,8 @@ #include "vexpress_common.h" #define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca15x2_tc2" +#define CONFIG_CMD_VIRT + #define CONFIG_SYS_CLK_FREQ 24000000 #define CONFIG_SYSFLAGS_ADDR 0x1c010030