Hello Kyösti Mälkki, Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30800
to look at the new patch set (#5).
Change subject: southbridge/intel/common/smbus.c: Add support for I2C commands ......................................................................
southbridge/intel/common/smbus.c: Add support for I2C commands
Intel Braswell supports communication with I2C device using SMBus controller. This support is missing in actual smbus routines.
Added i2c_block_read() and i2c_block_write() which configures the SMBus controller into I2C mode before sending the commands. Added do_i2c_block_write() for sending block writes in I2C mode.
BUG=N/A TEST=Facebook FBG-1701 booting Embedded Linux
Change-Id: I40f8c0f5257a62398189f36892b8159052481693 Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/southbridge/intel/common/smbus.c M src/southbridge/intel/common/smbus.h 2 files changed, 76 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/30800/5