public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Kathappan Esakkithevar" <kathappan.esakkithevar@intel.com>
To: "Chiu, Chasel" <chasel.chiu@intel.com>,
	"Zhang, Qi1" <qi1.zhang@intel.com>,
	"devel@edk2.groups.io" <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>
Subject: Re: [PATCH 1/3] Platform/Intel/CometlakeOpenBoardPkg: add ibrary for Fsp measurement.
Date: Fri, 28 Aug 2020 07:43:53 +0000	[thread overview]
Message-ID: <DM6PR11MB4043B2E0821E97C37C9A85A39B520@DM6PR11MB4043.namprd11.prod.outlook.com> (raw)
In-Reply-To: <SN6PR11MB2814AD9A29258A353B5C150EE6520@SN6PR11MB2814.namprd11.prod.outlook.com>

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


  reply	other threads:[~2020-08-28  7:44 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 [this message]
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

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=DM6PR11MB4043B2E0821E97C37C9A85A39B520@DM6PR11MB4043.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