summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorAlan Carvalho de Assis <acassis@gmail.com>2007-01-27 13:39:06 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-01-27 13:39:06 +0000
commit474230ad421b2e2e4ca26493292d224a22a262c2 (patch)
tree7e0fbfaa990cec1d2baa02aa4b77da03b9b1f3bd /flashchips.c
parent3618346f13482875e155ec33431079e300b245ad (diff)
downloadast2050-flashrom-474230ad421b2e2e4ca26493292d224a22a262c2.zip
ast2050-flashrom-474230ad421b2e2e4ca26493292d224a22a262c2.tar.gz
Add support for the SST 49LF160C
Corresponding to flashrom svn r87 and coreboot v2 svn r2539. Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 541da09..8d9944b 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -89,6 +89,8 @@ struct flashchip flashchips[] = {
probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
{"SST49LF016C", SST_ID, SST_49LF016C, NULL, 2048, 4 * 1024 ,
probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
+ {"SST49LF160C", SST_ID, SST_49LF160C, NULL, 2048, 4 * 1024 ,
+ probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
{"Pm49FL004", PMC_ID, PMC_49FL004, NULL, 512, 64 * 1024,
probe_jedec, erase_chip_jedec, write_49fl004,NULL},
{"W29C011", WINBOND_ID, W_29C011, NULL, 128, 128,
OpenPOWER on IntegriCloud