commit | 4dd71af3d5262064c8d8700825f8cb4d616b5fa7 | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Sun Sep 29 14:18:07 2019 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Oct 11 15:27:52 2019 +0000 |
tree | 7c8f4cff5dfcdcba828099993a9787bffda70977 | |
parent | 449f2166f951a650bef8634b573d6306a6ed378c [diff] |
Data checking fix for watchdog set/get commands data length check for timeout action and byte 1 reserved field check are missing, causing not to throw the error; Log flags is on bit 7, also needs to right-shift this flag; This commit fixes these issues; Tested: Set different timer use/actions: ipmitool raw 0x06 0x24 0x85 0x0 0x0 0x0 0x64 0x00 ipmitool raw 0x06 0x24 0x84 0x1 0x0 0x0 0x64 0x00 Check the settings are correct: ipmitool raw 0x06 0x25 Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: Ia4226bb4597d2c670f93522aa763e43d15eb6cf1
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
.