commit | a729bf414b8d44bbb7ca28eefe1003786d37c353 | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Mon Oct 14 12:42:10 2019 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Nov 01 14:50:13 2019 +0000 |
tree | 27f0a5e1e26a718f7ce7f62f4fcca0e00ec02892 | |
parent | 4cb16e54918bf933d5ae34d5869b2b1744a5e1f3 [diff] |
Expiration flags fix for watchdog get/set commands The expiration flags should be retain their state across system resets and power cycles. Tested: Set “BIOS FRB2” and start ipmitool raw 0x06 0x24 0x01 0x00 0x00 0x00 0x30 0x00 ipmitool mc watchdog reset after stopped: Timer Expiration Flags should be : (0x02) * BIOS FRB2 Then Set “BIOS/POST” and start, ipmitool raw 0x06 0x24 0x02 0x00 0x00 0x00 0x30 0x00 ipmitool mc watchdog reset after stopped: Timer Expiration Flags should be : (0x06) * BIOS FRB2 * BIOS/POST “impitool mc watchdog get” displays the correct Timer Expiration Flags when the timer is running; Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: Ic0c27c6c1e8bed2db8ce30fc0eec2a6538bb1992
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.