commit | e020737351cb0ffab54f1b0ae3a1218c763ee7a7 | [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 | df92f52723f29393ce992dba176cf558302bfcf5 [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>