]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm_ffa: introduce sandbox test cases for UCLASS_FFA
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Thu, 13 Jul 2023 13:28:44 +0000 (14:28 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jul 2023 19:30:03 +0000 (15:30 -0400)
commitdd40919bea30bc47d548df4b9b308c3aac02bd4e
tree8be6935ba373086af7f2776417d1d2b2e8868d55
parent32dd07ff46194d29052991f3e6f67ab6ca5fe831
arm_ffa: introduce sandbox test cases for UCLASS_FFA

Add functional test cases for the FF-A support

These tests rely on the FF-A sandbox emulator and FF-A
sandbox driver which help in inspecting the FF-A communication.

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
doc/arch/arm64.ffa.rst
test/dm/Makefile
test/dm/ffa.c [new file with mode: 0644]