diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2017-05-02 19:16:03 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2017-08-26 23:34:51 -0500 |
commit | cfb9cbdcf413e8bca58a895c224d2b15cd888f71 (patch) | |
tree | 0f4f7f45505a0658823c963e057a54ef35a603c5 | |
parent | b2fc3aadd7a13e3943a7cbbff6dcf439498427e2 (diff) | |
download | ast2050-flashrom-cfb9cbdcf413e8bca58a895c224d2b15cd888f71.zip ast2050-flashrom-cfb9cbdcf413e8bca58a895c224d2b15cd888f71.tar.gz |
Mark Spansion S25FL128P(0) tested for PREW
Read and write tested on ASUS KGPE-D16 with ASMB4 BMC module installed.
Change-Id: I4b4e3673f7019f38a3b6ab2f7002bbe56dc6de07
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 1e6f4a4..60baa73 100644 --- a/flashchips.c +++ b/flashchips.c @@ -11841,7 +11841,7 @@ 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 = { |