public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] Propagate PEI-phase FV authentication status to DXE
@ 2017-10-04 14:21 Star Zeng
  2017-10-04 14:21 ` [PATCH 1/5] MdePkg PiHob.h: Add FV3 HOB definitions Star Zeng
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Star Zeng @ 2017-10-04 14:21 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Liming Gao

FV3 HOB was introduced by new (>= 1.5) PI spec, it is intended to
be used to propagate PEI-phase FV authentication status to DXE.
Check the separated patches for the details.


Cc: Liming Gao <liming.gao@intel.com>

Star Zeng (5):
  MdePkg PiHob.h: Add FV3 HOB definitions
  MdePkg HobLib: Add BuildFv3Hob API
  IntelFrameworkPkg PeiHobLibFramework: Implement BuildFv3Hob
  MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXE
  IntelFrameworkModulePkg FwVolDxe: Get FV auth status propagated from
    PEI

 .../Universal/FirmwareVolume/FwVolDxe/FwVol.c      | 73 ++++++++++++++++------
 .../FirmwareVolume/FwVolDxe/FwVolDriver.h          |  3 +-
 .../Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf |  4 +-
 .../Library/PeiHobLibFramework/HobLib.c            | 54 +++++++++++++++-
 MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c            | 41 ++++++++++--
 MdeModulePkg/Core/Dxe/FwVol/FwVol.c                | 13 ++--
 MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.c      | 23 +++++--
 MdeModulePkg/Core/Pei/FwVol/FwVol.c                |  9 +++
 MdePkg/Include/Library/HobLib.h                    | 34 +++++++++-
 MdePkg/Include/Pi/PiHob.h                          | 43 ++++++++++++-
 MdePkg/Library/DxeCoreHobLib/HobLib.c              | 35 ++++++++++-
 MdePkg/Library/DxeHobLib/HobLib.c                  | 32 ++++++++++
 MdePkg/Library/PeiHobLib/HobLib.c                  | 54 +++++++++++++++-
 13 files changed, 371 insertions(+), 47 deletions(-)

-- 
2.13.3.windows.1



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

end of thread, other threads:[~2017-10-09  7:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 14:21 [PATCH 0/5] Propagate PEI-phase FV authentication status to DXE Star Zeng
2017-10-04 14:21 ` [PATCH 1/5] MdePkg PiHob.h: Add FV3 HOB definitions Star Zeng
2017-10-04 14:21 ` [PATCH 2/5] MdePkg HobLib: Add BuildFv3Hob API Star Zeng
2017-10-04 15:38   ` Laszlo Ersek
2017-10-05  6:46     ` Zeng, Star
2017-10-04 14:21 ` [PATCH 3/5] IntelFrameworkPkg PeiHobLibFramework: Implement BuildFv3Hob Star Zeng
2017-10-04 14:21 ` [PATCH 4/5] MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXE Star Zeng
2017-10-04 14:21 ` [PATCH 5/5] IntelFrameworkModulePkg FwVolDxe: Get FV auth status propagated from PEI Star Zeng
2017-10-09  7:44 ` [PATCH 0/5] Propagate PEI-phase FV authentication status to DXE Gao, Liming

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