From: "Qi Zhang" <qi1.zhang@intel.com>
To: gaoliming <gaoliming@byosoft.com.cn>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
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: Re: [edk2-devel] [PATCH 0/3] add ibrary for Fsp measurement to OpenBoardPkg.
Date: Fri, 28 Aug 2020 08:20:00 +0000 [thread overview]
Message-ID: <SN6PR11MB27975433F517810E11648894B2520@SN6PR11MB2797.namprd11.prod.outlook.com> (raw)
In-Reply-To: <000701d67d10$5be45e10$13ad1a30$@byosoft.com.cn>
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
> >
> >
> >
>
>
prev parent reply other threads:[~2020-08-28 8:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=SN6PR11MB27975433F517810E11648894B2520@SN6PR11MB2797.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox