public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SecHobData PPI support
@ 2017-08-02 10:37 Star Zeng
  2017-08-02 10:37 ` [PATCH 1/2] MdePkg: Add definition for SecHobData PPI Star Zeng
  2017-08-02 10:37 ` [PATCH 2/2] MdeModulePkg PeiCore: Install SEC HOB data Star Zeng
  0 siblings, 2 replies; 4+ messages in thread
From: Star Zeng @ 2017-08-02 10:37 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Liming Gao

This PPI is introduced in PI Version 1.5.

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

Star Zeng (2):
  MdePkg: Add definition for SecHobData PPI
  MdeModulePkg PeiCore: Install SEC HOB data

 MdeModulePkg/Core/Pei/Hob/Hob.c   | 74 ++++++++++++++++++++++++++++++++++++++-
 MdeModulePkg/Core/Pei/PeiMain.h   | 17 +++++++++
 MdeModulePkg/Core/Pei/PeiMain.inf |  3 +-
 MdeModulePkg/Core/Pei/Ppi/Ppi.c   | 19 +++++++++-
 MdePkg/Include/Ppi/SecHobData.h   | 65 ++++++++++++++++++++++++++++++++++
 MdePkg/MdePkg.dec                 |  7 ++++
 6 files changed, 182 insertions(+), 3 deletions(-)
 create mode 100644 MdePkg/Include/Ppi/SecHobData.h

-- 
2.7.0.windows.1



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

end of thread, other threads:[~2017-08-03 15:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 10:37 [PATCH 0/2] Add SecHobData PPI support Star Zeng
2017-08-02 10:37 ` [PATCH 1/2] MdePkg: Add definition for SecHobData PPI Star Zeng
2017-08-03 15:17   ` Gao, Liming
2017-08-02 10:37 ` [PATCH 2/2] MdeModulePkg PeiCore: Install SEC HOB data Star Zeng

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