Skip to content

Commit a2c2e64

Browse files
committed
feat(linux): Add Security landing page for AM62Dx
Enable Security overview landing page with multiple security features for AM62Dx. Signed-off-by: Shiva Tripathi <s-tripathi1@ti.com>
1 parent 316b8b3 commit a2c2e64

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

configs/AM62DX/AM62DX_linux_toc.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ linux/Foundational_Components_Kernel_Users_Guide
8484
linux/Foundational_Components_Kernel_LTP-DDT_Validation
8585
linux/Foundational_Components_Security
8686
linux/Foundational_Components/System_Security/Auth_boot
87+
linux/Foundational_Components/System_Security/Security_overview
88+
linux/Foundational_Components/System_Security/Memory_Firewalls
89+
linux/Foundational_Components/System_Security/SELinux
90+
linux/Foundational_Components/System_Security/Filesystem_Encryption
91+
linux/Foundational_Components_Secure_Boot
8792
linux/Foundational_Components_Filesystem
8893
linux/Foundational_Components_Tools
8994
linux/Foundational_Components/Tools/Development_Tools

source/linux/Foundational_Components/System_Security/Security_overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following table lists some of the key Security Features:
7070
+-------------------------+-----------------------------------------------------------+--------------------------------------+
7171

7272

73-
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X')
73+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X', 'AM62DX')
7474

7575
+-------------------------+-----------------------------------------------------------+--------------------------------------+
7676
| Security Feature | Description | Links |
@@ -103,7 +103,7 @@ The following table lists some of the key Security Features:
103103
|**Filesystem Encryption**| using LUKS2 with TPM-sealed keys | |
104104
+-------------------------+-----------------------------------------------------------+--------------------------------------+
105105

106-
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X')
106+
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X', 'AM62DX')
107107

108108
+-------------------------+-----------------------------------------------------------+--------------------------------------+
109109
| Security Feature | Description | Links |
@@ -120,6 +120,6 @@ The following table lists some of the key Security Features:
120120
| | execution of security-sensitive applications and services | |
121121
+-------------------------+-----------------------------------------------------------+--------------------------------------+
122122
| **Memory Firewalls** | Prevents unauthorized access through hardware-enforced | :ref:`memory-firewalls` |
123-
| | security boundaries | |
123+
| | security boundaries | |
124124
+-------------------------+-----------------------------------------------------------+--------------------------------------+
125125

0 commit comments

Comments
 (0)