summaryrefslogtreecommitdiffstats
path: root/chassishandler.h
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2018-03-23 17:55:40 +0530
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-04-04 15:21:30 +0000
commit5110c1252fa881bd90f516357ca6c31cb88d9342 (patch)
treee0d3b2a161226bb5e221b5c4ccd2bbe272d0a6d5 /chassishandler.h
parente47fdfb5d79a32075ec10f5549c07a2e8310079f (diff)
downloadphosphor-host-ipmid-5110c1252fa881bd90f516357ca6c31cb88d9342.tar.gz
phosphor-host-ipmid-5110c1252fa881bd90f516357ca6c31cb88d9342.zip
Revert "Revert "Add chassis identify ipmi command.""
This reverts commit 82feb17d0c244ed04b82b0fbed3c0a9456986a86. The fix for armv5 futures is provided in yocto 2.4 Resolves openbmc/openbmc#3010 Change-Id: Ifc7e224f6f1fa115e0299642e8866b82d6e4f38c
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