summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-03-31 19:48:38 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-03-31 19:48:38 +0000
commit27477edd4dbe72c24c5b9300f9a0ae53940d3e28 (patch)
tree78e805db9a8583e9aa436e2accb2cea68d33e22c
parent596883208e496000bc5f3bd7ecf29133ec657d9f (diff)
downloadflashrom-27477edd4dbe72c24c5b9300f9a0ae53940d3e28.zip
flashrom-27477edd4dbe72c24c5b9300f9a0ae53940d3e28.tar.gz
Add support for the ICH7-DH southbridge (untested)
Corresponding to flashrom svn r96 and coreboot v2 svn r2575. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
-rw-r--r--flash_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash_enable.c b/flash_enable.c
index 435fea8..9dd0664 100644
--- a/flash_enable.c
+++ b/flash_enable.c
@@ -436,6 +436,7 @@ static FLASH_ENABLE enables[] = {
{0x8086, 0x24d0, "ICH5/ICH5R", enable_flash_ich_4e},
{0x8086, 0x2640, "ICH6/ICH6R", enable_flash_ich_dc},
{0x8086, 0x2641, "ICH6-M", enable_flash_ich_dc},
+ {0x8086, 0x27b0, "ICH7DH", enable_flash_ich_dc},
{0x8086, 0x27b8, "ICH7/ICH7R", enable_flash_ich_dc},
{0x8086, 0x27b9, "ICH7M", enable_flash_ich_dc},
{0x8086, 0x27bd, "ICH7MDH", enable_flash_ich_dc},
OpenPOWER on IntegriCloud