8 comments:
Patch Set #1, Line 1531: /* OTP: 128B total, 64B pre-programmed; read 0x77; write 0x9B */
Can't find OTP in datasheet.
Patch Set #1, Line 1532: FEATURE_OTP
...
Just noticed the notion of EWSR as "Write Enable for Volatile
Status Register": If EWSR is used instead of WREN before a write
to the status register, the changes will be volatile. That would
suit flashrom better, IMHO.
David, I've seen this is supported by other chips as well (e.g.
W25Q128.V). But we set FEATURE_WRSR_WREN there. Any clues?
.printlock = spi_prettyprint_status_register_at25df,
.unlock = spi_disable_blockprotect_at2x_global_unprotect,
SF family uses very different status register layout
Patch Set #1, Line 1559: 2.3-3.6V
can't find 2.3V in the datasheet
Patch Set #1, Line 15075: 256B
3*256B ?
Patch Set #1, Line 15076: FEATURE_WRSR_WREN
hmmm, same EWSR story as above.
Patch Set #1, Line 15103: 1700
1.65V?
To view, visit change 25099. To unsubscribe, or for help writing mail filters, visit settings.