From 93cf2f13448bbcf77b5d041c2bf6b05d3ae41569 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Fri, 13 Oct 2023 16:18:56 +0000 Subject: [PATCH] soc/amd/mendocino: Conditionally select HAVE_FSP_LOGO_SUPPORT Indicate FSP has support to display logo when graphics initialization is done in FSP. BUG=b:294055390 TEST=Build and boot to OS in Skyrim with and without passing the BMP logo buffer from coreboot. Change-Id: I6112c03723dcbc34cb0f57c400f831c765b95115 Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/c/coreboot/+/78882 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/mendocino/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/mendocino/Kconfig b/src/soc/amd/mendocino/Kconfig index 2fcd508862..ef722804b7 100644 --- a/src/soc/amd/mendocino/Kconfig +++ b/src/soc/amd/mendocino/Kconfig @@ -17,6 +17,7 @@ config SOC_AMD_REMBRANDT_BASE select HAVE_CF9_RESET select HAVE_EM100_SUPPORT select HAVE_FSP_GOP + select HAVE_FSP_LOGO_SUPPORT if RUN_FSP_GOP select HAVE_SMI_HANDLER select IDT_IN_EVERY_STAGE select PARALLEL_MP_AP_WORK