summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-06 21:54:22 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-05-06 21:54:22 +0000
commitcbdd4f0fc9016b6dc905202cf85c64cbe4a3ca49 (patch)
treec74bd9e313ea23caa887ca9c1e352da98b7da15c
parent19997aeb00014ee2cc80f0b5ca87146fc30cd084 (diff)
downloadast2050-flashrom-cbdd4f0fc9016b6dc905202cf85c64cbe4a3ca49.zip
ast2050-flashrom-cbdd4f0fc9016b6dc905202cf85c64cbe4a3ca49.tar.gz
Document uncertainty regarding ASD chips
ASD chips may exist, but all available docs suggest they are just rebranded Winbond chips with Winbond IDs. The ASD vendor/chip IDs in flash.h are very likely just misinterpreted LHA headers. Corresponding to flashrom svn r470. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index f49b808..b8f4ca7 100644
--- a/flash.h
+++ b/flash.h
@@ -186,6 +186,7 @@ extern struct flashchip flashchips[];
#define AMIC_A29040B 0x86
#define AMIC_A49LF040A 0x9d
+/* This chip vendor/device ID is probably a misinterpreted LHA header. */
#define ASD_ID 0x25 /* ASD, not listed in JEP106W */
#define ASD_AE49F2008 0x52
OpenPOWER on IntegriCloud