ARMv8: Add basic PSCI framework
authormacro.wave.z@gmail.com <macro.wave.z@gmail.com>
Thu, 8 Dec 2016 03:58:24 +0000 (11:58 +0800)
committerYork Sun <york.sun@nxp.com>
Thu, 15 Dec 2016 19:57:44 +0000 (11:57 -0800)
commit14bf25d50d934e95ffd7fc1276f9ab1e6c67bfbb
tree7c92a590ce69840e831fe889ddfe37158206289a
parent5cc8d6682f6bb2934f5303786af6c57e68613a79
ARMv8: Add basic PSCI framework

This patch introduces a generic ARMv8 PSCI framework, with all functions
returning a dummy ARM_PSCI_RET_NI (Not Implemented), then it is up to each
platform to implement their own functions based on this framework.

Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv8/Kconfig
arch/arm/cpu/armv8/Makefile
arch/arm/cpu/armv8/psci.S [new file with mode: 0644]
arch/arm/include/asm/psci.h