summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-04-16 11:13:24 +0300
committerTom Rini <trini@konsulko.com>2018-05-07 18:52:48 +0300
commit41c79775f08ad5836ae875cd21ea7ed952fa1237 (patch)
treef68531256bb3989e9d20b7823c0eafb601327ff1 /include/configs
parent486daaa618e114333d13a90b6d7fb52d75baf0c5 (diff)
downloadu-boot-41c79775f08ad5836ae875cd21ea7ed952fa1237.tar.xz
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/stm32mp1.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h
index aea0d9855b..09ec429b1f 100644
--- a/include/configs/stm32mp1.h
+++ b/include/configs/stm32mp1.h
@@ -17,6 +17,11 @@
*/
#define CONFIG_SYS_HZ 1000
+/* PSCI support */
+#define CONFIG_ARMV7_PSCI_1_0
+#define CONFIG_ARMV7_SECURE_BASE STM32_SYSRAM_BASE
+#define CONFIG_ARMV7_SECURE_MAX_SIZE STM32_SYSRAM_SIZE
+
/*
* malloc() pool size
*/