firmware: arm_ffa: Replace UUID buffer to standard UUID format
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:38:43 +0000 (15:38 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:42:03 +0000 (15:42 +0000)
commitb7c9f32614f17c76ab26b8ee0109c868d7e054fe
tree51a1b4db88fbb30a942924a34946ab7ce2209ebc
parent1ed14652dc324d676f4a93643f3526738ea18214
firmware: arm_ffa: Replace UUID buffer to standard UUID format

Currently ffa_partition_info structure holds the UUID in the format
compatible with the firmware interface. However, most of the functions
in the FF-A core driver deals directly with uuid_t type.

Replace UUID buffer to standard UUID format in the ffa_partition_info
structure.

Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Message-Id: <20250217-ffa_updates-v3-2-bd1d9de615e7@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/bus.c
include/linux/arm_ffa.h