summaryrefslogtreecommitdiffstats
path: root/apphandler.h
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2015-10-20 09:34:48 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2015-10-22 13:59:09 -0500
commitdfc8d7775f51dc4927e6c458654545d50cb023bf (patch)
tree4b1e5dcdffef77053e346c68a7fcbaccd27cfad1 /apphandler.h
parenta80cc628162403f4c12070ccf930fb54b1a194a9 (diff)
downloadphosphor-host-ipmid-dfc8d7775f51dc4927e6c458654545d50cb023bf.tar.gz
phosphor-host-ipmid-dfc8d7775f51dc4927e6c458654545d50cb023bf.zip
Add App Set BMC Global Enables ipmi cmd
Add support for the IPMI cmd Set BMC Global Enables
Diffstat (limited to 'apphandler.h')
-rw-r--r--apphandler.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/apphandler.h b/apphandler.h
index 2c4ea22..2957437 100644
--- a/apphandler.h
+++ b/apphandler.h
@@ -1,16 +1,17 @@
#ifndef __HOST_IPMI_APP_HANDLER_H__
#define __HOST_IPMI_APP_HANDLER_H__
-// IPMI commands for net functions.
+// IPMI commands for App net functions.
enum ipmi_netfn_app_cmds
{
// Get capability bits
- IPMI_CMD_RESET_WD = 0x22,
- IPMI_CMD_SET_WD = 0x24,
- IPMI_CMD_GET_CAP_BIT = 0x36,
- IPMI_CMD_GET_DEVICE_ID = 0x00,
- IPMI_CMD_SET_ACPI = 0x06,
- IPMI_CMD_READ_EVENT = 0x35,
+ IPMI_CMD_GET_DEVICE_ID = 0x01,
+ IPMI_CMD_SET_ACPI = 0x06,
+ IPMI_CMD_RESET_WD = 0x22,
+ IPMI_CMD_SET_WD = 0x24,
+ IPMI_CMD_SET_BMC_GLOBAL_ENABLES = 0x2E,
+ IPMI_CMD_READ_EVENT = 0x35,
+ IPMI_CMD_GET_CAP_BIT = 0x36,
};
OpenPOWER on IntegriCloud