summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIgal Liberman <igall@marvell.com>2018-02-19 19:43:22 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-02-21 17:05:59 +0200
commitd6ea93675e1d923045234bfee62c33702ca0bc3f (patch)
tree76bad0a97c7e7553f6457e50b6e446d0d9282c72 /include
parent08962b2e19a49b9100b91a5517327cac3926223b (diff)
plat: marvell: a8kp: add is_pm_fw_running routine
Power management runtime support compiled when SCP_BL2 flag is on. This patch aligns a8kp to a8km by adding is_pm_fw_running() which allows to verify if the PM firmware is loaded or not. This patch doesn't add PM support. Change-Id: I110c321ae54aa5edc14b8e92156fab3a8d2ea202 Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/50814 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/plat/marvell/a8k-p/common/plat_marvell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plat/marvell/a8k-p/common/plat_marvell.h b/include/plat/marvell/a8k-p/common/plat_marvell.h
index 10342c84..a56a1805 100644
--- a/include/plat/marvell/a8k-p/common/plat_marvell.h
+++ b/include/plat/marvell/a8k-p/common/plat_marvell.h
@@ -75,6 +75,8 @@ void marvell_bl31_plat_arch_setup(void);
/* Power management config to power off the SoC */
void *plat_get_pm_cfg(void);
+_Bool is_pm_fw_running(void);
+
/* Bootrom image recovery utility functions */
struct skip_image *plat_get_skip_image_data(void);