[edk2-devel] [PATCH V2 0/1] staging/RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env.

Nickle Wang posted 1 patch 2 years, 5 months ago
Failed in applying to current master (apply log)
.../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
[edk2-devel] [PATCH V2 0/1] staging/RedfishClientPkg: Facilities of EDK2 Redfish Feature driver Env.
Posted by Nickle Wang 2 years, 5 months ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#82616): https://edk2.groups.io/g/devel/message/82616
Mute This Topic: https://groups.io/mt/86569050/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-