aboutsummaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-10-18 14:54:57 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-12-11 15:04:24 +0000
commitaa9ae898353a86f71abdb6ebff2da61afc3581b9 (patch)
treebf6b9899672f0432bc8855ec666e5113d79cfc7d /include/plat
parent2f48ddae740aa89dde84945bbebed26c17098af2 (diff)
downloadtrusted-firmware-a-aa9ae898353a86f71abdb6ebff2da61afc3581b9.tar.gz
SPM: Implement global response buffer helpers
This buffer is where all the responses from Secure Partitions are stored until they are requested. Change-Id: Iafeb8f0848c5ff6f3e187060cd3a47702484dc45 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/arm/common/arm_spm_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plat/arm/common/arm_spm_def.h b/include/plat/arm/common/arm_spm_def.h
index 5c7ca90aba..bf3cb8fa03 100644
--- a/include/plat/arm/common/arm_spm_def.h
+++ b/include/plat/arm/common/arm_spm_def.h
@@ -139,5 +139,6 @@
#define PLAT_SPM_SERVICES_MAX U(30)
#define PLAT_SPCI_HANDLES_MAX_NUM U(20)
+#define PLAT_SPM_RESPONSES_MAX U(30)
#endif /* ARM_SPM_DEF_H */