From 0c60652a5137e25f3cacddc79dee13936be26325 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 14 Sep 2024 15:15:50 -0500 Subject: [PATCH] mb/google/dedede: Deselect INTEL_CRASHLOG Jasperlake FSP does not properly support the crashlog fearture, and selecting this option significantly impacts boot time negatively by an order of magnitude (~10s vs ~1s) and breaks USB detection in edk2 payload; inability to properly enumerate USB devices is almost certainly the cause of the increased boot time. TEST=build/boot google/maglia, verify boot time normal (~1s) and USB detection working as expected with multiple USB devices connected. Change-Id: I53be4befe9a04bdaece21f40f93af6599baa7e0b Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/84359 Reviewed-by: Sean Rhodes Tested-by: build bot (Jenkins) Reviewed-by: Sowmya Aralguppe --- src/mainboard/google/dedede/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index d6d41368c8..cb61eccb39 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -33,7 +33,6 @@ config BOARD_GOOGLE_BASEBOARD_DEDEDE select SOC_INTEL_COMMON_BLOCK_IPU select SOC_INTEL_CSE_LITE_SKU select SOC_INTEL_JASPERLAKE - select SOC_INTEL_CRASHLOG select SPI_FLASH_SMM config BOARD_GOOGLE_AWASUKI