From 542cba73d21b7bcc1e3852a9d9843d5fffc2d173 Mon Sep 17 00:00:00 2001 From: "Yang, Longlong" Date: Fri, 17 Sep 2021 10:50:55 +0800 Subject: 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 Cc: Jian J Wang Cc: Min M Xu Cc: Qi Zhang Signed-off-by: Longlong Yang Reviewed-by: Min M Xu Reviewed-by: Jian J Wang --- SecurityPkg/FvReportPei/FvReportPei.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SecurityPkg/FvReportPei/FvReportPei.c b/SecurityPkg/FvReportPei/FvReportPei.c index e82413e090..9f3ebd8ed1 100644 --- a/SecurityPkg/FvReportPei/FvReportPei.c +++ b/SecurityPkg/FvReportPei/FvReportPei.c @@ -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. // -- cgit v1.2.3