[edk2-devel] [edk2-staging][PATCH 0/3] Introduce resource addendum protocol

Nickle Wang via groups.io posted 3 patches 1 year, 4 months ago
Only 0 patches received!
There is a newer version of this series
.../Features/Bios/v1_0_9/Common/BiosCommon.c  | 100 +++++++
.../Features/Bios/v1_0_9/Dxe/BiosDxe.inf      |   2 +
.../Include/Library/RedfishAddendumLib.h      |  63 +++++
.../EdkIIRedfishResourceAddendumProtocol.h    |  77 ++++++
.../Include/RedfishResourceCommon.h           |   2 +
.../RedfishAddendumLib/RedfishAddendumLib.c   | 258 ++++++++++++++++++
.../RedfishAddendumLib/RedfishAddendumLib.inf |  40 +++
RedfishClientPkg/RedfishClientLibs.dsc.inc    |   2 +
RedfishClientPkg/RedfishClientPkg.dec         |   2 +
9 files changed, 546 insertions(+)
create mode 100644 RedfishClientPkg/Include/Library/RedfishAddendumLib.h
create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishResourceAddendumProtocol.h
create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.c
create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.inf
[edk2-devel] [edk2-staging][PATCH 0/3] Introduce resource addendum protocol
Posted by Nickle Wang via groups.io 1 year, 4 months ago
Introduce EDKII_REDFISH_RESOURCE_ADDENDUM_PROTOCOL to Redfish feature driver.
Feature driver uses this protocol to query OEM resource from platform in 
order to support Redfish OEM property. This protocol is also used to get 
addendum data that is required by BMC to manage	Redfish BIOS service.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>

Nickle Wang (3):
  edk2-staging/RedfishClientPkg: Add Redfish Resource Addendum Protocol
  edk2-staging/RedfishClientPkg: Add Redfish Resource Addendum Library
  edk2-staging/RedfishClientPkg: Utilize RedfishAddendumLib

 .../Features/Bios/v1_0_9/Common/BiosCommon.c  | 100 +++++++
 .../Features/Bios/v1_0_9/Dxe/BiosDxe.inf      |   2 +
 .../Include/Library/RedfishAddendumLib.h      |  63 +++++
 .../EdkIIRedfishResourceAddendumProtocol.h    |  77 ++++++
 .../Include/RedfishResourceCommon.h           |   2 +
 .../RedfishAddendumLib/RedfishAddendumLib.c   | 258 ++++++++++++++++++
 .../RedfishAddendumLib/RedfishAddendumLib.inf |  40 +++
 RedfishClientPkg/RedfishClientLibs.dsc.inc    |   2 +
 RedfishClientPkg/RedfishClientPkg.dec         |   2 +
 9 files changed, 546 insertions(+)
 create mode 100644 RedfishClientPkg/Include/Library/RedfishAddendumLib.h
 create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishResourceAddendumProtocol.h
 create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.c
 create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.inf

-- 
2.38.1.windows.1



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