Attention is currently required from: Angel Pons.

Nico Huber would like Angel Pons to review this change.

View Change

flashchips: Add missing block eraser for S25FL512S

Now that we can make use of the extended-address register, we can also
advertise the `d8` eraser that can take 3- or 4-byte addresses.

Signed-off-by: Nico Huber <nico.h@gmx.de>
Ticket: https://ticket.coreboot.org/issues/357
Change-Id: I8708294d42f5da80c0ca07ccdae627f13fd5c645
---
M flashchips.c
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/37/64637/1
diff --git a/flashchips.c b/flashchips.c
index cc80159..46a6017 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -16731,6 +16731,9 @@
.eraseblocks = { { 256 * 1024, 256} },
.block_erase = spi_block_erase_dc,
}, {
+ .eraseblocks = { { 256 * 1024, 256} },
+ .block_erase = spi_block_erase_d8,
+ }, {
.eraseblocks = { { 65536 * 1024, 1} },
.block_erase = spi_block_erase_60,
}, {

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I8708294d42f5da80c0ca07ccdae627f13fd5c645
Gerrit-Change-Number: 64637
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange