From b2eea819928090724eb54feee08e252522ac2369 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 9 Feb 2016 21:50:45 +0100 Subject: sandybridge: Set all native gfx-related options in northbridge code. In the same time remove few native gfx options which were improperly set and only added dead code to the binary. Change-Id: I4ed3fec03a1655ae0a779c3aa3845de273cb12e1 Signed-off-by: Vladimir Serbinenko Reviewed-on: https://review.coreboot.org/13649 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- util/autoport/sandybridge.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'util') diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 191c69f9e3..66d44d9426 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -109,14 +109,9 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) { PutPCIDev(addr, "Host bridge") - /* FIXME:XX Move part to northbridge? */ /* FIXME:XX some configs are unsupported. */ - KconfigBool["MAINBOARD_HAS_NATIVE_VGA_INIT"] = true - KconfigBool["MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG"] = true KconfigBool[i.variant+"BRIDGE_LVDS"] = true - KconfigBool["VGA"] = true - KconfigBool["INTEL_EDID"] = true KconfigBool["CPU_INTEL_SOCKET_RPGA989"] = true KconfigBool["NORTHBRIDGE_INTEL_"+i.variant+"BRIDGE"] = true KconfigBool["INTEL_INT15"] = true -- cgit v1.2.3