Christoph Pomaska has uploaded this change for review.

View Change

util/inteltool: Add Intel HD 4400 (Haswell IGD)

Add the 8086:041e integrated graphics controller to the list of
definitions.
Adding the definition makes the Intel HD 4400 graphics recognized by
inteltool.

It is found in e.g. the Intel i3-4130 CPU:
https://ark.intel.com/content/www/us/en/ark/products/77480/intel-core-i3-4130-processor-3m-cache-3-40-ghz.html

Change-Id: I6d6b2eaa7cc5aa3912592ed3fcb73751b224eede
Signed-off-by: Sellerie <sellerie@aufmachen.jetzt>
---
M util/inteltool/inteltool.c
M util/inteltool/inteltool.h
2 files changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/34588/1
diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index 76b1abe..b068d41 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -358,6 +358,8 @@
"Intel(R) HD 4000 Graphics" },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_HD_4000_2,
"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_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 483c930..c3481e0 100644
--- a/util/inteltool/inteltool.h
+++ b/util/inteltool/inteltool.h
@@ -314,6 +314,7 @@
#define PCI_DEVICE_ID_INTEL_HD_4000 0x0162
#define PCI_DEVICE_ID_INTEL_HD_4000_1 0x0166
#define PCI_DEVICE_ID_INTEL_HD_4000_2 0x016A
+#define PCI_DEVICE_ID_INTEL_HD_4400 0x041e
#define PCI_DEVICE_ID_INTEL_HD_4600 0x0412
#define PCI_DEVICE_ID_INTEL_HD_4600_1 0x0416
#define PCI_DEVICE_ID_INTEL_HD_5000 0x0422

To view, visit change 34588. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6d6b2eaa7cc5aa3912592ed3fcb73751b224eede
Gerrit-Change-Number: 34588
Gerrit-PatchSet: 1
Gerrit-Owner: Christoph Pomaska <github@aufmachen.jetzt>
Gerrit-MessageType: newchange