]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/RedfishConfigHandler: EDKII RedfishConfigHandler Protocol
authorAbner Chang <abner.chang@hpe.com>
Fri, 26 Mar 2021 04:59:54 +0000 (12:59 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 12 Apr 2021 07:40:31 +0000 (07:40 +0000)
commit2072c22a0d63c780b0cc6377f6d4ffb116ad6144
treed2a60699fc91c0408aa6fa249f3075c4e46103f4
parent7e7b729f6cf97c6e3df8ac36a2bf3d6189bde24c
RedfishPkg/RedfishConfigHandler: EDKII RedfishConfigHandler Protocol

BZ:2919

The driver is used to manage EDK2 Redfish Configuration Handler
Protocol installed by EDK2 Redfish feature drivers.
This is the EDK2 Redfish client driver written based on the EDK2
Redfish foundation to initialize EDK2 Redfish feature drivers.

EDK2 Redfish feature drivers are used to provision/consume/update
the firmware owns Redfish properties during system power on
initialization.

RedfishConfigHandlerCommon.c has the common code for the driver
instances used in different EDK2 boot phases or used by different
driver models in the future contribution.

Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Signed-off-by: Siyuan Fu <siyuan.fu@intel.com>
Signed-off-by: Fan Wang <fan.wang@intel.com>
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
RedfishPkg/Redfish.fdf.inc
RedfishPkg/RedfishComponents.dsc.inc
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerCommon.c [new file with mode: 0644]
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerCommon.h [new file with mode: 0644]
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c [new file with mode: 0644]
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.h [new file with mode: 0644]
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf [new file with mode: 0644]