summaryrefslogtreecommitdiffstats
path: root/chassishandler.h
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2017-11-22 13:40:53 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-12-13 02:14:48 +0000
commit5bfbde351aabe2096de99ee959a8a2e50edcf84c (patch)
tree642526069f016db1782d6064019e7d5c06440c07 /chassishandler.h
parentc7c1c3c2ff37a0e3d500e7eecd749595e8da7337 (diff)
downloadphosphor-host-ipmid-5bfbde351aabe2096de99ee959a8a2e50edcf84c.tar.gz
phosphor-host-ipmid-5bfbde351aabe2096de99ee959a8a2e50edcf84c.zip
Add chassis identify ipmi command.
Add command with support for chassis identify. Resolves openbmc/openbmc#2621 Change-Id: Ie656b71eba68141117838363456c6e075225e3e6 Signed-off-by: James Feist <james.feist@linux.intel.com>
Diffstat (limited to 'chassishandler.h')
-rw-r--r--chassishandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chassishandler.h b/chassishandler.h
index 528a05d..c626158 100644
--- a/chassishandler.h
+++ b/chassishandler.h
@@ -10,8 +10,9 @@ enum ipmi_netfn_app_cmds
IPMI_CMD_GET_CHASSIS_CAP = 0x00,
// Chassis Status
IPMI_CMD_CHASSIS_STATUS = 0x01,
- // Chassis Control
- IPMI_CMD_CHASSIS_CONTROL = 0x02,
+ // Chassis Control
+ IPMI_CMD_CHASSIS_CONTROL = 0x02,
+ IPMI_CMD_CHASSIS_IDENTIFY = 0x04,
// Get capability bits
IPMI_CMD_SET_SYS_BOOT_OPTIONS = 0x08,
IPMI_CMD_GET_SYS_BOOT_OPTIONS = 0x09,
OpenPOWER on IntegriCloud