Hello build bot (Jenkins), Edward O'Callaghan,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/39687
to look at the new patch set (#3).
Change subject: lspcon_i2c_spi.c: Add support for the i2c-controlled SPI master in PS175/176. ......................................................................
lspcon_i2c_spi.c: Add support for the i2c-controlled SPI master in PS175/176.
Usage is as follows: flashrom -p lspcon_i2c_spi:bus=X where X is the bus number.
Tested with following commands, read/write/erase works good. flashrom -p lspcon_i2c_spi:bus=7 -r /tmp/foo; flashrom -p lspcon_i2c_spi:bus=7 -E; flashrom -p lspcon_i2c_spi:bus=7 -w /tmp/foo;
Change-Id: I039e683252cfaf1ffef8694a3e8081b1b6b944f7 Signed-off-by: Shiyu Sun sshiyu@chromium.org --- M Makefile M flashrom.c A lspcon_i2c_spi.c M meson.build M meson_options.txt M programmer.h 6 files changed, 548 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/87/39687/3