mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
SecurityPkg: Add debug log for indicating IBB verified OBB successfully
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3615 Debug message should be added for indicating IBB is successfully verifying the OBB. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Min M Xu <min.m.xu@intel.com> Cc: Qi Zhang <qi1.zhang@intel.com> Signed-off-by: Longlong Yang <longlong.yang@intel.com> Reviewed-by: Min M Xu <min.m.xu@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
parent
e3e47d7963
commit
542cba73d2
1 changed files with 2 additions and 0 deletions
|
|
@ -344,6 +344,8 @@ CheckStoredHashFv (
|
|||
StoredHashFvPpi->FvNumber, BootMode);
|
||||
if (!EFI_ERROR (Status)) {
|
||||
|
||||
DEBUG ((DEBUG_INFO, "OBB verification passed (%r)\r\n", Status));
|
||||
|
||||
//
|
||||
// Report the FVs to PEI core and/or DXE core.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue