aboutsummaryrefslogtreecommitdiff
path: root/doc/arch
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 /doc/arch
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 'doc/arch')
-rw-r--r--doc/arch/arm64.ffa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/arch/arm64.ffa.rst b/doc/arch/arm64.ffa.rst
index b7c754f..325fb80 100644
--- a/doc/arch/arm64.ffa.rst
+++ b/doc/arch/arm64.ffa.rst
@@ -37,6 +37,7 @@ The U-Boot FF-A support provides the following parts:
FF-A ABIs inspection methods.
- An FF-A sandbox device driver for FF-A communication with the emulated Secure World.
The driver leverages the FF-A Uclass to establish FF-A communication.
+- Sandbox FF-A test cases.
FF-A and SMC specifications
-------------------------------------------