summaryrefslogtreecommitdiffstats
path: root/util/inteltool/inteltool.h
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2021-05-03 14:06:22 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-05-10 14:13:10 +0000
commit4caa05e4ce566473d408831f06d958789f55c245 (patch)
treeca26f9c556c8a421361f10a933e355853cf59fee /util/inteltool/inteltool.h
parentb18e194257c6bb5ffd0d18d3c4a5900286f5397a (diff)
downloadcoreboot-4caa05e4ce566473d408831f06d958789f55c245.tar.gz
coreboot-4caa05e4ce566473d408831f06d958789f55c245.tar.bz2
coreboot-4caa05e4ce566473d408831f06d958789f55c245.zip
inteltool: add initial support for Emmits Burg PCH
Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: I6a4027bf51b3a189e64211e77621b3dd6c80b00d Reviewed-on: https://review.coreboot.org/c/coreboot/+/52864 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util/inteltool/inteltool.h')
-rw-r--r--util/inteltool/inteltool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index c362550fa5a1..678aa478714d 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -183,6 +183,8 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_C627A_SUPER 0xa24b
#define PCI_DEVICE_ID_INTEL_C629A_SUPER 0xa24c
+#define PCI_DEVICE_ID_INTEL_EBG 0x1b81
+
#define PCI_DEVICE_ID_INTEL_H310 0xa303
#define PCI_DEVICE_ID_INTEL_H370 0xa304
#define PCI_DEVICE_ID_INTEL_Z390 0xa305