
On 04/18/2017 10:42 PM, Yuantian Tang wrote:
PSCI can be used on both multiple and single core socs. Current implementation only allows PSCI to work on multiple core socs. This patch removes this restriction so that PSCI can work on single core socs as well.
Signed-off-by: Chenhui Zhao chenhui.zhao@nxp.com Signed-off-by: Tang Yuantian andy.tang@nxp.com
v3:
- replace printf with debug
v2:
- refine the title and commit message
arch/arm/cpu/armv8/cpu-dt.c | 13 +++------- arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 35 ++++++++++++--------------- arch/arm/cpu/armv8/sec_firmware.c | 2 +- arch/arm/include/asm/arch-fsl-layerscape/mp.h | 4 +++ arch/arm/include/asm/armv8/sec_firmware.h | 7 ++++++ 5 files changed, 31 insertions(+), 30 deletions(-)
Applied to fsl-qoriq master. Thanks.
York