mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-14 08:34:21 +00:00
docs(threat-model): provide PSR specification reference
Added an assumption in generic threat model that platform's hardware conforms the Platform Security Requirements specification. Change-Id: I753287feec1cd459edfd3d1c103e0e701827cc05 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
e12b765e28
commit
34bb883a56
2 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,9 @@ You can find additional definitions in the `Arm Glossary`_.
|
|||
PSA
|
||||
Platform Security Architecture
|
||||
|
||||
PSR
|
||||
Platform Security Requirements
|
||||
|
||||
PSCI
|
||||
Power State Coordination Interface
|
||||
|
||||
|
|
|
@ -42,6 +42,8 @@ assumptions:
|
|||
- No experimental features are enabled. We do not consider threats that may come
|
||||
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
|
||||
=================
|
||||
|
@ -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
|
||||
.. _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
|
||||
.. _PSR Specification: https://developer.arm.com/documentation/den0106/0100
|
||||
|
|
Loading…
Add table
Reference in a new issue