summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-30 00:56:50 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-30 00:56:50 +0000
commit97a647014dfe966ab2cd4966e487b18a5c807530 (patch)
treec476c3315be0f78d0c17cc99b3589f0cb1f9f291 /chipset_enable.c
parent220e26be9cb3026f054137a4d74a9734023646b2 (diff)
downloadast2050-flashrom-97a647014dfe966ab2cd4966e487b18a5c807530.zip
ast2050-flashrom-97a647014dfe966ab2cd4966e487b18a5c807530.tar.gz
Add support for Intel 440MX and Fujitsu MBM29F400TC
Detection and reading works, writing is not tested. Corresponding to flashrom svn r158 and coreboot v2 svn r2903. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 631ac29..63996da 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -433,6 +433,7 @@ typedef struct penable {
static FLASH_ENABLE enables[] = {
{0x1039, 0x0630, "SIS630", enable_flash_sis630},
{0x8086, 0x7110, "PIIX4/PIIX4E/PIIX4M", enable_flash_piix4},
+ {0x8086, 0x7198, "Intel 440MX", enable_flash_piix4},
{0x8086, 0x2410, "ICH", enable_flash_ich_4e},
{0x8086, 0x2420, "ICH0", enable_flash_ich_4e},
{0x8086, 0x2440, "ICH2", enable_flash_ich_4e},
OpenPOWER on IntegriCloud