mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00
Merge "docs(threat-model): provide PSR specification reference" into integration
This commit is contained in:
commit
a5ea5aa441
2 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,9 @@ You can find additional definitions in the `Arm Glossary`_.
|
||||||
PSA
|
PSA
|
||||||
Platform Security Architecture
|
Platform Security Architecture
|
||||||
|
|
||||||
|
PSR
|
||||||
|
Platform Security Requirements
|
||||||
|
|
||||||
PSCI
|
PSCI
|
||||||
Power State Coordination Interface
|
Power State Coordination Interface
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,8 @@ assumptions:
|
||||||
- No experimental features are enabled. We do not consider threats that may come
|
- No experimental features are enabled. We do not consider threats that may come
|
||||||
from them.
|
from them.
|
||||||
|
|
||||||
|
- The platform's hardware complies with the `PSR specification`_, defining the
|
||||||
|
bare-minimum security prerequisites for System-on-Chips (SoC).
|
||||||
|
|
||||||
Data Flow Diagram
|
Data Flow Diagram
|
||||||
=================
|
=================
|
||||||
|
@ -1101,3 +1103,4 @@ Threats to be Mitigated by an External Agent Outside of TF-A
|
||||||
.. _Secure Development Guidelines: https://trustedfirmware-a.readthedocs.io/en/latest/process/security-hardening.html#secure-development-guidelines
|
.. _Secure Development Guidelines: https://trustedfirmware-a.readthedocs.io/en/latest/process/security-hardening.html#secure-development-guidelines
|
||||||
.. _Trusted Firmware-A Tests: https://git.trustedfirmware.org/TF-A/tf-a-tests.git/about/
|
.. _Trusted Firmware-A Tests: https://git.trustedfirmware.org/TF-A/tf-a-tests.git/about/
|
||||||
.. _OP-TEE Dispatcher: https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/components/spd/optee-dispatcher.rst
|
.. _OP-TEE Dispatcher: https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/components/spd/optee-dispatcher.rst
|
||||||
|
.. _PSR Specification: https://developer.arm.com/documentation/den0106/0100
|
||||||
|
|
Loading…
Add table
Reference in a new issue