]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/RedfishDebugLib: provide Redfish debug
authorNickle Wang <nicklew@nvidia.com>
Wed, 1 Mar 2023 08:44:57 +0000 (16:44 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 6 Mar 2023 03:20:58 +0000 (03:20 +0000)
commit5a0932b7d480c05761a3ba9b5cf1d2fbb470c615
tree0bca3c852d1c60b555cf4978517a1a1d8c484054
parentfc14c809cb982f3c8cb3429604262cde0cb264a9
RedfishPkg/RedfishDebugLib: provide Redfish debug

Introduce RedfishDebugLib to RedfishPkg. This library provides several
debugging functions for Redfish application. Redfish drivers rely on
Rest Ex protocol to communicate with BMC and the communication data
may be big and complicated. Use RedfishDebugLib in RedfishRestExDxe to
simplify debugging process.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
RedfishPkg/Include/Library/RedfishDebugLib.h [new file with mode: 0644]
RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.c [new file with mode: 0644]
RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf [new file with mode: 0644]
RedfishPkg/RedfishLibs.dsc.inc
RedfishPkg/RedfishPkg.dec
RedfishPkg/RedfishPkg.dsc
RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c