tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
7 stars 5 forks source link

Introduce resource addendum protocol #8

Closed nicklela closed 1 year ago

nicklela commented 1 year 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](mailto:nicklew@nvidia.com) Cc: Abner Chang [abner.chang@amd.com](mailto:abner.chang@amd.com) Cc: Igor Kulchytskyy [igork@ami.com](mailto:igork@ami.com) Reviewed-by: Abner Chang [abner.chang@amd.com](mailto:abner.chang@amd.com)