summaryrefslogtreecommitdiff
path: root/util/flashrom
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
commit0d9d0bae8ac4ca1dce6bcdd549290b5b47fa37b1 (patch)
tree173c0c382cf6ad2d11ec47fe273397c162b0f008 /util/flashrom
parent3a66263ff69f1098ee665371240cb3ef873dfff1 (diff)
downloadcoreboot-0d9d0bae8ac4ca1dce6bcdd549290b5b47fa37b1.tar.xz
Flashrom: Add support for the ICH7-DH southbridge (untested).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2575 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r--util/flashrom/flash_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash_enable.c b/util/flashrom/flash_enable.c
index 435fea82b2..9dd066489c 100644
--- a/util/flashrom/flash_enable.c
+++ b/util/flashrom/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},