From e5af2c6585114cba66fa039d8a7f69c4679d12af Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 11 Apr 2025 23:07:52 +0530 Subject: [PATCH] soc/intel/pantherlake: Remove implicit VBOOT_MUST_REQUEST_DISPLAY selection The explicit selection of `CONFIG_VBOOT_MUST_REQUEST_DISPLAY` for Panther Lake SoC has been removed. Panther Lake platforms inherently enable display across all boot modes (normal, developer, recovery) when vboot is active. Therefore, explicitly selecting `VBOOT_MUST_REQUEST_DISPLAY` becomes redundant, especially when `VBOOT_ALWAYS_ENABLE_DISPLAY` is enabled due to the selection of `BMP_LOGO` for ChromeOS devices. TEST=Able to perform ec sync without any additional reboots. Change-Id: Ifa222d6910664a22eacdb6fea54e73b099ca96d1 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/87284 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/soc/intel/pantherlake/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index 6e7cc3f1cc..b325aaf4c7 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -304,7 +304,6 @@ config SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL default 0x7fff config VBOOT - select VBOOT_MUST_REQUEST_DISPLAY select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK select VBOOT_VBNV_CMOS