summaryrefslogtreecommitdiffstats
path: root/flash_rom.c
diff options
context:
space:
mode:
authorAndrew Ip <aip@cwlinux.com>2002-10-16 06:58:05 +0000
committerAndrew Ip <aip@cwlinux.com>2002-10-16 06:58:05 +0000
commitf0126ce251a047443352f11e07a46f2cdabe2713 (patch)
tree727b4729649c87a7fc4d6975283985f4afc9f6f2 /flash_rom.c
parent56439427500146bf125b081406275be55fa5d9e3 (diff)
downloadast2050-flashrom-f0126ce251a047443352f11e07a46f2cdabe2713.zip
ast2050-flashrom-f0126ce251a047443352f11e07a46f2cdabe2713.tar.gz
Add w49f002u support
Corresponding to coreboot v1 svn r643.
Diffstat (limited to 'flash_rom.c')
-rw-r--r--flash_rom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash_rom.c b/flash_rom.c
index 85a016a..08841f6 100644
--- a/flash_rom.c
+++ b/flash_rom.c
@@ -55,6 +55,8 @@ struct flashchip flashchips[] = {
probe_39sf020, erase_39sf020, write_39sf020},
{"W29C020C", WINBOND_ID, W_29C020C, NULL, 256, 128,
probe_jedec, erase_jedec, write_jedec},
+ {"W49F002U", WINBOND_ID, W_49F002U, NULL, 256, 128,
+ probe_49f002, erase_49f002, write_49f002},
{"M29F400BT", ST_ID, ST_M29F400BT , NULL, 512, 64*1024,
probe_m29f400bt, erase_m29f400bt, write_linuxbios_m29f400bt},
{"82802ab", 137, 173 , NULL, 512, 64*1024,
OpenPOWER on IntegriCloud