[coreboot-gerrit] New patch to review for coreboot: nb/i945/Kconfig: select the correct VGA_BIOS_ID for 945GC

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sun Oct 16 17:21:55 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17040

-gerrit

commit 10f62ca89972ec2f69561103dc3d9290430b9adf
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Oct 16 17:20:35 2016 +0200

    nb/i945/Kconfig: select the correct VGA_BIOS_ID for 945GC
    
    Change-Id: I48ae27c5460020b9118e6ade1a3e610b542999c7
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/northbridge/intel/i945/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index 6e8d35b..e68a01a 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -38,7 +38,8 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
 
 config VGA_BIOS_ID
 	string
-	default "8086,27a2"
+	default "8086,27a2" if NORTHBRIDGE_INTEL_SUBTYPE_I945GM
+	default "8086,2772" if NORTHBRIDGE_INTEL_SUBTYPE_I945GC
 
 config CHANNEL_XOR_RANDOMIZATION
 	bool



More information about the coreboot-gerrit mailing list