From f9e57e4c5d1f4798ad876aa8d6e771178085a863 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 19 Oct 2023 11:36:44 +0100 Subject: soc/intel/apollolake: Select USE_LEGACY_8254_TIMER CB:77409 corrected what the UPD `Timer8254ClkSetting` was set to; this stopped a few boards from booting. Selecting USE_LEGACY_8254_TIMER ensures that the previous behaviour is maintained. Signed-off-by: Sean Rhodes Change-Id: Ibf898cae6c9fbaf3dc7184eee745278d9b5eade4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78504 Reviewed-by: Werner Zeh Tested-by: build bot (Jenkins) --- src/soc/intel/apollolake/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 78ec2987ce..d9e24ce3aa 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -100,6 +100,9 @@ config SOC_INTEL_GEMINILAKE if SOC_INTEL_APOLLOLAKE +config USE_LEGACY_8254_TIMER + default y + config SKIP_CSE_RBP bool default y if BOOT_DEVICE_MEMORY_MAPPED -- cgit v1.2.3