Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configs/AM62DX/AM62DX_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions configs/AM64X/AM64X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'AM62DX')

+-------------------------+-----------------------------------------------------------+--------------------------------------+
| Security Feature | Description | Links |
Expand Down Expand Up @@ -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', 'AM62DX')

+-------------------------+-----------------------------------------------------------+--------------------------------------+
| Security Feature | Description | Links |
Expand Down
Loading