summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authornybash <ny.bash@gmail.com>2018-02-11 17:53:49 -0800
committerDavid Hendricks <david.hendricks@gmail.com>2018-02-21 17:40:03 +0000
commitcbb46e261d5f2837df21e0853c7cd4170d226b40 (patch)
tree04e07a8adc469d232a07c56fe1d43d867270b551 /flashchips.h
parent8c7e78b9deaa550339940a2efd7bcaef03267751 (diff)
downloadflashrom-cbb46e261d5f2837df21e0853c7cd4170d226b40.tar.gz
flashrom-cbb46e261d5f2837df21e0853c7cd4170d226b40.tar.bz2
flashrom-cbb46e261d5f2837df21e0853c7cd4170d226b40.zip
flashchips: Add Zettadevice ZD25D40
This introduces the Zettadevice manufacturer ID and adds support for the ZD25D40 chip. Based on PR20 from Github. Change-Id: I0400b059ddacdf166d1b77f619becec3a250cece Signed-off-by: David Hendricks <david.hendricks@gmail.com> Reviewed-on: https://review.coreboot.org/23701 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index f487248e9..8c07628bd 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -957,4 +957,7 @@
#define WINBOND_W49V002A 0xB0
#define WINBOND_W49V002FA 0x32
+#define ZETTADEVICE_ID 0xBA /* Zetta Device */
+#define ZETTADEVICE_ZD25D40 0x2013
+
#endif /* !FLASHCHIPS_H */