MdePkg: Add Ipmi definitions header file for OEM net function

Add net function definitions for OEM/Non-IPMI group
request and response

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
This commit is contained in:
Nickle Wang 2024-05-15 15:50:15 +08:00 committed by mergify[bot]
parent cd4cebabf5
commit c695e3182a

View File

@ -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