From 4caa05e4ce566473d408831f06d958789f55c245 Mon Sep 17 00:00:00 2001 From: Jonathan Zhang Date: Mon, 3 May 2021 14:06:22 -0700 Subject: inteltool: add initial support for Emmits Burg PCH Signed-off-by: Jonathan Zhang Change-Id: I6a4027bf51b3a189e64211e77621b3dd6c80b00d Reviewed-on: https://review.coreboot.org/c/coreboot/+/52864 Tested-by: build bot (Jenkins) Reviewed-by: Maxim Polyakov Reviewed-by: Arthur Heymans --- util/inteltool/inteltool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/inteltool/inteltool.h') diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index c362550fa5..678aa47871 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 -- cgit v1.2.3