Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22344
to look at the new patch set (#2).
Change subject: linux_spi: Dynamically detect max buffer size ......................................................................
linux_spi: Dynamically detect max buffer size
The max buffer size of the linux kernel's SPI device is a compile-time parameter. Read it on initialization and use it to inform the max transfer size. We allow up to 5 bytes for the SPI command. SPI commands can be up to 5 bytes when using 4BA.
Change-Id: Ic541e548ced8488f074d388f1c92174cad123064 Signed-off-by: Keno Fischer keno@juliacomputing.com --- M linux_spi.c 1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/44/22344/2