summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai.lu@amd.com>2007-01-22 20:21:17 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-01-22 20:21:17 +0000
commitca782973745545ab978fdfcabe9fa9efcc6c4db3 (patch)
treeed5db734462798ef86522fe09fe36fd10389d12b /flashchips.c
parent424b7cf57fb6b54498dfee9632d3e060eec63fd6 (diff)
downloadast2050-flashrom-ca782973745545ab978fdfcabe9fa9efcc6c4db3.zip
ast2050-flashrom-ca782973745545ab978fdfcabe9fa9efcc6c4db3.tar.gz
Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C
Also add suport for NVIDIA MCP55. Corresponding to flashrom svn r85 and coreboot v2 svn r2537. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index e2a9173..541da09 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -31,6 +31,7 @@
#endif
#include "am29f040b.h"
#include "sst28sf040.h"
+#include "sst49lfxxxc.h"
#include "w49f002u.h"
#include "sst39sf020.h"
#include "sst49lf040.h"
@@ -82,6 +83,12 @@ struct flashchip flashchips[] = {
probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub, NULL},
{"Pm49FL002", PMC_ID, PMC_49FL002, NULL, 256, 16 * 1024,
probe_jedec, erase_chip_jedec, write_49fl004,NULL},
+ {"SST49LF004C", SST_ID, SST_49LF004C, NULL, 512, 4 * 1024,
+ probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc,NULL},
+ {"SST49LF008C", SST_ID, SST_49LF008C, NULL, 1024, 4 * 1024 ,
+ probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
+ {"SST49LF016C", SST_ID, SST_49LF016C, 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