New patch to review for coreboot: stout: Fix VGA PCIIDs.

Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13537 -gerrit commit a75174b86e4858cf00880d84d48f990357a27b04 Author: Vladimir Serbinenko <phcoder@gmail.com> Date: Sun Jan 31 13:38:22 2016 +0100 stout: Fix VGA PCIIDs. Change-Id: I7dcde170d0f59ea9886342c0d2c09b70b9d0d84d Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> --- src/mainboard/google/stout/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index 26b48a3..79fe722 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -46,7 +46,11 @@ config MAX_CPUS config VGA_BIOS_FILE string - default "pci8086,0106.rom" + default "pci8086,0156.rom" + +config VGA_BIOS_ID + string + default "8086,0156" config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex
participants (1)
-
Vladimir Serbinenko