Skip to content

Commit eabc63c

Browse files
shiva-tijeevantelukula
authored andcommitted
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 <s-tripathi1@ti.com>
1 parent 9917af9 commit eabc63c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

configs/AM64X/AM64X_linux_toc.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ linux/Foundational_Components_Security
8787
linux/Foundational_Components/System_Security/Security_overview
8888
linux/Foundational_Components/System_Security/Memory_Firewalls
8989
linux/Foundational_Components/System_Security/Post_Quantum_Cryptography
90+
linux/Foundational_Components/System_Security/SELinux
91+
linux/Foundational_Components/System_Security/Auth_boot
92+
linux/Foundational_Components/System_Security/Filesystem_Encryption
9093
linux/Foundational_Components_Machine_Learning
9194
linux/Foundational_Components/Machine_Learning/arm_compute_library
9295
linux/Foundational_Components/Machine_Learning/armnn

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')
80+
.. ifconfig:: CONFIG_part_variant in ('AM62X', 'AM62PX', 'AM62AX', 'AM64X')
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')
113+
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM62PX', 'AM62AX', 'AM62LX', 'AM64X')
114114

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

0 commit comments

Comments
 (0)