From 3ad2518939fb496df4544c7876cf412597bb3b03 Mon Sep 17 00:00:00 2001 From: Uwe Hermann <uwe@hermann-uwe.de> Date: Sat, 31 Mar 2007 19:48:38 +0000 Subject: [PATCH] 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> --- flash_enable.c | 1 + 1 file changed, 1 insertion(+) 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}, -- GitLab