SPM: Add mailbox agent support in SFN model
Currently, the mailbox agent only supports IPC model.
This patch enables mailbox agent in SFN model. Unlike
IPC model, the reply request is handled as a sync one.
This patch covers the default dual-core routine and the
RSS routine.
Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
Change-Id: I1035d81aa2427d2e58acaa187b44bbcef275426c
diff --git a/docs/configuration/index.rst b/docs/configuration/index.rst
index b8a87b4..28ed681 100644
--- a/docs/configuration/index.rst
+++ b/docs/configuration/index.rst
@@ -257,6 +257,15 @@
|PLATFORM_NV_COUNTER_MODULE_DISABLED | Component | 0 |
+-------------------------------------+-----------+------------+
+NS Agent Mailbox Secure Partition
+=================================
++-------------------------------------+-----------+------------+
+| Options | Type | Base Value |
++=====================================+===========+============+
+|NS_AGENT_MAILBOX_STACK_SIZE | Component | 0x800 |
++-------------------------------------+-----------+------------+
+
+
Secure Partition Manager
========================
+----------------------------------------+-----------+-------------+