Hello Patrick Rudolph, Arthur Heymans, David Hendricks, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33225
to look at the new patch set (#2).
Change subject: soc/intel/braswell/smbus.c: Add support for i2c block write ......................................................................
soc/intel/braswell/smbus.c: Add support for i2c block write
Intel Braswell supports i2c block writes using SMBus controller.
i2c_block_write() is added to configure SMBus controller in I2C mode before calling do_i2c_block_write().
Add smbus.c to ramstage.
BUG=N/A TEST=Config eDP for LCD display on Facebook FBG-1701
Change-Id: I50c1a03f624b3ab3b987d4f3b1d15dac4374e48a Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/soc/intel/braswell/Makefile.inc A src/soc/intel/braswell/include/soc/smbus.h M src/soc/intel/braswell/smbus.c 3 files changed, 61 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/33225/2