aboutsummaryrefslogtreecommitdiff
path: root/plat/arm
diff options
context:
space:
mode:
authorMaksims Svecovs <maksims.svecovs@arm.com>2021-05-06 14:17:00 +0100
committerMaksims Svecovs <maksims.svecovs@arm.com>2021-07-22 14:21:41 +0100
commitbb320dbc4751f7ea0c37ffba07d14628e58081d0 (patch)
tree3bfe9de7094b463e286517dcde41d007b06aab72 /plat/arm
parentc791113776c91e13c930d7b3e1081a3902e4c856 (diff)
downloadtrusted-firmware-a-bb320dbc4751f7ea0c37ffba07d14628e58081d0.tar.gz
feat(ff-a): change manifest messaging method
Align documentation with changes of messaging method for partition manifest: - Bit[0]: support for receiving direct message requests - Bit[1]: support for sending direct messages - Bit[2]: support for indirect messaging - Bit[3]: support for managed exit Change the optee_sp_manifest to align with the new messaging method description. Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: I333e82c546c03698c95f0c77293018f8dca5ba9c
Diffstat (limited to 'plat/arm')
-rw-r--r--plat/arm/board/fvp/fdts/optee_sp_manifest.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/board/fvp/fdts/optee_sp_manifest.dts b/plat/arm/board/fvp/fdts/optee_sp_manifest.dts
index 928d0d3bf5..07235b0203 100644
--- a/plat/arm/board/fvp/fdts/optee_sp_manifest.dts
+++ b/plat/arm/board/fvp/fdts/optee_sp_manifest.dts
@@ -25,7 +25,7 @@
entrypoint-offset = <0x1000>;
xlat-granule = <0>; /* 4KiB */
boot-order = <0>;
- messaging-method = <0>; /* Direct messaging only */
+ messaging-method = <3>; /* Direct messaging only */
run-time-model = <1>; /* Run to completion */
/* Boot protocol */