summaryrefslogtreecommitdiffstats
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
authorqeed <qeed.quan@gmail.com>2018-06-19 19:52:19 -0400
committerPatrick Georgi <pgeorgi@google.com>2018-06-21 17:39:48 +0000
commitb775a62bb9fe07785b83767d58573937c5783bec (patch)
tree234c5f37e7d140ebf5b0825a592aef63a3a8b9ab /util/inteltool/inteltool.h
parente66b10f3e14adeded101d26f5aa731ff2fa483b9 (diff)
downloadcoreboot-b775a62bb9fe07785b83767d58573937c5783bec.tar.gz
coreboot-b775a62bb9fe07785b83767d58573937c5783bec.tar.bz2
coreboot-b775a62bb9fe07785b83767d58573937c5783bec.zip
inteltool: Add PCI IDs for the C220 PCH series
Adds missing PCI IDs to allow tool to dump the C220 PCH (8 series) southbridge. Intel Document 328904 is the datasheet for this PCH. Change-Id: I07a8f2e9cb0ee8677c8fe2c51881147ed81c1a35 Signed-off-by: Quan Tran <qeed.quan@gmail.com> Reviewed-on: https://review.coreboot.org/27168 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r--util/inteltool/inteltool.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index 3ca91cdb6d5f..5de73aaa0554 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -184,6 +184,22 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_82B43 0x2e40
#define PCI_DEVICE_ID_INTEL_82B43_2 0x2e90
+#define PCI_DEVICE_ID_INTEL_C8_MOBILE 0x8c41
+#define PCI_DEVICE_ID_INTEL_C8_DESKTOP 0x8c42
+#define PCI_DEVICE_ID_INTEL_Z87 0x8c44
+#define PCI_DEVICE_ID_INTEL_Z85 0x8c46
+#define PCI_DEVICE_ID_INTEL_HM86 0x8c49
+#define PCI_DEVICE_ID_INTEL_H87 0x8c4a
+#define PCI_DEVICE_ID_INTEL_HM87 0x8c4b
+#define PCI_DEVICE_ID_INTEL_Q85 0x8c4c
+#define PCI_DEVICE_ID_INTEL_Q87 0x8c4e
+#define PCI_DEVICE_ID_INTEL_QM87 0x8c4f
+#define PCI_DEVICE_ID_INTEL_B85 0x8c50
+#define PCI_DEVICE_ID_INTEL_C222 0x8c52
+#define PCI_DEVICE_ID_INTEL_C224 0x8c54
+#define PCI_DEVICE_ID_INTEL_C226 0x8c56
+#define PCI_DEVICE_ID_INTEL_H81 0x8c5c
+
#define PCI_DEVICE_ID_INTEL_82X58 0x3405
#define PCI_DEVICE_ID_INTEL_SCH_POULSBO 0x8100
#define PCI_DEVICE_ID_INTEL_ATOM_DXXX 0xa000