summaryrefslogtreecommitdiffstats
path: root/include/flashchips.h
diff options
context:
space:
mode:
authorMario Kicherer <dev@kicherer.org>2022-10-11 12:04:59 +0200
committerAnastasia Klimchuk <aklm@chromium.org>2023-06-16 01:16:47 +0000
commit4652df95f1998440032069dd2c04ee46413b362e (patch)
treea3eaf9d012c354e8a04306251936a9d6988400cb /include/flashchips.h
parent4325bb5b1f4d937ba3c2226692d79ab2284151e0 (diff)
downloadflashrom-4652df95f1998440032069dd2c04ee46413b362e.tar.gz
flashrom-4652df95f1998440032069dd2c04ee46413b362e.tar.bz2
flashrom-4652df95f1998440032069dd2c04ee46413b362e.zip
flashchips: add support for ISSI IS25LP016
I took the original patch from Ondrej Hennel [1] and applied the requested changes. Reading, erasing and writing works. [1] https://patchwork.ozlabs.org/project/flashrom/list/?series=261647 Change-Id: Iffd7c4284d4d96b30a94f5dee882b5403fdfc183 Signed-off-by: Mario Kicherer <dev@kicherer.org> Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/68295 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nikolai Artemiev <nartemiev@google.com>
Diffstat (limited to 'include/flashchips.h')
-rw-r--r--include/flashchips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/flashchips.h b/include/flashchips.h
index 7d6dc32b2..d1ec61a95 100644
--- a/include/flashchips.h
+++ b/include/flashchips.h
@@ -474,6 +474,7 @@
#define ISSI_ID 0xD5 /* ISSI Integrated Silicon Solutions, see also PMC. */
#define ISSI_ID_SPI 0x9D /* ISSI ID used for SPI flash, see also PMC_ID_NOPREFIX */
+#define ISSI_IS25LP016 0x6015
#define ISSI_IS25LP064 0x6017
#define ISSI_IS25LP128 0x6018
#define ISSI_IS25LP256 0x6019