mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
flashchips.c: Add support for IS25WQ040
Based on https://github.com/flashrom/flashrom/pull/204 squashed with fixes of IS25WQ040 size: it is 4Mbits, not 4MBytes, see https://www.issi.com/WW/pdf/25WQ020-040.pdf Tested read, write and erase with ft2232_spi-based "Tigard" programmer. Change-Id: I072c6b94d7931637d1c2721c3316205f2d57320e Signed-off-by: Roman Stingler <roman.stingler@gmail.com> Signed-off-by: Vasily Galkin <galkin-vv@ya.ru> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58179 Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
beaf9cd90b
commit
86907148c6
@ -487,6 +487,7 @@
|
||||
#define ISSI_IS25WP080 0x7014
|
||||
#define ISSI_IS25WP128 0x7018
|
||||
#define ISSI_IS25WP256 0x7019
|
||||
#define ISSI_IS25WQ040 0x1253
|
||||
#define ISSI_PMC_IS29GL032B 0xF9
|
||||
#define ISSI_PMC_IS29GL032T 0xF6
|
||||
#define ISSI_PMC_IS29GL064B 0x7E1000
|
||||
|
Reference in New Issue
Block a user