Attention is currently required from: Intel coreboot Reviewers, Jayvik Desai, Kapil Porwal, Pranava Y N.
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87284?usp=email )
Change subject: soc/intel/pantherlake: Remove implicit VBOOT_MUST_REQUEST_DISPLAY selection ......................................................................
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 subratabanik@google.com --- M src/soc/intel/pantherlake/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/87284/1
diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index 36417db..1e956d1 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -300,7 +300,6 @@ default 0x7fff
config VBOOT - select VBOOT_MUST_REQUEST_DISPLAY select VBOOT_SEPARATE_VERSTAGE select VBOOT_STARTS_IN_BOOTBLOCK select VBOOT_VBNV_CMOS