[edk2-devel] 回复: [PATCH 2/2] MdeModulePkg/Include: API of IPMI Get System Interface Capabilities

gaoliming via groups.io gaoliming=byosoft.com.cn at groups.io
Wed Oct 11 01:54:11 UTC 2023


Reviewed-by: Liming Gao <gaoliming at byosoft.com.cn>

> -----邮件原件-----
> 发件人: abner.chang at amd.com <abner.chang at amd.com>
> 发送时间: 2023年10月10日 16:36
> 收件人: devel at edk2.groups.io
> 抄送: Abdul Lateef Attar <AbdulLateef.Attar at amd.com>; Jian J Wang
> <jian.j.wang at intel.com>; Liming Gao <gaoliming at byosoft.com.cn>
> 主题: [PATCH 2/2] MdeModulePkg/Include: API of IPMI Get System Interface
> Capabilities
> 
> From: Abner Chang <abner.chang at amd.com>
> 
> Define the API for IPMI Get System Interface
> Capabilities command (0x57)
> 
> Signed-off-by: Abner Chang <abner.chang at amd.com>
> Cc: Abdul Lateef Attar <AbdulLateef.Attar at amd.com>
> Cc: Jian J Wang <jian.j.wang at intel.com>
> Cc: Liming Gao <gaoliming at byosoft.com.cn>
> ---
>  MdeModulePkg/Include/Library/IpmiCommandLib.h | 17
> +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/MdeModulePkg/Include/Library/IpmiCommandLib.h
> b/MdeModulePkg/Include/Library/IpmiCommandLib.h
> index 7edaf36cbe5..a84124c01e9 100644
> --- a/MdeModulePkg/Include/Library/IpmiCommandLib.h
> +++ b/MdeModulePkg/Include/Library/IpmiCommandLib.h
> @@ -249,6 +249,23 @@ IpmiGetChannelInfo (
>    OUT UINT32
> *GetChannelInfoResponseSize
>    );
> 
> +/**
> +  This function gets system interface capability
> +
> +  @param[in]  InterfaceCapabilityRequest    Get system interface
> capability request.
> +  @param[out] InterfaceCapabilityResponse   The response of system
> interface capability.
> +
> +  @retval EFI_SUCCESS            Command is sent successfully.
> +  @retval Other                  Failure.
> +
> +**/
> +EFI_STATUS
> +EFIAPI
> +IpmiGetSystemInterfaceCapability (
> +  IN  IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_REQUEST
> *InterfaceCapabilityRequest,
> +  OUT IPMI_GET_SYSTEM_INTERFACE_CAPABILITIES_RESPONSE
> *InterfaceCapabilityResponse
> +  );
> +
>  //
>  // IPMI NetFnTransport
>  //
> --
> 2.37.1.windows.1





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109508): https://edk2.groups.io/g/devel/message/109508
Mute This Topic: https://groups.io/mt/101889078/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list