From 4c390c8943ae5d13265d9875e43fbda15583b364 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 2 Jul 2008 13:33:09 +0000 Subject: 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. Corresponding to flashrom svn r290 and coreboot v2 svn r3406. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer --- w39v080fa.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'w39v080fa.c') 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) -- cgit v1.1