blob: c6a8e39c0633d13777086f35d28ea7f6dcfb4704 [file] [log] [blame]
Gyorgy Szing101ce2d2021-03-19 12:47:53 +01001Firmware Framework for Armv8-A
2==============================
3
4|FF-A| is a standard which *"describes interfaces that standardize communication between the various software images. This
5includes communication between images in the Secure world and Normal world."*
6
7Trusted Services is the home of the FF-A S-EL0 Secure Partitions implementing PSA functionality. The component :ref:`libsp`
8captures helpful abstractions to allow easy FF-A compliant S-EL0 SP development. S-EL0 SPs are SPMC agonistic and can be used
9with an SPMC running in any higher secure exception level (S-EL1 - S-EL3). Currently the solution is tested with an SPMC
10running at S-SEL1 integrated into OP-TEE OS.
11
12--------------
13
14.. _`PSA homepage`: https://developer.arm.com/architectures/security-architectures/platform-security-architecture
15.. _`www.psacertified.org`: https://www.psacertified.org/certified-products/
16.. _`Hafnium project`: https://www.trustedfirmware.org/projects/hafnium/
17
18*Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.*
19
20SPDX-License-Identifier: BSD-3-Clause