[edk2-devel] [PATCH V2 0/6] MdeModulePkg: Transfer reset data

Gao, Zhichao posted 6 patches 4 years, 11 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
MdeModulePkg/Include/Library/ResetSystemLib.h |  9 +++++++
.../DxeCapsuleLibFmp/DxeCapsuleLib.inf        |  4 +++-
.../DxeCapsuleLibFmp/DxeCapsuleProcessLib.c   | 12 ++++++++--
.../Library/ResetUtilityLib/ResetUtility.c    | 15 +++---------
.../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf   |  2 ++
.../CapsuleRuntimeDxe/CapsuleService.c        | 24 ++++++++++++-------
.../CapsuleRuntimeDxe/CapsuleService.h        |  3 ++-
MdePkg/Include/Library/UefiRuntimeLib.h       |  8 +++----
MdePkg/Library/UefiRuntimeLib/RuntimeLib.c    |  8 +++----
9 files changed, 52 insertions(+), 33 deletions(-)
[edk2-devel] [PATCH V2 0/6] MdeModulePkg: Transfer reset data
Posted by Gao, Zhichao 4 years, 11 months ago
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.

V2:
Add prefix Edkii to the new guids.
Move the new struct definition to ResetSystemLib.h.
Fix the wrong reset data to transfer.
Fix the comment of EfiResetSystem in RuntimeLib base on UEFI spec 2.8.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Turner <Michael.Turner@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>

Bret Barkelew (2):
  MdeModulePkg/CapsuleRuntimeDxe: Transfer reset data
  MdeModulePkg/CapsuleLib: Transfer reset data

Zhichao Gao (4):
  MdeModulePkg/ResetSystemLib.h: Add useful reset data definition
  MdeModulePkg/ResetUtilityLib: Replace the reset data difinition
  MdePkg/UefiRuntimeLib.h: Change the comment
  MdePkg/UefiRuntimeLib: Change the comment

 MdeModulePkg/Include/Library/ResetSystemLib.h |  9 +++++++
 .../DxeCapsuleLibFmp/DxeCapsuleLib.inf        |  4 +++-
 .../DxeCapsuleLibFmp/DxeCapsuleProcessLib.c   | 12 ++++++++--
 .../Library/ResetUtilityLib/ResetUtility.c    | 15 +++---------
 .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf   |  2 ++
 .../CapsuleRuntimeDxe/CapsuleService.c        | 24 ++++++++++++-------
 .../CapsuleRuntimeDxe/CapsuleService.h        |  3 ++-
 MdePkg/Include/Library/UefiRuntimeLib.h       |  8 +++----
 MdePkg/Library/UefiRuntimeLib/RuntimeLib.c    |  8 +++----
 9 files changed, 52 insertions(+), 33 deletions(-)

-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40170): https://edk2.groups.io/g/devel/message/40170
Mute This Topic: https://groups.io/mt/31540321/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-