From 08caa792e608fbf72307a5d59d8e24aef0736cb0 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 16 Jan 2019 16:16:52 +0100 Subject: util/autoport: Trim gfx.did to size Since the values are hardcoded, we might as well hardcode values that make sense. Change-Id: I3ac0e2d74a42c1fe55b1cdc3e2a970ae80cc9f37 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/30963 Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- util/autoport/sandybridge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/autoport/sandybridge.go') diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 582a8569ac..997259815b 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -55,7 +55,7 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) { "gfx.link_frequency_270_mhz": FormatBool(link_frequency > 200000), /* FIXME:XX hardcoded. */ "gfx.ndid": "3", - "gfx.did": "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }", + "gfx.did": "{ 0x80000100, 0x80000240, 0x80000410 }", }, Children: []DevTreeNode{ { -- cgit v1.2.3