summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx7/Makefile
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-10-23 10:13:04 +0800
committerStefano Babic <sbabic@denx.de>2015-11-12 17:31:16 +0100
commit7de4703691498e18c58f375d724818e4d0db6223 (patch)
tree080824ec20f880eda1c4500ee33a11b14107aca0 /arch/arm/cpu/armv7/mx7/Makefile
parentd47cb0b61aa9e268f140455b2bc4421ae9e0b4bc (diff)
downloadblackbird-obmc-uboot-7de4703691498e18c58f375d724818e4d0db6223.tar.gz
blackbird-obmc-uboot-7de4703691498e18c58f375d724818e4d0db6223.zip
mx7: psci: add basic psci support
1. add basic psci support for imx7 chip. 2. support cpu_on and cpu_off. 3. switch to non-secure mode when boot linux kernel. 4. set csu allow accessing all peripherial register in non-secure mode. Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx7/Makefile')
-rw-r--r--arch/arm/cpu/armv7/mx7/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/Makefile b/arch/arm/cpu/armv7/mx7/Makefile
index e6ecef010c..d21f87f18c 100644
--- a/arch/arm/cpu/armv7/mx7/Makefile
+++ b/arch/arm/cpu/armv7/mx7/Makefile
@@ -6,3 +6,7 @@
#
obj-y := soc.o clock.o clock_slice.o
+
+ifdef CONFIG_ARMV7_PSCI
+obj-y += psci-mx7.o psci.o
+endif
OpenPOWER on IntegriCloud