public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] MdeModulePkg: Transfer reset data
@ 2019-05-05  7:50 Gao, Zhichao
  2019-05-05  7:50 ` [PATCH 1/4] MdeModulePkg: Add reset data difinition and guid Gao, Zhichao
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Gao, Zhichao @ 2019-05-05  7:50 UTC (permalink / raw)
  To: devel
  Cc: Jian J Wang, Hao Wu, Ray Ni, Star Zeng, Liming Gao, Sean Brogan,
	Michael Turner, Bret Barkelew

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 <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 (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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-05-08  4:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-05  7:50 [PATCH 0/4] MdeModulePkg: Transfer reset data Gao, Zhichao
2019-05-05  7:50 ` [PATCH 1/4] MdeModulePkg: Add reset data difinition and guid Gao, Zhichao
2019-05-06 15:44   ` [edk2-devel] " Laszlo Ersek
2019-05-06 21:02     ` Michael D Kinney
2019-05-07 10:14       ` Laszlo Ersek
2019-05-08  4:50         ` Gao, Zhichao
2019-05-05  7:50 ` [PATCH 2/4] MdeModulePkg/CapsuleRuntimeDxe: Transfer reset data Gao, Zhichao
2019-05-05  7:50 ` [PATCH 3/4] MdeModulePkg/CapsuleLib: " Gao, Zhichao
2019-05-05  7:50 ` [PATCH 4/4] MdeModulePkg/ResetUtilityLib: Replace the reset data difinition Gao, Zhichao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox