Patch of EDKII Redfish Feature Core DXE driver. EDKII Redfish Feature Core DXE driver provides the protocol interface to the auto-generated Redfish feature driver to register itself for the Redfish resource URI it manages.
You can skip 0003 patch which is the diagrams. Signed-off-by: Abner Chang <abner.ch...@hpe.com> Cc: Nickle Wang <nickle.w...@hpe.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Abner Chang (3): RedfishClientPkg: Initial commit of meta files RedfishClientPkg/RedfishFeatureCoreDxe: Redfish Feature Core DXE driver RedfishClientPkg/Document: Update diagrams RedfishClientPkg/RedfishClientPkg.dec | 35 ++ RedfishClientPkg/RedfishClient.dsc.inc | 21 + .../RedfishClientComponents.dsc.inc | 18 + RedfishClientPkg/RedfishClientDefines.dsc.inc | 27 ++ RedfishClientPkg/RedfishClientLibs.dsc.inc | 13 + RedfishClientPkg/RedfishClientPkg.dsc | 46 +++ RedfishClientPkg/RedfishClient.fdf.inc | 15 + .../RedfishFeatureCoreDxe.inf | 49 +++ .../Include/Protocol/EdkIIRedfishFeature.h | 116 ++++++ .../RedfishFeatureCoreDxe.h | 43 ++ .../RedfishFeatureCoreDxe.c | 382 ++++++++++++++++++ RedfishClientPkg/Readme.md | 36 ++ .../Media/RedfishClientDriverStack.svg | 197 ++++++--- 13 files changed, 936 insertions(+), 62 deletions(-) create mode 100644 RedfishClientPkg/RedfishClientPkg.dec create mode 100644 RedfishClientPkg/RedfishClient.dsc.inc create mode 100644 RedfishClientPkg/RedfishClientComponents.dsc.inc create mode 100644 RedfishClientPkg/RedfishClientDefines.dsc.inc create mode 100644 RedfishClientPkg/RedfishClientLibs.dsc.inc create mode 100644 RedfishClientPkg/RedfishClientPkg.dsc create mode 100644 RedfishClientPkg/RedfishClient.fdf.inc create mode 100644 RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf create mode 100644 RedfishClientPkg/Include/Protocol/EdkIIRedfishFeature.h create mode 100644 RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.h create mode 100644 RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#78227): https://edk2.groups.io/g/devel/message/78227 Mute This Topic: https://groups.io/mt/84484820/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-