summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-16 16:44:07 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-16 16:44:07 +0000
commitd918daa85827b2446c3f98c61632add86b40f3df (patch)
treeb0bb6c3ecc052a1867d24a10c271498884df7b7f /flash.h
parent5eaed68734f2d5dc22d0a0718e4e236eebc46cb3 (diff)
downloadast2050-flashrom-d918daa85827b2446c3f98c61632add86b40f3df.zip
ast2050-flashrom-d918daa85827b2446c3f98c61632add86b40f3df.tar.gz
Support for Am29F016D
Corresponding to flashrom svn r45 and coreboot v2 svn r2203.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index c487701..b5bd3ca 100644
--- a/flash.h
+++ b/flash.h
@@ -27,6 +27,7 @@ extern struct flashchip flashchips[];
#define AMD_ID 0x01
#define AM_29F040B 0xA4
+#define AM_29F016D 0xAD
#define ATMEL_ID 0x1F /* Winbond Manufacture ID code */
#define AT_29C040A 0xA4 /* Winbond w29c020c device code */
OpenPOWER on IntegriCloud