From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx193.ext.ti.com (lelnx193.ext.ti.com [198.47.27.77]) by arago-project.org (Postfix) with ESMTPS id 89C805299D for ; Tue, 22 Aug 2017 19:33:49 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v7MJXne0027266 for ; Tue, 22 Aug 2017 14:33:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1503430429; bh=N2FQze6g9FWQvOs89G+7q6aKyJk+cjHUV2XUrGtWQ2Y=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=NW3AymPhIwojeLSplh+rv5BekbQred5BWZ49Mq+XnlVB2FSyoL6BXcMyrMKPOW4/6 eSX89S3XzFupLPeW+oaUcbOvBtN7T+mZYDSMY3l326i8Aq/EF2PHbPc3rp/cEULT8L pAmhu30nNP7iJ4kbyuJI2GsKdaOOvS9pRmG7X07M= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7MJXnvH030685 for ; Tue, 22 Aug 2017 14:33:49 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Tue, 22 Aug 2017 14:33:49 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Tue, 22 Aug 2017 14:33:49 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v7MJXmId004379; Tue, 22 Aug 2017 14:33:49 -0500 Date: Tue, 22 Aug 2017 15:33:45 -0400 From: Denys Dmytriyenko To: Dan Murphy Message-ID: <20170822193345.GN28233@edge> References: <20170822184341.15304-1-dmurphy@ti.com> <20170822191914.GM28233@edge> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [PATCH] optee_os: Add Secure Device Playback memory reservation X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2017 19:33:49 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Tue, Aug 22, 2017 at 02:27:13PM -0500, Dan Murphy wrote: > Denys > > On 08/22/2017 02:19 PM, Denys Dmytriyenko wrote: > > Thanks! > > > > On Tue, Aug 22, 2017 at 01:43:41PM -0500, Dan Murphy wrote: > >> Add Secure Device Playblack firewall memory reservation > > > > Playblack? :) > > > > Oops. Did you want a v2 or are you going to fix it up? I'll fix it. > >> and enable SDP feature in OPTEE_OS > >> > >> Signed-off-by: Dan Murphy > >> --- > >> meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend > >> index 07eb088e..f765d16a 100644 > >> --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend > >> +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend > >> @@ -10,7 +10,7 @@ SRC_URI = "git://git.ti.com/optee/ti-optee-os.git;branch=${BRANCH} \ > >> file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ > >> " > >> BRANCH = "ti_optee_os" > >> -SRCREV = "09fe6fe9099d4479ab6e986f4af78dd9f9215862" > >> +SRCREV = "e82ac5b65bc789f3f0d1a3668bb5a2ffe2323f77" > >> > >> EXTRA_OEMAKE = "CROSS_COMPILE_core=${HOST_PREFIX} \ > >> CROSS_COMPILE_ta_arm32=${HOST_PREFIX} \ > >> -- > >> 2.14.0 > >> > > > -- > ------------------ > Dan Murphy