summaryrefslogtreecommitdiffstats
path: root/flash_enable.c
diff options
context:
space:
mode:
authorScott Tsai <scott.tsai@arima.com.tw>2006-03-31 11:36:06 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-31 11:36:06 +0000
commit023af76b2b3bc150d984fbad785e29f65219bcdd (patch)
treed1557cd691168e091714ab5f033e655c1bf99dfe /flash_enable.c
parent86de2830545783f3e48feb35cd86fcac5fb9de6b (diff)
downloadast2050-flashrom-023af76b2b3bc150d984fbad785e29f65219bcdd.zip
ast2050-flashrom-023af76b2b3bc150d984fbad785e29f65219bcdd.tar.gz
Multiple unrelated changes
* SST_49LF040B flash support for flashrom * add ICH4-M support to flashrom Corresponding to flashrom svn r52 and coreboot v2 svn r2230. Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>
Diffstat (limited to 'flash_enable.c')
-rw-r--r--flash_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash_enable.c b/flash_enable.c
index 8334b6d..d03a36b 100644
--- a/flash_enable.c
+++ b/flash_enable.c
@@ -385,6 +385,7 @@ static FLASH_ENABLE enables[] = {
{0x1039, 0x0630, "sis630", enable_flash_sis630},
{0x8086, 0x2480, "E7500", enable_flash_e7500},
{0x8086, 0x24c0, "ICH4", enable_flash_ich4},
+ {0x8086, 0x24cc, "ICH4-M", enable_flash_ich4},
{0x8086, 0x24d0, "ICH5", enable_flash_ich4},
{0x8086, 0x27b8, "ICH7", enable_flash_ich7},
{0x1106, 0x8231, "VT8231", enable_flash_vt8231},
OpenPOWER on IntegriCloud