Re: [edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellAcpiViewCommandLib: Fix PPTT cache attributes validation

2019-05-15 Thread Dandan Bi
Hi Krzysztof Koch, You patch is good to me. Reviewed-by: Bi Dandan I think maintainers will help push soon if they don't have additional comments. I have just one comments for future patches since this one is small and clear. Could you help file a Bugzilla (if not have one)to track the issue

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

2019-05-12 Thread Dandan Bi
Cc: Michael D Kinney Cc: Kelly Steele Signed-off-by: Dandan Bi --- QuarkPlatformPkg/Quark.dsc| 2 +- QuarkPlatformPkg/QuarkMin.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index e5ebeb5e09..a76d3f9356

[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

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

2019-05-12 Thread Dandan Bi
(BaseUefiTianoCustomDecompressLib.inf) to keep the same functionality and usage model with the one in MdeModulePkg, and then update consumer to use this new one one and remove the one in MdeModulePkg finally. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Dandan Bi --- .../BaseUefiDecompressLib.c

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

2019-05-12 Thread Dandan Bi
Steele Cc: Zailiang Sun Cc: Yi Qian Dandan Bi (5): MdePkg: Merge TianoCustomDecompress algorithm into Nt32Pkg: Update UefiDecompressLib instance path QuarkPlatformPkg: Update UefiDecompressLib instance path Vlv2TbltDevicePkg: Update UefiDecompressLib instance path MdeModulePkg/Library

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

2019-05-12 Thread Dandan Bi
: Hao Wu Signed-off-by: Dandan Bi --- Nt32Pkg/Nt32Pkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 306b7c7a2d..71079f098e 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -118,11 +118,11 @@ [LibraryClasses

Re: [edk2-devel] [PATCH 3/6] MdeModulePkg/UefiBootManagerLib: Change performance code

2019-06-16 Thread Dandan Bi
> -Original Message- > From: Wu, Hao A > Sent: Friday, June 14, 2019 4:44 PM > To: Gao, Zhichao ; devel@edk2.groups.io; Bi, > Dandan ; Gao, Liming ; Ni, > Ray > Cc: Bret Barkelew ; Wang, Jian J > ; Zeng, Star > Subject: RE: [PATCH 3/6] MdeModulePkg/UefiBootManagerLib: Change >

Re: [edk2-devel] [patch] ShellPkg/Debug1CommandsLib: Fix bugs in func DisplaySysEventLogData

2019-06-10 Thread Dandan Bi
p instead of > > DisplaySELVarDataFormatType. > > > > Cc: Jaben Carsey > > Cc: Ray Ni > > Cc: Zhichao Gao > > Signed-off-by: Dandan Bi > > --- > > .../SmbiosView/EventLogInfo.c | 20 +-- > >

[edk2-devel] [patch 0/2] Edk2Setup: Enahnce edk2setup batch files

2019-06-23 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1693 Patch 1 remove nt32 related flags in bat files. Patch 2 setup for different VS tool chains. Cc: Bob Feng Cc: Liming Gao Dandan Bi (2): Edk2: Remove nt32 related flag in bat files Edk2Setup: Support different VS tool chain setup

[edk2-devel] [patch 2/2] Edk2Setup: Support different VS tool chain setup

2019-06-23 Thread Dandan Bi
build tool is installed. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Dandan Bi --- BaseTools/get_vsvars.bat| 42 - BaseTools/set_vsprefix_envs.bat | 47 BaseTools/toolsetup.bat | 60

[edk2-devel] [patch 1/2] Edk2Setup: Remove nt32 related flag in bat files

2019-06-23 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1693 NT32Pkg has been removed, remove nt32 related flags in bat files. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Dandan Bi --- BaseTools/toolsetup.bat | 8 edksetup.bat| 23 +-- 2 files changed, 1

[edk2-devel] [edk2-platforms] [patch 1/2] Platform/Intel: Add UserInterfaceFeaturePkg

2019-06-15 Thread Dandan Bi
the UserAuthentication modules into. Package name follows the discussion in: https://edk2.groups.io/g/devel/message/42286 Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi --- Maintainers.txt | 4 .../UserInterfaceFeaturePkg.dec | 19

[edk2-devel] [edk2-platforms] [patch 0/2] Add UserInterfaceFeaturePkg and UserAuthentication modules

2019-06-15 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1545 Patch1 add a new package UserInterfaceFeaturePkg where put the UserAuthentication modules into. Package name follows the discussion in: https://edk2.groups.io/g/devel/message/42286 Patch 2 add This password based user authentication

[edk2-devel] [edk2-platforms] [patch v3 0/2] Add UserInterfaceFeaturePkg and UserAuthentication modules

2019-06-17 Thread Dandan Bi
. V3: No change for patch 1. Patch 2 add missing [LibraryClasses] section in UserInterfaceFeaturePkg.dec. V2: No change for patch 1. patch 2 add PcdPasswordCleared in [PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] section. Cc: Eric Dong Cc: Liming Gao Dandan Bi (2): Platform

[edk2-devel] [edk2-platforms] [patch v3 1/2] Platform/Intel: Add UserInterfaceFeaturePkg

2019-06-17 Thread Dandan Bi
the UserAuthentication modules into. Package name follows the discussion in: https://edk2.groups.io/g/devel/message/42286 Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi --- Maintainers.txt | 4 .../UserInterfaceFeaturePkg.dec | 19

[edk2-devel] [edk2-platforms] [patch] Platform/Intel/DebugFeaturePkg: Update PCD type

2019-06-16 Thread Dandan Bi
Add PcdAcpiDebugEnable and PcdAcpiDebugBufferSize into following section which platform can customize the type by itself. [PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi --- Platform/Intel/DebugFeaturePkg

[edk2-devel] [edk2-platforms] [patch v2 0/2] Add UserInterfaceFeaturePkg and UserAuthentication modules

2019-06-17 Thread Dandan Bi
. V2: No change for patch 1. patch 2 add PcdPasswordCleared in [PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] section. Cc: Eric Dong Cc: Liming Gao Dandan Bi (2): Platform/Intel: Add UserInterfaceFeaturePkg Platform/Intel/UserInterfaceFeaturePkg: Add UserAuthentication

[edk2-devel] [edk2-platforms] [patch v2 1/2] Platform/Intel: Add UserInterfaceFeaturePkg

2019-06-17 Thread Dandan Bi
the UserAuthentication modules into. Package name follows the discussion in: https://edk2.groups.io/g/devel/message/42286 Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi --- Maintainers.txt | 4 .../UserInterfaceFeaturePkg.dec | 19

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

2019-05-14 Thread Dandan Bi
(BaseUefiTianoCustomDecompressLib.inf) to keep the same functionality and usage model with the one in MdeModulePkg. Patch 2-4 update consumer to use this new one in MdePkg. Patch 5 remove the one in MdeModulePkg finally. Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Michael D Kinney Dandan Bi (3): MdePkg

[edk2-devel] [edk2-platforms] [patch 0/2] Update UefiDecompressLib instance path

2019-05-14 Thread Dandan Bi
. Cc: Liming Gao Cc: Michael D Kinney Cc: Kelly Steele Cc: Zailiang Sun Cc: Yi Qian Dandan Bi (2): QuarkPlatformPkg: Update UefiDecompressLib instance path Vlv2TbltDevicePkg: Update UefiDecompressLib instance path Platform/Intel/QuarkPlatformPkg/Quark.dsc | 2 +- Platform

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

2019-05-14 Thread Dandan Bi
Fix the typo. Vlv2TbltDevicePkg has been moved to edk2-platform repo. Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Wednesday, May 15, 2019 9:11 AM > To: Sun, Zailiang ; devel@edk2.groups.io

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

2019-05-14 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 A Wu Signed-off-by: Dandan Bi --- MdeModulePkg/Include/Guid/TianoDecompress.h | 22 - .../BaseUefiTianoCustomDecompressLib.c

Re: [edk2-devel] [patch v2 0/3] Merge MdeModulePkg\BaseTianoCustomDecompressLib into MdePkg\BaseUefiDecompressLib

2019-05-14 Thread Dandan Bi
Correct the info for this patch series: Patch 2 update consumer in edk2 repo to use this new one in MdePkg. Patch 3 remove the one in MdeModulePkg finally. Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan

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

2019-05-14 Thread Dandan Bi
: Hao A Wu Signed-off-by: Dandan Bi --- Nt32Pkg/Nt32Pkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 306b7c7a2d..71079f098e 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -118,11 +118,11 @@ [LibraryClasses

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

2019-05-14 Thread Dandan Bi
-devel] [patch 4/5] Vlv2TbltDevicePkg: Update > UefiDecompressLib instance path > > 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,

[edk2-devel] [patch] BaseTools/VfrCompile: clean Framework Vfr support

2019-05-09 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 This commit is to do the cleanup which are missing in previous commit 1b72fd5121b5b31918be0a9a0868a39070d4c8d4 BaseTools/VfrCompile: Remove framework VFR support Cc: Bob Feng Cc: Liming Gao Signed-off-by: Dandan Bi --- BaseTools/Source

[edk2-devel] [patch 0/7] Move BaseUefiTianoCustomDecompressLib from IntelFrameworkModulePkg to MdeModulePkg

2019-04-04 Thread Dandan Bi
Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Andrew Fish Cc: Liming Gao Cc: Ray Ni Cc: Jian J Wang Cc: Hao Wu Cc: Michael D Kinney Cc: Kelly Steele Cc: Zailiang Sun Cc: Yi Qian Dandan Bi (7): ArmVirtPkg: Update UefiDecompressLib instance BeagleBoardPkg: Update

[edk2-devel] [patch 1/7] ArmVirtPkg: Update UefiDecompressLib instance

2019-04-04 Thread Dandan Bi
Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- ArmVirtPkg/ArmVirt.dsc.inc | 4 ++-- ArmVirtPkg/ArmVirtRules.fdf.inc | 9 - 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index d172a082c9..556ec0dcb1 100644

[edk2-devel] [patch 4/7] MdeModulePkg: Move BaseUefiTianoCustomDecompressLib to

2019-04-04 Thread Dandan Bi
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec | 4 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc | 1 - .../Include/Guid/TianoDecompress.h| 0

[edk2-devel] [patch 3/7] EmulatorPkg: Update UefiDecompressLib instance

2019-04-04 Thread Dandan Bi
the BaseUefiDecompressLib in MdePkg directly. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- EmulatorPkg/EmulatorPkg.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmulatorPkg/EmulatorPkg.dsc

[edk2-devel] [patch 5/7] Nt32Pkg: Update to use UefiDecompressLib in MdeModulePkg

2019-04-04 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683 We have moved the BaseUefiTianoCustomDecompressLib from IntelFrameworkModulePkg to MdeModulePkg, so update the consumer accordingly. Cc: Ray Ni Cc: Hao Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi

[edk2-devel] [patch 6/7] Quark: Update to use UefiDecompressLib in MdeModulePkg

2019-04-04 Thread Dandan Bi
-by: Dandan Bi --- QuarkPlatformPkg/Quark.dsc| 2 +- QuarkPlatformPkg/QuarkMin.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index 0e69b3c51f..226825bc05 100644 --- a/QuarkPlatformPkg/Quark.dsc +++ b

Re: [edk2-devel] [patch 4/7] MdeModulePkg: Move BaseUefiTianoCustomDecompressLib to

2019-04-04 Thread Dandan Bi
not be covered in this move action, we need make patch clean. Thanks, Dandan > > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Thursday, April 04, 2019 9:52 AM > To: devel@edk2.groups.io > Cc: Liming Gao;

Re: [edk2-devel] [patch 2/7] BeagleBoardPkg: Update UefiDecompressLib instance

2019-04-04 Thread Dandan Bi
eagleBoardPkg: Update > UefiDecompressLib instance > > On Thu, 4 Apr 2019 at 20:52, Dandan Bi wrote: > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683 > > > > BaseUefiDecompressLib in MdePkg is the base UEFI decompress Library. > > BaseUefiTianoCustomDecomp

Re: [edk2-devel] [patch 1/7] ArmVirtPkg: Update UefiDecompressLib instance

2019-04-04 Thread Dandan Bi
gt; > On 04/04/19 15:52, Dandan Bi wrote: > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683 > > > > BaseUefiDecompressLib in MdePkg is the base UEFI decompress Library. > > BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg > implements > >

Re: [edk2-devel] [patch 4/7] MdeModulePkg: Move BaseUefiTianoCustomDecompressLib to

2019-04-04 Thread Dandan Bi
7] MdeModulePkg: Move > BaseUefiTianoCustomDecompressLib to > > On 04/04/19 15:52, Dandan Bi wrote: > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683 > > > > We will remove IntelFrameworkModulePkg, but > > BaseUefiTianoCustomDecompressLib may still need to be used. So move > > B

[edk2-devel] [patch V2 1/7] ArmVirtPkg: Update UefiDecompressLib instance

2019-04-07 Thread Dandan Bi
Signed-off-by: Dandan Bi --- ArmVirtPkg/ArmVirt.dsc.inc | 5 - ArmVirtPkg/ArmVirtRules.fdf.inc | 9 - 2 files changed, 14 deletions(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index d172a082c9..e595e249b7 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b

[edk2-devel] [patch V2 6/7] Quark: Update to use UefiDecompressLib in MdeModulePkg

2019-04-07 Thread Dandan Bi
-by: Dandan Bi --- QuarkPlatformPkg/Quark.dsc| 2 +- QuarkPlatformPkg/QuarkMin.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc index 0e69b3c51f..226825bc05 100644 --- a/QuarkPlatformPkg/Quark.dsc +++ b

[edk2-devel] [patch V2 4/7] MdeModulePkg: Move BaseUefiTianoCustomDecompressLib to

2019-04-07 Thread Dandan Bi
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec | 4 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc | 1 - .../Include/Guid/TianoDecompress.h| 0

[edk2-devel] [patch V2 2/7] BeagleBoardPkg: Update UefiDecompressLib instance

2019-04-07 Thread Dandan Bi
. A single UefiDecompressLib common resolution can apply to all module types now. So add the single UefiDecompressLib in MdePkg in [LibraryClasses.common] section and remove all others. Cc: Leif Lindholm Cc: Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 2/3] KabylakeOpenBoardPkg/KBLRvp3: Use shell source directly

2019-04-09 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675 In long term we will remove ShellBinPkg, so now update platform to use ShellPkg directly. Cc: Chasel Chiu Cc: Michael Kubacki Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- .../KabylakeRvp3

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/3] Update to use shell source directly

2019-04-09 Thread Dandan Bi
DeSimone Cc: Chasel Chiu Cc: Shifei A Lu Cc: Xiaohu Zhou Cc: Isaac W Oram Dandan Bi (3): ClevoOpenBoardPkg/N1xxWU: Use shell source directly KabylakeOpenBoardPkg/KBLRvp3: Use shell source directly PurleyOpenBoardPkg/BoardMtOlympus: Use shell source directly .../ClevoOpenBoardPkg/N1xxWU

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 3/3] PurleyOpenBoardPkg/BoardMtOlympus: Use shell source directly

2019-04-09 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675 In long term we will remove ShellBinPkg, so now update platform to use ShellPkg directly. Cc: Shifei A Lu Cc: Xiaohu Zhou Cc: Isaac W Oram Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 1/3] ClevoOpenBoardPkg/N1xxWU: Use shell source directly

2019-04-09 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675 In long term we will remove ShellBinPkg, so now update platform to use ShellPkg directly. Cc: Michael Kubacki Cc: Ankit Sinha Cc: Nate DeSimone Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi

[edk2-devel] [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg

2019-04-09 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675 In long term we will remove ShellBinPkg, so now we update platform to use ShellPkg only. Cc: Maurice Ma Cc: Prince Agyeman Cc: Benjamin You Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi

Re: [edk2-devel] [patch] ShellBinPkg: Remove ShellBinPkg

2019-04-17 Thread Dandan Bi
k2-devel-groups-io ; Carsey, Jaben > ; Ni, Ray ; Leif Lindholm > ; Gao, Liming > Subject: Re: [patch] ShellBinPkg: Remove ShellBinPkg > > On 04/17/19 09:16, Ard Biesheuvel wrote: > > On Tue, 16 Apr 2019 at 23:40, Dandan Bi wrote: > >> > >> REF: https://bug

[edk2-devel] [patch 0/2] Fix Emulator ASSERT issue when re-enter setup

2019-04-23 Thread Dandan Bi
ailure then ASSERT. So here set handle to NULL after uninstalling protocols on it in Libs Destructor function to avoid this issue. Cc: Liming Gao Cc: Eric Dong Cc: Hao Wu Cc: Ruiyu Ni Dandan Bi (2): MdeModulePkg/BMMUiLib: Set Handle to NULL after uninstall protocol MdeModulePkg/FileExplorer: Set

[edk2-devel] [patch 2/2] MdeModulePkg/FileExplorer: Set Handle to NULL after uninstall protocol

2019-04-23 Thread Dandan Bi
re set FeDriverHandle to NULL after uninstalling protocols on it in the Destructor function to avoid this issue. Cc: Liming Gao Cc: Eric Dong Cc: Hao Wu Cc: Ruiyu Ni Signed-off-by: Dandan Bi --- MdeModulePkg/Library/FileExplorerLib/FileExplorer.c | 3 ++- 1 file changed, 2 insertions(+), 1 de

[edk2-devel] [edk2-platforms/master] [patch 4/5] Platform/SoftIron: Update to use UefiDecompressLib in MdeModulePkg

2019-04-23 Thread Dandan Bi
Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc

[edk2-devel] [edk2-platforms/master] [patch 0/5] Update platforms to use UefiDecompressLib in MdeModulePkg

2019-04-23 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1683 We have moved the BaseUefiTianoCustomDecompressLib from IntelFrameworkModulePkg to MdeModulePkg, so update consumers accordingly. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Dandan Bi (5): Platform/AMD: Update to use

[edk2-devel] [edk2-platforms/master] [patch 3/5] Platform/RaspberryPi: Update to use UefiDecompressLib in MdeModulePkg

2019-04-23 Thread Dandan Bi
Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/RaspberryPi/RPi3/RPi3.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc index 26c8a0d040..f1143b1471 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc

[edk2-devel] [patch] MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBoot

2019-04-24 Thread Dandan Bi
change. Now this patch to do some overallocation to minimize the number of memory allocations after ReadyToBoot and also add warning message when do allocation after ReadyToBoot. Cc: Michael D Kinney Cc: Liming Gao Cc: Eric Dong Signed-off-by: Dandan Bi --- .../Universal/HiiDatabaseDxe

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 2/2] ClevoOpenBoardPkg/N1xxWU: Remove PcdFrameworkCompatibilitySupport usage

2019-04-25 Thread Dandan Bi
: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc b/Platform/Intel/ClevoOpenBoardPkg/N1xxWU

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 0/2] Remove PcdFrameworkCompatibilitySupport usage

2019-04-25 Thread Dandan Bi
to shell with KBLRvp3. Cc: Michael Kubacki Cc: Ankit Sinha Cc: Nate DeSimone Cc: Chasel Chiu Dandan Bi (2): KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport usage ClevoOpenBoardPkg/N1xxWU: Remove PcdFrameworkCompatibilitySupport usage Platform/Intel

[edk2-devel] [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport usage

2019-04-25 Thread Dandan Bi
Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3

[edk2-devel] [patch 05/11] MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Hao Wu Cc: Liming Gao Signed-off-by: Dandan Bi --- .../Universal/Disk

[edk2-devel] [patch 01/11] BaseTools/VfrCompile: Remove framework VFR support

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently there is no usage of framework VFR, remove the support from VfrCompile. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Dandan Bi --- BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 35 +- BaseTools/Source/C/VfrCompile

[edk2-devel] [patch 06/11] MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Liming Gao Cc: Eric Dong Signed-off-by: Dandan Bi --- .../Universal

[edk2-devel] [patch 03/11] IntelFrameworkModulePkg: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Liming Gao Signed-off-by: Dandan Bi --- .../Universal/Acpi/AcpiS3SaveDxe

[edk2-devel] [patch 09/11] UefiCpuPkg: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Dandan Bi

[edk2-devel] [patch 11/11] MdeModulePkg: Remove PcdFrameworkCompatibilitySupport

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Liming Gao Cc: Hao Wu Cc: Jian J Wang Signed-off-by: Dandan Bi

[edk2-devel] [patch 00/11] Remove PcdFrameworkCompatibilitySupport

2019-04-28 Thread Dandan Bi
: Yi Qian Cc: Laszlo Ersek Cc: Jiewen Yao Cc: Chao Zhang Dandan Bi (11): BaseTools/VfrCompile: Remove framework VFR support FatPkg/FatPei: Remove PcdFrameworkCompatibilitySupport usage IntelFrameworkModulePkg: Remove PcdFrameworkCompatibilitySupport usage MdeModulePkg/Core: Remove

[edk2-devel] [patch 02/11] FatPkg/FatPei: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Ray Ni Signed-off-by: Dandan Bi --- FatPkg/FatPei/FatLiteApi.c | 10

[edk2-devel] [patch 08/11] SignedCapsulePkg: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Jiewen Yao Cc: Chao Zhang ---

[edk2-devel] [patch 10/11] Vlv2TbltDevicePkg: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Zailiang Sun Cc: Yi Qian Signed-off-by: Dandan Bi

[edk2-devel] [patch 04/11] MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Liming Gao Signed-off-by: Dandan Bi --- MdeModulePkg/Core/Dxe/DxeMain.inf

[edk2-devel] [patch 07/11] QuarkPlatformPkg: Remove PcdFrameworkCompatibilitySupport usage

2019-04-28 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1464 Currently Framework compatibility support is not needed and PcdFrameworkCompatibilitySupport will be removed from edk2. So remove the usage of this PCD firstly. Cc: Michael D Kinney Cc: Kelly Steele Cc: Liming Gao Signed-off-by: Dandan

[edk2-devel] [RFC] [patch] Merge MdeModulePkg\BaseTianoCustomDecompressLib into MdePkg\BaseUefiDecompressLib

2019-04-30 Thread Dandan Bi
firstly to avoid any imconpatible changes. Cc: Michael D Kinney Cc: Liming Gao Cc: Jian J Wang Cc: Hao Wu Cc: Ray Ni Cc: Zailiang Sun Cc: Yi Qian Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Dandan Bi --- MdeModulePkg/Include/Guid/TianoDecompress.h | 22

Re: [edk2-devel] [RFC] [patch] Merge MdeModulePkg\BaseTianoCustomDecompressLib into MdePkg\BaseUefiDecompressLib

2019-05-01 Thread Dandan Bi
i, Ray > ; Sun, Zailiang ; Qian, Yi > ; Ard Biesheuvel > Subject: Re: [edk2-devel] [RFC] [patch] Merge > MdeModulePkg\BaseTianoCustomDecompressLib into > MdePkg\BaseUefiDecompressLib > > On Tue, Apr 30, 2019 at 04:58:41PM +0800, Dandan Bi wrote: > > BaseUefiDecompressLib i

[edk2-devel] [edk2-platforms] [patch 0/7] Update UefiDecompressLib instance

2019-05-05 Thread Dandan Bi
in [LibraryClasses.common] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Dandan Bi (7): Platform/AMD: Update UefiDecompressLib instance Platform/LeMaker: Update UefiDecompressLib instance Platform/RPi3: Update UefiDecompressLib instance Platform/SoftIron

[edk2-devel] [edk2-platforms] [patch 1/7] Platform/AMD: Update UefiDecompressLib instance

2019-05-05 Thread Dandan Bi
in [LibraryClasses.common] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 5 - Platform/AMD/OverdriveBoard

[edk2-devel] [edk2-platforms] [patch 2/7] Platform/LeMaker: Update UefiDecompressLib instance

2019-05-05 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 5 - Platform/LeMaker/CelloBoard/CelloBoard.fdf | 9 - 2

[edk2-devel] [edk2-platforms] [patch 4/7] Platform/SoftIron: Update UefiDecompressLib instance

2019-05-05 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- .../SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 5 - .../SoftIron/Overdrive1000Board

[edk2-devel] [edk2-platforms] [patch 5/7] Silicon/Hisilicon: Update UefiDecompressLib instance

2019-05-05 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Silicon/Hisilicon/Hisilicon.dsc.inc | 5 - Silicon/Hisilicon/Hisilicon.fdf.inc | 9 - 2 files changed, 14

[edk2-devel] [edk2-platforms] [patch 7/7] Silicon/Armada7k8k: Remove useless code

2019-05-05 Thread Dandan Bi
TIANOCOMPRESSED rule in fdf is not used, so remove it. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 9 - 1 file changed, 9 deletions(-) diff

[edk2-devel] [edk2-platforms] [patch 3/7] Platform/RPi3: Update UefiDecompressLib instance

2019-05-05 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/RaspberryPi/RPi3/RPi3.dsc | 3 --- Platform/RaspberryPi/RPi3/RPi3.fdf | 9 - 2 files changed, 12

[edk2-devel] [edk2-platforms] [patch 6/7] Platform: Remove useless code

2019-05-05 Thread Dandan Bi
TIANOCOMPRESSED rule in fdf is not used, so remove it. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/ARM/SgiPkg/SgiPlatform.fdf | 9 - Platform/Socionext

Re: [edk2-devel] [patch 04/11] MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usage

2019-05-05 Thread Dandan Bi
Original Message- > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > > Dandan Bi > > Sent: Monday, April 29, 2019 10:16 AM > > To: devel@edk2.groups.io > > Cc: Gao, Liming > > Subject: [edk2-devel] [patch 04/11] MdeModulePkg/Core: Re

Re: [edk2-devel] [patch 04/11] MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usage

2019-05-07 Thread Dandan Bi
t; > > Sent: Monday, May 6, 2019 9:23 AM > > > To: devel@edk2.groups.io; Bi, Dandan > > > Cc: Gao, Liming > > > Subject: RE: [edk2-devel] [patch 04/11] MdeModulePkg/Core: Remove > > > PcdFrameworkCompatibilitySupport usage > > > > > > &g

Re: [edk2-devel] [PATCH v1 1/1] ShellPkg/UefiShellBcfgCommandLib: Fix '-opt' option

2019-05-07 Thread Dandan Bi
Also agree to update Shell Spec to add description for "#" in "-opt" part to make it consistent with other options since this patch has updated the code behavior to be consistent. For the patch Reviewed-by: Bi Dandan Thanks, Dandan > -Original Message- > From: Carsey, Jaben > Sent:

[edk2-devel] [edk2-platforms] [patch v2 1/7] Platform/AMD: Update UefiDecompressLib instance

2019-05-07 Thread Dandan Bi
in [LibraryClasses.common] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 5 - Platform/AMD/OverdriveBoard

[edk2-devel] [edk2-platforms] [patch v2 5/7] Silicon/Hisilicon: Update UefiDecompressLib instance

2019-05-07 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Silicon/Hisilicon/Hisilicon.dsc.inc | 5 - Silicon/Hisilicon/Hisilicon.fdf.inc | 9 - 2 files changed, 14

[edk2-devel] [edk2-platforms] [patch v2 2/7] Platform/LeMaker: Update UefiDecompressLib instance

2019-05-07 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 5 - Platform/LeMaker/CelloBoard/CelloBoard.fdf | 9 - 2

[edk2-devel] [edk2-platforms] [patch v2 0/7] Update UefiDecompressLib instance

2019-05-07 Thread Dandan Bi
in [LibraryClasses.common] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Dandan Bi (7): Platform/AMD: Update UefiDecompressLib instance Platform/LeMaker: Update UefiDecompressLib instance Platform/RPi3: Update UefiDecompressLib instance Platform/SoftIron

[edk2-devel] [edk2-platforms] [patch v2 6/7] Silicon/Armada7k8k: Remove TIANOCOMPRESSED rule

2019-05-07 Thread Dandan Bi
: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 - Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 9 - 2 files changed, 10 deletions(-) diff --git a/Silicon/Marvell/Armada7k8k

[edk2-devel] [edk2-platforms] [patch v2 4/7] Platform/SoftIron: Update UefiDecompressLib instance

2019-05-07 Thread Dandan Bi
] section and remove all others. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- .../SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 5 - .../SoftIron/Overdrive1000Board

[edk2-devel] [edk2-platforms] [patch v2 7/7] Platform: Remove TIANOCOMPRESSED rule

2019-05-07 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722 TIANOCOMPRESSED rule in fdf is not used, so remove it. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Platform/ARM/SgiPkg/SgiPlatform.fdf

Re: [edk2-devel] [edk2-platforms] [patch 1/7] Platform/AMD: Update UefiDecompressLib instance

2019-05-07 Thread Dandan Bi
Hi all, Thank you for the reminding and guidance. V2 patch series has been sent out. Regards, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Laszlo Ersek > Sent: Tuesday, May 7, 2019 8:53 PM > To: devel@edk2.groups.io;

[edk2-devel] [edk2-platofrms] [patch v2] Platform/PurleyOpenBoardPkg: Remove --nt32 flag of edkseup

2019-06-27 Thread Dandan Bi
Oram Cc: Liming Gao Signed-off-by: Dandan Bi --- .../BoardMtOlympus/GitEdk2MinMtOlympus.bat | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/GitEdk2MinMtOlympus.bat b/Platform/Intel/PurleyOpenBoardPkg

Re: [edk2-devel] [patch 0/2] Edk2Setup: Enahnce edk2setup batch files

2019-06-27 Thread Dandan Bi
une 23, 2019 9:59 PM > > > To: devel@edk2.groups.io > > > Cc: Feng, Bob C ; Gao, Liming > > > > > > Subject: [patch 0/2] Edk2Setup: Enahnce edk2setup batch files > > > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1693 > &g

[edk2-devel] [edk2-platofrms] [patch] Platform/PurleyOpenBoardPkg: Remove --nt32 flag of edkseup

2019-06-27 Thread Dandan Bi
Since Nt32Pkg has been removed from edk2 repo, and we will also remove the --nt32 flag in edksetup.bat. So here update platform to pass build. Cc: Shifei A Lu Cc: Xiaohu Zhou Cc: Isaac W Oram Signed-off-by: Dandan Bi --- .../PurleyOpenBoardPkg/BoardMtOlympus/GitEdk2MinMtOlympus.bat | 2

Re: [edk2-devel] [patch 0/2] Edk2Setup: Enahnce edk2setup batch files

2019-07-03 Thread Dandan Bi
> >> > > > >> > > I think removing --nt32 option is incompatible change. What about > >> > > keep > >> the --nt32 ? > >> > > > >> > > For the Patch 2 setup for different VS tool chains. > >> > > Re

Re: [edk2-devel] [patch v2][edk2-stable201908] MdeModulePkg DxeCore: Fix for missing Memory Attributes Table (MAT) update

2019-08-18 Thread Dandan Bi
Jian and Hao, could you also help take a look at this patch? This patch is ok to me. Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: Gao, Liming > Sent: Friday, August 16, 2019 11:40 PM > To: devel@edk2.groups.io > Cc: Mike Turner ; Wang, Jia

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg/DxeIplPeim: Relocate the operation of PageMapLevel5Entry++

2019-08-12 Thread Dandan Bi
ninitialized. I think "uninitialized" here should be a typo, you may mean "initialized". Please update it before commit. I have no other comments for this patch. Reviewed-by: Dandan Bi > > Cc: Dandan Bi > Cc: Liming Gao > Cc: Hao A Wu > Cc: Laszlo Ersek

Re: [edk2-devel] [edk2-platforms][PATCH V1 1/1] UserInterfacePkg/UserAuthentication: Fix NULL pointer dereferences

2019-08-27 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: Kubacki, Michael A > Sent: Tuesday, August 27, 2019 9:36 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Gao, Liming > Subject: [edk2-platforms][PATCH V1 1/1] > UserInterfacePkg/UserAuthenticat

Re: [edk2-devel] [PATCH] ArmVirtPkg/PlatformBootManagerLib: unload image on EFI_SECURITY_VIOLATION

2019-09-03 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, September 4, 2019 12:38 AM > To: edk2-devel-groups-io > Cc: Ard Biesheuvel ; Bi, Dandan > ; Leif Lindholm > Subject: [PATCH] ArmVirtPkg/P

Re: [edk2-devel] [edk2-platforms] [PATCH] ClevoOpenBoardPkg: Fix GCC5 build issue

2019-09-03 Thread Dandan Bi
A > ; Chiu, Chasel ; Bi, > Dandan > Subject: [edk2-devel] [edk2-platforms] [PATCH] ClevoOpenBoardPkg: Fix > GCC5 build issue > > From: Agyeman > > Fixed GPIO table missing curly brackets > > Cc: Ankit Sinha > Cc: Nate DeSimone > Cc: Michael Kubacki &g

[edk2-devel] [patch 0/3] Unload image on EFI_SECURITY_VIOLATION

2019-09-04 Thread Dandan Bi
explicitly for the callers in edk2 which don't have the policy to defer the execution of the image. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Liming Gao Cc: Zhichao Gao Cc: Laszlo Ersek Dandan Bi (3): EmbeddedPkg: Unload image

[edk2-devel] [patch 2/3] MdeModulePkg: Unload image on EFI_SECURITY_VIOLATION

2019-09-04 Thread Dandan Bi
the policy to defer the execution of the image. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Liming Gao Cc: Laszlo Ersek REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1992 Signed-off-by: Dandan Bi --- MdeModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c | 9 + MdeModulePkg

[edk2-devel] [patch 1/3] EmbeddedPkg: Unload image on EFI_SECURITY_VIOLATION

2019-09-04 Thread Dandan Bi
the policy to defer the execution of the image. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Laszlo Ersek REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1992 Signed-off-by: Dandan Bi --- .../AndroidFastboot/Arm/BootAndroidBootImg.c | 9 + .../Library/AndroidBootImgLib

  1   2   3   4   5   6   >