[edk2-devel] [edk2-redfish-client][PATCH 3/8] RedfishClientPkg: Add EDKII ETag driver to build

Chang, Abner via groups.io abner.chang=amd.com at groups.io
Fri May 5 01:14:38 UTC 2023


[AMD Official Use Only - General]

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

> -----Original Message-----
> From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Chang,
> Abner via groups.io
> Sent: Friday, May 5, 2023 8:56 AM
> To: Nickle Wang <nicklew at nvidia.com>; devel at edk2.groups.io
> Cc: Igor Kulchytskyy <igork at 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 at hpe.com>
> 
> > -----Original Message-----
> > From: Nickle Wang <nicklew at nvidia.com>
> > Sent: Thursday, May 4, 2023 10:22 PM
> > To: devel at edk2.groups.io
> > Cc: Chang, Abner <Abner.Chang at amd.com>; Igor Kulchytskyy
> > <igork at 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 at nvidia.com>
> > Cc: Abner Chang <abner.chang at amd.com>
> > Cc: Igor Kulchytskyy <igork at 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
> 
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#104057): https://edk2.groups.io/g/devel/message/104057
Mute This Topic: https://groups.io/mt/98684704/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list