diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-11-21 23:51:08 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-11-21 23:51:08 +0000 |
commit | 440d6f9f8a3417a9ed59fcbf223a5bc750bdf42d (patch) | |
tree | 8c42abd49ea48e8e105f3fcaaeff6cc7f968c09a /util/flashrom/flash.h | |
parent | 3a998642f553b5f280319ae9eddc66b19c3c8b89 (diff) | |
download | coreboot-440d6f9f8a3417a9ed59fcbf223a5bc750bdf42d.tar.xz |
Add support for ASD AE49F2008
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de> (trivial patch)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index a4822e8b07..205cb60a21 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -29,6 +29,9 @@ extern struct flashchip flashchips[]; #define AM_29F040B 0xA4 #define AM_29F016D 0xAD +#define ASD_ID 0x25 +#define ASD_AE49F2008 0x52 + #define ATMEL_ID 0x1F /* Winbond Manufacture ID code */ #define AT_29C040A 0xA4 /* Winbond w29c020c device code */ |