summaryrefslogtreecommitdiff
path: root/w39v080fa.c
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2008-07-02 13:33:09 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2008-07-02 13:33:09 +0000
commit9c2609970317ecf0f3e5303f91b80ad8ab7fe504 (patch)
treecc15f86cb9f9bb9b16ac1686f1b1ca2f24ffc31f /w39v080fa.c
parenta28623d888c03051f05f7b643baecaacd7ea17b0 (diff)
downloadflashrom-9c2609970317ecf0f3e5303f91b80ad8ab7fe504.tar.gz
Original v2 revision: 3406
set w39v080fa to fully supported. I'm am flashing this chip several times a day. Also enable unlocking which is only needed when running coreboot, that slipped in the original commit and through the original review ;-) So it must be trivial enough. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@290 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'w39v080fa.c')
-rw-r--r--w39v080fa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/w39v080fa.c b/w39v080fa.c
index 8547fb3..2756859 100644
--- a/w39v080fa.c
+++ b/w39v080fa.c
@@ -168,6 +168,8 @@ int erase_winbond_fwhub(struct flashchip *flash)
int i, total_size = flash->total_size * 1024;
volatile uint8_t *bios = flash->virtual_memory;
+ unlock_winbond_fwhub(flash);
+
printf("Erasing: ");
for (i = 0; i < total_size; i += flash->page_size)