Skip to content

Commit

Permalink
MdePkg/Include: Definitions of IPMI Get System Interface Capabilities
Browse files Browse the repository at this point in the history
Define the structure for IPMI Get System Interface
Capabilities command (0x57)

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Nickle Wang <nicklew@nvidia.com>
  • Loading branch information
changab authored and mergify[bot] committed Oct 26, 2023
1 parent 8765f3e commit 9a38ddc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MdePkg/Include/IndustryStandard/IpmiNetFnApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,14 @@ typedef struct {
UINT8 InputMaxMsgSize;
} IPMI_GET_SYSTEM_INTERFACE_KCS_SMIC_CAPABILITIES_RESPONSE;

//
// Response of interface capability of SSIF/KCS/SMIC.
//
typedef union {
IPMI_GET_SYSTEM_INTERFACE_SSIF_CAPABILITIES_RESPONSE *InterfaceSsifCapability;
IPMI_GET_SYSTEM_INTERFACE_KCS_SMIC_CAPABILITIES_RESPONSE *InterfaceKcsSmicCapability;
} IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_RESPONSE;

//
// Definitions for Get System Interface Capabilities command SSIF transaction support
//
Expand Down

0 comments on commit 9a38ddc

Please sign in to comment.