diff options
author | Mate Kukri <kukri.mate@gmail.com> | 2021-06-05 01:30:27 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-06-10 05:37:51 +0000 |
commit | 29bc62475bc4db8c906dbce71ef8766cffc30ead (patch) | |
tree | 775c9f1414271492c1b3cc08facfe8e396b477e2 /src/northbridge/intel/haswell | |
parent | d2f52ff05337717ae15725b035bd7b4393f3d379 (diff) |
nb/haswell/gma: Add Desktop GT1.5 (HD 4400) Device ID
Change-Id: Idc7c38206b1ddfe486298cd3921fcb762a89ec51
Signed-off-by: Mate Kukri <kukri.mate@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55243
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/haswell')
-rw-r--r-- | src/northbridge/intel/haswell/gma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c index 94b6075683..de82e3a304 100644 --- a/src/northbridge/intel/haswell/gma.c +++ b/src/northbridge/intel/haswell/gma.c @@ -97,6 +97,7 @@ u32 map_oprom_vendev(u32 vendev) case 0x80860412: /* GT2 Desktop */ case 0x80860416: /* GT2 Mobile */ case 0x8086041a: /* GT2 Server */ + case 0x8086041e: /* GT1.5 Desktop */ case 0x80860a16: /* GT2 ULT */ case 0x80860422: /* GT3 Desktop */ @@ -472,6 +473,7 @@ static struct device_operations gma_func0_ops = { static const unsigned short pci_device_ids[] = { 0x0402, /* Desktop GT1 */ 0x0412, /* Desktop GT2 */ + 0x041e, /* Desktop GT1.5 */ 0x0422, /* Desktop GT3 */ 0x0d22, /* Desktop GT3e */ 0x0406, /* Mobile GT1 */ |