Nicolas Reinecke (nr@das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8177
-gerrit
commit 41ecc6683b5f0e8e6852c71beb004b4d45c6dadb Author: Nicolas Reinecke nr@das-labor.org Date: Sun Jan 4 16:26:08 2015 +0100
asus/m4a785/Kconfig: Add vgabios PCI id
The PCI id defaults to 1106,3230 -> via chrome 9 ... Tested on the board.
Change-Id: I5ad91faec9c97f34c8ca48eee9198237e9ea8336 Signed-off-by: Nicolas Reinecke nr@das-labor.org --- src/mainboard/asus/m4a785-m/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/mainboard/asus/m4a785-m/Kconfig b/src/mainboard/asus/m4a785-m/Kconfig index dd58db3..a5c7631 100644 --- a/src/mainboard/asus/m4a785-m/Kconfig +++ b/src/mainboard/asus/m4a785-m/Kconfig @@ -57,4 +57,8 @@ config IRQ_SLOT_COUNT int default 19
+config VGA_BIOS_ID + string + default "1002,9710" + endif