hello again, sorry for the spam :)

attached is a patch that adds the publicly documented LPC pci ids for
the 6 series chipsets.

-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner
>From 24e670d9a8e0dfb8e04431ee05fbbdecfa77bd7b Mon Sep 17 00:00:00 2001
From: Stefan Tauner <[email protected]>
Date: Tue, 31 May 2011 09:51:51 +0200
Subject: [PATCH] add intel 6 series pci ids to chipset_enables

as defined by Intel 6 Series Chipset and Intel C200 Series Chipset Specification Update;
document number 324646-005, April 2011.

Signed-off-by: Stefan Tauner <[email protected]>
---
 chipset_enable.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/chipset_enable.c b/chipset_enable.c
index b5385dc..e07266a 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1016,6 +1016,20 @@ const struct penable chipset_enables[] = {
 	{0x1002, 0x4377, OK, "ATI", "SB400",		enable_flash_sb400},
 	{0x1166, 0x0200, OK, "Broadcom", "OSB4",	enable_flash_osb4},
 	{0x1166, 0x0205, OK, "Broadcom", "HT-1000",	enable_flash_ht1000},
+	{0x8086, 0x1C4E, NT, "Intel", "Q67",		enable_flash_ich10},
+	{0x8086, 0x1C4C, NT, "Intel", "Q65",		enable_flash_ich10},
+	{0x8086, 0x1C50, NT, "Intel", "B65",		enable_flash_ich10},
+	{0x8086, 0x1C4A, NT, "Intel", "H67",		enable_flash_ich10},
+	{0x8086, 0x1C46, NT, "Intel", "P67",		enable_flash_ich10},
+	{0x8086, 0x1C5C, NT, "Intel", "H61",		enable_flash_ich10},
+	{0x8086, 0x1C52, NT, "Intel", "C202",		enable_flash_ich10},
+	{0x8086, 0x1C54, NT, "Intel", "C204",		enable_flash_ich10},
+	{0x8086, 0x1C56, NT, "Intel", "C206",		enable_flash_ich10},
+	{0x8086, 0x1C4F, NT, "Intel", "QM67",		enable_flash_ich10},
+	{0x8086, 0x1C47, NT, "Intel", "UM67",		enable_flash_ich10},
+	{0x8086, 0x1C4B, NT, "Intel", "HM67",		enable_flash_ich10},
+	{0x8086, 0x1C49, NT, "Intel", "HM65",		enable_flash_ich10},
+	{0x8086, 0x1C4D, NT, "Intel", "QS67",		enable_flash_ich10},
 	{0x8086, 0x3b00, NT, "Intel", "3400 Desktop",	enable_flash_ich10},
 	{0x8086, 0x3b01, NT, "Intel", "3400 Mobile",	enable_flash_ich10},
 	{0x8086, 0x3b02, NT, "Intel", "P55",		enable_flash_ich10},
-- 
1.7.1

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to