Skip to content

Commit c73f867

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 cd093ac commit c73f867

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

configs/AM62DX/AM62DX_linux_toc.txt

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

source/linux/Foundational_Components/System_Security/Security_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following table lists some of the key Security Features:
7777
+-------------------------+-----------------------------------------------------------+-----------------------------------------+
7878

7979

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

8282
+-------------------------+-----------------------------------------------------------+--------------------------------------+
8383
| Security Feature | Description | Links |
@@ -110,7 +110,7 @@ The following table lists some of the key Security Features:
110110
|**Filesystem Encryption**| using LUKS2 with TPM-sealed keys | |
111111
+-------------------------+-----------------------------------------------------------+--------------------------------------+
112112

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

115115
+-------------------------+-----------------------------------------------------------+--------------------------------------+
116116
| Security Feature | Description | Links |

0 commit comments

Comments
 (0)