public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build
@ 2021-10-25  7:41 Abner Chang
  2021-10-25  8:21 ` Nickle Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Abner Chang @ 2021-10-25  7:41 UTC (permalink / raw)
  To: devel; +Cc: nickle.wang, Liming Gao

Add EDKII ETag driver to RedfishClientPkg build.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
---
 RedfishClientPkg/RedfishClientPkg.dec            | 5 +++--
 RedfishClientPkg/RedfishClientComponents.dsc.inc | 3 ++-
 RedfishClientPkg/RedfishClient.fdf.inc           | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/RedfishClientPkg/RedfishClientPkg.dec b/RedfishClientPkg/RedfishClientPkg.dec
index 11eab386c64..1b998c09932 100644
--- a/RedfishClientPkg/RedfishClientPkg.dec
+++ b/RedfishClientPkg/RedfishClientPkg.dec
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client Package
 #
 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
@@ -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
@@ -37,4 +39,3 @@
   # { 0x7CE88FB3, 0x4BD7, 0x4679, { 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B }}
   #
   gEfiRedfishClientPkgTokenSpaceGuid.PcdEdkIIRedfishFeatureDriverStartupEventGuid|{0xB3, 0x8F, 0xE8, 0x7C, 0xD7, 0x4B, 0x79, 0x46, 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B}|VOID*|0x10000003
-
diff --git a/RedfishClientPkg/RedfishClientComponents.dsc.inc b/RedfishClientPkg/RedfishClientComponents.dsc.inc
index da8b869972e..5c4dbd62883 100644
--- a/RedfishClientPkg/RedfishClientComponents.dsc.inc
+++ b/RedfishClientPkg/RedfishClientComponents.dsc.inc
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client DSC include file for [Components*] section of all Architectures.
 #
 # This file can be included to the [Components*] section(s) of a platform DSC file
@@ -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 d4c5874787f..1b07982e5de 100644
--- a/RedfishClientPkg/RedfishClient.fdf.inc
+++ b/RedfishClientPkg/RedfishClient.fdf.inc
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client FDF include file for [FV*] section of all Architectures.
 #
 # This file can be included to the [FV*] section(s) of a platform FDF file
@@ -12,4 +12,5 @@
 ##
 !if $(REDFISH_CLIENT) == TRUE
   INF RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf
+  INF RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf
 !endif
-- 
2.21.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build
  2021-10-25  7:41 [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build Abner Chang
@ 2021-10-25  8:21 ` Nickle Wang
  2021-10-25  8:25   ` Abner Chang
  0 siblings, 1 reply; 3+ messages in thread
From: Nickle Wang @ 2021-10-25  8:21 UTC (permalink / raw)
  To: Chang, Abner (HPS SW/FW Technologist), devel@edk2.groups.io; +Cc: Liming Gao

[-- Attachment #1: Type: text/plain, Size: 3460 bytes --]

Reviewed-by: Nickle Wang <nickle.wang@hpe.com>

Thanks,
Nickle
________________________________
From: Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>
Sent: Monday, October 25, 2021 15:41
To: devel@edk2.groups.io <devel@edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.wang@hpe.com>; Liming Gao <gaoliming@byosoft.com.cn>
Subject: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build

Add EDKII ETag driver to RedfishClientPkg build.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
---
 RedfishClientPkg/RedfishClientPkg.dec            | 5 +++--
 RedfishClientPkg/RedfishClientComponents.dsc.inc | 3 ++-
 RedfishClientPkg/RedfishClient.fdf.inc           | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/RedfishClientPkg/RedfishClientPkg.dec b/RedfishClientPkg/RedfishClientPkg.dec
index 11eab386c64..1b998c09932 100644
--- a/RedfishClientPkg/RedfishClientPkg.dec
+++ b/RedfishClientPkg/RedfishClientPkg.dec
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client Package
 #
 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
@@ -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
@@ -37,4 +39,3 @@
   # { 0x7CE88FB3, 0x4BD7, 0x4679, { 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B }}
   #
   gEfiRedfishClientPkgTokenSpaceGuid.PcdEdkIIRedfishFeatureDriverStartupEventGuid|{0xB3, 0x8F, 0xE8, 0x7C, 0xD7, 0x4B, 0x79, 0x46, 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B}|VOID*|0x10000003
-
diff --git a/RedfishClientPkg/RedfishClientComponents.dsc.inc b/RedfishClientPkg/RedfishClientComponents.dsc.inc
index da8b869972e..5c4dbd62883 100644
--- a/RedfishClientPkg/RedfishClientComponents.dsc.inc
+++ b/RedfishClientPkg/RedfishClientComponents.dsc.inc
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client DSC include file for [Components*] section of all Architectures.
 #
 # This file can be included to the [Components*] section(s) of a platform DSC file
@@ -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 d4c5874787f..1b07982e5de 100644
--- a/RedfishClientPkg/RedfishClient.fdf.inc
+++ b/RedfishClientPkg/RedfishClient.fdf.inc
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client FDF include file for [FV*] section of all Architectures.
 #
 # This file can be included to the [FV*] section(s) of a platform FDF file
@@ -12,4 +12,5 @@
 ##
 !if $(REDFISH_CLIENT) == TRUE
   INF RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf
+  INF RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf
 !endif
--
2.21.0.windows.1


[-- Attachment #2: Type: text/html, Size: 6670 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build
  2021-10-25  8:21 ` Nickle Wang
@ 2021-10-25  8:25   ` Abner Chang
  0 siblings, 0 replies; 3+ messages in thread
From: Abner Chang @ 2021-10-25  8:25 UTC (permalink / raw)
  To: Wang, Nickle (HPS SW), devel@edk2.groups.io; +Cc: Liming Gao

[-- Attachment #1: Type: text/plain, Size: 3871 bytes --]

Reviewed-by: Abner Chang <abner.chang@hpe.com>
________________________________
From: Wang, Nickle (HPS SW) <nickle.wang@hpe.com>
Sent: Monday, October 25, 2021 4:21 PM
To: Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>; devel@edk2.groups.io <devel@edk2.groups.io>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Subject: Re: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build

Reviewed-by: Nickle Wang <nickle.wang@hpe.com>

Thanks,
Nickle
________________________________
From: Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>
Sent: Monday, October 25, 2021 15:41
To: devel@edk2.groups.io <devel@edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.wang@hpe.com>; Liming Gao <gaoliming@byosoft.com.cn>
Subject: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build

Add EDKII ETag driver to RedfishClientPkg build.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
---
 RedfishClientPkg/RedfishClientPkg.dec            | 5 +++--
 RedfishClientPkg/RedfishClientComponents.dsc.inc | 3 ++-
 RedfishClientPkg/RedfishClient.fdf.inc           | 3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/RedfishClientPkg/RedfishClientPkg.dec b/RedfishClientPkg/RedfishClientPkg.dec
index 11eab386c64..1b998c09932 100644
--- a/RedfishClientPkg/RedfishClientPkg.dec
+++ b/RedfishClientPkg/RedfishClientPkg.dec
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client Package
 #
 # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
@@ -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
@@ -37,4 +39,3 @@
   # { 0x7CE88FB3, 0x4BD7, 0x4679, { 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B }}
   #
   gEfiRedfishClientPkgTokenSpaceGuid.PcdEdkIIRedfishFeatureDriverStartupEventGuid|{0xB3, 0x8F, 0xE8, 0x7C, 0xD7, 0x4B, 0x79, 0x46, 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B}|VOID*|0x10000003
-
diff --git a/RedfishClientPkg/RedfishClientComponents.dsc.inc b/RedfishClientPkg/RedfishClientComponents.dsc.inc
index da8b869972e..5c4dbd62883 100644
--- a/RedfishClientPkg/RedfishClientComponents.dsc.inc
+++ b/RedfishClientPkg/RedfishClientComponents.dsc.inc
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client DSC include file for [Components*] section of all Architectures.
 #
 # This file can be included to the [Components*] section(s) of a platform DSC file
@@ -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 d4c5874787f..1b07982e5de 100644
--- a/RedfishClientPkg/RedfishClient.fdf.inc
+++ b/RedfishClientPkg/RedfishClient.fdf.inc
@@ -1,4 +1,4 @@
-## @file
+## @file
 # Redfish Client FDF include file for [FV*] section of all Architectures.
 #
 # This file can be included to the [FV*] section(s) of a platform FDF file
@@ -12,4 +12,5 @@
 ##
 !if $(REDFISH_CLIENT) == TRUE
   INF RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf
+  INF RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf
 !endif
--
2.21.0.windows.1


[-- Attachment #2: Type: text/html, Size: 7272 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-25  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25  7:41 [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build Abner Chang
2021-10-25  8:21 ` Nickle Wang
2021-10-25  8:25   ` Abner Chang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox