diff options
author | stepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2006-03-31 11:26:55 +0000 |
---|---|---|
committer | stepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2006-03-31 11:26:55 +0000 |
commit | 3c1fd2f62c40a02134a729a4dbb2a0cae06ebbee (patch) | |
tree | 65d6876ef7fcb363cd33872ef229b15355b36ceb /flash.h | |
parent | 97756693b9da9a13fc58a150e3ad7d656fe9767f (diff) | |
download | flashrom-3c1fd2f62c40a02134a729a4dbb2a0cae06ebbee.tar.gz |
Original v2 revision: 2229
* support for Winbond W39V040A
* Support for ATI SB400 (RS480 chipset)
* Support for Intel ICH7 (from Scott Tsai, scott.tsai <AT> arima.com.tw)
git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@51 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flash.h')
-rw-r--r-- | flash.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |