summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-02-16 20:27:49 -0600
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-19 18:06:30 +0000
commit320adcbe3522bf310735db5a108609df102245f7 (patch)
tree540767039655aa0c9ea0326ab346cb25d615b744
parent60acd827b3ed172fc41e6ef8fbb7ede6baa9a49b (diff)
downloadcoreboot-320adcbe3522bf310735db5a108609df102245f7.tar.gz
coreboot-320adcbe3522bf310735db5a108609df102245f7.tar.bz2
coreboot-320adcbe3522bf310735db5a108609df102245f7.zip
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 <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80602 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r--src/mainboard/purism/librem_cnl/Kconfig1
1 files changed, 0 insertions, 1 deletions
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