* [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. @ 2020-08-28 6:33 Qi Zhang 2020-08-28 6:33 ` [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement Qi Zhang ` (3 more replies) 0 siblings, 4 replies; 11+ messages in thread From: Qi Zhang @ 2020-08-28 6:33 UTC (permalink / raw) To: devel Cc: Qi Zhang, Chasel Chiu, Jiewen Yao, Nate DeSimone, Rangasai V Chaganty, Deepika Kethi Reddy, Kathappan Esakkithevar, Jeremy Soller These patches also depends on one fix of edk2: https://bugzilla.tianocore.org/show_bug.cgi?id=2939. Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> Cc: Jeremy Soller <jeremy@system76.com> Qi Zhang (3): Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement. Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp measurement. .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 2 ++ Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 ++ .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 ++ .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 2 ++ .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 ++ 5 files changed, 10 insertions(+) -- 2.26.2.windows.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:33 [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang @ 2020-08-28 6:33 ` Qi Zhang 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 6:33 ` [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: " Qi Zhang ` (2 subsequent siblings) 3 siblings, 1 reply; 11+ messages in thread From: Qi Zhang @ 2020-08-28 6:33 UTC (permalink / raw) To: devel Cc: Qi Zhang, Chasel Chiu, Nate DeSimone, Rangasai V Chaganty, Deepika Kethi Reddy, Kathappan Esakkithevar REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 Signed-off-by: Qi Zhang <qi1.zhang@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> --- .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc index 2d9dcb139f..4ea797c550 100644 --- a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc +++ b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc @@ -173,6 +173,8 @@ !endif SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspMeasurementLib.inf + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf ####################################### # Board Package -- 2.26.2.windows.1 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:33 ` [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement Qi Zhang @ 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 7:43 ` Kathappan Esakkithevar 0 siblings, 1 reply; 11+ messages in thread From: Chiu, Chasel @ 2020-08-28 6:37 UTC (permalink / raw) To: Zhang, Qi1, devel@edk2.groups.io Cc: Desimone, Nathaniel L, Chaganty, Rangasai V, Kethi Reddy, Deepika, Esakkithevar, Kathappan Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> > -----Original Message----- > From: Zhang, Qi1 <qi1.zhang@intel.com> > Sent: Friday, August 28, 2020 2:33 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>; Chaganty, > Rangasai V <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > <kathappan.esakkithevar@intel.com> > Subject: [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for > Fsp measurement. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 > > Signed-off-by: Qi Zhang <qi1.zhang@intel.com> > Cc: Chasel Chiu <chasel.chiu@intel.com> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> > Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> > Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> > --- > .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 2 > ++ > 1 file changed, 2 insertions(+) > > diff --git > a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.d > sc > b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.d > sc > index 2d9dcb139f..4ea797c550 100644 > --- > a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.d > sc > +++ > b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.d > sc > @@ -173,6 +173,8 @@ > !endif > > > SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCache > MtrrLibNull.inf > > > ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuH > obLib/ReportCpuHobLib.inf > > + > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/ > BaseFspMeasurementLib.inf > > + > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo > gRecordLib.inf > > > > ####################################### > > # Board Package > > -- > 2.26.2.windows.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:37 ` Chiu, Chasel @ 2020-08-28 7:43 ` Kathappan Esakkithevar 0 siblings, 0 replies; 11+ messages in thread From: Kathappan Esakkithevar @ 2020-08-28 7:43 UTC (permalink / raw) To: Chiu, Chasel, Zhang, Qi1, devel@edk2.groups.io Cc: Desimone, Nathaniel L, Chaganty, Rangasai V, Kethi Reddy, Deepika Reviewed-by: Kathappan Esakkithevar <Kathappan.Esakkithevar@intel.com> > -----Original Message----- > From: Chiu, Chasel <chasel.chiu@intel.com> > Sent: Friday, August 28, 2020 12:07 PM > To: Zhang, Qi1 <qi1.zhang@intel.com>; devel@edk2.groups.io > Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Chaganty, > Rangasai V <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > <kathappan.esakkithevar@intel.com> > Subject: RE: [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add > ibrary for Fsp measurement. > > Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> > > > > -----Original Message----- > > From: Zhang, Qi1 <qi1.zhang@intel.com> > > Sent: Friday, August 28, 2020 2:33 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>; Chaganty, Rangasai V > > <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > > <kathappan.esakkithevar@intel.com> > > Subject: [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary > > for Fsp measurement. > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 > > > > Signed-off-by: Qi Zhang <qi1.zhang@intel.com> > > Cc: Chasel Chiu <chasel.chiu@intel.com> > > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > > Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> > > Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> > > Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> > > --- > > .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | > 2 > > ++ > > 1 file changed, 2 insertions(+) > > > > diff --git > > > a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg > .d > > sc > > > b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg > .d > > sc > > index 2d9dcb139f..4ea797c550 100644 > > --- > > > a/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg > .d > > sc > > +++ > > > b/Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg > .d > > sc > > @@ -173,6 +173,8 @@ > > !endif > > > > > > > SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCac > he > > MtrrLibNull.inf > > > > > > > ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpu > H > > obLib/ReportCpuHobLib.inf > > > > + > > > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLi > b/ > > BaseFspMeasurementLib.inf > > > > + > > > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEvent > > TcgEventLogRecordLib|Lo > > gRecordLib.inf > > > > > > > > ####################################### > > > > # Board Package > > > > -- > > 2.26.2.windows.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:33 [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang 2020-08-28 6:33 ` [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement Qi Zhang @ 2020-08-28 6:33 ` Qi Zhang 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 6:33 ` [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: " Qi Zhang 2020-08-28 6:38 ` [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang 3 siblings, 1 reply; 11+ messages in thread From: Qi Zhang @ 2020-08-28 6:33 UTC (permalink / raw) To: devel; +Cc: Qi Zhang, Chasel Chiu, Nate DeSimone, Jeremy Soller REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 Signed-off-by: Qi Zhang <qi1.zhang@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Jeremy Soller <jeremy@system76.com> --- 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.dsc 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) == DEBUG TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf !endif + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspMeasurementLib.inf + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf ####################################### # Board Package 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 SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspMeasurementLib.inf + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf ####################################### # Board Package -- 2.26.2.windows.1 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:33 ` [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: " Qi Zhang @ 2020-08-28 6:37 ` Chiu, Chasel 0 siblings, 0 replies; 11+ messages in thread From: Chiu, Chasel @ 2020-08-28 6:37 UTC (permalink / raw) To: Zhang, Qi1, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L, Jeremy Soller Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> > -----Original Message----- > From: Zhang, Qi1 <qi1.zhang@intel.com> > Sent: Friday, August 28, 2020 2:33 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>; Jeremy Soller > <jeremy@system76.com> > Subject: [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: add ibrary for > Fsp measurement. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 > > Signed-off-by: Qi Zhang <qi1.zhang@intel.com> > Cc: Chasel Chiu <chasel.chiu@intel.com> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > Cc: Jeremy Soller <jeremy@system76.com> > --- > 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.dsc > 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) == DEBUG > > > TestPointCheckLib|$(PLATFORM_PACKAGE)/Test/Library/TestPointCheckLib/P > eiTestPointCheckLib.inf > > !endif > > + > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/ > BaseFspMeasurementLib.inf > > + > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo > gRecordLib.inf > > > > ####################################### > > # Board Package > > 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 > > > SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCache > MtrrLibNull.inf > > > ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuH > obLib/ReportCpuHobLib.inf > > + > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/ > BaseFspMeasurementLib.inf > > + > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo > gRecordLib.inf > > > > ####################################### > > # Board Package > > -- > 2.26.2.windows.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:33 [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang 2020-08-28 6:33 ` [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement Qi Zhang 2020-08-28 6:33 ` [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: " Qi Zhang @ 2020-08-28 6:33 ` Qi Zhang 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 6:38 ` [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang 3 siblings, 1 reply; 11+ messages in thread From: Qi Zhang @ 2020-08-28 6:33 UTC (permalink / raw) To: devel; +Cc: Qi Zhang, Chasel Chiu, Nate DeSimone REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 Signed-off-by: Qi Zhang <qi1.zhang@intel.com> Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> --- .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 2 ++ .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc 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 SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspMeasurementLib.inf + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf ####################################### # Board Package diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc index 9a1f107faf..0a87a3d4b2 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc @@ -173,6 +173,8 @@ !endif SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf + FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspMeasurementLib.inf + TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.inf ####################################### # Board Package -- 2.26.2.windows.1 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp measurement. 2020-08-28 6:33 ` [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: " Qi Zhang @ 2020-08-28 6:37 ` Chiu, Chasel 0 siblings, 0 replies; 11+ messages in thread From: Chiu, Chasel @ 2020-08-28 6:37 UTC (permalink / raw) To: Zhang, Qi1, devel@edk2.groups.io; +Cc: Desimone, Nathaniel L Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> > -----Original Message----- > From: Zhang, Qi1 <qi1.zhang@intel.com> > Sent: Friday, August 28, 2020 2:33 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> > Subject: [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary > for Fsp measurement. > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2939 > > Signed-off-by: Qi Zhang <qi1.zhang@intel.com> > Cc: Chasel Chiu <chasel.chiu@intel.com> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > --- > .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 2 > ++ > .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 > ++ > 2 files changed, 4 insertions(+) > > diff --git > a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc > 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 > > > SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCache > MtrrLibNull.inf > > > ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuH > obLib/ReportCpuHobLib.inf > > + > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/ > BaseFspMeasurementLib.inf > > + > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo > gRecordLib.inf > > > > ####################################### > > # Board Package > > diff --git > a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP > kg.dsc > b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP > kg.dsc > index 9a1f107faf..0a87a3d4b2 100644 > --- > a/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP > kg.dsc > +++ > b/Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardP > kg.dsc > @@ -173,6 +173,8 @@ > !endif > > > SetCacheMtrrLib|$(PLATFORM_PACKAGE)/Library/SetCacheMtrrLib/SetCache > MtrrLibNull.inf > > > ReportCpuHobLib|$(PLATFORM_PACKAGE)/PlatformInit/Library/ReportCpuH > obLib/ReportCpuHobLib.inf > > + > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/ > BaseFspMeasurementLib.inf > > + > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo > gRecordLib.inf > > > > ####################################### > > # Board Package > > -- > 2.26.2.windows.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. 2020-08-28 6:33 [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang ` (2 preceding siblings ...) 2020-08-28 6:33 ` [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: " Qi Zhang @ 2020-08-28 6:38 ` Qi Zhang 2020-08-28 7:53 ` 回复: [edk2-devel] " gaoliming 3 siblings, 1 reply; 11+ messages in thread From: Qi Zhang @ 2020-08-28 6:38 UTC (permalink / raw) To: devel@edk2.groups.io, gaoliming Cc: Chiu, Chasel, Yao, Jiewen, Desimone, Nathaniel L, Chaganty, Rangasai V, Kethi Reddy, Deepika, Esakkithevar, Kathappan, Jeremy Soller Hi, Liming I also request these serial patches to catch stable tag 202008. Thanks! > -----Original Message----- > From: Zhang, Qi1 <qi1.zhang@intel.com> > Sent: Friday, August 28, 2020 2:33 PM > To: devel@edk2.groups.io > Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Chiu, Chasel <chasel.chiu@intel.com>; > Yao, Jiewen <jiewen.yao@intel.com>; Desimone, Nathaniel L > <nathaniel.l.desimone@intel.com>; Chaganty, Rangasai V > <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > <kathappan.esakkithevar@intel.com>; Jeremy Soller <jeremy@system76.com> > Subject: [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. > > These patches also depends on one fix of edk2: > https://bugzilla.tianocore.org/show_bug.cgi?id=2939. > > Cc: Chasel Chiu <chasel.chiu@intel.com> > Cc: Jiewen Yao <jiewen.yao@intel.com> > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> > Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> > Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> > Cc: Jeremy Soller <jeremy@system76.com> > > Qi Zhang (3): > Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement. > Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. > Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp > measurement. > > .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc | 2 ++ > Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 ++ > .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 ++ > .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc | 2 ++ > .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc | 2 ++ > 5 files changed, 10 insertions(+) > > -- > 2.26.2.windows.1 ^ permalink raw reply [flat|nested] 11+ messages in thread
* 回复: [edk2-devel] [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. 2020-08-28 6:38 ` [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang @ 2020-08-28 7:53 ` gaoliming 2020-08-28 8:20 ` Qi Zhang 0 siblings, 1 reply; 11+ messages in thread From: gaoliming @ 2020-08-28 7:53 UTC (permalink / raw) To: devel, qi1.zhang Cc: 'Chiu, Chasel', 'Yao, Jiewen', 'Desimone, Nathaniel L', 'Chaganty, Rangasai V', 'Kethi Reddy, Deepika', 'Esakkithevar, Kathappan', 'Jeremy Soller' This change is for edk2-platform. Now, there is no stable tag for edk2-platforms. For this patch, can new library instances be added into MinPlatformPkg common dsc? If so, you don't need to modify each platform DSC files. These two library instances are added into edk2-platforms\Platform\Intel\MinPlatformPkg\Include\Dsc\CoreCommonLib.dsc FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/BaseFspM easurementLib.inf TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRec ordLib.inf TpmMeasurementLib library instance is added into edk2-platforms\Platform\Intel\MinPlatformPkg\Include\Dsc\CorePeiLib.dsc TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurement Lib.inf Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+64739+4905953+8761045@groups.io > <bounce+27952+64739+4905953+8761045@groups.io> 代表 Qi Zhang > 发送时间: 2020年8月28日 14:38 > 收件人: devel@edk2.groups.io; gaoliming <gaoliming@byosoft.com.cn> > 抄送: Chiu, Chasel <chasel.chiu@intel.com>; Yao, Jiewen > <jiewen.yao@intel.com>; Desimone, Nathaniel L > <nathaniel.l.desimone@intel.com>; Chaganty, Rangasai V > <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > <kathappan.esakkithevar@intel.com>; Jeremy Soller > <jeremy@system76.com> > 主题: Re: [edk2-devel] [PATCH 0/3] add ibrary for Fsp measurement to > OpenBoardPkg. > > Hi, Liming > > I also request these serial patches to catch stable tag 202008. Thanks! > > > -----Original Message----- > > From: Zhang, Qi1 <qi1.zhang@intel.com> > > Sent: Friday, August 28, 2020 2:33 PM > > To: devel@edk2.groups.io > > Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Chiu, Chasel > <chasel.chiu@intel.com>; > > Yao, Jiewen <jiewen.yao@intel.com>; Desimone, Nathaniel L > > <nathaniel.l.desimone@intel.com>; Chaganty, Rangasai V > > <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > > <kathappan.esakkithevar@intel.com>; Jeremy Soller > <jeremy@system76.com> > > Subject: [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. > > > > These patches also depends on one fix of edk2: > > https://bugzilla.tianocore.org/show_bug.cgi?id=2939. > > > > Cc: Chasel Chiu <chasel.chiu@intel.com> > > Cc: Jiewen Yao <jiewen.yao@intel.com> > > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > > Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> > > Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> > > Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> > > Cc: Jeremy Soller <jeremy@system76.com> > > > > Qi Zhang (3): > > Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp > measurement. > > Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. > > Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp > > measurement. > > > > .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc > | 2 ++ > > Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 > ++ > > .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | > 2 ++ > > .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc > | 2 ++ > > .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc > | 2 ++ > > 5 files changed, 10 insertions(+) > > > > -- > > 2.26.2.windows.1 > > > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [edk2-devel] [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. 2020-08-28 7:53 ` 回复: [edk2-devel] " gaoliming @ 2020-08-28 8:20 ` Qi Zhang 0 siblings, 0 replies; 11+ messages in thread From: Qi Zhang @ 2020-08-28 8:20 UTC (permalink / raw) To: gaoliming, devel@edk2.groups.io Cc: Chiu, Chasel, Yao, Jiewen, Desimone, Nathaniel L, Chaganty, Rangasai V, Kethi Reddy, Deepika, Esakkithevar, Kathappan, 'Jeremy Soller' Thanks Liming. I will update patch. > -----Original Message----- > From: gaoliming <gaoliming@byosoft.com.cn> > Sent: Friday, August 28, 2020 3:54 PM > To: devel@edk2.groups.io; Zhang, Qi1 <qi1.zhang@intel.com> > Cc: Chiu, Chasel <chasel.chiu@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; > Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Chaganty, Rangasai > V <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > <kathappan.esakkithevar@intel.com>; 'Jeremy Soller' <jeremy@system76.com> > Subject: 回复: [edk2-devel] [PATCH 0/3] add ibrary for Fsp measurement to > OpenBoardPkg. > > This change is for edk2-platform. Now, there is no stable tag for edk2-platforms. > > For this patch, can new library instances be added into MinPlatformPkg > common dsc? If so, you don't need to modify each platform DSC files. > > These two library instances are added into edk2- > platforms\Platform\Intel\MinPlatformPkg\Include\Dsc\CoreCommonLib.dsc > > FspMeasurementLib|IntelFsp2WrapperPkg/Library/BaseFspMeasurementLib/B > ase > FspMeasurementLib|FspM > easurementLib.inf > > TcgEventLogRecordLib|SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLo > TcgEventLogRecordLib|gRec > ordLib.inf > > TpmMeasurementLib library instance is added into edk2- > platforms\Platform\Intel\MinPlatformPkg\Include\Dsc\CorePeiLib.dsc > > TpmMeasurementLib|SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMe > asure > TpmMeasurementLib|ment > Lib.inf > > Thanks > Liming > > -----邮件原件----- > > 发件人: bounce+27952+64739+4905953+8761045@groups.io > > <bounce+27952+64739+4905953+8761045@groups.io> 代表 Qi Zhang > > 发送时间: 2020年8月28日 14:38 > > 收件人: devel@edk2.groups.io; gaoliming <gaoliming@byosoft.com.cn> > > 抄送: Chiu, Chasel <chasel.chiu@intel.com>; Yao, Jiewen > > <jiewen.yao@intel.com>; Desimone, Nathaniel L > > <nathaniel.l.desimone@intel.com>; Chaganty, Rangasai V > > <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > > <kathappan.esakkithevar@intel.com>; Jeremy Soller > > <jeremy@system76.com> > > 主题: Re: [edk2-devel] [PATCH 0/3] add ibrary for Fsp measurement to > > OpenBoardPkg. > > > > Hi, Liming > > > > I also request these serial patches to catch stable tag 202008. Thanks! > > > > > -----Original Message----- > > > From: Zhang, Qi1 <qi1.zhang@intel.com> > > > Sent: Friday, August 28, 2020 2:33 PM > > > To: devel@edk2.groups.io > > > Cc: Zhang, Qi1 <qi1.zhang@intel.com>; Chiu, Chasel > > <chasel.chiu@intel.com>; > > > Yao, Jiewen <jiewen.yao@intel.com>; Desimone, Nathaniel L > > > <nathaniel.l.desimone@intel.com>; Chaganty, Rangasai V > > > <rangasai.v.chaganty@intel.com>; Kethi Reddy, Deepika > > > <deepika.kethi.reddy@intel.com>; Esakkithevar, Kathappan > > > <kathappan.esakkithevar@intel.com>; Jeremy Soller > > <jeremy@system76.com> > > > Subject: [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg. > > > > > > These patches also depends on one fix of edk2: > > > https://bugzilla.tianocore.org/show_bug.cgi?id=2939. > > > > > > Cc: Chasel Chiu <chasel.chiu@intel.com> > > > Cc: Jiewen Yao <jiewen.yao@intel.com> > > > Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> > > > Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com> > > > Cc: Deepika Kethi Reddy <deepika.kethi.reddy@intel.com> > > > Cc: Kathappan Esakkithevar <kathappan.esakkithevar@intel.com> > > > Cc: Jeremy Soller <jeremy@system76.com> > > > > > > Qi Zhang (3): > > > Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp > > measurement. > > > Platform/Intel/KabylakeOpenBoardPkg: add ibrary for Fsp measurement. > > > Platform/Intel/WhiskeylakeOpenBoardPkg: add ibrary for Fsp > > > measurement. > > > > > > .../Intel/CometlakeOpenBoardPkg/CometlakeURvp/OpenBoardPkg.dsc > > | 2 ++ > > > Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc | 2 > > ++ > > > .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | > > 2 ++ > > > .../Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkg.dsc > > | 2 ++ > > > .../WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/OpenBoardPkg.dsc > > | 2 ++ > > > 5 files changed, 10 insertions(+) > > > > > > -- > > > 2.26.2.windows.1 > > > > > > > > ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-08-28 8:20 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-08-28 6:33 [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang 2020-08-28 6:33 ` [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement Qi Zhang 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 7:43 ` Kathappan Esakkithevar 2020-08-28 6:33 ` [PATCH 2/3] Platform/Intel/KabylakeOpenBoardPkg: " Qi Zhang 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 6:33 ` [PATCH 3/3] Platform/Intel/WhiskeylakeOpenBoardPkg: " Qi Zhang 2020-08-28 6:37 ` Chiu, Chasel 2020-08-28 6:38 ` [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg Qi Zhang 2020-08-28 7:53 ` 回复: [edk2-devel] " gaoliming 2020-08-28 8:20 ` Qi Zhang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox