From bc04997f75dfed7d58212565a45f8f51d7473e70 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 29 Jan 2021 18:07:01 +0100 Subject: nb/intel/haswell/gma.c: Add ULX PCI device IDs Change-Id: Ida3d2dcdf89342b084c8e1fbf3fae7e47a7238d2 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50137 Reviewed-by: Jamal Wright Reviewed-by: Felix Held Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/northbridge/intel/haswell/gma.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c index de82e3a304..ccabb8cfa3 100644 --- a/src/northbridge/intel/haswell/gma.c +++ b/src/northbridge/intel/haswell/gma.c @@ -485,6 +485,8 @@ static const unsigned short pci_device_ids[] = { 0x0a06, /* ULT GT1 */ 0x0a16, /* ULT GT2 */ 0x0a26, /* ULT GT3 */ + 0x0a0e, /* ULX GT1 */ + 0x0a1e, /* ULX GT2 */ 0, }; -- cgit v1.2.3