summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-02-23 17:16:44 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-02-23 17:16:44 +0000
commit5b582f23b8dbda53f1340e8d7180b6637a68db79 (patch)
treec9a21403ec674ed92d559130c039c71bb46c96ea /flashchips.c
parent143da0baaef41811592a3b50cd3e7ef2989d6473 (diff)
downloadast2050-flashrom-5b582f23b8dbda53f1340e8d7180b6637a68db79.zip
ast2050-flashrom-5b582f23b8dbda53f1340e8d7180b6637a68db79.tar.gz
Add sharp flash
Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 823154a..ba003bf 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -36,6 +36,7 @@
#include "sst49lf040.h"
#include "pm49fl004.h"
#include "mx29f002.h"
+#include "sharplhf00l04.h"
#include "sst_fwhub.h"
struct flashchip flashchips[] = {
@@ -85,6 +86,8 @@ struct flashchip flashchips[] = {
NULL, 8, 8 * 1024,
probe_md2802, erase_md2802, write_md2802, read_md2802},
#endif
+ {"LHF00L04", SHARP_ID, SHARP_LHF00L04, NULL, 1024, 64 * 1024,
+ probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL},
{NULL,}
};
OpenPOWER on IntegriCloud