summaryrefslogtreecommitdiff
path: root/util/flashrom/flashchips.c
diff options
context:
space:
mode:
authorMarkus Boas <ryven@ryven.de>2007-08-30 10:17:50 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-08-30 10:17:50 +0000
commit736c1d8618e450b96c99c9ca8020134f65b581c8 (patch)
tree54e17e44544968fab122a2f5d4e8c61e0ec800b4 /util/flashrom/flashchips.c
parent3b78de6887bc7c3ba0210365e42af071202000a4 (diff)
downloadcoreboot-736c1d8618e450b96c99c9ca8020134f65b581c8.tar.xz
Add support for the Winbond W29EE011.
Signed-off-by: Markus Boas <ryven@ryven.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r--util/flashrom/flashchips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c
index 291530794e..dba8774b32 100644
--- a/util/flashrom/flashchips.c
+++ b/util/flashrom/flashchips.c
@@ -86,6 +86,8 @@ struct flashchip flashchips[] = {
probe_jedec, erase_chip_jedec, write_jedec},
{"W29C020C", WINBOND_ID, W_29C020C, 256, 128,
probe_jedec, erase_chip_jedec, write_jedec},
+ {"W29EE011", WINBOND_ID, W_29C011, 128, 128,
+ probe_w29ee011,erase_chip_jedec, write_jedec},
{"W49F002U", WINBOND_ID, W_49F002U, 256, 128,
probe_jedec, erase_chip_jedec, write_49f002},
{"W49V002A", WINBOND_ID, W_49V002A, 256, 128,