diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-10-19 11:36:44 +0100 |
---|---|---|
committer | Sean Rhodes <sean@starlabs.systems> | 2023-10-26 10:24:43 +0000 |
commit | f9e57e4c5d1f4798ad876aa8d6e771178085a863 (patch) | |
tree | 5eb263e5e7ef3f1a84293d8885c21546dd5b3ba5 /src/soc/intel | |
parent | 1087a17edc4d1b02e57ddd4fcaf7c5fade174c79 (diff) |
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>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |