From dc2d07cf42de41f51799b4269b15b8607c97b751 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 18 Mar 2020 09:08:11 +0100 Subject: mb/hp/z220: Fix VGA graphics init The VGA port has the DDC on port B. Select the correct Kconfig and fix graphics init failing on VGA. Tested on HP Z220, libgfxinit reports success and SeaBIOS is displayed on the connected VGA monitor. Change-Id: Ie5ec1a2d4606a21e1dc4217ff6fefe5ee35ac543 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/39629 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Paul Menzel --- src/mainboard/hp/z220_sff_workstation/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/hp/z220_sff_workstation') diff --git a/src/mainboard/hp/z220_sff_workstation/Kconfig b/src/mainboard/hp/z220_sff_workstation/Kconfig index 8f28baf82d..82a956263c 100644 --- a/src/mainboard/hp/z220_sff_workstation/Kconfig +++ b/src/mainboard/hp/z220_sff_workstation/Kconfig @@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS select SUPERIO_NUVOTON_NPCD378 select MAINBOARD_HAS_LIBGFXINIT select INTEL_GMA_HAVE_VBT + select GFX_GMA_ANALOG_I2C_HDMI_B config VBOOT select VBOOT_VBNV_CMOS -- cgit v1.2.3