Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2019-01-03 Thread Ard Biesheuvel
On Thu, 3 Jan 2019 at 10:52, Ard Biesheuvel wrote: > > On Thu, 3 Jan 2019 at 08:43, Jagadeesh Ujja wrote: > > > > hi Ard > > > > On Wed, Jan 2, 2019 at 10:45 PM Ard Biesheuvel > > wrote: > > > > > > On Thu, 20 Dec 2018 at 15:23, Gao, Liming wrote: > > > > > > > > Jagadeesh: > > > > MdeModuleP

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2019-01-03 Thread Ard Biesheuvel
On Thu, 3 Jan 2019 at 08:43, Jagadeesh Ujja wrote: > > hi Ard > > On Wed, Jan 2, 2019 at 10:45 PM Ard Biesheuvel > wrote: > > > > On Thu, 20 Dec 2018 at 15:23, Gao, Liming wrote: > > > > > > Jagadeesh: > > > MdeModulePkg Variable service/Fault tolerant/Nor Flash driver depends > > > on Standa

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2019-01-02 Thread Jagadeesh Ujja
hi Ard On Wed, Jan 2, 2019 at 10:45 PM Ard Biesheuvel wrote: > > On Thu, 20 Dec 2018 at 15:23, Gao, Liming wrote: > > > > Jagadeesh: > > MdeModulePkg Variable service/Fault tolerant/Nor Flash driver depends on > > StandaloneMmServicesTableLib library class header file. This header file is >

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2019-01-02 Thread Wang, Jian J
: Wang, Jian J > Cc: edk2-devel@lists.01.org; Gao, Liming ; Zhang, Chao > B ; leif.lindh...@linaro.org; > ard.biesheu...@linaro.org > Subject: Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable > from Standalone MM > > hi Jian, > > On Fri, Dec 21, 2

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2019-01-02 Thread Ard Biesheuvel
On Thu, 20 Dec 2018 at 15:23, Gao, Liming wrote: > > Jagadeesh: > MdeModulePkg Variable service/Fault tolerant/Nor Flash driver depends on > StandaloneMmServicesTableLib library class header file. This header file is > added into MdePkg. It has two interfaces. One is global gMmst, another is

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2019-01-02 Thread Jagadeesh Ujja
nal Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Jagadeesh Ujja > > Sent: Friday, December 14, 2018 8:13 PM > > To: edk2-devel@lists.01.org; Gao, Liming ; Zhang, Chao > > B ; leif.lindh...@linaro.org; > > ard.biesheu...

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-20 Thread Wang, Jian J
gt; Jagadeesh Ujja > Sent: Friday, December 14, 2018 8:13 PM > To: edk2-devel@lists.01.org; Gao, Liming ; Zhang, Chao > B ; leif.lindh...@linaro.org; > ard.biesheu...@linaro.org > Subject: [edk2] [PATCH 00/13] Extend secure variable service to be usable from > Standalone MM > >

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-20 Thread Gao, Liming
-devel@lists.01.org; Zhang, Chao B > Subject: Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable > from Standalone MM > > Hi Liming, > > On Tue, Dec 18, 2018 at 10:07 AM Gao, Liming wrote: > > > > Jagadeesh: > > StandaloneMmServi

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-18 Thread Jagadeesh Ujja
linaro.org; ard.biesheu...@linaro.org > >Subject: Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable > >from Standalone MM > > > >Hi Liming, > > > >On Mon, Dec 17, 2018 at 7:15 AM Gao, Liming wrote: > >> > >> One question he

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-17 Thread Gao, Liming
linaro.org >Subject: Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable >from Standalone MM > >Hi Liming, > >On Mon, Dec 17, 2018 at 7:15 AM Gao, Liming wrote: >> >> One question here. Why separate StandaloneMmServicesTableLib to two >library classes?

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-17 Thread Jagadeesh Ujja
Hi Liming, On Mon, Dec 17, 2018 at 7:15 AM Gao, Liming wrote: > > One question here. Why separate StandaloneMmServicesTableLib to two library > classes? Current MdePkg\Include\Library\SmmServicesTableLib.h is one library > class. MdePkg\Library\SmmServicesTableLib\SmmServicesTableLib.inf is its

Re: [edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-16 Thread Gao, Liming
One question here. Why separate StandaloneMmServicesTableLib to two library classes? Current MdePkg\Include\Library\SmmServicesTableLib.h is one library class. MdePkg\Library\SmmServicesTableLib\SmmServicesTableLib.inf is its implementation. StandaloneMmServicesTableLib should be same to it. St

[edk2] [PATCH 00/13] Extend secure variable service to be usable from Standalone MM

2018-12-14 Thread Jagadeesh Ujja
Changes since RFC v4: - Addressed all the comments from Liming Gao - Added an additional PCD 'PcdStandaloneMmCodeEnabled' to indicate presence of StandaloneMM support. - MdePkg.dec file updated to include StandaloneMmServiceTableLib and StandaloneMmRuntimeDxe library. - Platform speci