diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2021-09-27 18:45:10 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-10-17 13:57:53 +0000 |
commit | 6eaffcdbb13b13aad20a4ea0f06f361432daf713 (patch) | |
tree | 2ffbb6a747f34f86088f6acf3eab48200366e687 /src/soc/intel/common/block/include/intelblocks | |
parent | 01b3c40bfef5f5789a8521da766be8792eeb06c2 (diff) |
soc/intel: implement ACPI timer disabling per SoC and drop common code
Since it's just a one-liner, implement disabling of the ACPI timer in
soc code. This reduces complexity.
Change-Id: I434ea87d00f6e919983d9229f79d4adb352fbf27
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58020
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks')
-rw-r--r-- | src/soc/intel/common/block/include/intelblocks/pmclib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/pmclib.h b/src/soc/intel/common/block/include/intelblocks/pmclib.h index 4972a09f8b..bb38204718 100644 --- a/src/soc/intel/common/block/include/intelblocks/pmclib.h +++ b/src/soc/intel/common/block/include/intelblocks/pmclib.h @@ -251,9 +251,6 @@ void pmc_set_power_failure_state(bool target_on); uint8_t get_pm_pwr_cyc_dur(uint8_t slp_s4_min_assert, uint8_t slp_s3_min_assert, uint8_t slp_a_min_assert, uint8_t pm_pwr_cyc_dur); -/* Disabling ACPI PM timer to ensure switches off TCO and necessary of XTAL OSC shutdown */ -void pmc_disable_acpi_timer(void); - /* API to set ACPI mode */ void pmc_set_acpi_mode(void); |