@@ -15,10 +15,10 @@ as part of product development, with the following advantages:
1515
1616* **Hardware-backed security ** - Leverages built-in security hardware
1717 for robust protection
18- * **Defense in-depth ** - Implements security at multiple level including
18+ * **Defense in-depth ** - Implements security at many levels including
1919 hardware, firmware, software to protect against wide range of attacks
20- * **Industry standards compliance ** - Incorporates security measures
21- like secure boot, TrustZone, and crypto acceleration that can help meet
20+ * **Industry standards compliance ** - Incorporates security measures such
21+ as secure boot, TrustZone, and crypto acceleration that can help meet
2222 requirements in standards such as IEC 62443 and NIST guidelines
2323* **Flexible implementation ** - Allows security features that can be
2424 tailored to specific application needs
@@ -84,3 +84,19 @@ The following table lists some of the key Security Features:
8484 | | execution of security-sensitive applications and services | |
8585 +-------------------------+-----------------------------------------------------------+--------------------------------------+
8686
87+ .. ifconfig :: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX')
88+
89+ +-------------------------+-----------------------------------------------------------+--------------------------------------+
90+ | Security Feature | Description | Links |
91+ +=========================+===========================================================+======================================+
92+ | **Crypto Acceleration ** | Hardware driver support for cryptographic algorithms | :ref: `crypto-accelerator ` |
93+ +-------------------------+-----------------------------------------------------------+--------------------------------------+
94+ | **Secure Storage ** | Protection mechanisms for sensitive data | :ref: `secure-storage-with-rpmb ` |
95+ +-------------------------+-----------------------------------------------------------+--------------------------------------+
96+ | **Trusted Execution ** | Implementation of secure monitor (EL3) firmware that | :ref: `foundational-components-atf ` |
97+ | | manages the secure boot process and TrustZone transitions | |
98+ + +-----------------------------------------------------------+--------------------------------------+
99+ | | Trusted Execution Environment that enables isolated | :ref: `foundational-components-optee ` |
100+ | | execution of security-sensitive applications and services | |
101+ +-------------------------+-----------------------------------------------------------+--------------------------------------+
102+
0 commit comments