From: Jiewen Yao Date: Wed, 18 May 2016 12:40:01 +0000 (+0800) Subject: IntelFsp2WrapperPkg/FspmWrapperPeim: Update debug message match code. X-Git-Tag: edk2-stable201903~7001 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1f1ec99dea4d6d04fed96fa8a2e299212f6bc8cb IntelFsp2WrapperPkg/FspmWrapperPeim: Update debug message match code. Update function name in debug message to match code. Cc: Giri P Mudusuru Cc: Amy Chan Cc: Maurice Ma Cc: Ravi P Rangarajan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao Reviewed-by: Giri P Mudusuru --- diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c index b1c605c80b..2eb36252f3 100644 --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c @@ -73,7 +73,7 @@ PeiFspMemoryInit ( SourceData = (UINTN *)((UINTN)FspmHeaderPtr->ImageBase + (UINTN)FspmHeaderPtr->CfgRegionOffset); CopyMem (FspmUpdDataPtr, SourceData, (UINTN)FspmHeaderPtr->CfgRegionSize); - DEBUG ((DEBUG_INFO, "FspWrapperPlatformInitPreMem enter\n")); + DEBUG ((DEBUG_INFO, "UpdateFspmUpdData enter\n")); UpdateFspmUpdData ((VOID *)FspmUpdDataPtr); DEBUG ((DEBUG_INFO, " NvsBufferPtr - 0x%x\n", FspmUpdDataPtr->FspmArchUpd.NvsBufferPtr)); DEBUG ((DEBUG_INFO, " StackBase - 0x%x\n", FspmUpdDataPtr->FspmArchUpd.StackBase));