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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30963 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9b1ae44b28
commit
08caa792e6
|
@ -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{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue