From 23b93dd7d806e6f8ca899adb0449b5d6accba3ba Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 29 Jul 2017 01:46:23 +0200 Subject: intel/sandybridge: Clean VGA BIOS ids up a little Sync map_oprom_vendev() and autoport with the list of PCI ids in the `gma.c` driver, remove one obsolete Kconfig default override. Change-Id: I12f24f415b695c516fbb947114e09c873af2e439 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/20814 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- util/autoport/sandybridge.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util/autoport') diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 45d4b0ced4..e54e6a6087 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -141,9 +141,9 @@ func init() { RegisterPCI(0x8086, 0x0150, sandybridgemc{variant: "IVY"}) RegisterPCI(0x8086, 0x0154, sandybridgemc{variant: "IVY"}) for _, id := range []uint16{ - 0x0102, 0x0106, 0x010a, 0x0112, - 0x0116, 0x0122, 0x0126, 0x0156, - 0x0162, 0x0166, + 0x0102, 0x0106, 0x010a, + 0x0112, 0x0116, 0x0122, 0x0126, + 0x0152, 0x0156, 0x0162, 0x0166, } { RegisterPCI(0x8086, id, GenericVGA{GenericPCI{Comment: "VGA controller"}}) } -- cgit v1.2.3