summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks/pmclib.h
diff options
context:
space:
mode:
authorShaunak Saha <shaunak.saha@intel.com>2017-09-28 15:13:05 -0700
committerAaron Durbin <adurbin@chromium.org>2017-10-02 22:32:51 +0000
commit25cc76ff48d36f2718dbcce152424c60cda1ffc3 (patch)
treee5ce94848581221390b8626ce3e25b50f27821b9 /src/soc/intel/common/block/include/intelblocks/pmclib.h
parent1760cd3eb44ad123b6d3e3e295cdbf43f9465db1 (diff)
downloadcoreboot-25cc76ff48d36f2718dbcce152424c60cda1ffc3.tar.xz
soc/intel/common/block: Move power button SMI functions to common PMC block
This patch moves the functions update_pm1_enable and read_pm1_enable to common block PMC. We rename the functions to pmc_update_pm1_enable and pmc_read_pm1_enable to keep semantics consistent. Change-Id: I9a73a6348fc22367ee2e68bf2c31823ebfefc525 Signed-off-by: Shaunak Saha <shaunak.saha@intel.com> Reviewed-on: https://review.coreboot.org/21755 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks/pmclib.h')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/pmclib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/pmclib.h b/src/soc/intel/common/block/include/intelblocks/pmclib.h
index 4093599aca..fe0a7657e3 100644
--- a/src/soc/intel/common/block/include/intelblocks/pmclib.h
+++ b/src/soc/intel/common/block/include/intelblocks/pmclib.h
@@ -42,6 +42,11 @@ uint32_t soc_get_smi_status(uint32_t generic_sts);
*/
int soc_prev_sleep_state(const struct chipset_power_state *ps,
int prev_sleep_state);
+
+/* PM1 */
+void pmc_update_pm1_enable(uint16_t events);
+uint16_t pmc_read_pm1_enable(void);
+
/*
* Function to print, clear, and return SMI status bits in SMI_STS
* register. This function internally calls pmc_reset_smi_status with