aboutsummaryrefslogtreecommitdiff
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2019-02-19 10:51:34 +0000
committerPatrick Georgi <pgeorgi@google.com>2019-03-15 12:58:28 +0000
commit725369fd0cfb52c914c7c1afdb43b5b13072a16a (patch)
treec2d22ee11aa5e94c95777fb72e64a949efc869fc /util/inteltool/inteltool.h
parent02bd77379bec15ecbbe4f931d19112d267ef4607 (diff)
inteltool: add 300 and C240 Series PCH
Values from - Intel doc 337347 rev4 - coreboot soc/intel/cannonlake/include/soc/gpio_soc_defs_cnp_h.h On Coffeelake H (using Cannonlake / Cannonpoint PCH) p2sb is not accessible. Using a static value instead. 0xfd000000 is a common value chosen by coreboot and non-coreboot firmware. Change-Id: Id637f703ab0a99eb0908ecdc3da27ba80db1c6b8 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31500 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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index ef094dc261..25b3a1504a 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -165,6 +165,18 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_HM175 0xa152
#define PCI_DEVICE_ID_INTEL_QM175 0xa153
#define PCI_DEVICE_ID_INTEL_CM238 0xa154
+
+#define PCI_DEVICE_ID_INTEL_H310 0xa303
+#define PCI_DEVICE_ID_INTEL_H370 0xa304
+#define PCI_DEVICE_ID_INTEL_Z390 0xa305
+#define PCI_DEVICE_ID_INTEL_Q370 0xa306
+#define PCI_DEVICE_ID_INTEL_B360 0xa308
+#define PCI_DEVICE_ID_INTEL_C246 0xa309
+#define PCI_DEVICE_ID_INTEL_C242 0xa30a
+#define PCI_DEVICE_ID_INTEL_QM370 0xa30c
+#define PCI_DEVICE_ID_INTEL_HM370 0xa30d
+#define PCI_DEVICE_ID_INTEL_CM246 0xa30e
+
#define PCI_DEVICE_ID_INTEL_82810 0x7120
#define PCI_DEVICE_ID_INTEL_82810_DC 0x7122
#define PCI_DEVICE_ID_INTEL_82810E_DC 0x7124