public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Chang, Abner" <abner.chang@amd.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Chang, Abner" <Abner.Chang@amd.com>,
	Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Subject: Re: [edk2-devel] [edk2-redfish-client][PATCH 3/8] RedfishClientPkg: Add EDKII ETag driver to build
Date: Fri, 5 May 2023 01:14:38 +0000	[thread overview]
Message-ID: <MN2PR12MB39665691E839C195A1F650A4EA729@MN2PR12MB3966.namprd12.prod.outlook.com> (raw)
In-Reply-To: <175C1947E4260B63.898@groups.io>

[AMD Official Use Only - General]

Correct email address
Reviewed-by: Abner Chang <abner.chang@amd.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Chang,
> Abner via groups.io
> Sent: Friday, May 5, 2023 8:56 AM
> To: Nickle Wang <nicklew@nvidia.com>; devel@edk2.groups.io
> Cc: Igor Kulchytskyy <igork@ami.com>
> Subject: Re: [edk2-devel] [edk2-redfish-client][PATCH 3/8] RedfishClientPkg:
> Add EDKII ETag driver to build
> 
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
> 
> 
> [AMD Official Use Only - General]
> 
> Reviewed-by: Abner Chang <abner.chang@hpe.com>
> 
> > -----Original Message-----
> > From: Nickle Wang <nicklew@nvidia.com>
> > Sent: Thursday, May 4, 2023 10:22 PM
> > To: devel@edk2.groups.io
> > Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> > <igork@ami.com>
> > Subject: [edk2-redfish-client][PATCH 3/8] RedfishClientPkg: Add EDKII
> > ETag driver to build
> >
> > Caution: This message originated from an External Source. Use proper
> > caution when opening attachments, clicking links, or responding.
> >
> >
> > Add EDKII ETag driver to RedfishClientPkg build.
> >
> > Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> > Cc: Abner Chang <abner.chang@amd.com>
> > Cc: Igor Kulchytskyy <igork@ami.com>
> > ---
> >  RedfishClientPkg/RedfishClientPkg.dec            | 2 ++
> >  RedfishClientPkg/RedfishClientComponents.dsc.inc | 1 +
> >  RedfishClientPkg/RedfishClient.fdf.inc           | 1 +
> >  3 files changed, 4 insertions(+)
> >
> > diff --git a/RedfishClientPkg/RedfishClientPkg.dec
> > b/RedfishClientPkg/RedfishClientPkg.dec
> > index 11eab386..f0fe3269 100644
> > --- a/RedfishClientPkg/RedfishClientPkg.dec
> > +++ b/RedfishClientPkg/RedfishClientPkg.dec
> > @@ -24,6 +24,8 @@
> >    gEdkIIRedfishFeatureProtocolGuid        = { 0x785CC694, 0x4930, 0xEFBF,
> > { 0x2A, 0xCB, 0xA4, 0xB6, 0xA1, 0xCC, 0xAA, 0x34 } }
> >    ## Include/Protocol/EdkIIRedfishResourceConfigProtocol.h
> >    gEdkIIRedfishResourceConfigProtocolGuid = { 0x6f164c68, 0xfb09,
> > 0x4646, { 0xa8, 0xd3, 0x24, 0x11, 0x5d, 0xab, 0x3e, 0xe7 } }
> > +  ## Include/Protocol/EdkiiRedfishETagProtocol.h
> > +  gEdkIIRedfishETagProtocolGuid           = { 0x5706d368, 0xaf66, 0x48f5,
> { 0x89,
> > 0xfc, 0xa6, 0x61, 0xce, 0xb5, 0xa6, 0xa9 } }
> >
> >  [Guids]
> >    ## Include/Guid/RedfishClientPkgTokenSpace.h
> > diff --git a/RedfishClientPkg/RedfishClientComponents.dsc.inc
> > b/RedfishClientPkg/RedfishClientComponents.dsc.inc
> > index da8b8699..fda4ceb7 100644
> > --- a/RedfishClientPkg/RedfishClientComponents.dsc.inc
> > +++ b/RedfishClientPkg/RedfishClientComponents.dsc.inc
> > @@ -14,6 +14,7 @@
> >
> >  !if $(REDFISH_CLIENT) == TRUE
> >    RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf
> > +  RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf
> >  !endif
> >
> >  !if $(REDFISH_CLIENT_ALL_AUTOGENED) == TRUE diff --git
> > a/RedfishClientPkg/RedfishClient.fdf.inc
> > b/RedfishClientPkg/RedfishClient.fdf.inc
> > index d4c58747..f1adc7a8 100644
> > --- a/RedfishClientPkg/RedfishClient.fdf.inc
> > +++ b/RedfishClientPkg/RedfishClient.fdf.inc
> > @@ -12,4 +12,5 @@
> >  ##
> >  !if $(REDFISH_CLIENT) == TRUE
> >    INF
> > RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf
> > +  INF RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf
> >  !endif
> > --
> > 2.17.1
> 
> 
> 
> 

      parent reply	other threads:[~2023-05-05  1:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04 14:22 [edk2-redfish-client][PATCH 3/8] RedfishClientPkg: Add EDKII ETag driver to build Nickle Wang
2023-05-05  0:55 ` Chang, Abner
     [not found] ` <175C1947E4260B63.898@groups.io>
2023-05-05  1:14   ` Chang, Abner [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=MN2PR12MB39665691E839C195A1F650A4EA729@MN2PR12MB3966.namprd12.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