]> git.proxmox.com Git - mirror_edk2.git/commit
RedfishPkg/RedfishDiscoverDxe: USB Redfish host interface is not supported
authorAbner Chang <abner.chang@amd.com>
Mon, 15 Aug 2022 01:47:30 +0000 (09:47 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 23 Aug 2022 03:13:11 +0000 (03:13 +0000)
commit938430741f71949eeed0d93a43f9e597c65759f4
treeaa6bbb7353a0d7fb3ff916dec0af206c99838f54
parentc15c9fa4200f6819952a902283a0abcc81146a3a
RedfishPkg/RedfishDiscoverDxe: USB Redfish host interface is not supported

Host Interface details are described by the SMBIOS Type 42
table. The table is published by the RedfishHostInterfaceDxe
driver. That driver supports PCI-E and USB host interface
types.The table is consumed by the edfishGetHostInterfaceProtocolData
function in the RedfishDiscoverDxe driver. The function only supports
PCI-E host interface type.

Cc: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Signed-off-by: Igor Kulchytskyy <igork@ami.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
RedfishPkg/RedfishDiscoverDxe/RedfishSmbiosHostInterface.c