Add command to control BMC system reset on SMI timeout
This adds a get and set command to enable or disable the BMC
system reset to recover a system after an SMI timeout error.
Tested:
Get SMI Reset Disable Status:
ipmitool raw 0x30 0x43
01
Injected SMI Timeout error and system did not reset.
Clear SMI Reset Disable:
ipmitool raw 0x30 0x42 0
ipmitool raw 0x30 0x43
00
Injected SMI Timeout error and system was reset.
Change-Id: If0321c5abd17fbdb97579516bf4864f8ffeec3a5
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2 files changed