From 320adcbe3522bf310735db5a108609df102245f7 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 16 Feb 2024 20:27:49 -0600 Subject: mb/purism/librem_cnl: Drop selection of USE_LEGACY_8254_TIMER It's not needed other than for booting w/SeaBIOS, where it is already selected by default, and enabling it with edk2 payload prevents Linux/ Windows from fully entering S0ix. TEST=build/boot purism/librem_cnl (Mini v2), verify Win11/Linux able to enter and exit S0ix properly. Change-Id: I974a82bedc4e06f48ce801f2bc0c29afbd80ffcf Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/80602 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Felix Singer --- src/mainboard/purism/librem_cnl/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/purism/librem_cnl/Kconfig b/src/mainboard/purism/librem_cnl/Kconfig index 24413b2ddb04..ab6a67f48dc7 100644 --- a/src/mainboard/purism/librem_cnl/Kconfig +++ b/src/mainboard/purism/librem_cnl/Kconfig @@ -13,7 +13,6 @@ config BOARD_PURISM_BASEBOARD_LIBREM_CNL select SOC_INTEL_COMMON_BLOCK_HDA_VERB select SPD_CACHE_IN_FMAP select SPD_READ_BY_WORD - select USE_LEGACY_8254_TIMER config BOARD_PURISM_LIBREM_MINI select BOARD_PURISM_BASEBOARD_LIBREM_CNL -- cgit v1.2.3