[coreboot-gerrit] Patch set updated for coreboot: bff6344 asus/m4a785/Kconfig: Add vgabios PCI id

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jan 12 00:31:25 CET 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8177

-gerrit

commit bff6344ead64d4b81fbc8ff8adc2f45b1d68f60f
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