blob: 44d9f9477db471ef20f644932b5402734429b042 [file] [log] [blame]
Andrew Geisslerfc7e7972023-09-11 08:24:07 -04001From 3de910a19f01a2a9e1c9a6bd6feee1aef547f676 Mon Sep 17 00:00:00 2001
Patrick Williamsb542dec2023-06-09 01:26:37 -05002From: Gabor Toth <gabor.toth2@arm.com>
3Date: Fri, 3 Mar 2023 12:23:45 +0100
Andrew Geisslerfc7e7972023-09-11 08:24:07 -04004Subject: [PATCH] Update arm_ffa_user driver dependency
Patrick Williamsb542dec2023-06-09 01:26:37 -05005
6Updating arm-ffa-user to v5.0.1 to get the following changes:
7 - move to 64 bit direct messages
8 - add Linux Kernel v6.1 compatibility
9The motivation is to update x-test to depend on the same driver
10version as TS uefi-test and thus to enable running these in a single
11configuration.
12Note: arm_ffa_user.h was copied from:
13 - URL:https://git.gitlab.arm.com/linux-arm/linux-trusted-services.git
14 - SHA:18e3be71f65a405dfb5d97603ae71b3c11759861
15
16Upstream-Status: Backport
17
18Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
19Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
20---
21 host/xtest/include/uapi/linux/arm_ffa_user.h | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24diff --git a/host/xtest/include/uapi/linux/arm_ffa_user.h b/host/xtest/include/uapi/linux/arm_ffa_user.h
Andrew Geisslerfc7e7972023-09-11 08:24:07 -040025index 9ef0be3e1664..0acde4fb2020 100644
Patrick Williamsb542dec2023-06-09 01:26:37 -050026--- a/host/xtest/include/uapi/linux/arm_ffa_user.h
27+++ b/host/xtest/include/uapi/linux/arm_ffa_user.h
28@@ -33,7 +33,7 @@ struct ffa_ioctl_ep_desc {
29 * @dst_id: [in] 16-bit ID of destination endpoint.
30 */
31 struct ffa_ioctl_msg_args {
32- __u32 args[5];
33+ __u64 args[5];
34 __u16 dst_id;
35 };
36 #define FFA_IOC_MSG_SEND _IOWR(FFA_IOC_MAGIC, FFA_IOC_BASE + 1, \