Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: c8594a53119c72022f8ff5977b01e4e632ca7a04
      
https://github.com/tianocore/edk2/commit/c8594a53119c72022f8ff5977b01e4e632ca7a04
  Author: Guomin Jiang <guomin.ji...@intel.com>
  Date:   2021-10-31 (Sun, 31 Oct 2021)

  Changed paths:
    M SecurityPkg/FvReportPei/FvReportPei.c

  Log Message:
  -----------
  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.ji...@intel.com>
Reviewed-by: Jian J Wang <jian.j.w...@intel.com>




_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to