* [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp measurement lib to dsc
@ 2020-08-28 8:38 Qi Zhang
2020-08-28 13:32 ` [edk2-devel] " Chiu, Chasel
0 siblings, 1 reply; 3+ messages in thread
From: Qi Zhang @ 2020-08-28 8:38 UTC (permalink / raw)
To: devel; +Cc: Qi Zhang, Chasel Chiu, Nate DeSimone, Liming Gao, Eric Dong
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
---
Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
index 8e1869078c..2bcaed05a1 100644
--- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
+++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
@@ -63,6 +63,10 @@
HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.inf
+ FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspMeasurementLib.inf
+ TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf
+ TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.inf
+
!if gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable == TRUE
PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
!endif
--
2.26.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp measurement lib to dsc
2020-08-28 8:38 [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp measurement lib to dsc Qi Zhang
@ 2020-08-28 13:32 ` Chiu, Chasel
2020-08-30 0:57 ` 回复: " gaoliming
0 siblings, 1 reply; 3+ messages in thread
From: Chiu, Chasel @ 2020-08-28 13:32 UTC (permalink / raw)
To: devel@edk2.groups.io, Zhang, Qi1
Cc: Desimone, Nathaniel L, Liming Gao, Dong, Eric
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Qi Zhang
> Sent: Friday, August 28, 2020 4:38 PM
> To: devel@edk2.groups.io
> Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>;
> Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
> Subject: [edk2-devel] [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp
> measurement lib to dsc
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939
>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> ---
> Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> index 8e1869078c..2bcaed05a1 100644
> --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> @@ -63,6 +63,10 @@
>
> HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoR
> outerPei.inf
> Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiT
> cg2PhysicalPresenceLib.inf +
> FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/
> BaseFspMeasurementLib.inf+
> TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo
> gRecordLib.inf+
> TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmM
> easurementLib.inf+ !if
> gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable == TRUE
> PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformance
> Lib.inf !endif--
> 2.26.2.windows.1
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
>
> View/Reply Online (#64748): https://edk2.groups.io/g/devel/message/64748
> Mute This Topic: https://groups.io/mt/76469825/1777047
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub [chasel.chiu@intel.com]
> -=-=-=-=-=-=
^ permalink raw reply [flat|nested] 3+ messages in thread
* 回复: [edk2-devel] [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp measurement lib to dsc
2020-08-28 13:32 ` [edk2-devel] " Chiu, Chasel
@ 2020-08-30 0:57 ` gaoliming
0 siblings, 0 replies; 3+ messages in thread
From: gaoliming @ 2020-08-30 0:57 UTC (permalink / raw)
To: devel, chasel.chiu, 'Zhang, Qi1'
Cc: 'Desimone, Nathaniel L', 'Dong, Eric'
Merge @a75c26a3022d1918598f2fdc27bc38d01b93a2a1
> -----邮件原件-----
> 发件人: bounce+27952+64752+4905953+8761045@groups.io
> <bounce+27952+64752+4905953+8761045@groups.io> 代表 Chiu, Chasel
> 发送时间: 2020年8月28日 21:32
> 收件人: devel@edk2.groups.io; Zhang, Qi1 <qi1.zhang@intel.com>
> 抄送: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
> 主题: Re: [edk2-devel] [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp
> measurement lib to dsc
>
>
> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
>
>
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Qi
> Zhang
> > Sent: Friday, August 28, 2020 4:38 PM
> > To: devel@edk2.groups.io
> > Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>;
> > Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Liming Gao
> > <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
> > Subject: [edk2-devel] [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp
> > measurement lib to dsc
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939
> >
> > Cc: Chasel Chiu <chasel.chiu@intel.com>
> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> > Cc: Liming Gao <gaoliming@byosoft.com.cn>
> > Cc: Eric Dong <eric.dong@intel.com>
> > Signed-off-by: Qi Zhang <qi1.zhang@intel.com>
> > ---
> > Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> > index 8e1869078c..2bcaed05a1 100644
> > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc
> > @@ -63,6 +63,10 @@
> >
> >
> HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoR
> > outerPei.inf
> >
> Tcg2PhysicalPresenceLib|SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/Pei
> T
> > cg2PhysicalPresenceLib.inf +
> >
> FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib
> /
> > BaseFspMeasurementLib.inf+
> >
> TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo
> > gRecordLib.inf+
> >
> TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmM
> > easurementLib.inf+ !if
> > gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable == TRUE
> >
> PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformance
> > Lib.inf !endif--
> > 2.26.2.windows.1
> >
> >
> > -=-=-=-=-=-=
> > Groups.io Links: You receive all messages sent to this group.
> >
> > View/Reply Online (#64748):
> https://edk2.groups.io/g/devel/message/64748
> > Mute This Topic: https://groups.io/mt/76469825/1777047
> > Group Owner: devel+owner@edk2.groups.io
> > Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [chasel.chiu@intel.com]
> > -=-=-=-=-=-=
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-30 0:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-28 8:38 [PATCH v2] Platform/Intel/MinPlatformPkg: add Fsp measurement lib to dsc Qi Zhang
2020-08-28 13:32 ` [edk2-devel] " Chiu, Chasel
2020-08-30 0:57 ` 回复: " gaoliming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox