]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commit
xen/arm: ffa: Rework firmware discovery
authorBertrand Marquis <bertrand.marquis@arm.com>
Wed, 27 Nov 2024 16:07:33 +0000 (17:07 +0100)
committerJulien Grall <julien@xen.org>
Mon, 16 Dec 2024 20:00:25 +0000 (21:00 +0100)
commitcf15d857072e4265dd7af57404ca14cc2225e9f7
tree6d8e8e064aec13f4e2019b2479ac336d231d5885
parent2e955d25544c86667d7ddecb0a0827749a2d7455
xen/arm: ffa: Rework firmware discovery

Rework firmware discovery during probe:
- move prints into the probe
- rename ffa_version to ffa_fw_version as the variable identifies the
  version of the firmware and not the one we support
- add error prints when allocation fail during probe

No functional changes.

Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
xen/arch/arm/tee/ffa.c
xen/arch/arm/tee/ffa_rxtx.c