summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2017-05-02 19:16:03 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2017-05-02 19:16:03 +0000
commitb490b884c9f40cf159eec1a3593b404c984373b1 (patch)
tree6abdba5a6485b708c42260212e03015b862f9c87
parent407f8683d93f516405f2bb2f8879d6260654342d (diff)
downloadflashrom-raptor-p9-b490b884c9f40cf159eec1a3593b404c984373b1.tar.gz
flashrom-raptor-p9-b490b884c9f40cf159eec1a3593b404c984373b1.zip
Fix erase block structure on Spansion S25FL128P
Read and write tested on ASUS KGPE-D16 with ASMB4 BMC module installed. Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
-rw-r--r--flashchips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c
index 1e6f4a4..abbc083 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -11875,12 +11875,12 @@ const struct flashchip flashchips[] = {
.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} },
OpenPOWER on IntegriCloud