[coreboot-gerrit] Change in coreboot[master]: [NOTFORMERGE] nb/intel/i945: Set INTEL_EDID as an option

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Sat Apr 8 10:05:03 CEST 2017


HAOUAS Elyes has uploaded a new change for review. ( https://review.coreboot.org/19217 )

Change subject: [NOTFORMERGE] nb/intel/i945: Set INTEL_EDID as an option
......................................................................

[NOTFORMERGE] nb/intel/i945: Set INTEL_EDID as an option

Regarding the datasheet for 82945G/82945GZ/82945GC...
82945P and 82945PL do not have an Integrated Graphics Device

Change-Id: I0cdf604ff5885e4cf32f21c8ace0a994aff9f1b0
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/intel/i945/Kconfig
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/19217/1

diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index 98ed630..d766c49 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -26,7 +26,6 @@
 	select INTEL_GMA_ACPI
 	select INTEL_GMA_SSC_ALTERNATE_REF
 	select RELOCATABLE_RAMSTAGE
-	select INTEL_EDID
 
 config NORTHBRIDGE_INTEL_SUBTYPE_I945GC
 	def_bool n
@@ -37,6 +36,10 @@
 	string
 	default "northbridge/intel/i945/bootblock.c"
 
+config INTEL_EDID
+	bool
+	default y
+
 config VGA_BIOS_ID
 	string
 	default "8086,27a2" if NORTHBRIDGE_INTEL_SUBTYPE_I945GM

-- 
To view, visit https://review.coreboot.org/19217
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cdf604ff5885e4cf32f21c8ace0a994aff9f1b0
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>



More information about the coreboot-gerrit mailing list