[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Abner Chang <[email protected]>
Hi Nickle, Do you have the corresponding PR for this? I will merge it after hard freeze. Thanks Abner > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Nickle > Wang via groups.io > Sent: Wednesday, May 15, 2024 4:50 PM > To: [email protected] > Cc: Chang, Abner <[email protected]>; Attar, AbdulLateef (Abdul > Lateef) <[email protected]>; Nick Ramirez <[email protected]> > Subject: [edk2-devel] [PATCH] MdePkg: Add Ipmi definitions header file for > OEM net function > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > Add net function definitions for OEM/Non-IPMI group > request and response > > Signed-off-by: Nickle Wang <[email protected]> > Cc: Abner Chang <[email protected]> > Cc: Abdul Lateef Attar <[email protected]> > Cc: Nick Ramirez <[email protected]> > --- > MdePkg/Include/IndustryStandard/IpmiNetFnOem.h | 18 > ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 MdePkg/Include/IndustryStandard/IpmiNetFnOem.h > > diff --git a/MdePkg/Include/IndustryStandard/IpmiNetFnOem.h > b/MdePkg/Include/IndustryStandard/IpmiNetFnOem.h > new file mode 100644 > index 0000000000..48c5dbd803 > --- /dev/null > +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnOem.h > @@ -0,0 +1,18 @@ > +/** @file > + IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1. > + > + Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights > reserved. > + > + SPDX-License-Identifier: BSD-2-Clause-Patent > +**/ > + > +#ifndef IPMI_NET_FN_OEM_H_ > +#define IPMI_NET_FN_OEM_H_ > + > +// > +// Net function definition for OEM/Group command > +// > +#define IPMI_NETFN_OEM 0x2E > +#define IPMI_NETFN_OEM_GROUP 0x2F > + > +#endif > -- > 2.34.1 > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118934): https://edk2.groups.io/g/devel/message/118934 Mute This Topic: https://groups.io/mt/106110708/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
