public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] staging/RedfishClientPkg: Add EDKII ETag driver
@ 2021-10-25  7:31 Abner Chang
  0 siblings, 0 replies; only message in thread
From: Abner Chang @ 2021-10-25  7:31 UTC (permalink / raw)
  To: devel; +Cc: nickle.wang, Liming Gao

Send patch set in behalf of Nickle Wang.

Add EDKII ETag driver to RedfishClientPkg. This driver is used by 
EDKII Redfish feature drivers in order to manipulating ETag of
the HTTP content.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Abner Chang (2):
  staging/RedfishClientPkg: Add EDKII ETag driver
  staging/RedfishClientPkg: Add EDKII ETag driver to build

 RedfishClientPkg/RedfishClientPkg.dec         |   5 +-
 .../RedfishClientComponents.dsc.inc           |   3 +-
 .../RedfishETagDxe/RedfishETagDxe.inf         |  45 +
 .../Protocol/EdkIIRedfishETagProtocol.h       |  76 ++
 .../RedfishETagDxe/RedfishETagDxe.h           |  70 ++
 .../RedfishETagDxe/RedfishETagDxe.c           | 774 ++++++++++++++++++
 RedfishClientPkg/RedfishClient.fdf.inc        |   3 +-
 7 files changed, 972 insertions(+), 4 deletions(-)
 create mode 100644 RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf
 create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishETagProtocol.h
 create mode 100644 RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.h
 create mode 100644 RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.c

-- 
2.21.0.windows.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-25  7:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25  7:31 [PATCH 0/2] staging/RedfishClientPkg: Add EDKII ETag driver Abner Chang

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