| commit | 87b838a02d0aa99e46a45684d8c1904bab93e8fb | [log] [tgz] |
|---|---|---|
| author | J-Alves <joao.alves@arm.com> | Thu Oct 02 11:29:19 2025 +0100 |
| committer | Joao Alves <joao.alves@arm.com> | Thu Oct 02 13:10:47 2025 +0000 |
| tree | bca587cc6e60d48e8ad0ca5be135289e9095aef0 | |
| parent | e89c793ac103f8fec9d40001f6383e3e450c00a6 [diff] |
chore(ffa_memory): doc comments and variable renaming In the handling of FFA_MEMORY_RETRIEVE_REQ improve some of the naming on some variables and improve some doc comments. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I79c536ced777e75cbab3e3e9e306b54559649e2b
Hafnium is the Secure Partition Manager(SPM) reference implementation, following the Arm's Firmware Framework specification.
It leverages Arm's virtualization extensions in the secure world of Arm's A class of devices (feature introduced with Armv8.4 FEAT_SEL2) to allow multiple Trusted OSes or Applications to run concurrently, inside the Trusted Execution Environment, each running as a Secure Partition (SP). Its main goal is to control the system access given to Trusted OSes, and serve as a mediator to the rest of the system.
For example, it limits the memory use, and handles all system calls from Trusted OS. Thus the SPM can enforce spacial isolation, and enforce some level of access control, protecting other critical system resources such as: the secure monitor, the normal world software stack, the SPM itself and other SPs/Trusted Applications. Other important features are: secure interrupt handling, device assignment, inter-partition communication and with the Normal World Software stack, also known as Rich Execution Environment (REE).
The following diagram shows an overview of a typical aarch64-based system, and where Hafnium fits:
Get in touch and keep up-to-date at:
See feature requests and bugs through github.
To find more about Hafnium, view the full documentation. It includes valuable resources such as: Getting Started guide, Threat Model, and other documentation.