summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/RedfishLibs.dsc.inc
diff options
context:
space:
mode:
authorNickle Wang <nicklew@nvidia.com>2023-03-08 10:53:56 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-03-30 13:42:53 +0000
commit6f0c65cdb073eb8ee8c1cb6fad5d0060ec86f3cc (patch)
tree16357f28cd23844061fb3c2d24b3a88144d8e335 /RedfishPkg/RedfishLibs.dsc.inc
parent53eb26b238541799134aa5846530485c915735da (diff)
downloadedk2-6f0c65cdb073eb8ee8c1cb6fad5d0060ec86f3cc.tar.gz
edk2-6f0c65cdb073eb8ee8c1cb6fad5d0060ec86f3cc.tar.bz2
edk2-6f0c65cdb073eb8ee8c1cb6fad5d0060ec86f3cc.zip
RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation
This library follows Redfish Host Interface specification and use IPMI command to get bootstrap account credential(NetFn 2Ch, Command 02h) from BMC. RedfishHostInterfaceDxe will use this credential for the following communication between BIOS and BMC. 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: Igor Kulchytskyy <igork@ami.com>
Diffstat (limited to 'RedfishPkg/RedfishLibs.dsc.inc')
-rw-r--r--RedfishPkg/RedfishLibs.dsc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc
index 84f52d4b27..110526738c 100644
--- a/RedfishPkg/RedfishLibs.dsc.inc
+++ b/RedfishPkg/RedfishLibs.dsc.inc
@@ -19,5 +19,6 @@
JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf
RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
+ RedfishPlatformCredentialLib|RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.inf
!endif