Re: [edk2-devel] [Patch] BaseTools/Capsule: Supports UEFI Capsule with multiple payloads and embedded drivers

2019-05-27 Thread Eric Jin
: Supports UEFI Capsule with multiple payloads and embedded drivers Seemly, this is new feature implementation. It will not be for Q2 stable tag. Right? > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Eric Jin > Sent: Monday, May 27, 201

[edk2-devel] [PATCH] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-05-28 Thread Eric Jin
] [--pfx-file PFXFILE] [--arch ARCH] [--operating-system-string OPERATINGSYSTEMSTRING] Cc: Bob Feng Cc: Liming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- BaseTools/Source/Python/Capsule/CatGenerator.py| 155

Re: [edk2-devel] [PATCH] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-02 Thread Eric Jin
, Bob -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Eric Jin Sent: Tuesday, May 28, 2019 3:11 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Kinney, Michael D Subject: [edk2-devel] [PATCH] BaseTools/Capsule: Tool

[edk2-devel] [PATCH v2 0/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-02 Thread Eric Jin
V2 change: Use "with" statement for the open() calls. Remove trailing whitespace. V1: Initial version to enable this tool Eric Jin (1): BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver BaseTools/Source/Python/Capsule/CatGenerator.py

[edk2-devel] [PATCH v2 1/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-02 Thread Eric Jin
] [--operating-system-string OPERATINGSYSTEMSTRING] Cc: Bob Feng Cc: Liming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- BaseTools/Source/Python/Capsule/CatGenerator.py| 161

[edk2-devel] [Patch] BaseTools/Capsule: Supports UEFI Capsule with multiple payloads and embedded drivers

2019-05-27 Thread Eric Jin
ing Gao Cc: Kinney, Michael D Signed-off-by: Eric Jin --- BaseTools/Source/Python/Capsule/Generat

Re: [edk2-devel] UEFI SCT Build Broken

2019-06-13 Thread Eric Jin
kat...@arm.com>> Sent: Tuesday, June 11, 2019 1:36 PM To: Ashish Singhal; Eric Jin; devel@edk2.groups.io<mailto:devel@edk2.groups.io> Subject: RE: UEFI SCT Build Broken Ashish, We are working towards fixing the issue for the next SCT tag corresponding to edk2 tag. Can you please let

Re: [edk2-devel] [edk2-test][PATCH v1 5/5] EasLib: Remove files required for building Ipf

2019-06-13 Thread Eric Jin
Hello Supreeth, The serial patch 1- 5 is good to me. Could you add one patch to remove source and header files required for building library from SctPkg/Library/SctLib/SctLib.inf ? [sources.ipf] Ipf/SctLibPlat.h Ipf/initplat.c Ipf/salpal.c Ipf/libsalpal.h Math.c Best Regards Eric

Re: [edk2-devel] UEFI SCT Build Broken

2019-06-12 Thread Eric Jin
org/show_bug.cgi?id=1899> for the same. Thanks Ashish From: Supreeth Venkatesh mailto:supreeth.venkat...@arm.com>> Sent: Tuesday, June 11, 2019 1:36 PM To: Ashish Singhal; Eric Jin; devel@edk2.groups.io<mailto:devel@edk2.groups.io> Subject: RE: UEF

Re: [edk2-devel] [PATCH v2 1/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-10 Thread Eric Jin
ng OPERATINGSYSTEMSTRING] Cc: Bob Feng Cc: Liming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- BaseTools/Source/Python/C

[edk2-devel] [PATCH v3 1/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-11 Thread Eric Jin
] [--operating-system-string OPERATINGSYSTEMSTRING] Cc: Bob Feng Cc: Liming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- BaseTools/Source/Python/Capsule/CatGenerator.py| 159

[edk2-devel] [PATCH v3 0/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

2019-06-11 Thread Eric Jin
V3 change: Remove unnecessary else block Remove f.close() from with open() block V2 change: Use "with" statement for the open() calls. Remove trailing whitespace. V1: Initial version to enable this tool Eric Jin (1): BaseTools/Capsule: Tool to Generate Windows Firmware Upd

Re: [edk2-devel] [edk2-test][PATCH v1 5/5] EasLib: Remove files required for building Ipf

2019-06-14 Thread Eric Jin
. Thanks. Best Regards Eric -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Thursday, June 13, 2019 4:05 PM To: Supreeth Venkatesh ; devel@edk2.groups.io Cc: Jin, Eric Subject: Re: [edk2-devel] [edk2-test][PATCH v1 5/5] EasLib: Remove files required for building Ipf

[edk2-devel] [Staging/Bug_1525_FmpDevicePkg_MultipleControllers][PATCH] MdeModulePkg/EsrtFmpDxe: Correct the LastAttemptVersion algorithm in ESRT entry

2019-04-15 Thread Eric Jin
to the smallest value from all FMP instances CC: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin --- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/MdeModulePkg/Universal

[edk2-devel] [Staging/Bug_1525_FmpDevicePkg_MultipleControllers][PATCH] MdeModulePkg/EsrtFmpDxe: Detect duplicate GUID/HardwareInstance

2019-04-21 Thread Eric Jin
Jin CC: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Jin --- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 461 ++-- 1 file changed, 238 insertions(+), 223 deletions(-) diff --git a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c b

[edk2-devel] Missing protocols in IHV SCT compared to generic SCT

2019-04-29 Thread Eric Jin
Changing subject line to include [edk2-test] + Supreeth Hi Jabir, In history, after the EFI_HII_CONFIG_ACCESS_PROTOCOL, EFI_FIRMWARE_MANAGEMENT_PROTOCOL defined in UEFI Spec, the test is developed and validated with the fake driver or contributed by UEFI member, but the true device is not

[edk2-devel] [edk2-test] The issue in DevicePathFromText test about DebugPort

2019-04-29 Thread Eric Jin
. Rd., Zhongshan District. Taipei 10483, Taiwan, R. O. C. Phone: +886-2-6608-3688 Ext. 8718 Eric Jin 於 2019/4/5 上午 09:58 寫道: Document Name: UEFI SCT for 2019 Seattle Plugfest<http://members.uefi.org/apps/org/workgroup/utwg/document.php?document_id=1

Re: [edk2-devel][edk2-test][PATCH] EFI/Protocol: Fix to use VENDOR_DEVICE_PATH to create the Debug port device node for DevicePath related protocol tests.

2019-05-07 Thread Eric Jin
Hi Nick, Thank you for the patch. Comments (same as Supreeth) as below. 1. Please add your email . E.g: Signed-off-by: Nick Wang 2. replace 0x03 and 0x0a with meaningful macros. The macro can be defined in SctPkg/UEFI/Protocol/DevicePath.h Best Regards Eric -Original Message-

[edk2-devel] [PATCH V2] BaseTools/Capsule: Supports multiple payloads and drivers in capsule

2019-06-26 Thread Eric Jin
ming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- V1: Initial version to support multiple payloads and drivers V2: Enhance exception handle and file operation .../Source/Python/Capsule/GenerateCapsule.py | 971 +- .../Common/Uefi/Capsule/FmpAuthHeader.py |

Re: [edk2-devel] [PATCH V2 00/10] Multiple Controllers Support solution

2019-08-12 Thread Eric Jin
ion 1? > >Thanks >Liming >>-Original Message- >>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >>Eric Jin >>Sent: Monday, August 12, 2019 9:46 AM >>To: devel@edk2.groups.io >>Subject: [edk2-devel] [PATCH V2 00/10] Mu

Re: [edk2-devel] [RFC] BZ 1837 Enable Windows Firmware Update Driver Tool in Edk2/BaseTools for 201908 stable tag

2019-08-14 Thread Eric Jin
Hi Leif, Thank for the valuable suggestion. In the patch series V2, Sean has been set as author on patch 1/2. Thank you. Best Regards Eric -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Leif Lindholm Sent: Wednesday, August 14, 2019 2:47 AM To:

Re: [edk2-devel] [PATCH V2 00/10] Multiple Controllers Support solution

2019-08-14 Thread Eric Jin
d patch >>https://edk2.groups.io/g/devel/message/45328 >> >>Best Regards >>Eric >> >>-Original Message- >>From: Gao, Liming >>Sent: Monday, August 12, 2019 1:19 PM >>To: devel@edk2.groups.io; Jin, Eric >>Subject: RE: [edk2-devel] [P

[edk2-devel] [PATCH 1/3] MdeModulePkg/EsrtFmpDxe: Merge multiple FMP into ESRT

2019-07-31 Thread Eric Jin
: Bret Barkelew Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 137 +--- 1 file changed, 120 insertions(+), 17 deletions(-) diff --git a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c b

[edk2-devel] [PATCH 2/3] MdeModulePkg/EsrtFmpDxe: Correct LastAttemptVersion algorithm in ESRT

2019-07-31 Thread Eric Jin
FMP instances Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Eric Jin --- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/MdeModulePkg/Universal/EsrtFmpDxe

[edk2-devel] [PATCH 3/3] MdeModulePkg/EsrtFmpDxe: Detect duplicate GUID/HardwareInstance

2019-07-31 Thread Eric Jin
: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Eric Jin --- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 461 ++-- 1 file changed, 238 insertions(+), 223 deletions(-) diff --git a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c b

[edk2-devel] [PATCH 0/3] Enhance ESRT to support multiple controllers

2019-07-31 Thread Eric Jin
Multiple Controllers Support solution REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 The patch set is to makes enhancement to the ESRT when multiple same controllers exist in one system. Eric Jin (3): MdeModulePkg/EsrtFmpDxe: Merge multiple FMP into ESRT MdeModulePkg/EsrtFmpDxe

[edk2-devel] [RFC] BZ 1837 Enable Windows Firmware Update Driver Tool in Edk2/BaseTools for 201908 stable tag

2019-08-12 Thread Eric Jin
Hi All, It is the request to Enable Windows Firmware Update Driver Tool in Edk2/BaseTools and catch the Q3 tag. The new tool will leverage the edk2-pytool-library to generate the cat/inf file based on the cap file. The output driver package can be trigged in Windows OS to complete capsule

[edk2-devel] [PATCH V2 09/10] FmpDevicePkg/FmpDxe: Add PcdFmpDeviceStorageAccessEnable

2019-08-11 Thread Eric Jin
Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDevicePkg.dec | 12 FmpDevicePkg/FmpDevicePkg.dsc | 18 ++ FmpDevicePkg/FmpDevicePkg.uni | 10 ++ FmpDevicePkg/FmpDxe/FmpDxe.c | 12 FmpDevicePkg/FmpDxe/FmpDxe.inf| 1

[edk2-devel] [PATCH V2 08/10] FmpDevicePkg/FmpDxe: Add PcdFmpDeviceImageTypeIdGuid

2019-08-11 Thread Eric Jin
Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDevicePkg.dec | 5 + FmpDevicePkg/FmpDevicePkg.dsc | 25 + FmpDevicePkg/FmpDevicePkg.uni | 6 +- FmpDevicePkg/FmpDxe/FmpDxe.c | 20 +++- FmpDevicePkg

[edk2-devel] [PATCH V2 2/2] BaseTools/Capsule: Tool to generate Windows Firmware Update Driver

2019-08-12 Thread Eric Jin
] [--operating-system-string OPERATINGSYSTEMSTRING] Cc: Sean Brogan Cc: Bret Barkelew Cc: Bob Feng Cc: Liming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- .../Python/Capsule/GenerateWindowsDriver.py | 120 ++ .../Capsule

Re: [edk2-devel] [PATCH V2 00/10] Multiple Controllers Support solution

2019-08-12 Thread Eric Jin
: [edk2-devel] [PATCH V2 00/10] Multiple Controllers Support solution Eric: Can you list the difference compared to version 1? Thanks Liming >-Original Message- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >Eric Jin >Sent: Monday, August 12, 2019 9:46 A

[edk2-devel] [PATCH V2 10/10] FmpDevicePkg/FmpDxe: Remove use of CatSprint()

2019-08-11 Thread Eric Jin
: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDxe/FmpDxe.h | 1 + FmpDevicePkg/FmpDxe/FmpDxe.inf| 1 + FmpDevicePkg/FmpDxe/FmpDxeLib.inf | 1 + FmpDevicePkg/FmpDxe/VariableSupport.c | 19 ++- 4 files changed, 17

[edk2-devel] [PATCH V2 1/2] BaseTools/Capsule: Add WindowsCapsuleSupportHelper

2019-08-12 Thread Eric Jin
Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Bob Feng Signed-off-by: Eric Jin --- .../Capsule/WindowsCapsuleSupportHelper.py| 62 +++ 1 file changed, 62 insertions(+) create mode 100644 BaseTools/Source/Python/Capsule

[edk2-devel] [PATCH V2 07/10] FmpDevicePkg/FmpDxe: Improve all DEBUG() messages

2019-08-11 Thread Eric Jin
/a2c7da88d3a73dbe9b6b75952d6866179c905f28#diff-025d4889f6d3a482b49638a25e432d6d Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDxe/DetectTestKey.c | 16 +-- FmpDevicePkg/FmpDxe/FmpDxe.c

Re: [edk2-devel] [edk2-test][PATCH V3 2/3] Adding HII to IHVSCT

2019-08-12 Thread Eric Jin
Hello Shrishail, The patch set format is strange to me and have issue when I try to apply them. Could you please check or send to me(eric@intel.com) your patch series as attachment? Thanks. @@ -279,7 +279,8 @@ rem copy %ProcessorType%\IhvUsbHcTest.efi

[edk2-devel] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Fix the gBlackBoxEfiSimplePointerProtocolGuid value

2019-08-19 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1571 Besides, EOL is converted to CRLF. Cc: Supreeth Venkatesh Signed-off-by: Eric Jin --- uefi-sct/SctPkg/UEFI/UEFI.dec | 206 +- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/uefi-sct

Re: [edk2-devel] [RFC] BZ 1837 Enable Windows Firmware Update Driver Tool in Edk2/BaseTools for 201908 stable tag

2019-08-14 Thread Eric Jin
Hi Leif, > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Leif Lindholm > Sent: Wednesday, August 14, 2019 2:47 AM > To: Gao, Liming > Cc: Jin, Eric ; r...@edk2.groups.io; devel@edk2.groups.io; > Feng, Bob C ; Cetola, Stephano > ; Laszlo

[edk2-devel] [edk2-platforms][PATCH] Vlv2TbltDevicePkg/FmpDeviceLib: Implement new APIs

2019-08-11 Thread Eric Jin
Implement new APIs defined in FmpDeviceLib * RegisterFmpUninstaller() * FmpDeviceSetContext() * FmpDeviceGetHardwareInstance() Cc: Zailiang Sun Cc: Yi Qian Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Eric Jin --- .../Library/FmpDeviceLib/FmpDeviceLib.c | 95

[edk2-devel] [PATCH V2 00/10] Multiple Controllers Support solution

2019-08-11 Thread Eric Jin
\CapsuleUpdatePolicyLibNull\CapsuleUpdatePolicyLibNull.inf - Null CapsuleUpdatePolicyLib instance and the template for platform specific implementation FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLibNull.inf - Null FmpDeviceLib instance and the template for platform specific implementation Eric

[edk2-devel] [PATCH V2 01/10] FmpDevicePkg: Add UEFI_DRIVER support

2019-08-11 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Allow libs to be used with modules of type UEFI_DRIVE. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf| 4

[edk2-devel] [PATCH V2 02/10] FmpDevicePkg: Add APIs to FmpDeviceLib

2019-08-11 Thread Eric Jin
-by: Eric Jin --- FmpDevicePkg/Include/Library/FmpDeviceLib.h | 104 +++- 1 file changed, 103 insertions(+), 1 deletion(-) diff --git a/FmpDevicePkg/Include/Library/FmpDeviceLib.h b/FmpDevicePkg/Include/Library/FmpDeviceLib.h index c435b23030..1e498c13ce 100644 --- a/FmpDevicePkg

[edk2-devel] [PATCH V2 05/10] FmpDevicePkg/FmpDxe: Different variable for each FMP Descriptor

2019-08-11 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Signed-off-by: Eric Jin --- FmpDevicePkg/FmpDxe/FmpDxe.c | 124 +++- FmpDevicePkg/FmpDxe/FmpDxe.h | 8 +- FmpDevicePkg/FmpDxe

[edk2-devel] [PATCH V2 04/10] FmpDevicePkg/FmpDxe: Use new FmpDeviceLib APIs

2019-08-11 Thread Eric Jin
-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDxe/FmpDxe.c | 586 +++--- FmpDevicePkg/FmpDxe/FmpDxe.h | 341 + FmpDevicePkg/FmpDxe/FmpDxe.inf| 4 +- FmpDevicePkg/FmpDxe/FmpDxeLib.inf | 4 +- 4 files changed, 715 insertions(+), 220

[edk2-devel] [PATCH V2 03/10] FmpDEvicePkg/FmpDeviceLibNull: Implement new APIs

2019-08-11 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- .../Library/FmpDeviceLibNull/FmpDeviceLib.c | 93 ++- 1 file changed, 92 insertions(+), 1 deletion(-) diff

[edk2-devel] [PATCH V2 06/10] FmpDevicePkg: Add Capsule Update Policy Protocol

2019-08-11 Thread Eric Jin
-by: Michael D Kinney Signed-off-by: Wang Fan Reviewed-by: Eric Jin --- .../CapsuleUpdatePolicyDxe.c | 173 ++ .../CapsuleUpdatePolicyDxe.h | 140 ++ .../CapsuleUpdatePolicyDxe.inf| 48 + .../CapsuleUpdatePolicyDxe.uni

Re: [edk2-devel] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Eliminate 2nd execution of ExitBootServices Test

2019-08-21 Thread Eric Jin
/SctPkg: Eliminate > 2nd execution of ExitBootServices Test > > On Wed, 2019-08-21 at 01:24 -0500, Eric Jin wrote: > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2098 > Please add the details of the patch to the commit message. > "In the ExitBootServices() t

Re: [edk2-devel] [edk2-test][Patch 1/2] uefi-sct/SctPkg: Convert EOL of UEFI.dec to CRLF

2019-08-20 Thread Eric Jin
Please ignore this. V2 is sent out. Thanks. > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Eric Jin > Sent: Wednesday, August 21, 2019 9:34 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [edk2-test][Patch 1/

[edk2-devel] [edk2-test][Patch V2 2/2] uefi-sct/SctPkg: Fix gBlackBoxEfiSimplePointerProtocolGuid value

2019-08-20 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1571 Cc: Supreeth Venkatesh Signed-off-by: Eric Jin --- uefi-sct/SctPkg/UEFI/UEFI.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/UEFI/UEFI.dec b/uefi-sct/SctPkg/UEFI/UEFI.dec index c05fccdd9c10

Re: [edk2-devel] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Fix the gBlackBoxEfiSimplePointerProtocolGuid value

2019-08-20 Thread Eric Jin
the gBlackBoxEfiSimplePointerProtocolGuid value Hi Eric, Comments inline. On Tue, 2019-08-20 at 00:07 -0500, Eric Jin wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1571 > Besides, EOL is converted to CRLF. If you mix EOL conversion to CRLF and b

[edk2-devel] [edk2-test][Patch V2 1/2] uefi-sct/SctPkg: Convert EOL of UEFI.dec to CRLF

2019-08-20 Thread Eric Jin
Cc: Supreeth Venkatesh Signed-off-by: Eric Jin --- uefi-sct/SctPkg/UEFI/UEFI.dec | 206 +- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/uefi-sct/SctPkg/UEFI/UEFI.dec b/uefi-sct/SctPkg/UEFI/UEFI.dec index bdf3323fc2da..c05fccdd9c10 100644

[edk2-devel] [edk2-test][Patch 1/2] uefi-sct/SctPkg: Convert EOL of UEFI.dec to CRLF

2019-08-20 Thread Eric Jin
Signed-off-by: Eric Jin --- uefi-sct/SctPkg/UEFI/UEFI.dec | 206 +- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/uefi-sct/SctPkg/UEFI/UEFI.dec b/uefi-sct/SctPkg/UEFI/UEFI.dec index bdf3323fc2da..c05fccdd9c10 100644 --- a/uefi-sct/SctPkg/UEFI

[edk2-devel] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Eliminate 2nd execution of ExitBootServices Test

2019-08-21 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2098 Cc: Supreeth Venkatesh Signed-off-by: Eric Jin --- uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/ImageBBTest.inf | 3 ++- uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest

Re: [edk2-devel] [edk2-test] [PATCH] uefi-sct/SctPkg: StrUpr() test for cyrillic letters

2019-09-03 Thread Eric Jin
Reviewed-by: Eric Jin -Original Message- From: Heinrich Schuchardt Sent: Monday, September 2, 2019 5:57 PM To: devel@edk2.groups.io Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt Subject: [edk2-test] [PATCH] uefi-sct/SctPkg: StrUpr() test for cyrillic

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: assertion for UninstallMultipleProtocols

2019-09-02 Thread Eric Jin
Reviewed-by: Eric Jin -Original Message- From: Heinrich Schuchardt Sent: Monday, September 2, 2019 4:44 PM To: devel@edk2.groups.io Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt Subject: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: assertion

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'Remained test cases'

2019-09-03 Thread Eric Jin
Hi Heinrich Schuchardt, According to https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format The statement "Contributed-under:..." need be removed. With that: Reviewed-by: Eric Jin If no object, I will help to push with this change by end of this week. ---

Re: [edk2-devel] [edk2-test][Patch V2 1/1] uefi-sct/SctPkg: Eliminate 2nd execution of ExitBootServices Test

2019-08-26 Thread Eric Jin
/SctPkg: Eliminate 2nd execution of ExitBootServices Test On Fri, 2019-08-23 at 00:46 -0500, Eric Jin wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2098 > > In the ExitBootServices() test, after ExitBootServices() call, all > boot services are forbidden. The ori

Re: [edk2-devel] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Eliminate 2nd execution of ExitBootServices Test

2019-08-22 Thread Eric Jin
f ExitBootServices Test > > On Wed, 2019-08-21 at 20:50 -0500, Eric Jin via Groups.Io wrote: > > Hij Supreeth, > Hi Eric, > > > > > > -Original Message- > > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf > > >

[edk2-devel] [edk2-test][Patch V2 1/1] uefi-sct/SctPkg: Eliminate 2nd execution of ExitBootServices Test

2019-08-22 Thread Eric Jin
Signed-off-by: Eric Jin --- uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/ImageBBTest.inf | 3 ++- uefi-sct/SctPkg/TestCase/UEFI/EFI/BootServices/ImageServices/BlackBoxTest/ImageBBTest.h | 9 - uefi-sct/SctPkg/TestCase/UEFI/EFI

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted'

2019-09-05 Thread Eric Jin
Reviewed-by: Eric Jin -Original Message- From: Heinrich Schuchardt Sent: Wednesday, September 4, 2019 4:37 PM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt Subject: [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted' %s

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: SNP Statistics may be unsupported

2019-09-06 Thread Eric Jin
Hi Heinrich, 2 comments embedded below. Other is ok to me. Open a new ticket in Bugzilla is better. Best Regards Eric > -Original Message- > From: Heinrich Schuchardt > Sent: Wednesday, September 4, 2019 5:26 PM > To: EDK II Development > Cc: Jin, Eric ; Supreeth Venkatesh > ;

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: assertion for UninstallMultipleProtocols

2019-09-05 Thread Eric Jin
Pushed at 30c4031acbdbdaddc824c67a27ac89a749447138 -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Tuesday, September 3, 2019 1:46 PM To: Heinrich Schuchardt ; devel@edk2.groups.io Cc: Supreeth Venkatesh ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test

Re: [edk2-devel] [edk2-test] [PATCH] uefi-sct/SctPkg: StrUpr() test for cyrillic letters

2019-09-05 Thread Eric Jin
Pushed at cce43fc3ae30d343964fe02f09242ec8604eb44b -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Tuesday, September 3, 2019 3:43 PM To: Heinrich Schuchardt ; devel@edk2.groups.io Cc: Supreeth Venkatesh ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'Remained test cases'

2019-09-05 Thread Eric Jin
'Remained test cases' On 9/4/19 4:27 AM, Jin, Eric wrote: > Hi Heinrich Schuchardt, > > According to > https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-F > ormat The statement "Contributed-under:..." need be removed. > With that: Reviewed-by: Eric Jin &

[edk2-devel] [edk2-test][Patch 1/3] uefi-sct/SctPkg: Add HiiConfigAccess test source to IHVSCT

2019-09-11 Thread Eric Jin
From: shrishail patil REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2187 Adding HiiConfigAccess Protocol to IHVSCT. This patch contains source code which is copied from UEFISCT and added into IHVSCT. Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: shrishail patil

[edk2-devel] [edk2-test][Patch 0/3] Add HiiConfigAccess test to IHV

2019-09-11 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2187 It is a request to add HiiConfigAccess test to IHV Eric Jin (3): uefi-sct/SctPkg: Add HiiConfigAccess test source to IHVSCT uefi-sct/SctPkg: Add HiiConfigAccess to IHVSCT build/configuration uefi-sct/SctPkg: Add HiiConfigAccess to IHV

[edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package

2019-09-11 Thread Eric Jin
From: shrishail patil Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: shrishail patil --- uefi-sct/SctPkg/CommonGenFramework.bat | 4 +++- uefi-sct/SctPkg/CommonGenFramework.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat b

[edk2-devel] [edk2-test][Patch 2/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHVSCT build/configuration

2019-09-11 Thread Eric Jin
From: shrishail patil Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: shrishail patil --- uefi-sct/SctPkg/UEFI/IHV_SCT.dsc | 2 ++ uefi-sct/SctPkg/Config/Data/Category.ini | 8 2 files changed, 10 insertions(+) diff --git a/uefi-sct/SctPkg/UEFI/IHV_SCT.dsc b/uefi-sct

Re: [edk2-devel] [edk2-test] [PATCH v2 1/1] uefi-sct/SctPkg: buffer overflow in NotifyFunctionTplEx()

2019-09-11 Thread Eric Jin
Heinrich, Could you please provide your company/organization info in copyright part? I could help to add it when I push the patch. With that - Reviewed by: Eric Jin Best Regards Eric -Original Message- From: devel@edk2.groups.io On Behalf Of Heinrich Schuchardt Sent: Thursday

Re: [edk2-devel] [edk2-test] [PATCH v2 1/1] uefi-sct/SctPkg: setting key toggle state may be unsupported

2019-09-11 Thread Eric Jin
Heinrich, Could you please provide your company/organization info in copyright part? I could help to add it when I push the patch. With that - Reviewed by: Eric Jin Best Regards Eric -Original Message- From: Heinrich Schuchardt Sent: Thursday, September 12, 2019 2:45 AM To: EDK II

[edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: Auto gen result of "EFICompliantTest".

2019-09-09 Thread Eric Jin
SCT tester can send this file to the platform owner and let them directly handle the compliant issue. This patch will auto gen a file in path SCT\Report\PlatformConfigXXX.ini each time tester execute this test will creat a new one until 255. Cc: Eric Jin Cc: ArvinX Chen Signed-off-by: Arvi

[edk2-devel] [edk2-test][Patch 0/3] Add FMP test to IHV

2019-09-11 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2185 It is a request to add FMP test to IHV Eric Jin (3): uefi-sct/SctPkg: Add FMP test source to IHVSCT uefi-sct/SctPkg: Add Fmp test to IHVSCT build/configuration uefi-sct/SctPkg: Add FMP test to IHV SCT binary package uefi-sct/SctPkg

[edk2-devel] [edk2-test][Patch 2/3] uefi-sct/SctPkg: Add Fmp test to IHVSCT build/configuration

2019-09-11 Thread Eric Jin
From: shrishail patil Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: shrishail patil --- uefi-sct/SctPkg/UEFI/IHV_SCT.dsc | 2 ++ uefi-sct/SctPkg/Config/Data/Category.ini | 8 2 files changed, 10 insertions(+) diff --git a/uefi-sct/SctPkg/UEFI/IHV_SCT.dsc b/uefi-sct

[edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package

2019-09-11 Thread Eric Jin
From: shrishail patil Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: shrishail patil --- uefi-sct/SctPkg/CommonGenFramework.bat | 3 ++- uefi-sct/SctPkg/CommonGenFramework.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/uefi-sct/SctPkg/CommonGenFramework.bat

Re: [edk2-devel] [edk2-test] [PATCH v2 1/1] uefi-sct/SctPkg: SNP Statistics may be unsupported

2019-09-10 Thread Eric Jin
Pushed at 269f8a35e44f2093625b3671f372f68e2983c49d -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Tuesday, September 10, 2019 9:16 AM To: Heinrich Schuchardt ; EDK II Development Cc: Supreeth Venkatesh ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo 'supproted'

2019-09-10 Thread Eric Jin
Pushed at 07a9c88ea515260a3715c2bc9be850033efa5387 -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Friday, September 6, 2019 1:51 PM To: Heinrich Schuchardt ; EDK II Development Cc: Supreeth Venkatesh ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: setting key toggle state may be unsupported

2019-09-10 Thread Eric Jin
Hi Heinrich, It is reasonable to accept the EFI_UNSUPPORTED. I agree. The patch had better adjust the StandardLib->RecordMessage to StandardLib->RecordAssertion, and the AssertionType is EFI_TEST_ASSERTION_WARNING. It gives SCT user a chance to notice this(not silence it) to judge the issue is

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: buffer overflow in NotifyFunctionTplEx()

2019-09-09 Thread Eric Jin
in the sub3 even the Notification change later. With that: Reviewed-by: Eric Jin Best Regards Eric -Original Message- From: Heinrich Schuchardt Sent: Tuesday, September 3, 2019 9:24 PM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: UninstallMultipleProtocols, checkpoint 7-9

2019-09-16 Thread Eric Jin
Push at d296b56b6aca94dcbb3fc4dffb4ed36051539084 -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Monday, September 16, 2019 10:31 AM To: devel@edk2.groups.io; xypron.g...@gmx.de Cc: Supreeth Venkatesh ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test

Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package

2019-09-16 Thread Eric Jin
Pushed at a89b0fd0a8a0 to a7b07ad68ec3 -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Monday, September 16, 2019 3:25 PM To: devel@edk2.groups.io Cc: shrishail patil ; Supreeth Venkatesh Subject: Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath

2019-09-16 Thread Eric Jin
Pushed at 31a013a99e6db509dfdbe83dd874cc2ac014c4aa -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Monday, September 16, 2019 10:30 AM To: devel@edk2.groups.io; xypron.g...@gmx.de Cc: Supreeth Venkatesh ; Stephano Cetola Subject: Re: [edk2-devel] [edk2-test

Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package

2019-09-16 Thread Eric Jin
Pushed at ef7d43a935b3 to fd26c74e0857 -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Monday, September 16, 2019 3:28 PM To: devel@edk2.groups.io Cc: shrishail patil ; Supreeth Venkatesh Subject: Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add

Re: [edk2-devel] [edk2-test] [PATCH v2 1/1] uefi-sct/SctPkg: SNP Statistics may be unsupported

2019-09-09 Thread Eric Jin
Reviewed-by: Eric Jin -Original Message- From: Heinrich Schuchardt Sent: Monday, September 9, 2019 5:32 PM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt Subject: [edk2-test] [PATCH v2 1/1] uefi-sct/SctPkg: SNP Statistics may

Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add FMP test to IHV SCT binary package

2019-09-16 Thread Eric Jin
The series is reviewed. Reviewed-by: Eric Jin -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Wednesday, September 11, 2019 3:51 PM To: devel@edk2.groups.io Cc: shrishail patil ; Supreeth Venkatesh Subject: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg

Re: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg: Add HiiConfigAccess to IHV SCT binary package

2019-09-16 Thread Eric Jin
The series is reviewed. Reviewed-by: Eric Jin -Original Message- From: devel@edk2.groups.io On Behalf Of Eric Jin Sent: Thursday, September 12, 2019 11:04 AM To: devel@edk2.groups.io Cc: shrishail patil ; Supreeth Venkatesh Subject: [edk2-devel] [edk2-test][Patch 3/3] uefi-sct/SctPkg

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix typo DuplicateDevicePath

2019-09-15 Thread Eric Jin
Reviewed-by: Eric Jin -Original Message- From: devel@edk2.groups.io On Behalf Of Heinrich Schuchardt Sent: Friday, September 13, 2019 4:54 PM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt Subject: [edk2-devel] [edk2-test] [PATCH 1

Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: UninstallMultipleProtocols, checkpoint 7-9

2019-09-15 Thread Eric Jin
Reviewed-by: Eric Jin -Original Message- From: devel@edk2.groups.io On Behalf Of Heinrich Schuchardt Sent: Friday, September 13, 2019 3:27 AM To: EDK II Development Cc: Jin, Eric ; Supreeth Venkatesh ; Stephano Cetola ; Heinrich Schuchardt Subject: [edk2-devel] [edk2-test] [PATCH 1

Re: [edk2-devel] [PATCH v2 1/1] uefi-sct/SctPkg AdapterInfo SetInformation may return unsupported

2019-09-19 Thread Eric Jin
Subject: [PATCH v2 1/1] uefi-sct/SctPkg AdapterInfo SetInformation may return unsupported If AdapterInfo.SetInformation() is unsupported, it will return EFI_UNSUPPORTED. Do not fail the test in this case. Cc: Supreeth Venkatesh Cc: Eric Jin Signed-off-by: Tom Zhao --- Notes: v2: - Change

Re: [edk2-devel] [PATCH 0/3] Enhance ESRT to support multiple controllers

2019-08-05 Thread Eric Jin
Behalf Of > Eric Jin > Sent: Wednesday, July 31, 2019 10:59 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH 0/3] Enhance ESRT to support multiple > controllers > > Multiple Controllers Support solution > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=15

Re: [edk2-devel] [PATCH 0/3] Enhance ESRT to support multiple controllers

2019-08-05 Thread Eric Jin
On 07/31/19 16:59, Eric Jin wrote: > Multiple Controllers Support solution > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 > > The patch set is to makes enhancement to the ESRT when multiple same > controllers exist in one system. > > Eric Jin (3): > Mde

[edk2-devel] [PATCH v2] MdeModulePkg/EsrtFmpDxe: Enhance ESRT to support multiple controllers

2019-08-05 Thread Eric Jin
: Jian J Wang Cc: Hao A Wu Signed-off-by: Michael D Kinney Signed-off-by: Eric Jin --- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 394 +--- 1 file changed, 257 insertions(+), 137 deletions(-) diff --git a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c b/MdeModulePkg/Universal

[edk2-devel] [PATCH 1/2] BaseTools/Capsule: Add WindowsCapsuleSupportHelper

2019-08-07 Thread Eric Jin
Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Bob Feng Signed-off-by: Eric Jin --- .../Capsule/WindowsCapsuleSupportHelper.py| 62 +++ 1 file changed, 62 insertions(+) create mode 100644 BaseTools/Source/Python/Capsule/WindowsCapsuleSupportHelper.py diff --git

[edk2-devel] [PATCH 0/2] Enable Windows Firmware Update Driver Tool

2019-08-07 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1837 The tool makes driver capsule as input, leverage edk2-pytool-library to creates INF, Cat, and signs it. The generated Windows Driver package is composed by drivername.cap, drivername.inf and drivername.cat files. Eric Jin (2): BaseTools

[edk2-devel] [PATCH 2/2] BaseTools/Capsule: Tool to generate Windows Firmware Update Driver

2019-08-07 Thread Eric Jin
] [--operating-system-string OPERATINGSYSTEMSTRING] Cc: Sean Brogan Cc: Bret Barkelew Cc: Bob Feng Cc: Liming Gao Cc: Kinney Michael D Signed-off-by: Eric Jin --- .../Python/Capsule/GenerateWindowsDriver.py | 120 ++ .../Capsule

Re: [edk2-devel] [PATCH 00/14] Multiple Controllers Support solution

2019-08-08 Thread Eric Jin
ps.io; Jin, Eric >Subject: Re: [edk2-devel] [PATCH 00/14] Multiple Controllers Support >solution > >Hi Eric, > >This patch series also can be consolidated to a smaller patch set. >Please help double check. > > >Thanks, >Dandan > >> -Original Message

[edk2-devel] [PATCH 07/14] FmpDevicePkg/FmpDxe: Improve all DEBUG() messages

2019-08-01 Thread Eric Jin
/a2c7da88d3a73dbe9b6b75952d6866179c905f28#diff-025d4889f6d3a482b49638a25e432d6d Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDxe/DetectTestKey.c | 16 +-- FmpDevicePkg/FmpDxe/FmpDxe.c

[edk2-devel] [PATCH 05/14] FmpDevicePkg/FmpDxe: Different variable for each FMP Descriptor

2019-08-01 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Signed-off-by: Eric Jin --- FmpDevicePkg/FmpDxe/FmpDxe.c | 124 +++- FmpDevicePkg/FmpDxe/FmpDxe.h | 8 +- FmpDevicePkg/FmpDxe

[edk2-devel] [PATCH 06/14] FmpDevicePkg: Add Capsule Update Policy Protocol

2019-08-01 Thread Eric Jin
-by: Michael D Kinney Signed-off-by: Wang Fan Reviewed-by: Eric Jin --- .../CapsuleUpdatePolicyDxe.c | 173 ++ .../CapsuleUpdatePolicyDxe.h | 135 ++ .../CapsuleUpdatePolicyDxe.inf| 48 + .../CapsuleUpdatePolicyDxe.uni

[edk2-devel] [PATCH 03/14] FmpDEvicePkg/FmpDeviceLibNull: Implement new APIs

2019-08-01 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- .../Library/FmpDeviceLibNull/FmpDeviceLib.c | 93 ++- 1 file changed, 92 insertions(+), 1 deletion(-) diff

[edk2-devel] [PATCH 02/14] FmpDevicePkg: Add APIs to FmpDeviceLib

2019-08-01 Thread Eric Jin
-by: Eric Jin --- FmpDevicePkg/Include/Library/FmpDeviceLib.h | 104 +++- 1 file changed, 103 insertions(+), 1 deletion(-) diff --git a/FmpDevicePkg/Include/Library/FmpDeviceLib.h b/FmpDevicePkg/Include/Library/FmpDeviceLib.h index c435b23030..1aee380bb7 100644 --- a/FmpDevicePkg

[edk2-devel] [PATCH 13/14] FmpDevicePkg/FmpDxe: Fix code indent

2019-08-01 Thread Eric Jin
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Eric Jin --- FmpDevicePkg/FmpDxe/VariableSupport.c | 30 +-- 1 file changed, 15 insertions(+), 15 deletions(-) diff

  1   2   >