Changeset 3406
- Timestamp:
- 07/02/08 15:33:09 (3 months ago)
- Location:
- trunk/util/flashrom
- Files:
-
- 2 modified
-
flashchips.c (modified) (2 diffs)
-
w39v080fa.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/flashchips.c
r3405 r3406 4 4 * Copyright (C) 2000 Silicon Integrated System Corporation 5 5 * Copyright (C) 2004 Tyan Corp 6 * Copyright (C) 2005-200 7coresystems GmbH <stepan@openbios.org>6 * Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify … … 136 136 {"Winbond", "W49V002A", WINBOND_ID, W_49V002A, 256, 128, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_49f002}, 137 137 {"Winbond", "W49V002FA", WINBOND_ID, W_49V002FA, 256, 128, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_49f002}, 138 {"Winbond", "W39V080FA", WINBOND_ID, W_39V080FA, 1024, 64*1024, TEST_OK_PR , probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub},138 {"Winbond", "W39V080FA", WINBOND_ID, W_39V080FA, 1024, 64*1024, TEST_OK_PREW, probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub}, 139 139 {"Winbond", "W39V080FA (dual mode)",WINBOND_ID, W_39V080FA_DM, 512, 64*1024, TEST_UNTESTED, probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub}, 140 140 -
trunk/util/flashrom/w39v080fa.c
r3166 r3406 169 169 volatile uint8_t *bios = flash->virtual_memory; 170 170 171 unlock_winbond_fwhub(flash); 172 171 173 printf("Erasing: "); 172 174
