From bf4f08f3b6504c876c9974ccd052f2776da9ea82 Mon Sep 17 00:00:00 2001 From: Walter Sonius Date: Fri, 4 Jul 2025 13:43:07 +0000 Subject: [PATCH] mb/hp/snb_ivb_desktops/variants/compaq_8300_elite_sff: early VGA output Recent development of the "pro_6300" variant fixed VGA output in EDK2 (MrChromebox/2502) and SeaBIOS 1.16.3 using libgfxinit by removing the following line from Kconfig "select GFX_GMA_ANALOG_I2C_HDMI_B" hinted by Keith Hui. This fix also applies to the "compaq_8300_elite_sff" variant. The VGA output without this change only works after loading the OS! Change-Id: Ifaf3df12fdde996d2842650be411a6d844f949a4 Signed-off-by: Walter Sonius Reviewed-on: https://review.coreboot.org/c/coreboot/+/88305 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/hp/snb_ivb_desktops/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/hp/snb_ivb_desktops/Kconfig b/src/mainboard/hp/snb_ivb_desktops/Kconfig index c51813b6f9..7973d7b3e8 100644 --- a/src/mainboard/hp/snb_ivb_desktops/Kconfig +++ b/src/mainboard/hp/snb_ivb_desktops/Kconfig @@ -35,7 +35,6 @@ config BOARD_HP_COMPAQ_8200_ELITE_USDT config BOARD_HP_COMPAQ_8300_ELITE_SFF select BOARD_HP_SNB_IVB_DESKTOPS_COMMON select BOARD_ROMSIZE_KB_16384 - select GFX_GMA_ANALOG_I2C_HDMI_B select SOUTHBRIDGE_INTEL_BD82X6X config BOARD_HP_COMPAQ_ELITE_8300_USDT