Hello Alexander Couzens,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/38921
to review the following change.
Change subject: [WIP] 3rdparty/libgfxinit: Update submodule pointer ......................................................................
[WIP] 3rdparty/libgfxinit: Update submodule pointer
Waiting for libgfxinit changes to land.
Changes allow to use the integrated panel logic (power sequencing and backlight control) for more connectors.
Change-Id: I78b1b458ca00714dcbe7753a7beb4fb05d69986b Signed-off-by: Nico Huber nico.huber@secunet.com --- M 3rdparty/libgfxinit M src/drivers/intel/gma/Kconfig 2 files changed, 7 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/38921/1
diff --git a/3rdparty/libgfxinit b/3rdparty/libgfxinit index fe7985f..b4ddd3c 160000 --- a/3rdparty/libgfxinit +++ b/3rdparty/libgfxinit @@ -1 +1 @@ -Subproject commit fe7985f2a0692bc773d470a92ec54d22d3c12e4b +Subproject commit b4ddd3c36516fc00fd55f12d0631ca6eee123039 diff --git a/src/drivers/intel/gma/Kconfig b/src/drivers/intel/gma/Kconfig index 2071351..6c25aee 100644 --- a/src/drivers/intel/gma/Kconfig +++ b/src/drivers/intel/gma/Kconfig @@ -102,11 +102,15 @@ default "Ironlake" if NORTHBRIDGE_INTEL_NEHALEM || NORTHBRIDGE_INTEL_SANDYBRIDGE default "G45" if NORTHBRIDGE_INTEL_GM45 || NORTHBRIDGE_INTEL_X4X
-config GFX_GMA_INTERNAL_PORT +config GFX_GMA_PANEL_1_PORT string - default "DP" if GFX_GMA_INTERNAL_IS_EDP + default "eDP" if GFX_GMA_INTERNAL_IS_EDP default "LVDS"
+config GFX_GMA_PANEL_2_PORT + string + default "" + config GFX_GMA_ANALOG_I2C_PORT string default "PCH_HDMI_B" if GFX_GMA_ANALOG_I2C_HDMI_B