commit | 7dc4ac0246bfae3da04c11e7a2053d28acfde35c | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Fri Aug 23 17:44:32 2019 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Aug 30 15:55:14 2019 +0000 |
tree | 90bb088e2fbf675a26f45ffff000ebfee38b09c4 | |
parent | bd0503a75067ea80072f6716b379694da134026d [diff] |
Move i2c WR api into libipmid Move the low-level i2c write-read api into libipmid, to allow provider libraries access to i2c without duplicating this code. Tested: I2c master write read command still works: ipmitool i2c bus=2 0x9c 8 0 Signed-off-by: Yong Li <yong.b.li@linux.intel.com> Change-Id: I0d5f82cf46ecf871eebb47aae25537b5da1f2e6a
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
.