Yes, this is a CFI flash.

Index: src/flash/intel.c
===================================================================
--- src/flash/intel.c   (revision 1958)
+++ src/flash/intel.c   (working copy)
@@ -190,6 +190,9 @@
     case 0x8810:
         urj_log (ll, "GE28F256L18B\n");
         break;
+    case 0x891F:
+        urj_log (ll, "28F256P33\n");
+        break;
     default:
         urj_log (ll, _("Unknown (0x%02lX)!\n"), (long unsigned) cid);
         break;


On Jul 6, 2011, at 4:04 PM, Mike Frysinger wrote:

> On Wednesday, July 06, 2011 16:45:08 Jonathan Stroud wrote:
>> Here is a patch that adds an additional Intel Flash part number:
> 
> this is an actual CFI flash id and not a SPI flash one ?
> 
>> +    case 0x891F:
>> +        urj_log (ll, "28F256P33\n" );
>> +        break;
> 
> no space before that ")"
> -mike


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to