Indicate two guids gCapsuleArmedResetGuid and gCapsuleUpdateCompleteResetGuid for capsule update. And define a struct which start with a null string and followed by a EFI_GUID.
Cc: Jian J Wang <[email protected]> Cc: Hao Wu <[email protected]> Cc: Ray Ni <[email protected]> Cc: Star Zeng <[email protected]> Cc: Liming Gao <[email protected]> Cc: Sean Brogan <[email protected]> Cc: Michael Turner <[email protected]> Cc: Bret Barkelew <[email protected]> Bret Barkelew (3): MdeModulePkg: Add reset data difinition and guid MdeModulePkg/CapsuleRuntimeDxe: Transfer reset data MdeModulePkg/CapsuleLib: Transfer reset data Zhichao Gao (1): MdeModulePkg/ResetUtilityLib: Replace the reset data difinition MdeModulePkg/Include/Guid/CapsuleResetData.h | 40 +++++++++++++++++++ .../DxeCapsuleLibFmp/DxeCapsuleLib.inf | 3 +- .../DxeCapsuleLibFmp/DxeCapsuleProcessLib.c | 6 ++- .../Library/ResetUtilityLib/ResetUtility.c | 16 ++------ MdeModulePkg/MdeModulePkg.dec | 5 +++ .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | 1 + .../CapsuleRuntimeDxe/CapsuleService.c | 4 +- .../CapsuleRuntimeDxe/CapsuleService.h | 3 +- 8 files changed, 60 insertions(+), 18 deletions(-) create mode 100644 MdeModulePkg/Include/Guid/CapsuleResetData.h -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39994): https://edk2.groups.io/g/devel/message/39994 Mute This Topic: https://groups.io/mt/31507357/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
