]> git.baikalelectronics.ru Git - uboot.git/commit
arm_ffa: introduce armffa command
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Fri, 4 Aug 2023 13:33:43 +0000 (14:33 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 8 Aug 2023 14:22:03 +0000 (10:22 -0400)
commit1ab6352598022a3d95d6cf648d6a7844309f5e29
treec18202de451e327827405f9a334209133439e3f6
parent8d2326757a51975dc39ad212b3bd7b88144cc823
arm_ffa: introduce armffa command

Provide armffa command showcasing the use of the U-Boot FF-A support

armffa is a command showcasing how to invoke FF-A operations.
This provides a guidance to the client developers on how to
call the FF-A bus interfaces. The command also allows to gather secure
partitions information and ping these  partitions. The command is also
helpful in testing the communication with secure partitions.

For more details please refer to the command documentation [1].

A Sandbox test is provided for the armffa command.

[1]: doc/usage/cmd/armffa.rst

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Jens Wiklander <jens.wiklander@linaro.org>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
MAINTAINERS
cmd/Kconfig
cmd/Makefile
cmd/armffa.c [new file with mode: 0644]
doc/arch/arm64.ffa.rst
doc/usage/cmd/armffa.rst [new file with mode: 0644]
doc/usage/index.rst
drivers/firmware/arm-ffa/Kconfig
test/cmd/Makefile
test/cmd/armffa.c [new file with mode: 0644]