From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2E2A178003C for ; Wed, 11 Oct 2023 01:54:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=I7WFna0jrd3VsPFSFncpWQi/W6vufhz5jJTDOy0M6Ns=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1696989273; v=1; b=Jx9zNM1Ook4eH6OWA2EcwTXzxemrJKVh0xuWqe45LLzbJkBIjWDqYwHTJB/VQQhxgBeQ0CN6 /kVWAC4i4BkJzSshMFSjs7IMSjV/BNvVqf0QNRwMWaTYctV99eeMUhI51jR5/mVfRprRIk8tqr5 5Rtn3M/mUnq3cZjmmFEHOEew= X-Received: by 127.0.0.2 with SMTP id HeuTYY7687511xqM2CLtTHWJ; Tue, 10 Oct 2023 18:54:33 -0700 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.7873.1696989271993346447 for ; Tue, 10 Oct 2023 18:54:33 -0700 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 1E706A32E1CC for ; Wed, 11 Oct 2023 09:54:29 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 0619DA32E184 for ; Wed, 11 Oct 2023 09:54:29 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 4F6F8A32E1B4 for ; Wed, 11 Oct 2023 09:54:26 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Wed, 11 Oct 2023 09:53:57 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: , Cc: "'Abdul Lateef Attar'" , "'Michael D Kinney'" , "'Zhiguang Liu'" References: <20231010083539.1464-1-abner.chang@amd.com> In-Reply-To: <20231010083539.1464-1-abner.chang@amd.com> Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIOWbnuWkjTogW1BBVENIIDEvMl0gTWRlUGtnL0luY2x1ZGU6IERlZmluaXRpb25zIG9mIElQTUkgR2V0IFN5c3RlbSBJbnRlcmZhY2UgQ2FwYWJpbGl0aWVz?= Date: Wed, 11 Oct 2023 09:53:57 +0800 Message-ID: <001c01d9fbe5$cd3c6470$67b52d50$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQHR2PEvbFC2P5ngdqA/Hh180YLKcrBUGayw Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: VqfXQ8CQB8zGp28PN1f0Jgm6x7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Jx9zNM1O; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: abner.chang@amd.com > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA10=D4=C210=C8=D5 16:36 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Abdul Lateef Attar ; Michael D K= inney > ; Liming Gao ; > Zhiguang Liu > =D6=F7=CC=E2: [PATCH 1/2] MdePkg/Include: Definitions of IPMI Get System = Interface > Capabilities >=20 > From: Abner Chang >=20 > Define the structure for IPMI Get System Interface > Capabilities command (0x57) >=20 > Signed-off-by: Abner Chang > Cc: Abdul Lateef Attar > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > --- > MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h > b/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h > index b6bc91f46c2..d973b7155b3 100644 > --- a/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h > +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h > @@ -1092,6 +1092,14 @@ typedef struct { > UINT8 > InputMaxMsgSize; > } IPMI_GET_SYSTEM_INTERFACE_KCS_SMIC_CAPABILITIES_RESPONSE; >=20 > +// > +// 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 > // > -- > 2.37.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109507): https://edk2.groups.io/g/devel/message/109507 Mute This Topic: https://groups.io/mt/101889077/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-