Nico Huber has uploaded this change for review.

View Change

Enable native 4BA instructions for Spansion 25FL256S

Change-Id: I0ffc816ca714ecce5b89b1eaadb5e73ccb38d9ab
Signed-off-by: Nico Huber <nico.h@gmx.de>
---
M flashchips.c
1 file changed, 4 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/34/25134/1
diff --git a/flashchips.c b/flashchips.c
index 3022423..a90cc17 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -12246,7 +12246,7 @@
.total_size = 32768,
.page_size = 256,
/* OTP: 1024B total, 32B reserved; read 0x4B; write 0x42 */
- .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_ENTER_EAR7,
+ .feature_bits = FEATURE_WRSR_WREN | FEATURE_4BA_EAR7,
.tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
@@ -12262,6 +12262,9 @@
.block_erase = spi_block_erase_20,
}, { */
.eraseblocks = { { 64 * 1024, 512} },
+ .block_erase = spi_block_erase_dc,
+ }, {
+ .eraseblocks = { { 64 * 1024, 512} },
.block_erase = spi_block_erase_d8,
}, {
.eraseblocks = { { 16384 * 1024, 1} },

To view, visit change 25134. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ffc816ca714ecce5b89b1eaadb5e73ccb38d9ab
Gerrit-Change-Number: 25134
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>