[coreboot] [flashrom] r470 - trunk
svn at coreboot.org
svn at coreboot.org
Wed May 6 23:54:22 CEST 2009
Author: hailfinger
Date: 2009-05-06 23:54:22 +0200 (Wed, 06 May 2009)
New Revision: 470
Modified:
trunk/flash.h
Log:
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.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Modified: trunk/flash.h
===================================================================
--- trunk/flash.h 2009-05-06 15:05:39 UTC (rev 469)
+++ trunk/flash.h 2009-05-06 21:54:22 UTC (rev 470)
@@ -186,6 +186,7 @@
#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
More information about the coreboot
mailing list