Home
last modified time | relevance | path

Searched hist:b02bf095 (Results 1 – 2 of 2) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Doemcommands.hppb02bf095 Thu Aug 15 15:01:56 CDT 2019 Jason M. Bills <jason.m.bills@linux.intel.com> 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>
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cppb02bf095 Thu Aug 15 15:01:56 CDT 2019 Jason M. Bills <jason.m.bills@linux.intel.com> 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>