On Thu, May 15, 2008 at 04:37:40PM +0200, Carl-Daniel Hailfinger wrote:
Print detailed status register information for SST25VF series flash.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: flashrom-ron/spi.c
--- flashrom-ron/spi.c (Revision 3321) +++ flashrom-ron/spi.c (Arbeitskopie) @@ -214,7 +214,8 @@ switch (flash->manufacture_id) { case ST_ID: case MX_ID:
if ((flash->model_id & 0xff00) == 0x2000)
if (((flash->model_id & 0xff00) == 0x2000) ||
break; case SST_ID:((flash->model_id & 0xff00) == 0x2500)) spi_prettyprint_status_register_st_m25p(status);
Note this also prints for all MX 20 and 25 flash. If that was intended;
Acked-by: Peter Stuge peter@stuge.se