From 5384dac57e0568b39fa459f5d12dfa2d1199a948 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Thu, 25 Oct 2007 04:11:11 +0000 Subject: Added Am29LV040B Looking through the sources of Uniflash utility I found that this chip is no more no less than low-voltage variant of Am29F040B but with different ID. So I created a very quick patch (attached). Signed-off-by: Peter Lemenkov Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2897 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/flashrom/flash.h') diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 220e6c05d3..743a8e5c9d 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -63,6 +63,7 @@ extern struct flashchip flashchips[]; #define AMD_ID 0x01 /* AMD */ #define AM_29F040B 0xA4 +#define AM_29LV040B 0x4F #define AM_29F016D 0xAD #define AMIC_ID 0x37 /* AMIC */ -- cgit v1.2.3