From patchwork Fri Aug 26 06:30:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Madan Srinivas X-Patchwork-Id: 663075 X-Patchwork-Delegate: trini@ti.com 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 3sLLNb3Xbwz9ryQ for ; Fri, 26 Aug 2016 22:45:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E300BA756B; Fri, 26 Aug 2016 14:44:26 +0200 (CEST) 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 No5-ZH2k5acZ; Fri, 26 Aug 2016 14:44:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 17B08A753A; Fri, 26 Aug 2016 14:44:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 673864B811 for ; Fri, 26 Aug 2016 08:30:38 +0200 (CEST) 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 xvo0Uab9kolV for ; Fri, 26 Aug 2016 08:30: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 comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by theia.denx.de (Postfix) with ESMTPS id E842A4B951 for ; Fri, 26 Aug 2016 08:30:37 +0200 (CEST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u7Q6UZph007990 for ; Fri, 26 Aug 2016 01:30:35 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7Q6UYeo021565 for ; Fri, 26 Aug 2016 01:30:34 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Fri, 26 Aug 2016 01:30:34 -0500 Received: from uva0756974.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7Q6UP0d025238; Fri, 26 Aug 2016 01:30:34 -0500 From: Madan Srinivas To: Date: Fri, 26 Aug 2016 02:30:12 -0400 Message-ID: <1472193016-77388-7-git-send-email-madans@ti.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1472193016-77388-1-git-send-email-madans@ti.com> References: <1472193016-77388-1-git-send-email-madans@ti.com> MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 26 Aug 2016 14:43:38 +0200 Cc: Madan Srinivas Subject: [U-Boot] [PATCH 3/7] arm: omap-common: Enable support for K2 HS devices in u-boot X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Vitaly Andrianov Like the OMAP54xx, AM43xx & AM33xx family SoCs, the keystone family of SoCs also have high security enabled models. Allow K2E devices to be built with HS Device Type Support. This patch applies on top of the patch ti: omap-common: Allow AM33xx devices to be built securely sumitted by Andrew Davis Signed-off-by: Vitaly Andrianov Signed-off-by: Madan Srinivas Acked-by: Andrew F. Davis Acked-by: Dan Murphy --- arch/arm/cpu/armv7/omap-common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/omap-common/Kconfig b/arch/arm/cpu/armv7/omap-common/Kconfig index 4daccd9..91d6b2c 100644 --- a/arch/arm/cpu/armv7/omap-common/Kconfig +++ b/arch/arm/cpu/armv7/omap-common/Kconfig @@ -1,6 +1,6 @@ config TI_SECURE_DEVICE bool "HS Device Type Support" - depends on OMAP54XX || AM43XX || AM33XX + depends on OMAP54XX || AM43XX || AM33XX || ARCH_KEYSTONE help If a high secure (HS) device type is being used, this config must be set. This option impacts various aspects of the