* Re: [PATCH] SecurityPkg: Add debug log for indicating IBB verified OBB successfully
[not found] <b3f4db144ae46ee4ad6a6e2cf33b07f6b8f5670d.1631502877.git.longlong.yang@intel.com>
@ 2021-09-13 4:59 ` Min Xu
0 siblings, 0 replies; only message in thread
From: Min Xu @ 2021-09-13 4:59 UTC (permalink / raw)
To: Yang, Longlong, devel@edk2.groups.io
Cc: Yao, Jiewen, Wang, Jian J, Zhang, Qi1
Reviewed-by: Min Xu <min.m.xu@intel.com>
> -----Original Message-----
> From: Yang, Longlong <longlong.yang@intel.com>
> Sent: Monday, September 13, 2021 11:17 AM
> To: devel@edk2.groups.io
> Cc: Yang, Longlong <longlong.yang@intel.com>; Yao, Jiewen
> <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Xu, Min M
> <min.m.xu@intel.com>; Zhang, Qi1 <qi1.zhang@intel.com>
> Subject: [PATCH] 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>
> ---
> SecurityPkg/FvReportPei/FvReportPei.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/SecurityPkg/FvReportPei/FvReportPei.c
> b/SecurityPkg/FvReportPei/FvReportPei.c
> index e82413e090..f31d5961b8 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.
> //
> --
> 2.31.1.windows.1
^ permalink raw reply [flat|nested] only message in thread