Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27512
Change subject: drivers/intel/gma: Default to LVDS for Internal on NEHALEM
......................................................................
drivers/intel/gma: Default to LVDS for Internal on NEHALEM
Devices using NORTHBRIDGE_INTEL_NEHALEM have an ironlake IGD which does not
support eDP, therefore default to LVDS.
Change-Id: I669c7793a6f78d72899df21b74b9314ef39a29af
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/drivers/intel/gma/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/27512/1
diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig
index 1b9c2a6..10ccf71 100644
--- a/src/drivers/intel/gma/Kconfig
+++ b/src/drivers/intel/gma/Kconfig
@@ -95,7 +95,7 @@
config GFX_GMA_INTERNAL_IS_LVDS
bool
- default y if NORTHBRIDGE_INTEL_GM45
+ default y if NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_NEHALEM
default n
config GFX_GMA_INTERNAL_PORT
--
To view, visit https://review.coreboot.org/27512
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I669c7793a6f78d72899df21b74b9314ef39a29af
Gerrit-Change-Number: 27512
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/27507 )
Change subject: mb/google/poppy/variant/nami: Fix vbt ssf setting for panel T8/T10
......................................................................
Patch Set 2: Code-Review-1
Please add this vbt file to the mainboard dir.
--
To view, visit https://review.coreboot.org/27507
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I642a1aa0b2d13b33e6113f94e73dfc77834766d4
Gerrit-Change-Number: 27507
Gerrit-PatchSet: 2
Gerrit-Owner: TH Lin <t.h_lin(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane.chen(a)intel.com>
Gerrit-Reviewer: TH Lin <t.h_lin(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 17 Jul 2018 10:43:07 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes