commit | 187bfced3d86fae7c93e3772fa7fa028d02e2c18 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Mar 04 11:55:43 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Mar 04 11:55:43 2016 -0600 |
tree | 28008549d9c0980c1679af11c00b21026402486f | |
parent | caa755e97b49d332e6100c086f5921d92be31c25 [diff] [blame] |
Add IPMI interface to allow FW updates from Host New OEM IPMI command to execute commands that would allow the Host to have access to the BMC to perform a FW update.
diff --git a/oemhandler.h b/oemhandler.h index 9cc397f..71ae01c 100644 --- a/oemhandler.h +++ b/oemhandler.h
@@ -8,6 +8,7 @@ // IPMI commands for net functions. enum ipmi_netfn_oem_cmds { + IPMI_CMD_PREP_FW_UPDATE = 0x10, IPMI_CMD_PESEL = 0xF0, };