summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorArashk Mahshidfar <arashkmahshidfar@gmail.com>2022-05-20 11:20:21 +0430
committerStefan Reinauer <stefan.reinauer@coreboot.org>2022-06-22 00:51:30 +0000
commite607ddc5c9c9053cab0ff3ec8d807a69ebbe3e9c (patch)
tree4649532621669d3850a4b1e83de41d82ed7deb5a /util
parenteb5dd2a8dd9e2109e8bd19e0a118d98bded2c055 (diff)
downloadcoreboot-e607ddc5c9c9053cab0ff3ec8d807a69ebbe3e9c.tar.gz
coreboot-e607ddc5c9c9053cab0ff3ec8d807a69ebbe3e9c.tar.bz2
coreboot-e607ddc5c9c9053cab0ff3ec8d807a69ebbe3e9c.zip
util/inteltool: Add an additional Device ID for Intel HD 4400 GPU
Add 0x0A16 as a Device ID for Intel HD 4400 Change-Id: I0129376c0ce005c1bfabaa9dbd8d8dfc6c92e5d3 Signed-off-by: Arashk Mahshidfar <arashkmahshidfar@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64543 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/inteltool/inteltool.c2
-rw-r--r--util/inteltool/inteltool.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index 878d33b59192..25149a5e1884 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -461,6 +461,8 @@ static const struct {
"Intel(R) HD 4000 Graphics" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_HD_4400,
"Intel(R) HD 4400 Graphics" },
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_HD_4400_1,
+ "Intel(R) HD 4400 Graphics" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_HD_4600,
"Intel(R) HD 4600 Graphics" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_HD_4600_1,
diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h
index 9f7d84d704a5..8759c6cb594e 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -398,6 +398,7 @@ static inline uint32_t inl(unsigned port)
#define PCI_DEVICE_ID_INTEL_HD_4600 0x0412
#define PCI_DEVICE_ID_INTEL_HD_4600_1 0x0416
#define PCI_DEVICE_ID_INTEL_HD_4400 0x041E
+#define PCI_DEVICE_ID_INTEL_HD_4400_1 0x0A16
#define PCI_DEVICE_ID_INTEL_HD_5000 0x0422
#define PCI_DEVICE_ID_INTEL_HD_5000_1 0x0426
#define PCI_DEVICE_ID_INTEL_HD_5000_2 0x042A