]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/RedfishRestExDxe: Implementation of EFI REST EX Protocol
authorAbner Chang <abner.chang@hpe.com>
Fri, 16 Oct 2020 08:24:04 +0000 (16:24 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 10 Dec 2020 06:04:49 +0000 (06:04 +0000)
commit10dc8c561c687c9e73e29743d04d828cca56a288
tree9502decec82b47b4925638fd4f9faaa7eca12e0b
parent0db89a661f38b10012ff4f62e1853bfc48efd462
RedfishPkg/RedfishRestExDxe: Implementation of EFI REST EX Protocol

BZ#: 2908
https://bugzilla.tianocore.org/show_bug.cgi?id=2908

Implementation of EFI EX Protocol according to UEFI spec
2.8 Section 29.7.2 EFI REST EX Protocol.
This is the network stack based EFI REST EX protocol instance.

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: Ting Ye <ting.ye@intel.com>
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Fan Wang <fan.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
12 files changed:
RedfishPkg/Redfish.fdf.inc
RedfishPkg/RedfishComponents.dsc.inc
RedfishPkg/RedfishPkg.dsc
RedfishPkg/RedfishRestExDxe/ComponentName.c [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.c [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.h [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.uni [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExDxeExtra.uni [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h [new file with mode: 0644]
RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c [new file with mode: 0644]