summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t530
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2020-02-15 17:56:01 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-09 08:20:12 +0000
commit4ce52903b00efa45d2ad8cd1f886553e2b21cf91 (patch)
treeba91ff330275c5efbfc760495a9e5a97a0801f8a /src/mainboard/lenovo/t530
parent9f3e734e5c3760ff30906862a3f9ca724ea5fffb (diff)
downloadcoreboot-4ce52903b00efa45d2ad8cd1f886553e2b21cf91.tar.gz
coreboot-4ce52903b00efa45d2ad8cd1f886553e2b21cf91.tar.bz2
coreboot-4ce52903b00efa45d2ad8cd1f886553e2b21cf91.zip
3rdparty/libgfxinit: Update submodule pointer
Changes allow to use the integrated panel logic (power sequen- cing and backlight control) for more connectors. The Kconfigs GFX_GMA_PANEL_1_PORT and GFX_GMA_PANEL_2_PORT can now be set to any port, e.g. config GFX_GMA_PANEL_1_PORT default "DP3" Now that the panel logic is not tied to the `Internal` port choice anymore, we can properly split it into `LVDS` and `eDP`. This also adds Comet Lake PCI IDs which should still work the same as Kaby and Coffee Lake. Change-Id: I78b1b458ca00714dcbe7753a7beb4fb05d69986b Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38921 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r--src/mainboard/lenovo/t530/Kconfig2
-rw-r--r--src/mainboard/lenovo/t530/gma-mainboard.ads3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 233d4d3f60a6..bef0dee118b5 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -18,7 +18,7 @@ config BOARD_LENOVO_BASEBOARD_T530
select MAINBOARD_HAS_TPM1
select DRIVERS_LENOVO_HYBRID_GRAPHICS
select MAINBOARD_HAS_LIBGFXINIT
- select GFX_GMA_INTERNAL_IS_LVDS
+ select GFX_GMA_PANEL_1_ON_LVDS
select INTEL_GMA_HAVE_VBT
select MAINBOARD_USES_IFD_GBE_REGION
select DRIVERS_RICOH_RCE822 if BOARD_LENOVO_W530
diff --git a/src/mainboard/lenovo/t530/gma-mainboard.ads b/src/mainboard/lenovo/t530/gma-mainboard.ads
index e45320f36ea4..105b231e4f94 100644
--- a/src/mainboard/lenovo/t530/gma-mainboard.ads
+++ b/src/mainboard/lenovo/t530/gma-mainboard.ads
@@ -28,6 +28,7 @@ private package GMA.Mainboard is
HDMI2,
HDMI3,
Analog,
- Internal);
+ LVDS,
+ others => Disabled);
end GMA.Mainboard;