From a8b3727a1e68e6579498f1ad25baa02bd7c5c2bf Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 19 Jun 2009 15:54:39 +0000 Subject: Add support for the AMD Am29F010A/B chips Also, add support for the Silicon Image 3112(A) SATA controller. Both have been tested by Andrew Morgan on hardware and work fine. Corresponding to flashrom svn r613. Signed-off-by: Uwe Hermann Acked-by: Andrew Morgan --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index e9d977d..0b58e50 100644 --- a/flashchips.h +++ b/flashchips.h @@ -39,6 +39,7 @@ #define ALLIANCE_ID 0x52 /* Alliance Semiconductor */ #define AMD_ID 0x01 /* AMD */ +#define AM_29F010B 0x20 /* Same as Am29F010A */ #define AM_29F002BT 0xB0 #define AM_29F002BB 0x34 #define AM_29F040B 0xA4 -- cgit v1.1