blob: 5c7dc0310995ff54c038ec906e63f21561fba2f4 [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
Julian Hall6d4a7a02022-04-11 11:23:19 +010014*Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.*
Gyorgy Szing101ce2d2021-03-19 12:47:53 +010015
16SPDX-License-Identifier: BSD-3-Clause