[coreboot-gerrit] Change in coreboot[master]: util/autoport: Add ICH6-M

Daniel Maslowski (Code Review) gerrit at coreboot.org
Sat Sep 15 13:58:02 CEST 2018


Daniel Maslowski has uploaded this change for review. ( https://review.coreboot.org/28618


Change subject: util/autoport: Add ICH6-M
......................................................................

util/autoport: Add ICH6-M

Change-Id: I2454cc11d83a860815bfaab5197c25b29f3384df
Signed-off-by: YOLO
---
M util/inteltool/inteltool.c
M util/inteltool/inteltool.h
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/28618/1

diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index d0b4279..9b95650 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -147,6 +147,7 @@
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7M, "ICH7-M" },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7, "ICH7" },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7DH, "ICH7DH" },
+	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6M, "ICH6-M" },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6, "ICH6" },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH5, "ICH5" },
 	{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH4M, "ICH4-M" },
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index 5de73aa..d096d43 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -72,6 +72,7 @@
 #define PCI_DEVICE_ID_INTEL_ICH4M		0x24cc
 #define PCI_DEVICE_ID_INTEL_ICH5		0x24d0
 #define PCI_DEVICE_ID_INTEL_ICH6		0x2640
+#define PCI_DEVICE_ID_INTEL_ICH6M		0x9d58
 #define PCI_DEVICE_ID_INTEL_ICH7DH		0x27b0
 #define PCI_DEVICE_ID_INTEL_ICH7		0x27b8
 #define PCI_DEVICE_ID_INTEL_ICH7M		0x27b9

-- 
To view, visit https://review.coreboot.org/28618
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2454cc11d83a860815bfaab5197c25b29f3384df
Gerrit-Change-Number: 28618
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Maslowski <info at orangecms.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180915/eea0037d/attachment.html>


More information about the coreboot-gerrit mailing list