[coreboot-gerrit] New patch to review for coreboot: 83e55a4 Add IGD "8086, 2772" string for 945G/945GZ/945GC/945P/945PL

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun Jul 6 22:55:04 CEST 2014


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6192

-gerrit

commit 83e55a43a7bb53fb514d497222fe98e32887b642
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun Jul 6 22:53:14 2014 +0200

    Add IGD "8086,2772" string for 945G/945GZ/945GC/945P/945PL
    
    Change-Id: I263eeba8fcfdfe9253449913bb46956c796ac825
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 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 360b2ab..99ea1fd 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -41,7 +41,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