aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake/pmc.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-08-05 21:12:33 +0200
committerNico Huber <nico.h@gmx.de>2019-08-09 09:37:32 +0000
commit3e786b55463fc656fd3c23823b42b72591eb3d21 (patch)
tree76946c7658392d6ee5f046ef7edce521bc849ee0 /src/soc/intel/icelake/pmc.c
parent2fe596e6778ca1e9bc5a1f0f585604d000297426 (diff)
soc/intel: Drop pmc_soc_restore_power_failure()
Get rid of this function and its dangerous, weak implementation. Instead, call pmc_set_power_failure_state() directly from the SMI handler. Change-Id: I0718afc5db66447c93289643f9097a4257b10934 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34727 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/icelake/pmc.c')
-rw-r--r--src/soc/intel/icelake/pmc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/icelake/pmc.c b/src/soc/intel/icelake/pmc.c
index a66d01fb10..1889c4b82a 100644
--- a/src/soc/intel/icelake/pmc.c
+++ b/src/soc/intel/icelake/pmc.c
@@ -42,11 +42,6 @@ void pmc_soc_set_afterg3_en(const bool on)
write8(pmcbase + GEN_PMCON_A, reg8);
}
-void pmc_soc_restore_power_failure(void)
-{
- pmc_set_power_failure_state(false);
-}
-
static void config_deep_sX(uint32_t offset, uint32_t mask, int sx, int enable)
{
uint32_t reg;