From patchwork Tue Jul 9 23:54:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 257924 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 61A9E2C01D4 for ; Wed, 10 Jul 2013 10:03:50 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 231324A08B; Wed, 10 Jul 2013 02:03:49 +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 PoR0ZnPWAltE; Wed, 10 Jul 2013 02:03:48 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 57E114A0A6; Wed, 10 Jul 2013 02:03:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E8B2E4A08B for ; Wed, 10 Jul 2013 02:03:38 +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 xTk7yAc8gRry for ; Wed, 10 Jul 2013 02:03:34 +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-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by theia.denx.de (Postfix) with ESMTPS id 2DE824A0A6 for ; Wed, 10 Jul 2013 02:03:27 +0200 (CEST) Received: by mail-wi0-f174.google.com with SMTP id k10so10799241wiv.1 for ; Tue, 09 Jul 2013 17:03:27 -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=U0HRIioSLdlMfTtgkxIKWjc2BtArTTIzgHmro5fW+s4=; b=LFa23OlBfFjzbBf2zPq0cpJB3x1RkwIVx/0CcpEKEaXsR+8//x3lbe+m8feOiB76xp po6r6/i1eHZiB+CrIP5TQyk7cFCv9/xrG/nKxHGsyTvehjOEcOmvNuId4Dor+CIfie/4 VY4hLRH3Wkkf9RmYO+s6Zv+YaEK8OHOSVr0owsimgsY5UpX5Z1sic1N3QEU403D2//Hx qGOUnor11poAS+zbqhUwu8oIOPLDopDDOQKysjj+NtSEPpdJgYjGF2b+JVJYK+3MGE+5 n1GJ/fRCCqzZW+gvluxOwV4/1GgObI5d2zHb4b0SMEHVE9RCbuL0Coq6Kvj/0FKapmke ULTQ== X-Received: by 10.194.249.231 with SMTP id yx7mr16724139wjc.13.1373414125385; Tue, 09 Jul 2013 16:55:25 -0700 (PDT) Received: from localhost.localdomain ([193.120.41.118]) by mx.google.com with ESMTPSA id fs8sm64073738wib.0.2013.07.09.16.55.23 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jul 2013 16:55:24 -0700 (PDT) From: Andre Przywara To: trini@ti.com, albert.u.boot@aribaud.net, christoffer.dall@linaro.org Date: Wed, 10 Jul 2013 01:54:19 +0200 Message-Id: <1373414059-22779-8-git-send-email-andre.przywara@linaro.org> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1373414059-22779-1-git-send-email-andre.przywara@linaro.org> References: <1373414059-22779-1-git-send-email-andre.przywara@linaro.org> X-Gm-Message-State: ALoCoQma8J5+3dTe+WtKOsCGCYhVv3OscCH8F/aTE5Oy97V1MscNKNeF/YUEagFkePeKLKr+0rN/ Cc: peter.maydell@linaro.org, geoff.levand@linaro.org, patches@linaro.org, marc.zyngier@arm.com, agraf@suse.de, u-boot@lists.denx.de, nicknickolaev@gmail.com, kvmarm@lists.cs.columbia.edu Subject: [U-Boot] [PATCH v3 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..5d6928f 100644 --- a/include/configs/vexpress_ca15_tc2.h +++ b/include/configs/vexpress_ca15_tc2.h @@ -34,4 +34,6 @@ #define CONFIG_SYSFLAGS_ADDR 0x1c010030 #define CONFIG_SYSFLAGS_NEED_CLEAR_BITS +#define CONFIG_ARMV7_VIRT + #endif