commit | d4da3dd7f9eb7b6eff1efff68b3149c460106bf1 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Tue Jul 27 13:46:07 2021 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Wed Aug 04 17:10:53 2021 +0100 |
tree | f05d3aa7d5269a468b472b03051f58e9f15c26b3 | |
parent | e06029001c18262bae8d3ef4ef8b3e66e2e3f3a1 [diff] |
fix(ff-a): set r4-7 to MBZ in ffa_rxtx_map wrapper Signed-off-by: Daniel Boulby <daniel.boulby@arm.com> Change-Id: I806ea1d3127f57cf5d41b1429fcd0a6a8653af4a
diff --git a/tftf/tests/runtime_services/secure_service/ffa_helpers.c b/tftf/tests/runtime_services/secure_service/ffa_helpers.c index 2660edb..2220148 100644 --- a/tftf/tests/runtime_services/secure_service/ffa_helpers.c +++ b/tftf/tests/runtime_services/secure_service/ffa_helpers.c
@@ -387,7 +387,11 @@ .fid = FFA_RXTX_MAP_SMC64, .arg1 = send, .arg2 = recv, - .arg3 = pages + .arg3 = pages, + .arg4 = FFA_PARAM_MBZ, + .arg5 = FFA_PARAM_MBZ, + .arg6 = FFA_PARAM_MBZ, + .arg7 = FFA_PARAM_MBZ }; return tftf_smc(&args);