commit | bd0503a75067ea80072f6716b379694da134026d | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Thu Aug 22 17:17:17 2019 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Aug 30 15:52:13 2019 +0000 |
tree | e24407665a1f2a32ada4817987957a459f5c3c07 | |
parent | 48408b6d85d1de60f9ff7a68a6c01585be50cf7b [diff] |
Add compile option to disable white list checking for I2C master WR command By default this white list checking is enabled, we can disable it by using the below command, ./configure --disable-i2c-whitelist-check Tested: Without the --disable-i2c-whitelist-check compile option, the white list checking works as before "ipmitool i2c bus=2 0x9c 8 0" command will fail with error message: Unable to perform I2C Master Write-Read After adding the compile option, there is no such error. Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: I91ced8b0dfb1dbf51292a6b3dea6fd5c03bdbde7
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
.