summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2023-10-19 11:36:44 +0100
committerSean Rhodes <sean@starlabs.systems>2023-10-26 10:24:43 +0000
commitf9e57e4c5d1f4798ad876aa8d6e771178085a863 (patch)
tree5eb263e5e7ef3f1a84293d8885c21546dd5b3ba5
parent1087a17edc4d1b02e57ddd4fcaf7c5fade174c79 (diff)
downloadcoreboot-f9e57e4c5d1f4798ad876aa8d6e771178085a863.tar.gz
coreboot-f9e57e4c5d1f4798ad876aa8d6e771178085a863.tar.bz2
coreboot-f9e57e4c5d1f4798ad876aa8d6e771178085a863.zip
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 <sean@starlabs.systems> Change-Id: Ibf898cae6c9fbaf3dc7184eee745278d9b5eade4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78504 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/apollolake/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 78ec2987ce4e..d9e24ce3aa90 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