summaryrefslogtreecommitdiff
path: root/flash.h
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2006-03-31 11:36:06 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2006-03-31 11:36:06 +0000
commit3f5a86295c0cae627aba56e461b594f5cefaab73 (patch)
treed1557cd691168e091714ab5f033e655c1bf99dfe /flash.h
parent3c1fd2f62c40a02134a729a4dbb2a0cae06ebbee (diff)
downloadflashrom-3f5a86295c0cae627aba56e461b594f5cefaab73.tar.gz
Original v2 revision: 2230
* https://openbios.org/roundup/linuxbios/issue96 - SST_49LF040B flash support for flashrom * https://openbios.org/roundup/linuxbios/issue99 - add ICH4-M support to flashrom both from scott.tsai <AT> arima.com.tw git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@52 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index c43df87..3e67e18 100644
--- a/flash.h
+++ b/flash.h
@@ -43,6 +43,7 @@ extern struct flashchip flashchips[];
#define SST_28SF040 0x04 /* SST 29EE040 device code */
#define SST_39SF020 0xB6 /* SST 39SF020 device */
#define SST_39VF020 0xD6 /* SST 39VF020 device */
+#define SST_49LF040B 0x50 /* SST 49LF040B device */
#define SST_49LF040 0x51 /* SST 49LF040 device */
#define SST_49LF080A 0x5B /* SST 48LF080A device */
#define SST_49LF002A 0x57 /* SST 49LF002A device */