]> git.sur5r.net Git - u-boot/commit
ARMv7: PSCI: add PSCI v1.0 functions skeleton
authorHongbo Zhang <hongbo.zhang@nxp.com>
Thu, 21 Jul 2016 10:09:36 +0000 (18:09 +0800)
committerYork Sun <york.sun@nxp.com>
Tue, 26 Jul 2016 16:02:39 +0000 (09:02 -0700)
commit116339d460f79911d1b87fa65753d966aaf8b7b9
tree2ae7f4eedddd24ba5dd4c88e1e5e43bbaa50284a
parent9d3b8bd166e6c23ab83d0dcd49d81c6f0bf39e17
ARMv7: PSCI: add PSCI v1.0 functions skeleton

This patch adds all the PSCI v1.0 functions in to the common framework, with
all the functions returning "not implemented" by default, as a common framework
all the dummy functions are added here, it is up to every platform developer to
decide which version of PSCI and which functions to implement.

Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com>
Signed-off-by: Wang Dongsheng <dongsheng.wang@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv7/psci.S
arch/arm/include/asm/psci.h