[coreboot-gerrit] Patch set updated for coreboot: 13af9ac asus/m4a785/Kconfig: Add vgabios PCI id The PCI id defaults to 1106, 3230 -> via chrome 9 ... Tested on the board.

Nicolas Reinecke (nr@das-labor.org) gerrit at coreboot.org
Sun Jan 11 20:18:49 CET 2015


Nicolas Reinecke (nr at das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8177

-gerrit

commit 13af9ac7e5aae4f965f1632f49ed6f9b12551014
Author: Nicolas Reinecke <nr at 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 at 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 5162e16..3abeb0b 100644
--- a/src/mainboard/asus/m4a785-m/Kconfig
+++ b/src/mainboard/asus/m4a785-m/Kconfig
@@ -61,4 +61,8 @@ config AMD_UCODE_PATCH_FILE
 	string
 	default "mc_patch_010000b6.h"
 
+config VGA_BIOS_ID
+	string
+	default "1002,9710"
+
 endif



More information about the coreboot-gerrit mailing list