]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/IndustryStandard/Ipmi.h
MdePkg/IndustryStandard/Ipmi: Update IPMI header files
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Ipmi.h
CommitLineData
e59a797f
DB
1/** @file\r
2 IPMI 2.0 definitions from the IPMI Specification Version 2.0, Revision 1.1.\r
25517f7c 3 IPMI Platform Management FRU Information Storage Definition v1.0 Revision 1.3.\r
e59a797f
DB
4\r
5 See IPMI specification, Appendix G, Command Assignments\r
6 and Appendix H, Sub-function Assignments.\r
7\r
25517f7c 8 Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>\r
e59a797f
DB
9 This program and the accompanying materials\r
10 are licensed and made available under the terms and conditions of the BSD License\r
11 which accompanies this distribution. The full text of the license may be found at\r
12 http://opensource.org/licenses/bsd-license.php\r
13\r
14 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16**/\r
17\r
18#ifndef _IPMI_H_\r
19#define _IPMI_H_\r
20\r
21#include <IndustryStandard/IpmiNetFnChassis.h>\r
22#include <IndustryStandard/IpmiNetFnBridge.h>\r
23#include <IndustryStandard/IpmiNetFnSensorEvent.h>\r
24#include <IndustryStandard/IpmiNetFnApp.h>\r
25#include <IndustryStandard/IpmiNetFnFirmware.h>\r
26#include <IndustryStandard/IpmiNetFnStorage.h>\r
27#include <IndustryStandard/IpmiNetFnTransport.h>\r
28#include <IndustryStandard/IpmiNetFnGroupExtension.h>\r
29\r
25517f7c
HW
30#include <IndustryStandard/IpmiFruInformationStorage.h>\r
31\r
32//\r
33// Generic Completion Codes definitions\r
34//\r
35#define IPMI_COMP_CODE_NORMAL 0x00\r
36#define IPMI_COMP_CODE_NODE_BUSY 0xC0\r
37#define IPMI_COMP_CODE_INVALID_COMMAND 0xC1\r
38#define IPMI_COMP_CODE_INVALID_FOR_GIVEN_LUN 0xC2\r
39#define IPMI_COMP_CODE_TIMEOUT 0xC3\r
40#define IPMI_COMP_CODE_OUT_OF_SPACE 0xC4\r
41#define IPMI_COMP_CODE_RESERVATION_CANCELED_OR_INVALID 0xC5\r
42#define IPMI_COMP_CODE_REQUEST_DATA_TRUNCATED 0xC6\r
43#define IPMI_COMP_CODE_INVALID_REQUEST_DATA_LENGTH 0xC7\r
44#define IPMI_COMP_CODE_REQUEST_EXCEED_LIMIT 0xC8\r
45#define IPMI_COMP_CODE_OUT_OF_RANGE 0xC9\r
46#define IPMI_COMP_CODE_CANNOT_RETURN 0xCA\r
47#define IPMI_COMP_CODE_NOT_PRESENT 0xCB\r
48#define IPMI_COMP_CODE_INVALID_DATA_FIELD 0xCC\r
49#define IPMI_COMP_CODE_COMMAND_ILLEGAL 0xCD\r
50#define IPMI_COMP_CODE_CMD_RESP_NOT_PROVIDED 0xCE\r
51#define IPMI_COMP_CODE_FAIL_DUP_REQUEST 0xCF\r
52#define IPMI_COMP_CODE_SDR_REP_IN_UPDATE_MODE 0xD0\r
53#define IPMI_COMP_CODE_DEV_IN_FW_UPDATE_MODE 0xD1\r
54#define IPMI_COMP_CODE_BMC_INIT_IN_PROGRESS 0xD2\r
55#define IPMI_COMP_CODE_DEST_UNAVAILABLE 0xD3\r
56#define IPMI_COMP_CODE_INSUFFICIENT_PRIVILEGE 0xD4\r
57#define IPMI_COMP_CODE_UNSUPPORTED_IN_PRESENT_STATE 0xD5\r
58#define IPMI_COMP_CODE_SUBFUNCTION_DISABLED 0xD6\r
59#define IPMI_COMP_CODE_UNSPECIFIED 0xFF\r
60\r
e59a797f 61#endif\r