[edk2-devel] [PATCH] SecurityPkg/AuthSeriableLib: Always delete variable in certdb

2019-05-12 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1783 While cleaning the certdb, always delete the variable data in the certdb regardless of its attribute. Cc: Chao Zhang Cc: Jiewen Yao Cc: Jian Wang Cc: Star Zeng Cc: Liming Gao Signed-off-by: Zhichao Gao --- SecurityPkg/Library/AuthVar

Re: [edk2-devel] [Patch 2/2] edk2: Update Maintainers.txt for packages moved to edk2-platforms

2019-05-12 Thread Sun, Zailiang
Reviewed-by: Zailiang Sun > -Original Message- > From: Kinney, Michael D > Sent: Friday, May 10, 2019 11:46 AM > To: devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi ; > Steele, Kelly ; Ni, Ray ; Kubacki, > Michael A ; Leif Lindholm > ; Ard Biesheuvel > Subject: [Patch 2/2] edk2: Upda

Re: [edk2-devel] [edk2-platforms: Patch 8/8] edk2-platforms: Update Maintainers.txt/Readme.md for imported packages

2019-05-12 Thread Sun, Zailiang
Reviewed-by: Zailiang Sun > -Original Message- > From: Kinney, Michael D > Sent: Friday, May 10, 2019 11:35 AM > To: devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi ; > Steele, Kelly ; Ni, Ray ; Kubacki, > Michael A ; Leif Lindholm > ; Ard Biesheuvel > Subject: [edk2-platforms: Patch

Re: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path

2019-05-12 Thread Sun, Zailiang
Reviewed-by: Zailiang Sun > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Monday, May 13, 2019 10:16 AM > To: devel@edk2.groups.io > Cc: Sun, Zailiang ; Qian, Yi > Subject: [edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update

[edk2-devel] [patch 3/5] QuarkPlatformPkg: Update UefiDecompressLib instance path

2019-05-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 Since we will merger the BaseUefiTianoCustomDecompressLib in MdeModulePkg into BaseUefiDecompressLib in MdePkg and remove the one in MdeModulePkg. So here update the Platform to use the UefiDecompressLib instance in MdePkg. Cc: Liming Gao

[edk2-devel] [patch 5/5] MdeModulePkg/Library: Remove BaseUefiTianoCustomDecompressLib

2019-05-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 Since we have merged this one into MdePkg, remove it now. Cc: Liming Gao Cc: Jian J Wang Cc: Hao Wu Signed-off-by: Dandan Bi --- MdeModulePkg/Include/Guid/TianoDecompress.h | 22 - .../BaseUefiTianoCustomDecompressLib.c| 10

[edk2-devel] [patch 4/5] Vlv2TbltDevicePkg: Update UefiDecompressLib instance path

2019-05-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 Since we will merger the BaseUefiTianoCustomDecompressLib in MdeModulePkg into BaseUefiDecompressLib in MdePkg and remove the one in MdeModulePkg. So here update the Platform to use the UefiDecompressLib instance in MdePkg. Cc: Zailiang Sun

[edk2-devel] [patch 0/5] Merge MdeModulePkg\BaseTianoCustomDecompressLib into MdePkg\BaseUefiDecompressLib

2019-05-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 We plan to merge the BaseUefiTianoCustomDecompressLib in MdeModulePkg into the BaseUefDecompressLib in MdePkg. In order to reduce the duplicated codes and maintain easily. Patch 1 adds a new fdf file in BaseUefDecompressLib (BaseUefiTianoCus

[edk2-devel] [patch 2/5] Nt32Pkg: Update UefiDecompressLib instance path

2019-05-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 Since we will merger the BaseUefiTianoCustomDecompressLib in MdeModulePkg into BaseUefiDecompressLib in MdePkg and remove the one in MdeModulePkg. So here update the Platform to use the UefiDecompressLib instance in MdePkg. Cc: Ray Ni Cc:

[edk2-devel] [patch 1/5] MdePkg: Merge TianoCustomDecompress algorithm into

2019-05-12 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 We plan to merge the BaseUefiTianoCustomDecompressLib in MdeModulePkg into the BaseUefDecompressLib in MdePkg. In order to reduce the duplicated codes and maintain easily. This patch adds a new fdf file in BaseUefDecompressLib (BaseUefiTiano

Re: [edk2-devel] [PATCH 2/3] UefiCpuPkg: Remove double \r

2019-05-12 Thread Dong, Eric
Hi Joe, Reviewed-by: Eric Dong And pushed: SHA-1: e2aaec4b080c3480d62a259e42d792c92c4a0f1b * UefiCpuPkg: Remove double \r These files have \r\n line endings, but a few lines use \r\r\n which is not a valid line ending. These lines were causing problems for git and other tools. Signed-off-by:

Re: [edk2-devel] [edk2-platforms: PATCH 07/14] Marvell/Armada7k8k: Implement PciHostBridgeLib

2019-05-12 Thread Marcin Wojtas
Hi Leif, pt., 10 maj 2019 o 17:50 Leif Lindholm napisaƂ(a): > > On Thu, May 09, 2019 at 11:53:35AM +0200, Marcin Wojtas wrote: > > Add an implementation of the PciHostBridgeLib glue library that > > describes the PCIe RC on this SoC so that the generic PCI host bridge > > driver can attach to it.

[edk2-devel] [RFC] Remove IntelFspPkg and IntelFspWrapperPkg

2019-05-12 Thread Ni, Ray
All, Since there are V2 FSP packages (IntelFsp2Pkg, IntelFsp2WrapperPkg), do we still need the V1 packages (IntelFspPkg, IntelFspWrapperPkg)? Can the two V1 packages be removed? I'd like to remove them if there is no objection by next Friday. Thanks, Ray -=-=-=-=-=-=-=-=-=-=-=- Groups.io Link