[edk2-devel] [edk2-platforms][PATCH 0/3] IPMI changes for Redfish

Chang, Abner via groups.io posted 3 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../IpmiFeaturePkg/IpmiFeaturePkg.dec         |  5 ++
.../Include/Library/IpmiCommandLib.h          | 60 ++++++++++++++
.../IpmiCommandLib/IpmiCommandLibNetFnApp.c   | 81 +++++++++++++++++++
.../IpmiCommandLibNetFnTransport.c            | 36 +++++++++
4 files changed, 182 insertions(+)
[edk2-devel] [edk2-platforms][PATCH 0/3] IPMI changes for Redfish
Posted by Chang, Abner via groups.io 1 year, 4 months ago
From: Abner Chang <abner.chang@amd.com>

BZ# 4214
This patch adds IPMI functions for building up SMBIOS 42
record for the USB NIC host interface exposed by BMC.
The corresponding updates on edk2 is in the separate pacth.

This is the part I of upstream, the follow up patche sets are:
- RedfishPlatformCredentialLib contributed by NVidia.
- Relocate IpmiCommandLib.h from edk2-platforms
  to edk2/MdePkg. A NULL instance of IpmiCommandLib is created
  and located under MdePkg. With above, RedfishPkg doesn't have the
  dependence with edk2-platforms. The implementation of IpmiCommandLib
  stays in edk2-platforms without relocation, which can be pulled in
  to platform DSC as needed.
- PlatformHostInterfaceBmcUsbNic would be upstream to edk2-staging
  temporarily because some requirements are necessray to be spec out
  in the Redfish section in UEFI spec.

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>

Abner Chang (3):
  Features/IpmiFeaturePkg: Add IPMI functions
  IpmiFeaturePkg/IpmiCommandLib: Add IPMI functions
  IpmiFeaturePkg: Add reference of IpmiBaseLib

 .../IpmiFeaturePkg/IpmiFeaturePkg.dec         |  5 ++
 .../Include/Library/IpmiCommandLib.h          | 60 ++++++++++++++
 .../IpmiCommandLib/IpmiCommandLibNetFnApp.c   | 81 +++++++++++++++++++
 .../IpmiCommandLibNetFnTransport.c            | 36 +++++++++
 4 files changed, 182 insertions(+)

-- 
2.37.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97737): https://edk2.groups.io/g/devel/message/97737
Mute This Topic: https://groups.io/mt/95844505/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-