summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/ls102xa/Makefile
diff options
context:
space:
mode:
authorWang Dongsheng <dongsheng.wang@freescale.com>2015-06-04 12:01:09 +0800
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:38 -0700
commit340848b1853fde95991cb76fee78a69eafd83335 (patch)
treeff8b525593d82016739d61f9bcd32090e30a411f /arch/arm/cpu/armv7/ls102xa/Makefile
parent972af2ab515fe0d0a39271966c9c6df0d9349f37 (diff)
downloadtalos-obmc-uboot-340848b1853fde95991cb76fee78a69eafd83335.tar.gz
talos-obmc-uboot-340848b1853fde95991cb76fee78a69eafd83335.zip
arm/ls102xa: Add PSCI support for ls102xa
Base on PSCI services, implement CPU_ON/CPU_OFF for ls102xa platform. Tested on LS1021AQDS, LS1021ATWR. Test CPU hotplug times: 60K Test kernel boot times: 1.2K Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com> Acked-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv7/ls102xa/Makefile')
-rw-r--r--arch/arm/cpu/armv7/ls102xa/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/ls102xa/Makefile b/arch/arm/cpu/armv7/ls102xa/Makefile
index 2e6a20757f..2d55782749 100644
--- a/arch/arm/cpu/armv7/ls102xa/Makefile
+++ b/arch/arm/cpu/armv7/ls102xa/Makefile
@@ -12,3 +12,7 @@ obj-y += fsl_epu.o
obj-$(CONFIG_OF_LIBFDT) += fdt.o
obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
obj-$(CONFIG_SPL) += spl.o
+
+ifdef CONFIG_ARMV7_PSCI
+obj-y += psci.o
+endif
OpenPOWER on IntegriCloud