audk/SecurityPkg/FvReportPei
Guomin Jiang c8594a5311 SecurityPkg/FvReportPei: Remove the ASSERT to allow neither M nor V
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2673

M mean that Measured Boot, V mean that Verified Boot.

The FvReport do below:
1. Do nothing if neither M nor V
2. Allocate pages to save the firmware volume and use it to install
   firmware info Ppi
3. Install PreHashFv Ppi if the FV need measurement.
4. Verify the Hash if the FV need verification

Notes:
1. The component is used to verify the FV or measure the FV
2. Copy action is just for security purpose but not main purpose.
3. If you use this component, Doesn't need to copy in other compoent
   which result time consumption.

Signed-off-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
2021-10-31 16:52:12 +00:00
..
FvReportPei.c SecurityPkg/FvReportPei: Remove the ASSERT to allow neither M nor V 2021-10-31 16:52:12 +00:00
FvReportPei.h SecurityPkg/FvReportPei: implement a common FV verifier and reporter 2019-06-26 21:18:43 +08:00
FvReportPei.inf SecurityPkg/FvReportPei: implement a common FV verifier and reporter 2019-06-26 21:18:43 +08:00
FvReportPei.uni SecurityPkg/FvReportPei: implement a common FV verifier and reporter 2019-06-26 21:18:43 +08:00
FvReportPeiPeiExtra.uni SecurityPkg/FvReportPei: implement a common FV verifier and reporter 2019-06-26 21:18:43 +08:00