public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-staging][PATCH 0/3] BMC USBNIC Platform HI Lib
@ 2023-01-09 14:11 Chang, Abner
  2023-01-09 14:11 ` [edk2-staging][PATCH 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface Chang, Abner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chang, Abner @ 2023-01-09 14:11 UTC (permalink / raw)
  To: devel
  Cc: Michael D Kinney, Liming Gao, Nickle Wang, Igor Kulchytskyy,
	Isaac Oram, Nate DeSimone

From: Abner Chang <abner.chang@amd.com>

BZ #: 4282
Implement the platform Redfish host interface library that
uses IPMI commands to get the network information of
BMC-exposed USB NIC for building up the SMBIOS type 42
record.

The prerequisites: BZ #4213, 4214 and 4231

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

Abner Chang (3):
  RedfishPkg/Library: Redfish BMC USBNIC Host Interface
  RedfishPkg: Update Redfish DSC
  RedfishPkg: Update Readme.md

 RedfishPkg/RedfishPkg.dsc                     |    7 +
 .../PlatformHostInterfaceBmcUsbNicLib.inf     |   44 +
 .../PlatformHostInterfaceBmcUsbNicLib.h       |   83 ++
 .../PlatformHostInterfaceBmcUsbNicLib.c       | 1262 +++++++++++++++++
 RedfishPkg/Readme.md                          |   95 +-
 .../Media/Emualtor Platform Library.svg       |  286 ++++
 .../Media/Platform wiht BMC Library.svg       |  328 +++++
 .../Documents/Media/USB Exposed USB NIC.svg   |  283 ++++
 8 files changed, 2380 insertions(+), 8 deletions(-)
 create mode 100644 RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf
 create mode 100644 RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.h
 create mode 100644 RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.c
 create mode 100644 RedfishPkg/Documents/Media/Emualtor Platform Library.svg
 create mode 100644 RedfishPkg/Documents/Media/Platform wiht BMC Library.svg
 create mode 100644 RedfishPkg/Documents/Media/USB Exposed USB NIC.svg

-- 
2.37.1.windows.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-09 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 14:11 [edk2-staging][PATCH 0/3] BMC USBNIC Platform HI Lib Chang, Abner
2023-01-09 14:11 ` [edk2-staging][PATCH 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface Chang, Abner
2023-01-09 14:11 ` [edk2-staging][PATCH 2/3] RedfishPkg: Update Redfish DSC Chang, Abner
2023-01-09 14:11 ` [edk2-staging][PATCH 3/3] RedfishPkg: Update Readme.md Chang, Abner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox