Here is a patch that adds an additional Intel Flash part number:

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;



------------------------------------------------------------------------------
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