Máté Kukri has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55243 )
Change subject: northbridge/haswell/gma.c: Add Desktop HD 4400 id ......................................................................
northbridge/haswell/gma.c: Add Desktop HD 4400 id
Change-Id: Idc7c38206b1ddfe486298cd3921fcb762a89ec51 Signed-off-by: Mate Kukri kukri.mate@gmail.com --- M src/northbridge/intel/haswell/gma.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/55243/1
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c index 94b6075..f3d0e15 100644 --- a/src/northbridge/intel/haswell/gma.c +++ b/src/northbridge/intel/haswell/gma.c @@ -95,6 +95,7 @@ case 0x80860a06: /* GT1 ULT */
case 0x80860412: /* GT2 Desktop */ + case 0x8086041e: /* GT2 Desktop (HD 4400) */ case 0x80860416: /* GT2 Mobile */ case 0x8086041a: /* GT2 Server */ case 0x80860a16: /* GT2 ULT */ @@ -472,6 +473,7 @@ static const unsigned short pci_device_ids[] = { 0x0402, /* Desktop GT1 */ 0x0412, /* Desktop GT2 */ + 0x041e, /* Desktop GT2 (HD 4400) */ 0x0422, /* Desktop GT3 */ 0x0d22, /* Desktop GT3e */ 0x0406, /* Mobile GT1 */