Timothy Pearson has uploaded a new change for review. ( https://review.coreboot.org/19531 )
Change subject: Fix erase block structure on Spansion S25FL128P ......................................................................
Fix erase block structure on Spansion S25FL128P
Read and write tested on ASUS KGPE-D16 with ASMB4 BMC module installed.
Change-Id: I4b4e3673f7019f38a3b6ab2f7002bbe56dc6de07 Signed-off-by: Timothy Pearson tpearson@raptorengineering.com --- M flashchips.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/31/19531/1
diff --git a/flashchips.c b/flashchips.c index 1e6f4a4..abbc083 100644 --- a/flashchips.c +++ b/flashchips.c @@ -11875,12 +11875,12 @@ .total_size = 16384, .page_size = 256, .feature_bits = FEATURE_WRSR_WREN, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = { { - .eraseblocks = { {256 * 1024, 64} }, + .eraseblocks = { {64 * 1024, 256} }, .block_erase = spi_block_erase_d8, }, { .eraseblocks = { { 16384 * 1024, 1} },