Re: [edk2-devel] [PATCH v3 27/35] OvmfPkg/XenPlatformLib: Cache result for XenDetected

2019-07-10 Thread Laszlo Ersek
On 07/04/19 16:42, Anthony PERARD wrote: > We are going to replace XenDetected() implementation in > PlatformBootManagerLib by the one in XenPlatformLib. > PlatformBootManagerLib's implementation does cache the result of > GetFirstGuidHob(), so we do something similar in XenPlatformLib. > > Ref:

Re: [edk2-devel] [PATCH 0/3] MdePkg, OvmfPkg: rewrite Base64Decode(), clean up call site

2019-07-10 Thread Laszlo Ersek
On 07/02/19 12:28, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: base64_decode_bz1891 > > Base64Decode() has a number of issues; see > > - > > - and the mailing list discussion linked from >

Re: [edk2-devel] [PATCH] SecurityPkg: Don't Verify the enrolled PK in setup mode

2019-07-10 Thread Wang, Jian J
Hi Derek, Please file a Bugzilla for this issue. With it addressed, Reviewed-by: Jian J Wang jian.j.w...@intel.com Thanks, Jian From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Zhang, Chao B Sent: Tuesday, July 09, 2019 11:39 PM To:

Re: [edk2-devel] [PATCH V2 4/4] MdeModulePkg/DxeMain: Implement common event protocol

2019-07-10 Thread Wang, Jian J
Zhichao, > -Original Message- > From: Gao, Zhichao > Sent: Wednesday, July 10, 2019 8:24 AM > To: Wang, Jian J ; devel@edk2.groups.io > Cc: Sean Brogan ; Wu, Hao A > ; Ni, Ray ; Zeng, Star > ; Gao, Liming ; Michael > Turner ; Bret Barkelew > > Subject: RE: [PATCH V2 4/4]

[edk2-devel] [PATCH] Maintainers.txt: Remove maintainer info for IntelFsp[Wrapper]Pkg

2019-07-10 Thread Ni, Ray
Signed-off-by: Ray Ni Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao --- Maintainers.txt | 12 1 file changed, 12 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index 788b46202c..eb41dba7b1 100644 --- a/Maintainers.txt +++

[edk2-devel] [Patch v5 2/2] UefiCpuPkg/PiSmmCpuDxeSmm: Enable MM MP Protocol

2019-07-10 Thread Dong, Eric
V5 changes: 1. some small enhancement. v4 changes: 1. Use link list to save the token info. v3 changes: 1. Fix Token clean up too early caused CheckProcedure return error. v2 changes: 1. Remove some duplicated global variables. 2. Enhance token design to support multiple task trig for different

[edk2-devel] [Patch v5 1/2] MdePkg: Add new MM MP Protocol definition.

2019-07-10 Thread Dong, Eric
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1937 EFI MM MP Protocol is defined in the PI 1.5 specification. The MM MP protocol provides a set of functions to allow execution of procedures on processors that have entered MM. This protocol has the following properties: 1. The caller can

[edk2-devel] [Patch v5 0/2] Enable new MM MP protocol

2019-07-10 Thread Dong, Eric
V5: 1. Some small enhancement. V4 changes: 1. Use link list to save the used tokens. V3 changes: 1. Fix Token clean up too early caused CheckProcedure return error. V1 changes: RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=1937 PI spec added a new protocol named MM MP protocol. This

Re: [edk2-devel] [ PATCH v2 1/2] Readme.md: add submodule policy and clone commands

2019-07-10 Thread Liming Gao
Jian: >-Original Message- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >Wang, Jian J >Sent: Wednesday, July 10, 2019 2:10 PM >To: devel@edk2.groups.io >Cc: Leif Lindholm ; Kinney, Michael D >; Gao, Liming >Subject: [edk2-devel] [ PATCH v2 1/2] Readme.md: add

Re: [edk2-devel] [edk2-platforms Patch 00/14] Vlv2TbltDevicePkg: Remove Intel Framework dependencies

2019-07-10 Thread Gary Lin
On Wed, Jul 10, 2019 at 05:01:32AM +, Michael D Kinney wrote: > Hi Gary, > > I have added 2 more patches. One to disable capsule generation > for IA32 builds. There are several places the output directory > is hard coded for X64. Will require converting the POST_BUILD > scripts to python

[edk2-devel] [ PATCH v2 0/2] Add edk2 submodule policy

2019-07-10 Thread Wang, Jian J
https://bugzilla.tianocore.org/show_bug.cgi?id=1910 Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Jian J Wang (2): Readme.md: add submodule policy and clone commands CryptoPkg/OpensslLib: remove clone commands .../Library/OpensslLib/OpenSSL-HOWTO.txt | 18 ++--

[edk2-devel] [ PATCH v2 1/2] Readme.md: add submodule policy and clone commands

2019-07-10 Thread Wang, Jian J
> v2: update wording per Leif's and others' comments REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1910 A section 'Submodules' is added to clarify the submodule policy in edk2 repo. Git commands are also added to show the correct way to clone submodule repos, in which '--recursive' is

[edk2-devel] [ PATCH v2 2/2] CryptoPkg/OpensslLib: remove clone commands

2019-07-10 Thread Wang, Jian J
https://bugzilla.tianocore.org/show_bug.cgi?id=1910 edk2/Readme.md has added a section to explain the correct clone commands for submodules. Detailed steps in the OpenSSL-HOWTO.txt are removed to avoid any inconsistency. Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Signed-off-by:

<    1   2