Hi @Dong, Guo I've created the PR, could you help me add push label when you're available. I think we're better to check in the solution. https://github.com/tianocore/edk2/pull/3269
-----Original Message----- From: Lu, James <[email protected]> Sent: Thursday, September 1, 2022 3:09 PM To: Liu, KasimX <[email protected]>; [email protected] Cc: Dong, Guo <[email protected]>; Ni, Ray <[email protected]>; Guo, Gua <[email protected]> Subject: RE: [PATCH] UefiPayloadPkg: To replace the libraries for the capsule driver. Reviewed-by: James Lu <[email protected]> Thanks, James -----Original Message----- From: Liu, KasimX <[email protected]> Sent: Thursday, August 25, 2022 11:22 AM To: [email protected] Cc: Liu, KasimX <[email protected]>; Dong, Guo <[email protected]>; Ni, Ray <[email protected]>; Lu, James <[email protected]>; Guo, Gua <[email protected]> Subject: [PATCH] UefiPayloadPkg: To replace the libraries for the capsule driver. From: KasimX Liu <[email protected]> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4030 For the system support the Capsule function in UPL, we replace the libraries for the Capsule driver. Cc: Guo Dong <[email protected]> Cc: Ray Ni <[email protected]> Cc: James Lu <[email protected]> Cc: Gua Guo <[email protected]> Signed-off-by: KasimX Liu <[email protected]> --- UefiPayloadPkg/UefiPayloadPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index 1b23ff3dbc..d40db90631 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -228,7 +228,8 @@ UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf- CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf+ CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf+ BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf-- 2.32.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93095): https://edk2.groups.io/g/devel/message/93095 Mute This Topic: https://groups.io/mt/93244422/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
