From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=supreeth.venkatesh@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 692C920349DAA for ; Mon, 13 Nov 2017 02:56:13 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0BFDE1529; Mon, 13 Nov 2017 03:00:19 -0800 (PST) Received: from [10.0.2.15] (u203142.usa.arm.com [10.1.28.183]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id BD0403F246; Mon, 13 Nov 2017 03:00:17 -0800 (PST) Message-ID: <1510570814.2604.8.camel@arm.com> From: Supreeth Venkatesh To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Achin Gupta Date: Mon, 13 Nov 2017 05:00:14 -0600 In-Reply-To: References: <20171025163258.47961-1-supreeth.venkatesh@arm.com> <20171025163258.47961-2-supreeth.venkatesh@arm.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Subject: Re: [PATCH v2 1/3] ArmPkg: Add PCDs needed for MM communication driver. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 10:56:13 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Mon, 2017-11-13 at 10:17 +0000, Ard Biesheuvel wrote: > On 25 October 2017 at 17:32, Supreeth Venkatesh > wrote: > > > > This patch defines PCDs to describe the base address and size of > > communication buffer between normal world (uefi) and standalone MM > > environment in the secure world. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Achin Gupta > > Signed-off-by: Supreeth Venkatesh > > --- > >  ArmPkg/ArmPkg.dec | 3 +++ > >  1 file changed, 3 insertions(+) > > > > diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec > > index f99054a7de..d871ecc654 100644 > > --- a/ArmPkg/ArmPkg.dec > > +++ b/ArmPkg/ArmPkg.dec > > @@ -229,6 +229,9 @@ > >    gArmTokenSpaceGuid.PcdSystemMemoryBase|0|UINT64|0x00000029 > >    gArmTokenSpaceGuid.PcdSystemMemorySize|0|UINT64|0x0000002A > > > > +  gArmTokenSpaceGuid.PcdMmBufferBase|0|UINT64|0x00000045 > > +  gArmTokenSpaceGuid.PcdMmBufferSize|0|UINT64|0x00000046 > > + > Do we need to hardcode this? Is there no way for the non-secure side > to retrieve this information via SMC calls etc? > This is not in the Specification yet. I am trying to get this added to specification. Hence, for the time being, we are still using PCDs. > > > >  [PcdsFixedAtBuild.common, PcdsDynamic.common] > >    # > >    # ARM Architectural Timer > > -- > > 2.14.1 > >