diff options
| author | Abdellatif El Khlifi <[email protected]> | 2023-08-04 14:33:42 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-08 10:22:03 -0400 |
| commit | a2f5c91cda9215d9abf042fc778b7a471994cf6b (patch) | |
| tree | 2df6c2ada407ad80c7615a9b7b9f17143276075d /doc | |
| parent | a09852d862bc203b80368ca671ff36e80bcb510f (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Ilias Apalodimas <[email protected]>
Cc: Jens Wiklander <[email protected]>
Cc: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/arch/arm64.ffa.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/arch/arm64.ffa.rst b/doc/arch/arm64.ffa.rst index 792898321a9..71606373f94 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 ------------------------------------------- |
