Hello Carl-Daniel Hailfinger, ron minnich, David Hendricks, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/33613
to look at the new patch set (#2).
Change subject: spi: Move 16MiB partitioning up into spi_chip_read() ......................................................................
spi: Move 16MiB partitioning up into spi_chip_read()
We enforced a 16MiB limit in spi_read_chunked() for multi-die flash chips that can't be fully read at once. The same limit can be useful for dediprog programmers. So move it into a more generic place.
Untested.
Change-Id: Iab1fd5b2ea550b4b3ef3e8402e0b6ca218485a51 Signed-off-by: Nico Huber nico.h@gmx.de --- M flash.h M spi.c M spi25.c 3 files changed, 24 insertions(+), 33 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/13/33613/2