aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>2023-07-13 14:28:44 +0100
committerTom Rini <trini@konsulko.com>2023-07-24 15:30:03 -0400
commitdd40919bea30bc47d548df4b9b308c3aac02bd4e (patch)
tree8be6935ba373086af7f2776417d1d2b2e8868d55 /MAINTAINERS
parent32dd07ff46194d29052991f3e6f67ab6ca5fe831 (diff)
downloadu-boot-dd40919bea30bc47d548df4b9b308c3aac02bd4e.zip
u-boot-dd40919bea30bc47d548df4b9b308c3aac02bd4e.tar.gz
u-boot-dd40919bea30bc47d548df4b9b308c3aac02bd4e.tar.bz2
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0b5605e..4e47c41 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -276,6 +276,7 @@ F: doc/arch/arm64.ffa.rst
F: doc/usage/cmd/armffa.rst
F: drivers/firmware/arm-ffa/
F: include/arm_ffa.h
+F: test/dm/ffa.c
ARM FREESCALE IMX
M: Stefano Babic <sbabic@denx.de>