[edk2-devel] [PATCH 0/2] Add IPMI SSIF definitions

Tinh Nguyen via groups.io posted 2 patches 11 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
MdePkg/MdePkg.dec                              | 26 ++++++
MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 31 +++++++
MdePkg/Include/IndustryStandard/IpmiSsif.h     | 98 ++++++++++++++++++++
3 files changed, 155 insertions(+)
create mode 100644 MdePkg/Include/IndustryStandard/IpmiSsif.h
[edk2-devel] [PATCH 0/2] Add IPMI SSIF definitions
Posted by Tinh Nguyen via groups.io 11 months ago
The first of a series of patches for IPMI SSIF support.

Tinh Nguyen (2):
  MdePkg/IndustryStandard: Adds definitions for IPMI SSIF
  MdePkg/IndustryStandard/IpmiNetFnApp.h: Add more definitions

 MdePkg/MdePkg.dec                              | 26 ++++++
 MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 31 +++++++
 MdePkg/Include/IndustryStandard/IpmiSsif.h     | 98 ++++++++++++++++++++
 3 files changed, 155 insertions(+)
 create mode 100644 MdePkg/Include/IndustryStandard/IpmiSsif.h

--
2.40.0


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103741): https://edk2.groups.io/g/devel/message/103741
Mute This Topic: https://groups.io/mt/98552183/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/2] Add IPMI SSIF definitions
Posted by Chang, Abner via groups.io 11 months ago
[AMD Official Use Only - General]

Hi Tinh,
Could you please also create a BZ ticket for tracking this? Thus this information will be also covered by edk2 stable release note.
Thanks
Abner


> -----Original Message-----
> From: Tinh Nguyen <tinhnguyen@os.amperecomputing.com>
> Sent: Friday, April 28, 2023 12:00 PM
> To: devel@edk2.groups.io
> Cc: patches@amperecomputing.com; michael.d.kinney@intel.com;
> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com; Chang, Abner
> <Abner.Chang@amd.com>; Tinh Nguyen
> <tinhnguyen@os.amperecomputing.com>
> Subject: [PATCH 0/2] Add IPMI SSIF definitions
> 
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
> 
> 
> The first of a series of patches for IPMI SSIF support.
> 
> Tinh Nguyen (2):
>   MdePkg/IndustryStandard: Adds definitions for IPMI SSIF
>   MdePkg/IndustryStandard/IpmiNetFnApp.h: Add more definitions
> 
>  MdePkg/MdePkg.dec                              | 26 ++++++
>  MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 31 +++++++
>  MdePkg/Include/IndustryStandard/IpmiSsif.h     | 98
> ++++++++++++++++++++
>  3 files changed, 155 insertions(+)
>  create mode 100644 MdePkg/Include/IndustryStandard/IpmiSsif.h
> 
> --
> 2.40.0


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103789): https://edk2.groups.io/g/devel/message/103789
Mute This Topic: https://groups.io/mt/98552183/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/2] Add IPMI SSIF definitions
Posted by Tinh Nguyen via groups.io 11 months ago
Hi Abner,

Sorry, but I don't have a tianocore bugzilla account.

Please help me to file it on BZ.

Thanks,

- Tinh



On 29/04/2023 10:35, Chang, Abner wrote:
> [AMD Official Use Only - General]
>
> Hi Tinh,
> Could you please also create a BZ ticket for tracking this? Thus this information will be also covered by edk2 stable release note.
> Thanks
> Abner
>
>
>> -----Original Message-----
>> From: Tinh Nguyen <tinhnguyen@os.amperecomputing.com>
>> Sent: Friday, April 28, 2023 12:00 PM
>> To: devel@edk2.groups.io
>> Cc: patches@amperecomputing.com; michael.d.kinney@intel.com;
>> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com; Chang, Abner
>> <Abner.Chang@amd.com>; Tinh Nguyen
>> <tinhnguyen@os.amperecomputing.com>
>> Subject: [PATCH 0/2] Add IPMI SSIF definitions
>>
>> Caution: This message originated from an External Source. Use proper
>> caution when opening attachments, clicking links, or responding.
>>
>>
>> The first of a series of patches for IPMI SSIF support.
>>
>> Tinh Nguyen (2):
>>    MdePkg/IndustryStandard: Adds definitions for IPMI SSIF
>>    MdePkg/IndustryStandard/IpmiNetFnApp.h: Add more definitions
>>
>>   MdePkg/MdePkg.dec                              | 26 ++++++
>>   MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 31 +++++++
>>   MdePkg/Include/IndustryStandard/IpmiSsif.h     | 98
>> ++++++++++++++++++++
>>   3 files changed, 155 insertions(+)
>>   create mode 100644 MdePkg/Include/IndustryStandard/IpmiSsif.h
>>
>> --
>> 2.40.0


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103849): https://edk2.groups.io/g/devel/message/103849
Mute This Topic: https://groups.io/mt/98552183/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/2] Add IPMI SSIF definitions
Posted by Chang, Abner via groups.io 11 months ago
[AMD Official Use Only - General]

Ok, here it is.
Please put BZ# 4344 in the commit message.

https://bugzilla.tianocore.org/show_bug.cgi?id=4434

Regards,
Abner

> -----Original Message-----
> From: Tinh Nguyen <tinhnguyen@amperemail.onmicrosoft.com>
> Sent: Tuesday, May 2, 2023 4:09 PM
> To: Chang, Abner <Abner.Chang@amd.com>; Tinh Nguyen
> <tinhnguyen@os.amperecomputing.com>; devel@edk2.groups.io
> Cc: patches@amperecomputing.com; michael.d.kinney@intel.com;
> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com
> Subject: Re: [PATCH 0/2] Add IPMI SSIF definitions
> 
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
> 
> 
> Hi Abner,
> 
> Sorry, but I don't have a tianocore bugzilla account.
> 
> Please help me to file it on BZ.
> 
> Thanks,
> 
> - Tinh
> 
> 
> 
> On 29/04/2023 10:35, Chang, Abner wrote:
> > [AMD Official Use Only - General]
> >
> > Hi Tinh,
> > Could you please also create a BZ ticket for tracking this? Thus this
> information will be also covered by edk2 stable release note.
> > Thanks
> > Abner
> >
> >
> >> -----Original Message-----
> >> From: Tinh Nguyen <tinhnguyen@os.amperecomputing.com>
> >> Sent: Friday, April 28, 2023 12:00 PM
> >> To: devel@edk2.groups.io
> >> Cc: patches@amperecomputing.com; michael.d.kinney@intel.com;
> >> gaoliming@byosoft.com.cn; zhiguang.liu@intel.com; Chang, Abner
> >> <Abner.Chang@amd.com>; Tinh Nguyen
> >> <tinhnguyen@os.amperecomputing.com>
> >> Subject: [PATCH 0/2] Add IPMI SSIF definitions
> >>
> >> Caution: This message originated from an External Source. Use proper
> >> caution when opening attachments, clicking links, or responding.
> >>
> >>
> >> The first of a series of patches for IPMI SSIF support.
> >>
> >> Tinh Nguyen (2):
> >>    MdePkg/IndustryStandard: Adds definitions for IPMI SSIF
> >>    MdePkg/IndustryStandard/IpmiNetFnApp.h: Add more definitions
> >>
> >>   MdePkg/MdePkg.dec                              | 26 ++++++
> >>   MdePkg/Include/IndustryStandard/IpmiNetFnApp.h | 31 +++++++
> >>   MdePkg/Include/IndustryStandard/IpmiSsif.h     | 98
> >> ++++++++++++++++++++
> >>   3 files changed, 155 insertions(+)
> >>   create mode 100644 MdePkg/Include/IndustryStandard/IpmiSsif.h
> >>
> >> --
> >> 2.40.0


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103852): https://edk2.groups.io/g/devel/message/103852
Mute This Topic: https://groups.io/mt/98552183/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-