[flashrom] [patch] enable unlocking (erasing/writing) W39V040FB chips

Idwer Vollering vidwer at gmail.com
Sun Dec 26 21:26:30 CET 2010


2010/12/26 Michael Karcher <Michael.Karcher at fu-berlin.de>

> You seem to have a space-only change in this line.
>

No ( .unlock ):

Index: flashchips.c
==============================
=====================================
--- flashchips.c        (revision 1246)
+++ flashchips.c        (working copy)
@@ -7694,7 +7694,7 @@
                .feature_bits   = FEATURE_REGISTERMAP |
FEATURE_EITHER_RESET,
                .tested         = TEST_OK_PRE,
                .probe          = probe_jedec,
-               .probe_timing   = 10,
+               .probe_timing   = 10,
                .block_erasers  =
                {
                        {
@@ -7706,6 +7706,7 @@
                        }
                },
                .printlock      = printlock_w39v040fb,
+               .unlock         = unlock_w39v040fb,
                .write          = write_jedec_1,
                .read           = read_memmapped,
        },


Is that intended?


The space change is intented but not critical. Feel free to commit just the
line that starts with ".unlock", from flashchips.c


>
> Regards,
>   Michael Karcher
>

Thanks,

Idwer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.flashrom.org/pipermail/flashrom/attachments/20101226/a171c30c/attachment.html>


More information about the flashrom mailing list