mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
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 <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:

committed by
Stefan Reinauer

parent
5b1488562d
commit
4c390c8943
@ -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)
|
||||
|
Reference in New Issue
Block a user