commit | 41c79775f08ad5836ae875cd21ea7ed952fa1237 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Apr 16 10:13:24 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 07 11:52:48 2018 -0400 |
tree | f68531256bb3989e9d20b7823c0eafb601327ff1 | |
parent | 486daaa618e114333d13a90b6d7fb52d75baf0c5 [diff] |
arm: stm32mp1: add PSCI support Add PSCI v1.0 support for Linux and manage PSCI state for each CPU (affinity 0 level) with all mandatory functions: - PSCI_VERSION - CPU_SUSPEND - CPU_OFF - CPU_ON - AFFINITY_INFO - SYSTEM_OFF - SYSTEM_RESET - PSCI_FEATURES and 1 optional to avoid Linux warning - MIGRATE_INFO_TYPE Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com>