Hello,
SPI flash chip Sanyo LE25FU406B works (after a small patch) with flashrom. It is very similar to Sanyo LE25FW418A, except for HD_READ support (that is not implemented in flashrom anyway) and voltage range.
Probing, erasing, reading and writing works (after patch).
This chip is found on Seagate Constellation hard drives...
Jurij Munda
On Tue, 13 May 2014 12:13:11 +0200 Jurij Munda jurij.munda@uni-mb.si wrote:
Hello,
SPI flash chip Sanyo LE25FU406B works (after a small patch) with flashrom. It is very similar to Sanyo LE25FW418A, except for HD_READ support (that is not implemented in flashrom anyway) and voltage range.
Probing, erasing, reading and writing works (after patch).
This chip is found on Seagate Constellation hard drives...
Hello Jurij,
thanks for your Patch. It looks good apart from the .tested field which should indicate your successful tests of course (no need to resend). There is only one immediate problem: you did not signed it off properly as explained here: http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure
Hello Stefan,
thanks for your remarks. I've changed the .tested field (see patch).
Signed-off-by: Jurij Munda jurij.munda@uni-mb.si
On Tue, 13 May 2014 12:13:11 +0200 Jurij Munda jurij.munda@uni-mb.si wrote:
Hello,
SPI flash chip Sanyo LE25FU406B works (after a small patch) with flashrom. It is very similar to Sanyo LE25FW418A, except for HD_READ support (that is not implemented in flashrom anyway) and voltage range.
Probing, erasing, reading and writing works (after patch).
This chip is found on Seagate Constellation hard drives...
Hello Jurij,
thanks for your Patch. It looks good apart from the .tested field which should indicate your successful tests of course (no need to resend). There is only one immediate problem: you did not signed it off properly as explained here: http://www.coreboot.org/Development_Guidelines#Sign-off_Procedure
On Wed, 14 May 2014 08:07:57 +0200 Jurij Munda jurij.munda@uni-mb.si wrote:
Signed-off-by: Jurij Munda jurij.munda@uni-mb.si
Thanks! Acked-by: Stefan Tauner stefan.tauner@alumni.tuwien.ac.at and committed in r1791.