Hello build bot (Jenkins), Edward O'Callaghan, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/46140
to look at the new patch set (#14).
Change subject: s25f.c: implement probing and block erasers for Spansion ......................................................................
s25f.c: implement probing and block erasers for Spansion
This adds support for Spansion 25Fxxxxx chips. These chips require their own probing logic because the first 6 bytes returned by RDID must be examined to identify the chip.
New erase functions are required as the chips support multiple sector layouts, and the default layout must be changed to be able to erase the entire flash.
Adapted from cros flashrom at `9c4c9a56b6a0370b383df9c75d71b3bd469e672d`.
BUG=b:153800073 TEST=builds
Signed-off-by: Nikolai Artemiev nartemiev@google.com Change-Id: I2d23f9c36ce8b2959807fbeee7f60e02444e3763 --- M Makefile M chipdrivers.h M meson.build A s25f.c M spi.h 5 files changed, 433 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/40/46140/14