commit | 6a66c9b84efafc4cc4696e2c0b71a0809711d297 | [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 | d8f5af984259b0ca2e81dea1d1a00f35a0d6accd [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>