Author: mkarcher
Date: Sun May 30 18:55:18 2010
New Revision: 1018
URL: http://flashrom.org/trac/coreboot/changeset/1018

Log:
Unlocking for W39V040FA

Signed-off-by: Michael Karcher <[email protected]>
Acked-by: Uwe Hermann <[email protected]>

Modified:
   trunk/flashchips.c

Modified: trunk/flashchips.c
==============================================================================
--- trunk/flashchips.c  Fri May 28 19:07:57 2010        (r1017)
+++ trunk/flashchips.c  Sun May 30 18:55:18 2010        (r1018)
@@ -6086,7 +6086,7 @@
                .model_id       = W_39V040FA,
                .total_size     = 512,
                .page_size      = 64 * 1024,
-               .feature_bits   = FEATURE_EITHER_RESET,
+               .feature_bits   = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,
                .tested         = TEST_UNTESTED,
                .probe          = probe_jedec,
                .probe_timing   = 10, 
@@ -6103,6 +6103,8 @@
                                .block_erase = erase_chip_block_jedec,
                        }
                },
+               .printlock      = printlock_sst_fwhub,
+               .unlock         = unlock_sst_fwhub,
                .write          = write_jedec_1,
                .read           = read_memmapped,
        },

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to