Kilian Neuner has uploaded a new patch set (#12) to the change originally created by Alexander Couzens. ( https://review.coreboot.org/c/coreboot/+/28950 )
Change subject: lenovo/x230: introduce FHD variant ......................................................................
lenovo/x230: introduce FHD variant
There is a modification for the x230 which uses the 2nd DP from the dock as the integrated panel's connection, which allows using a Full HD (FHD) eDP panel instead of the stock LVDS display.
To make this work with coreboot, the internal LVDS connector should be disabled in libgfxinit. The VBT has been modified as well, which allows brightness controls to work out of the box.
The modifications done to the VBT are: - Remove the LVDS port entry. - Move the DP-3 (which is the 2nd DP on the dock) entry to the first position on the list. - Set the DP-3 as internally connected.
This has been reported to work with panel LP125WF2 SPB4.
Change-Id: I0355d39a61956792e69bccd5274cfc2749d72bf0 Signed-off-by: Alexander Couzens lynxis@fe80.eu --- M src/mainboard/lenovo/x230/Kconfig M src/mainboard/lenovo/x230/Kconfig.name A src/mainboard/lenovo/x230/variants/x230_fhd/board_info.txt A src/mainboard/lenovo/x230/variants/x230_fhd/data.vbt A src/mainboard/lenovo/x230/variants/x230_fhd/early_init.c A src/mainboard/lenovo/x230/variants/x230_fhd/gma-mainboard.ads A src/mainboard/lenovo/x230/variants/x230_fhd/gpio.c A src/mainboard/lenovo/x230/variants/x230_fhd/hda_verb.c A src/mainboard/lenovo/x230/variants/x230_fhd/overridetree.cb 9 files changed, 448 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/28950/12