Felix Singer has uploaded this change for review.

View Change

flashchips: add IS25LQ512

Change-Id: Ic3b26670e62ca0eddb3b036853e83aa0bf6f766d
Signed-off-by: Felix Singer <felixsinger@posteo.net>
---
M flashchips.c
M flashchips.h
2 files changed, 29 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/17/63917/1
diff --git a/flashchips.c b/flashchips.c
index 0e0e50c..bfb0eb3 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -7511,6 +7511,34 @@

{
.vendor = "ISSI",
+ .name = "IS25LQ512",
+ .bustype = BUS_SPI,
+ .manufacture_id = ISSI_ID_SPI,
+ .model_id = ISSI_IS25LQ512,
+ .total_size = 64,
+ .page_size = 256,
+ .feature_bits = FEATURE_WRSR_WREN,
+ .tested = TEST_OK_PREW,
+ .probe = probe_spi_rdid,
+ .probe_timing = TIMING_ZERO,
+ .block_erasers =
+ {
+ {
+ .eraseblocks = { {4* 1024, 16} },
+ .block_erase = spi_block_erase_20,
+ }, {
+ .eraseblocks = { {64* 1024, 1} },
+ .block_erase = spi_block_erase_d8,
+ },
+ },
+ .unlock = spi_disable_blockprotect,
+ .write = spi_chip_write_256,
+ .read = spi_chip_read,
+ .voltage = {2300, 3600},
+ },
+
+ {
+ .vendor = "ISSI",
.name = "IS25WP032",
.bustype = BUS_SPI,
.manufacture_id = ISSI_ID_SPI,
diff --git a/flashchips.h b/flashchips.h
index 8321a90..f48cd37 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -479,6 +479,7 @@
#define ISSI_IS25WP064 0x7017
#define ISSI_IS25WP128 0x7018
#define ISSI_IS25WP256 0x7019
+#define ISSI_IS25LQ512 0x4010
#define ISSI_PMC_IS29GL032B 0xF9
#define ISSI_PMC_IS29GL032T 0xF6
#define ISSI_PMC_IS29GL064B 0x7E1000

To view, visit change 63917. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ic3b26670e62ca0eddb3b036853e83aa0bf6f766d
Gerrit-Change-Number: 63917
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Singer <felixsinger@posteo.net>
Gerrit-MessageType: newchange