[coreboot-gerrit] New patch to review for coreboot: 126bdf7 gm45: Set default VGA PCIID.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Aug 10 21:58:39 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6586

-gerrit

commit 126bdf783672225e4f1db86cee4c5610dd122a9e
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Aug 10 21:58:23 2014 +0200

    gm45: Set default VGA PCIID.
    
    Change-Id: I2eba1ca27c1f8181a9c6288f6794922915575790
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/gm45/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index 5ce56d9..86249cc2 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -34,4 +34,8 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
 	string
 	default "northbridge/intel/gm45/bootblock.c"
 
+config VGA_BIOS_ID
+	string
+	default "8086,2a42"
+
 endif



More information about the coreboot-gerrit mailing list