summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-03-30 13:50:13 +0200
committerDavid Hendricks <david.hendricks@gmail.com>2018-05-06 21:00:41 +0000
commit256835787229205b6522a3c12322b22303bb4152 (patch)
tree2748ffea8f72a8d7000fc8b928df9756c689aca1 /flashchips.h
parent25584de9d0108a5dde41e0296fdf0a7854390a81 (diff)
downloadflashrom-256835787229205b6522a3c12322b22303bb4152.tar.gz
flashrom-256835787229205b6522a3c12322b22303bb4152.tar.bz2
flashrom-256835787229205b6522a3c12322b22303bb4152.zip
flashchips: Add Winbond 25Q40EW and rename 25Q40.W
Same story as for 25Q80BW/EW, 25Q40EW has a new ID and the only known chip with the old ID is the BW variant. Change-Id: Ib610b0d6f3a5561b2ac3505ef15bdee8b0edae25 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/25462 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flashchips.h b/flashchips.h
index 348f2fd71..f00be3bc7 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -908,8 +908,9 @@
#define WINBOND_NEX_W25Q128_V 0x4018 /* W25Q128BV; W25Q128FV in SPI mode (default) */
#define WINBOND_NEX_W25Q256_V 0x4019 /* W25Q256FV */
#define WINBOND_NEX_W25Q20_W 0x5012 /* W25Q20BW */
-#define WINBOND_NEX_W25Q40_W 0x5013 /* W25Q40BW */
+#define WINBOND_NEX_W25Q40BW 0x5013 /* W25Q40BW */
#define WINBOND_NEX_W25Q80BW 0x5014 /* W25Q80BW */
+#define WINBOND_NEX_W25Q40EW 0x6013 /* W25Q40EW */
#define WINBOND_NEX_W25Q80EW 0x6014 /* W25Q80EW */
#define WINBOND_NEX_W25Q16_W 0x6015 /* W25Q16DW */
#define WINBOND_NEX_W25Q32_W 0x6016 /* W25Q32DW; W25Q32FV in QPI mode */