summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2010-04-20 19:34:31 +0000
committerRudolf Marek <r.marek@assembler.cz>2010-04-20 19:34:31 +0000
commitce1c798c1ce12873c101d0e3345548db83d2e374 (patch)
treeef7e6e60e5a1ab1f159a03a23499293cb5b73696 /flashchips.h
parent8f10d24a0098eb727599688ee2d4bb0eb637d674 (diff)
downloadast2050-flashrom-ce1c798c1ce12873c101d0e3345548db83d2e374.zip
ast2050-flashrom-ce1c798c1ce12873c101d0e3345548db83d2e374.tar.gz
Add support for Winbond W25Q80, W25Q16 and W25Q32
I tested read/write/probe with W25Q80. Corresponding to flashrom svn r994. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: David Hendricks <dhendrix@google.com>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index b6c2e8b..bfd8145 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -506,6 +506,9 @@
#define W_25X16 0x3015
#define W_25X32 0x3016
#define W_25X64 0x3017
+#define W_25Q80 0x4014
+#define W_25Q16 0x4015
+#define W_25Q32 0x4016
#define W_29C011 0xC1
#define W_29C020C 0x45 /* Same as W29C020 and ASD AE29F2008 */
#define W_29C040P 0x46 /* Same as W29C040 */
OpenPOWER on IntegriCloud