summaryrefslogtreecommitdiffstats
path: root/flash.h
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 /flash.h
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 'flash.h')
-rw-r--r--flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index f477da5..8a6f766 100644
--- a/flash.h
+++ b/flash.h
@@ -34,6 +34,9 @@ extern struct flashchip flashchips[];
#define MX_ID 0xC2
#define MX_29F002 0xB0
+#define SHARP_ID 0xB0
+#define SHARP_LHF00L04 0xCF
+
#define SST_ID 0xBF /* SST Manufacturer ID code */
#define SST_29EE020A 0x10 /* SST 29EE020 device code */
#define SST_28SF040 0x04 /* SST 29EE040 device code */
OpenPOWER on IntegriCloud