summaryrefslogtreecommitdiffstats
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
authorTimofey Komarov <happycorsair@yandex.ru>2021-06-25 12:07:32 +0300
committerNico Huber <nico.h@gmx.de>2021-10-24 16:04:49 +0000
commit6c8008283cc54d324bde5be3d89e4234e858349b (patch)
treeec584756d73b9e4ff08dada227f0cbfc5c0de91f /util/inteltool/inteltool.h
parent308a5b9dd1a46299d87dc7215512c459d48d69b8 (diff)
downloadcoreboot-6c8008283cc54d324bde5be3d89e4234e858349b.tar.gz
coreboot-6c8008283cc54d324bde5be3d89e4234e858349b.tar.bz2
coreboot-6c8008283cc54d324bde5be3d89e4234e858349b.zip
util/inteltool: Add PCH IDs for 200 series chipsets
Signed-off-by: Timofey Komarov <happycorsair@yandex.ru> Change-Id: Iadad5e79aef9da3fac627adc135525a5001a72b6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55839 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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index 1ad122445178..40b739f40860 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -185,6 +185,15 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_EBG 0x1b81
+#define PCI_DEVICE_ID_INTEL_H270 0xa2c4
+#define PCI_DEVICE_ID_INTEL_Z270 0xa2c5
+#define PCI_DEVICE_ID_INTEL_Q270 0xa2c6
+#define PCI_DEVICE_ID_INTEL_Q250 0xa2c7
+#define PCI_DEVICE_ID_INTEL_B250 0xa2c8
+#define PCI_DEVICE_ID_INTEL_Z370 0xa2c9
+#define PCI_DEVICE_ID_INTEL_H310C 0xa2ca
+#define PCI_DEVICE_ID_INTEL_X299 0xa2d2
+
#define PCI_DEVICE_ID_INTEL_H310 0xa303
#define PCI_DEVICE_ID_INTEL_H370 0xa304
#define PCI_DEVICE_ID_INTEL_Z390 0xa305