Skip to content

Commit

Permalink
MdePkg: Add Ipmi definitions header file for OEM net function
Browse files Browse the repository at this point in the history
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]>
Reviewed-by: Abner Chang <[email protected]>
  • Loading branch information
nicklela authored and mergify[bot] committed May 30, 2024
1 parent cd4ceba commit c695e31
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MdePkg/Include/IndustryStandard/IpmiNetFnOem.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c695e31

Please sign in to comment.