summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-12 15:03:54 -0800
committerPatrick Venture <venture@google.com>2018-11-18 03:16:12 +0000
commitad359eb03bee9ab3886d43e59d7b2ee877f84184 (patch)
tree1df68778ce736abaf0e5e135811cc5c900787e46
parent42bed64d8e34d55bae9ab8fb395a00ce412dcd8e (diff)
downloadphosphor-host-ipmid-ad359eb03bee9ab3886d43e59d7b2ee877f84184.tar.gz
phosphor-host-ipmid-ad359eb03bee9ab3886d43e59d7b2ee877f84184.zip
host-ipmid: add more ipmi error codes
Add more IPMI error codes to header for use by ipmi handlers. Change-Id: Iceef9cabcb07ad67024275fd15e886706ba7698d Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--host-ipmid/ipmid-api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index b9950b2..6df903e 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -116,9 +116,13 @@ enum ipmi_return_codes
IPMI_CC_SYSTEM_INFO_PARAMETER_SET_READ_ONLY = 0x82,
IPMI_CC_BUSY = 0xC0,
IPMI_CC_INVALID = 0xC1,
+ IPMI_CC_TIMEOUT = 0xC3,
+ IPMI_CC_OUT_OF_SPACE = 0xC4,
IPMI_CC_INVALID_RESERVATION_ID = 0xC5,
+ IPMI_CC_REQ_DATA_TRUNCATED = 0xC6,
IPMI_CC_REQ_DATA_LEN_INVALID = 0xC7,
IPMI_CC_PARM_OUT_OF_RANGE = 0xC9,
+ IPMI_CC_REQUESTED_TOO_MANY_BYTES = 0xCA,
IPMI_CC_SENSOR_INVALID = 0xCB,
IPMI_CC_INVALID_FIELD_REQUEST = 0xCC,
IPMI_CC_ILLEGAL_COMMAND = 0xCD,
OpenPOWER on IntegriCloud