From ba252075f38e55d1736954ef05a4e3a4a6935a15 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 16 Oct 2016 17:20:35 +0200 Subject: [PATCH] UPSTREAM: nb/i945/Kconfig: select the correct VGA_BIOS_ID for 945GC BUG=None BRANCH=None TEST=None Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/17040 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Paul Menzel Change-Id: I48ae27c5460020b9118e6ade1a3e610b542999c7 Reviewed-on: https://chromium-review.googlesource.com/402384 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- 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 6e8d35bdac..e68a01af6e 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