public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V2 0/1] staging/RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env.
@ 2021-10-25  2:47 Nickle Wang
  2021-10-25  2:47 ` [PATCH V2 1/1] " Nickle Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Nickle Wang @ 2021-10-25  2:47 UTC (permalink / raw)
  To: devel; +Cc: Nickle Wang, Abner Chang, Liming Gao

Address V1 review comment.

This commit adds below protocol and common header files for Redfish 
feature drivers.
- edk2 Redfish resource config protocol: this protocol is used by feature 
  drivers for internal communication
- Redfish collection and resource common header file: these two files are
  the common definition of Redfish client feature drivers.
- Redfish client package token space: the GUID definition of Redfish 
  client package token space.
  
Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Nickle Wang (1):
  staging/RedfishClientPkg: Facilities of EDK2 Redfish Feature driver
    Env.

 .../Include/Guid/RedfishClientPkgTokenSpace.h |  20 +++
 .../EdkIIRedfishResourceConfigProtocol.h      | 129 ++++++++++++++++++
 .../Include/RedfishCollectionCommon.h         |  53 +++++++
 .../Include/RedfishResourceCommon.h           | 123 +++++++++++++++++
 RedfishClientPkg/RedfishClientPkg.dec         |   8 +-
 5 files changed, 332 insertions(+), 1 deletion(-)
 create mode 100644 RedfishClientPkg/Include/Guid/RedfishClientPkgTokenSpace.h
 create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishResourceConfigProtocol.h
 create mode 100644 RedfishClientPkg/Include/RedfishCollectionCommon.h
 create mode 100644 RedfishClientPkg/Include/RedfishResourceCommon.h

-- 
2.31.1.windows.1


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25  2:47 [PATCH V2 0/1] staging/RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env Nickle Wang
2021-10-25  2:47 ` [PATCH V2 1/1] " Nickle Wang
2021-10-25  3:03   ` Abner Chang

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