summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorSteffen Mauch <steffen.mauch@gmail.com>2018-06-02 23:46:03 +0200
committerNico Huber <nico.h@gmx.de>2018-06-06 08:57:36 +0000
commit0b59b0dafc219ba73ee2af5404ce626575d74c6f (patch)
tree66d5ca2bc1266e1c5d1111c26ab48264feb4393b /flashchips.h
parenta50b8fde67fa52984980159127de789cf9a1c688 (diff)
downloadflashrom-0b59b0dafc219ba73ee2af5404ce626575d74c6f.tar.gz
flashrom-0b59b0dafc219ba73ee2af5404ce626575d74c6f.tar.bz2
flashrom-0b59b0dafc219ba73ee2af5404ce626575d74c6f.zip
Add support for AT25DF021A
This is the low-voltage version of the AT25DF021. Tested with FT2232H Mini Module Change-Id: If4990e6856c8b77567ef4218459cf754b9c6bc57 Signed-off-by: Steffen Mauch <steffen.mauch@gmail.com> Reviewed-on: https://review.coreboot.org/26856 Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 dfbda5d19..5dedb38e1 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -128,6 +128,7 @@
#define ATMEL_ID 0x1F /* Atmel (now used by Adesto) */
#define ATMEL_AT25DF021 0x4300
+#define ATMEL_AT25DF021A 0x4301
#define ATMEL_AT25DF041A 0x4401
#define ATMEL_AT25DF081 0x4502 /* EDI 0x00. AT25DL081 has same ID + EDI 0x0100 */
#define ATMEL_AT25DF081A 0x4501 /* Yes, 81A has a lower number than 81 */