summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Toth <gabor.toth2@arm.com>2023-03-03 12:23:45 +0100
committerJérôme Forissier <jerome@forissier.org>2023-03-10 19:22:38 +0100
commitcda0e6d296eb887e0ca6ce8bc2ae69d16a85824a (patch)
treeeec2a2bd0874f4199ede9efd8139ae04f9e0bfa8
parent1e2b07acaffc4e65f508538c13611e108ebdb66d (diff)
Update arm_ffa_user driver dependency
Updating arm-ffa-user to v5.0.1 to get the following changes: - move to 64 bit direct messages - add Linux Kernel v6.1 compatibility The motivation is to update x-test to depend on the same driver version as TS uefi-test and thus to enable running these in a single configuration. Note: arm_ffa_user.h was copied from: - URL:https://git.gitlab.arm.com/linux-arm/linux-trusted-services.git - SHA:18e3be71f65a405dfb5d97603ae71b3c11759861 Signed-off-by: Gabor Toth <gabor.toth2@arm.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
-rw-r--r--host/xtest/include/uapi/linux/arm_ffa_user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/xtest/include/uapi/linux/arm_ffa_user.h b/host/xtest/include/uapi/linux/arm_ffa_user.h
index 9ef0be3..0acde4f 100644
--- a/host/xtest/include/uapi/linux/arm_ffa_user.h
+++ b/host/xtest/include/uapi/linux/arm_ffa_user.h
@@ -33,7 +33,7 @@ struct ffa_ioctl_ep_desc {
* @dst_id: [in] 16-bit ID of destination endpoint.
*/
struct ffa_ioctl_msg_args {
- __u32 args[5];
+ __u64 args[5];
__u16 dst_id;
};
#define FFA_IOC_MSG_SEND _IOWR(FFA_IOC_MAGIC, FFA_IOC_BASE + 1, \