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:26 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: qi1.zhang@intel.com) IronPort-SDR: 9ehlCpWrCorEHHQ6tt7eL905khojAamvcK1V7YEe5ymTr0gpNwBqF1qS0mIGErEqwploy6iDXb uy0IxIjnRC+g== X-IronPort-AV: E=McAfee;i="6000,8403,9726"; a="136680859" X-IronPort-AV: E=Sophos;i="5.76,362,1592895600"; d="scan'208";a="136680859" 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:25 -0700 IronPort-SDR: 7l1bAhJAH55kAc3IWvmlo1wYDnMe2DaOj7WPyk0/2qlVZL7pxFq9w9TOKoMRWqkdEHaHtp4rjg A7WbwbsDaDfQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,362,1592895600"; d="scan'208";a="300125142" Received: from shwdesssddpdqi.ccr.corp.intel.com ([10.239.158.153]) by orsmga006.jf.intel.com with ESMTP; 27 Aug 2020 23:33:24 -0700 From: "Qi Zhang" To: devel@edk2.groups.io Cc: Qi Zhang , Chasel Chiu , Nate DeSimone , Jeremy Soller Subject: [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. Date: Fri, 28 Aug 2020 14:33:15 +0800 Message-Id: <20200828063316.8171-3-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 Cc: Jeremy Soller --- Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 ++ .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.ds= c b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc index 862e6a6655..34d645be7e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc +++ b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc @@ -172,6 +172,8 @@ !if $(TARGET) =3D=3D DEBUG=0D TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/Pei= TestPointCheckLib.inf=0D !endif=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/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.= dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc index 0b30da8f96..fdfaaa0cda 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc @@ -213,6 +213,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