summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authordarkarnium <peter.adkins@kernelpicnic.net>2019-11-04 20:06:48 +0000
committerNico Huber <nico.h@gmx.de>2019-12-14 15:25:30 +0000
commit4139438943010c7aec6549d8b18865da5b70e978 (patch)
tree0c517723249fe9a4065ee2b52603d34a385290a6 /flashchips.h
parent89622674b29c09bb33cb5844520d9271ebef8ea0 (diff)
downloadflashrom-4139438943010c7aec6549d8b18865da5b70e978.tar.gz
flashrom-4139438943010c7aec6549d8b18865da5b70e978.tar.bz2
flashrom-4139438943010c7aec6549d8b18865da5b70e978.zip
flashchips: Add AT25SF321
This commit adds support for the Adesto AT25SF321 SPI flash chip. Probe and read operations have been tested via FT2232H interface, but writes have not been verified. Datasheet is available at the following URL: https://www.adestotech.com/wp-content/uploads/DS-AT25SF321_047.pdf Change-Id: I7410815e063ffe154a97d7ea5881c8eb82025f56 Signed-off-by: Peter Adkins <pete@kernelpicnic.net> Reviewed-on: https://review.coreboot.org/c/flashrom/+/36904 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index 2c2da6c45..f02958c2a 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -150,6 +150,7 @@
#define ATMEL_AT25SF041 0x8401
#define ATMEL_AT25SF081 0x8501
#define ATMEL_AT25SF161 0x8601
+#define ATMEL_AT25SF321 0x8701
#define ATMEL_AT25SL128A 0x4218
#define ATMEL_AT26DF041 0x4400
#define ATMEL_AT26DF081 0x4500 /* guessed, no datasheet available */