aboutsummaryrefslogtreecommitdiff
path: root/include/services
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2017-12-01 09:44:21 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2017-12-05 10:31:21 +0000
commit756a2a0e473068f90cae949fd878f9dada263d34 (patch)
tree6f72656b41cab2530135631c8c87896c0b038e5f /include/services
parentfa0ed2b9eb8ee20c851667cebac8a39f53415e5b (diff)
downloadtrusted-firmware-a-756a2a0e473068f90cae949fd878f9dada263d34.tar.gz
SPM: Rename SP_COMMUNICATE macros
Rename SP_COMMUNICATE_AARCH32/AARCH64 into MM_COMMUNICATE_AARCH32/AARCH64 to align with the MM specification [1]. [1] http://infocenter.arm.com/help/topic/com.arm.doc.den0060a/DEN0060A_ARM_MM_Interface_Specification.pdf Change-Id: I478aa4024ace7507d14a5d366aa8e20681075b03 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'include/services')
-rw-r--r--include/services/spm_svc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/services/spm_svc.h b/include/services/spm_svc.h
index 30e760baf2..738979eb27 100644
--- a/include/services/spm_svc.h
+++ b/include/services/spm_svc.h
@@ -59,8 +59,8 @@
#define SP_VERSION_AARCH64 U(0xC4000040)
#define SP_VERSION_AARCH32 U(0x84000040)
-#define SP_COMMUNICATE_AARCH64 U(0xC4000041)
-#define SP_COMMUNICATE_AARCH32 U(0x84000041)
+#define MM_COMMUNICATE_AARCH64 U(0xC4000041)
+#define MM_COMMUNICATE_AARCH32 U(0x84000041)
/* SPM error codes. */
#define SPM_SUCCESS 0