Maxim Polyakov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39104 )
Change subject: mb/asrock/h110m: add libgfxinit support ......................................................................
Patch Set 15:
(3 comments)
https://review.coreboot.org/c/coreboot/+/39104/10//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39104/10//COMMIT_MSG@7 PS10, Line 7: mb/asrock/h110m: add libgfxinit support
You can add `DP2, HDMI2, Internal` (the latter will be `eDP` in the future) […]
Unfortunately VGA works on Windows only.
https://review.coreboot.org/c/coreboot/+/39104/13//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/39104/13//COMMIT_MSG@14 PS13, Line 14: - EDP_TXN[2] -> EDP_VGA_TX0# : - EDP_TXN[3] -> EDP_VGA_TX1# : - EDP_TXP[2] -> EDP_VGA_TX0 : - EDP_TXP[2] -> EDP_VGA_TX1
Where does this come from?
boardview
https://review.coreboot.org/c/coreboot/+/39104/13/src/mainboard/asrock/h110m... File src/mainboard/asrock/h110m/gma-mainboard.ads:
https://review.coreboot.org/c/coreboot/+/39104/13/src/mainboard/asrock/h110m... PS13, Line 12: (DP2, -- DVI (DDI2) : HDMI3, -- HDMI (DDI3) : eDP, -- eDP->VGA (PTN3356R1BS) : others => Disabled);
On SKL/KBL-S there are three DDIs plus one eDP port. […]
Done