aboutsummaryrefslogtreecommitdiff
path: root/plat/socionext/synquacer/include
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2018-06-15 15:20:53 +0530
committerSumit Garg <sumit.garg@linaro.org>2018-06-21 11:23:13 +0530
commitb7ad04449316e114c07f4b62163293fb50fefaa8 (patch)
tree27ef06fbe4ccba84824490614b5f83da86f039c4 /plat/socionext/synquacer/include
parent053771004039479d563deb24d9aa4ca0411bbef7 (diff)
downloadtrusted-firmware-a-b7ad04449316e114c07f4b62163293fb50fefaa8.tar.gz
synquacer: Add SCPI driver
Add System Control and Power Interface (SCPI) driver which provides APIs for PSCI framework to work. SCPI driver uses MHU driver APIs to communicate with SCP firmware for various system control and power operations. Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Diffstat (limited to 'plat/socionext/synquacer/include')
-rw-r--r--plat/socionext/synquacer/include/platform_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/socionext/synquacer/include/platform_def.h b/plat/socionext/synquacer/include/platform_def.h
index 07db2b6de0..f9bc4022ca 100644
--- a/plat/socionext/synquacer/include/platform_def.h
+++ b/plat/socionext/synquacer/include/platform_def.h
@@ -56,6 +56,9 @@
#define PLAT_SQ_MHU_BASE 0x45000000
+#define PLAT_SQ_SCP_COM_SHARED_MEM_BASE 0x45400000
+#define SCPI_CMD_GET_DRAMINFO 0x1
+
#define SQ_BOOT_CFG_ADDR 0x45410000
#define PLAT_SQ_PRIMARY_CPU_SHIFT 8
#define PLAT_SQ_PRIMARY_CPU_BIT_WIDTH 6