:p
atchew
Login
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> Nickle Wang (3): RedfishClientPkg: Add Redfish Resource Addendum Protocol RedfishClientPkg: Add Redfish Resource Addendum Library RedfishClientPkg: Utilize RedfishAddendumLib RedfishClientPkg/RedfishClientPkg.dec | 2 + RedfishClientPkg/RedfishClientLibs.dsc.inc | 4 +- RedfishClientPkg/RedfishClientPkg.dsc | 2 + .../Features/Bios/v1_0_9/Dxe/BiosDxe.inf | 2 + .../RedfishAddendumLib/RedfishAddendumLib.inf | 40 +++ .../Include/Library/RedfishAddendumLib.h | 65 +++++ .../EdkIIRedfishResourceAddendumProtocol.h | 80 ++++++ .../Include/RedfishResourceCommon.h | 2 + .../Features/Bios/v1_0_9/Common/BiosCommon.c | 100 +++++++ .../RedfishAddendumLib/RedfishAddendumLib.c | 262 ++++++++++++++++++ 10 files changed, 558 insertions(+), 1 deletion(-) create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.inf create mode 100644 RedfishClientPkg/Include/Library/RedfishAddendumLib.h create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishResourceAddendumProtocol.h create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.c -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#104772): https://edk2.groups.io/g/devel/message/104772 Mute This Topic: https://groups.io/mt/98844833/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
v2: Update protocol and library function description. v1: 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> *** BLURB HERE *** Nickle Wang (3): RedfishClientPkg: Add Redfish Resource Addendum Protocol RedfishClientPkg: Add Redfish Resource Addendum Library RedfishClientPkg: Utilize RedfishAddendumLib RedfishClientPkg/RedfishClientPkg.dec | 2 + RedfishClientPkg/RedfishClientLibs.dsc.inc | 4 +- RedfishClientPkg/RedfishClientPkg.dsc | 2 + .../Features/Bios/v1_0_9/Dxe/BiosDxe.inf | 2 + .../RedfishAddendumLib/RedfishAddendumLib.inf | 40 +++ .../Include/Library/RedfishAddendumLib.h | 67 +++++ .../EdkIIRedfishResourceAddendumProtocol.h | 94 +++++++ .../Include/RedfishResourceCommon.h | 2 + .../Features/Bios/v1_0_9/Common/BiosCommon.c | 100 +++++++ .../RedfishAddendumLib/RedfishAddendumLib.c | 265 ++++++++++++++++++ 10 files changed, 577 insertions(+), 1 deletion(-) create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.inf create mode 100644 RedfishClientPkg/Include/Library/RedfishAddendumLib.h create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishResourceAddendumProtocol.h create mode 100644 RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.c -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#104854): https://edk2.groups.io/g/devel/message/104854 Mute This Topic: https://groups.io/mt/98898794/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-