From 1f64c13381bc4a22f9747991e5d2fcc1a3976642 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 31 Mar 2006 11:26:55 +0000 Subject: * support for Winbond W39V040A * Support for ATI SB400 (RS480 chipset) * Support for Intel ICH7 (from Scott Tsai, scott.tsai arima.com.tw) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2229 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/flashrom/flash.h') diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index b5bd3cac94..c43df87c4b 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -56,7 +56,8 @@ extern struct flashchip flashchips[]; #define WINBOND_ID 0xDA /* Winbond Manufacture ID code */ #define W_29C011 0xC1 /* Winbond w29c011 device code */ #define W_29C020C 0x45 /* Winbond w29c020c device code */ -#define W_49F002U 0x0B /* Winbond w29c020c device code */ +#define W_39V040A 0x3D /* Winbond w39v040a device code */ +#define W_49F002U 0x0B /* Winbond w49F002u device code */ #define ST_ID 0x20 #define ST_M29F040B 0xE2 -- cgit v1.2.3