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>
This commit is contained in:
committed by
Stefan Reinauer
parent
eb5dd2a8dd
commit
e607ddc5c9
@ -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
|
||||
|
Reference in New Issue
Block a user