public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] BMC USBNIC Platform HI Lib
@ 2023-03-20  8:13 Chang, Abner
  2023-03-20  8:13 ` [PATCH v2 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface Chang, Abner
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chang, Abner @ 2023-03-20  8:13 UTC (permalink / raw)
  To: devel; +Cc: Nickle Wang, Igor Kulchytskyy

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

In V2: Address review comments.

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

Check "Platform with BMC and the BMC-Exposed USB Network Device"
section in readme.md for the design of implementation.

PR: https://github.com/tianocore/edk2/pull/4101

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>

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

 RedfishPkg/RedfishPkg.dec                     |   10 +
 RedfishPkg/RedfishPkg.dsc                     |    7 +
 .../PlatformHostInterfaceBmcUsbNicLib.inf     |   48 +
 RedfishPkg/Include/Library/RedfishDebugLib.h  |    3 +-
 .../PlatformHostInterfaceBmcUsbNicLib.h       |   84 ++
 .../PlatformHostInterfaceBmcUsbNicLib.c       | 1291 +++++++++++++++++
 RedfishPkg/Readme.md                          |  112 +-
 .../Documents/Media/BmcExposedUsbNic.svg      |  283 ++++
 .../Media/EmualtorPlatformLibrary.svg         |  286 ++++
 .../Media/PlatformWihtBmcLibrary.svg          |  328 +++++
 10 files changed, 2443 insertions(+), 9 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/BmcExposedUsbNic.svg
 create mode 100644 RedfishPkg/Documents/Media/EmualtorPlatformLibrary.svg
 create mode 100644 RedfishPkg/Documents/Media/PlatformWihtBmcLibrary.svg

-- 
2.37.1.windows.1


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

end of thread, other threads:[~2023-03-20  8:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20  8:13 [PATCH v2 0/3] BMC USBNIC Platform HI Lib Chang, Abner
2023-03-20  8:13 ` [PATCH v2 1/3] RedfishPkg/Library: Redfish BMC USBNIC Host Interface Chang, Abner
2023-03-20  8:45   ` Nickle Wang
2023-03-20  8:13 ` [PATCH v2 2/3] RedfishPkg: Update Redfish DSC Chang, Abner
2023-03-20  8:13 ` [PATCH v2 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