summaryrefslogtreecommitdiff
path: root/plat/imx/imx8qm/platform.mk
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2017-10-20 00:55:04 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:08:40 +0300
commit905204763cb18b899b261fe893dd6e889e0fcb8d (patch)
treeec4bff34928db1887bfc45dd5b3f3bca6522852f /plat/imx/imx8qm/platform.mk
parenteaf27aaa2334ba02199ceeec509146dc9b775ae0 (diff)
imx8qm: add cluster power on/off for cpu hot-plug and suspend
When doing cpu hot-plug, if all CPUs in same cluster are off, then this cluster's power and CCI port can be also turned off to save power. Also add cluster and CCI low power mode request to SCFW. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'plat/imx/imx8qm/platform.mk')
-rw-r--r--plat/imx/imx8qm/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/imx/imx8qm/platform.mk b/plat/imx/imx8qm/platform.mk
index e68bfca1..d12c1a45 100644
--- a/plat/imx/imx8qm/platform.mk
+++ b/plat/imx/imx8qm/platform.mk
@@ -36,6 +36,7 @@ PLAT_GIC_SOURCES := drivers/arm/gic/v3/gicv3_helpers.c \
drivers/arm/gic/v3/gicv3_main.c \
drivers/arm/gic/common/gic_common.c \
plat/common/plat_gicv3.c \
+ plat/common/plat_psci_common.c \
plat/imx/common/plat_imx8_gic.c
BL31_SOURCES += plat/imx/common/lpuart_console.S \