Comment 509 for bug 1734147

Revision history for this message
Mika Westerberg (mika-westerberg) wrote :

#506

Christian, I think you got the patch properly applied but based on the output your serial flash is "s25fl064k". Looking at the table in drivers/mtd/spi-nor/spi-nor.c:

{ "s25fl064k", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) }

So this flash chip does not have SPI_NOR_HAS_LOCK and thus should not suffer from
this issue at all - no status register write is ever done to that chip.

Are you sure your BIOS is affected?