summaryrefslogtreecommitdiffstats
path: root/apphandler.h
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-01-08 06:18:36 -0600
committerTom Joseph <tomjoseph@in.ibm.com>2018-01-19 20:10:33 +0000
commit5e007a5daaaa9e9b4ea0400ad798b2e4ec44a838 (patch)
tree503a137cdac8b2f1041a25eb96ae62df2b5a69dc /apphandler.h
parentdfd8469745f6b9a4534c0f07a8df32d3985d115d (diff)
downloadphosphor-host-ipmid-5e007a5daaaa9e9b4ea0400ad798b2e4ec44a838.tar.gz
phosphor-host-ipmid-5e007a5daaaa9e9b4ea0400ad798b2e4ec44a838.zip
DCMI : Implement Get System GUID command
Implemented IPMI Get System GUID command. It reads data from the DBUS object which is in RFC4122(MSB) format and converts to LSB format and returns. Resolves openbmc/openbmc#2620 Change-Id: I95f0aa596695bf1f903b4c2cc1d64df80bdd3de9 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'apphandler.h')
-rw-r--r--apphandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apphandler.h b/apphandler.h
index 72997d9..89bb51b 100644
--- a/apphandler.h
+++ b/apphandler.h
@@ -14,6 +14,7 @@ enum ipmi_netfn_app_cmds
IPMI_CMD_RESET_WD = 0x22,
IPMI_CMD_SET_WD = 0x24,
IPMI_CMD_GET_CAP_BIT = 0x36,
+ IPMI_CMD_GET_SYS_GUID = 0x37,
IPMI_CMD_SET_CHAN_ACCESS = 0x40,
IPMI_CMD_GET_CHANNEL_ACCESS = 0x41,
IPMI_CMD_GET_CHAN_INFO = 0x42,
OpenPOWER on IntegriCloud