From patchwork Thu Jun 13 11:01:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 251054 X-Patchwork-Delegate: albert.aribaud@free.fr 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 D5BE92C009E for ; Thu, 13 Jun 2013 21:09:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1E9B24A22B; Thu, 13 Jun 2013 13:09:05 +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 7rh36826R0Bb; Thu, 13 Jun 2013 13:09:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3AE744A22D; Thu, 13 Jun 2013 13:09:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AAF034A213 for ; Thu, 13 Jun 2013 13:08:52 +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 EZmJF1ZwWh5z for ; Thu, 13 Jun 2013 13:08:46 +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-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by theia.denx.de (Postfix) with ESMTPS id 749714A1FF for ; Thu, 13 Jun 2013 13:08:40 +0200 (CEST) Received: by mail-ob0-f181.google.com with SMTP id 16so14663811obc.26 for ; Thu, 13 Jun 2013 04:08:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=KVIPUy+FsOEzYO4h2n1nH/d7kz43PA67g2BTc68Htls=; b=LRmrDEtN1WEwx3vnSGlZsmsbrCgw0iCAswMdEVUx/1VS/9KYFUo1waSUVYiNBU5642 6zfgUEMWiktqcmUbTmoXQ19B07fTxhUSwfNkeOcF60DiVjRW7C9S6T9YWudjje5NFg8k 5S5AKWiHH9WDzdVvkIe5k6iQbDUEb0LzmfcUT0dAIvE6aSD0zpgd5Mzx4lsMwH3wjf3k MPp0LaDisqTaJgzMK+GqN6dxlHElYZ2yHOYxM6tzY7IPLXYIH2h922Lz8UJB5jUz4zpB nycibmDQGtM/8JguBCjg5pjgxbUGiGLAb5phbptIiOtBjatK7IXtQ9NdyQRp2X3qViTm eXuQ== X-Received: by 10.182.79.33 with SMTP id g1mr203400obx.78.1371121384569; Thu, 13 Jun 2013 04:03:04 -0700 (PDT) Received: from slackpad.drs.calxeda.com (g224198135.adsl.alicedsl.de. [92.224.198.135]) by mx.google.com with ESMTPSA id b1sm38831288oeo.8.2013.06.13.04.03.01 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 04:03:04 -0700 (PDT) From: Andre Przywara To: trini@ti.com, albert.u.boot@aribaud.net, christoffer.dall@linaro.org Date: Thu, 13 Jun 2013 13:01:13 +0200 Message-Id: <1371121273-18763-8-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1371121273-18763-1-git-send-email-andre.przywara@linaro.org> References: <1371121273-18763-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQmq1fm+hKnpmE/3nC9m6wbuQG9RCAMchYb43HffPHFyl0UlAucy+xQNzP58wxs0vnHS3rco Cc: peter.maydell@linaro.org, geoff.levand@linaro.org, marc.zyngier@arm.com, agraf@suse.de, u-boot@lists.denx.de, kvmarm@lists.cs.columbia.edu Subject: [U-Boot] [PATCH v2 7/7] 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 To enable hypervisors utilizing the ARMv7 virtualization extension on the Versatile Express board with the A15 core tile, we add the respective configuration variable. 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 ade9e5b..47dc5f3 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_ARMV7_VIRT + #define CONFIG_SYSFLAGS_ADDR 0x1c010030 #define CONFIG_SYSFLAGS_NEED_CLEAR_BITS