From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com []) by mx.groups.io with SMTP id smtpd.web12.37544.1598596402893427676 for ; Thu, 27 Aug 2020 23:33:27 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: qi1.zhang@intel.com) IronPort-SDR: LdPWxK+kBOAB5S7SJeuJb/DTVNLnZJf3/bWjxI2OpmsbtZiFx3Xw8nL/jaxhgj9see8PXKotpb CeToxTxfnoOg== X-IronPort-AV: E=McAfee;i="6000,8403,9726"; a="136680870" X-IronPort-AV: E=Sophos;i="5.76,362,1592895600"; d="scan'208";a="136680870" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Aug 2020 23:33:27 -0700 IronPort-SDR: EjVBJhvGFjpQxVlf2ARPB9GH+A9LovJlLPptISi0HDbaKjR64lsY8iNNIige/lmKxyDwoD0zgy 4Xuo1K/9qAaQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,362,1592895600"; d="scan'208";a="300125148" Received: from shwdesssddpdqi.ccr.corp.intel.com ([10.239.158.153]) by orsmga006.jf.intel.com with ESMTP; 27 Aug 2020 23:33:25 -0700 From: "Qi Zhang" To: devel@edk2.groups.io Cc: Qi Zhang , Chasel Chiu , Nate DeSimone Subject: [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp measurement. Date: Fri, 28 Aug 2020 14:33:16 +0800 Message-Id: <20200828063316.8171-4-qi1.zhang@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 In-Reply-To: <20200828063316.8171-1-qi1.zhang@intel.com> References: <20200828063316.8171-1-qi1.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2939 Signed-off-by: Qi Zhang Cc: Chasel Chiu Cc: Nate DeSimone --- .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 2 ++ .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.d= sc b/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc index fb493973e2..ab02a2ef59 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc @@ -173,6 +173,8 @@ !endif=0D SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrr= LibNull.inf=0D ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib= /ReportCpuHobLib.inf=0D + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/Base= FspMeasurementLib.inf=0D + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo= gRecordLib.inf=0D =0D #######################################=0D # Board Package=0D diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoa= rdPkg.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoar= dPkg.dsc index 9a1f107faf..0a87a3d4b2 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.d= sc +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.d= sc @@ -173,6 +173,8 @@ !endif=0D SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrr= LibNull.inf=0D ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib= /ReportCpuHobLib.inf=0D + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/Base= FspMeasurementLib.inf=0D + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo= gRecordLib.inf=0D =0D #######################################=0D # Board Package=0D --=20 2.26.2.windows.1