[edk2-devel] [PATCH 0/3] Common OBB verification feature

Wang, Jian J posted 3 patches 4 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
SecurityPkg/FvReportPei/FvReportPei.c         | 417 ++++++++++++++++++
SecurityPkg/FvReportPei/FvReportPei.h         | 121 +++++
SecurityPkg/FvReportPei/FvReportPei.inf       |  57 +++
SecurityPkg/FvReportPei/FvReportPei.uni       |  14 +
.../FvReportPei/FvReportPeiPeiExtra.uni       |  12 +
.../Ppi/FirmwareVolumeInfoStoredHashFv.h      |  61 +++
SecurityPkg/SecurityPkg.dec                   |   9 +
SecurityPkg/SecurityPkg.dsc                   |   5 +
8 files changed, 696 insertions(+)
create mode 100644 SecurityPkg/FvReportPei/FvReportPei.c
create mode 100644 SecurityPkg/FvReportPei/FvReportPei.h
create mode 100644 SecurityPkg/FvReportPei/FvReportPei.inf
create mode 100644 SecurityPkg/FvReportPei/FvReportPei.uni
create mode 100644 SecurityPkg/FvReportPei/FvReportPeiPeiExtra.uni
create mode 100644 SecurityPkg/Include/Ppi/FirmwareVolumeInfoStoredHashFv.h
[edk2-devel] [PATCH 0/3] Common OBB verification feature
Posted by Wang, Jian J 4 years, 10 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=1617

Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: "Hernandez Beltran, Jorge" <jorge.hernandez.beltran@intel.com>
Cc: Harry Han <harry.han@intel.com>

Jian J Wang (3):
  SecurityPkg: add definitions for OBB verification
  SecurityPkg/FvReportPei: implement a common FV verifier and reporter
  SecurityPkg: add FvReportPei.inf in dsc for build validation

 SecurityPkg/FvReportPei/FvReportPei.c         | 417 ++++++++++++++++++
 SecurityPkg/FvReportPei/FvReportPei.h         | 121 +++++
 SecurityPkg/FvReportPei/FvReportPei.inf       |  57 +++
 SecurityPkg/FvReportPei/FvReportPei.uni       |  14 +
 .../FvReportPei/FvReportPeiPeiExtra.uni       |  12 +
 .../Ppi/FirmwareVolumeInfoStoredHashFv.h      |  61 +++
 SecurityPkg/SecurityPkg.dec                   |   9 +
 SecurityPkg/SecurityPkg.dsc                   |   5 +
 8 files changed, 696 insertions(+)
 create mode 100644 SecurityPkg/FvReportPei/FvReportPei.c
 create mode 100644 SecurityPkg/FvReportPei/FvReportPei.h
 create mode 100644 SecurityPkg/FvReportPei/FvReportPei.inf
 create mode 100644 SecurityPkg/FvReportPei/FvReportPei.uni
 create mode 100644 SecurityPkg/FvReportPei/FvReportPeiPeiExtra.uni
 create mode 100644 SecurityPkg/Include/Ppi/FirmwareVolumeInfoStoredHashFv.h

-- 
2.17.1.windows.2


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

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