commit | 14bf25d50d934e95ffd7fc1276f9ab1e6c67bfbb | [log] [tgz] |
---|---|---|
author | macro.wave.z@gmail.com <macro.wave.z@gmail.com> | Thu Dec 08 11:58:24 2016 +0800 |
committer | York Sun <york.sun@nxp.com> | Thu Dec 15 11:57:44 2016 -0800 |
tree | 7c92a590ce69840e831fe889ddfe37158206289a | |
parent | 5cc8d6682f6bb2934f5303786af6c57e68613a79 [diff] |
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>