From 1bc78557c3d758dae3ea34ac6f4dbdb7d881ad4d Mon Sep 17 00:00:00 2001 From: Tamas Ban Date: Fri, 16 Sep 2022 14:09:30 +0200 Subject: [PATCH] docs: add PLAT_RSS_COMMS_PAYLOAD_MAX_SIZE to porting-guide.rst Signed-off-by: Tamas Ban Change-Id: I79761347919a0dfa86a29b5424f1d34fc4ab91cb --- docs/getting_started/porting-guide.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst index c4686f6f1..be4833b48 100644 --- a/docs/getting_started/porting-guide.rst +++ b/docs/getting_started/porting-guide.rst @@ -242,6 +242,11 @@ likely to be suitable for all platform ports. Defines the maximum address in secure RAM that the BL31 image can occupy. +- **#define : PLAT_RSS_COMMS_PAYLOAD_MAX_SIZE** + + Defines the maximum message size between AP and RSS. Need to define if + platform supports RSS. + For every image, the platform must define individual identifiers that will be used by BL1 or BL2 to load the corresponding image into memory from non-volatile storage. For the sake of performance, integer numbers will be used as