summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/finalize.c
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-10-04 14:34:41 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-10-19 07:09:12 +0000
commit4e8baf9202a3de5dafeb1e26f95ded999ed5c667 (patch)
treefd8c458ad2c65d734b9003d3f9b18baaee26caa3 /src/soc/intel/skylake/finalize.c
parent4b6ff98e84832bbdaab002dc6d5c860ec3b37ad5 (diff)
downloadcoreboot-4e8baf9202a3de5dafeb1e26f95ded999ed5c667.tar.gz
coreboot-4e8baf9202a3de5dafeb1e26f95ded999ed5c667.tar.bz2
coreboot-4e8baf9202a3de5dafeb1e26f95ded999ed5c667.zip
soc/intel/*: drop useless XTAL shutdown qualification code
The XTAL shutdown (dis)qualification bit already unconditionally gets set to 1 by FSP for these platforms, making this code redundant. Change-Id: I7fa4afb0de2af1814e5b91c152d82d7ead310338 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46016 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake/finalize.c')
-rw-r--r--src/soc/intel/skylake/finalize.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/skylake/finalize.c b/src/soc/intel/skylake/finalize.c
index ff3218981a1f..9edc7a2e1891 100644
--- a/src/soc/intel/skylake/finalize.c
+++ b/src/soc/intel/skylake/finalize.c
@@ -73,10 +73,6 @@ static void pch_finalize_script(struct device *dev)
if (config->PmTimerDisabled)
pmc_disable_acpi_timer();
- /* Disable XTAL shutdown qualification for low power idle. */
- if (config->s0ix_enable)
- pmc_ignore_xtal_shutdown();
-
/* we should disable Heci1 based on the devicetree policy */
if (config->HeciEnabled == 0)
pch_disable_heci();