From 316b8b3cef6653a9cd00e993b59da9e2fcccb062 Mon Sep 17 00:00:00 2001 From: Shiva Tripathi Date: Mon, 4 May 2026 11:30:08 +0530 Subject: [PATCH 1/2] fix(linux): Add missing Security features in AM64x Enable Security features- SELinux, Authenticated Boot, fTPM based encrypted boot documentation for AM64x Signed-off-by: Shiva Tripathi --- configs/AM64X/AM64X_linux_toc.txt | 3 +++ .../System_Security/Security_overview.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/AM64X/AM64X_linux_toc.txt b/configs/AM64X/AM64X_linux_toc.txt index a8b017dfd..63aae89ab 100644 --- a/configs/AM64X/AM64X_linux_toc.txt +++ b/configs/AM64X/AM64X_linux_toc.txt @@ -86,6 +86,9 @@ linux/Foundational_Components_Kernel_FAQs linux/Foundational_Components_Security linux/Foundational_Components/System_Security/Security_overview linux/Foundational_Components/System_Security/Memory_Firewalls +linux/Foundational_Components/System_Security/SELinux +linux/Foundational_Components/System_Security/Auth_boot +linux/Foundational_Components/System_Security/Filesystem_Encryption linux/Foundational_Components_Machine_Learning linux/Foundational_Components/Machine_Learning/arm_compute_library linux/Foundational_Components/Machine_Learning/armnn diff --git a/source/linux/Foundational_Components/System_Security/Security_overview.rst b/source/linux/Foundational_Components/System_Security/Security_overview.rst index 22ee4936b..64c5bea7e 100644 --- a/source/linux/Foundational_Components/System_Security/Security_overview.rst +++ b/source/linux/Foundational_Components/System_Security/Security_overview.rst @@ -70,7 +70,7 @@ The following table lists some of the key Security Features: +-------------------------+-----------------------------------------------------------+--------------------------------------+ -.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX') +.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X') +-------------------------+-----------------------------------------------------------+--------------------------------------+ | Security Feature | Description | Links | @@ -103,7 +103,7 @@ The following table lists some of the key Security Features: |**Filesystem Encryption**| using LUKS2 with TPM-sealed keys | | +-------------------------+-----------------------------------------------------------+--------------------------------------+ -.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX') +.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X') +-------------------------+-----------------------------------------------------------+--------------------------------------+ | Security Feature | Description | Links | From 75b9e63f5a555cbde19fbb7c41deef392e813314 Mon Sep 17 00:00:00 2001 From: Shiva Tripathi Date: Mon, 4 May 2026 11:39:46 +0530 Subject: [PATCH 2/2] feat(linux): Add Security landing page for AM62Dx Enable Security overview landing page with multiple security features for AM62Dx. Signed-off-by: Shiva Tripathi --- configs/AM62DX/AM62DX_linux_toc.txt | 5 +++++ .../System_Security/Security_overview.rst | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configs/AM62DX/AM62DX_linux_toc.txt b/configs/AM62DX/AM62DX_linux_toc.txt index ad3ecec25..8ecfb1b66 100644 --- a/configs/AM62DX/AM62DX_linux_toc.txt +++ b/configs/AM62DX/AM62DX_linux_toc.txt @@ -84,6 +84,11 @@ linux/Foundational_Components_Kernel_Users_Guide linux/Foundational_Components_Kernel_LTP-DDT_Validation linux/Foundational_Components_Security linux/Foundational_Components/System_Security/Auth_boot +linux/Foundational_Components/System_Security/Security_overview +linux/Foundational_Components/System_Security/Memory_Firewalls +linux/Foundational_Components/System_Security/SELinux +linux/Foundational_Components/System_Security/Filesystem_Encryption +linux/Foundational_Components_Secure_Boot linux/Foundational_Components_Filesystem linux/Foundational_Components_Tools linux/Foundational_Components/Tools/Development_Tools diff --git a/source/linux/Foundational_Components/System_Security/Security_overview.rst b/source/linux/Foundational_Components/System_Security/Security_overview.rst index 64c5bea7e..34ec12283 100644 --- a/source/linux/Foundational_Components/System_Security/Security_overview.rst +++ b/source/linux/Foundational_Components/System_Security/Security_overview.rst @@ -70,7 +70,7 @@ The following table lists some of the key Security Features: +-------------------------+-----------------------------------------------------------+--------------------------------------+ -.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X') +.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X', 'AM62DX') +-------------------------+-----------------------------------------------------------+--------------------------------------+ | Security Feature | Description | Links | @@ -103,7 +103,7 @@ The following table lists some of the key Security Features: |**Filesystem Encryption**| using LUKS2 with TPM-sealed keys | | +-------------------------+-----------------------------------------------------------+--------------------------------------+ -.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X') +.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X', 'AM62DX') +-------------------------+-----------------------------------------------------------+--------------------------------------+ | Security Feature | Description | Links |