feat(linux): Add fTPM based filesystem encryption rst#660
Open
shiva-ti wants to merge 1 commit intoTexasInstruments:masterfrom
Open
feat(linux): Add fTPM based filesystem encryption rst#660shiva-ti wants to merge 1 commit intoTexasInstruments:masterfrom
shiva-ti wants to merge 1 commit intoTexasInstruments:masterfrom
Conversation
939d8cc to
0749309
Compare
Pratham-T
suggested changes
Apr 13, 2026
Contributor
Pratham-T
left a comment
There was a problem hiding this comment.
Enable this documentation for AM62AX, AM62AX, AM62PX, AM62LX
Correct the commit message
Add new security subsection for fTPM based filesystem encryption feature. Enable this documentation for AM62X, AM62AX, AM62PX, AM62LX as per testing done with 12.0 SDK. Signed-off-by: Shiva Tripathi <s-tripathi1@ti.com>
0749309 to
b1b9add
Compare
| @@ -90,6 +93,9 @@ The following table lists some of the key Security Features: | |||
| | **Memory Firewalls** | Prevents unauthorized access through hardware-enforced | :ref:`memory-firewalls` | | |||
| | | security boundaries | | | |||
Member
There was a problem hiding this comment.
Huh. I know this isn't related to your change, but could you fix the bug in this table?
| @@ -64,6 +64,9 @@ The following table lists some of the key Security Features: | |||
| | **Memory Firewalls** | Prevents unauthorized access through hardware-enforced | :ref:`memory-firewalls` | | |||
| | | security boundaries | | | |||
StaticRocket
requested changes
Apr 14, 2026
Member
StaticRocket
left a comment
There was a problem hiding this comment.
Two vale comments, but otherwise this looks fine to me
| The filesystem encryption implementation consists of several components | ||
| working together across the boot process: | ||
|
|
||
| - **Bootloader** : U-Boot loads kernel, initramfs and DTBs into memory |
Member
There was a problem hiding this comment.
Suggested change
| - **Bootloader** : U-Boot loads kernel, initramfs and DTBs into memory | |
| - **Boot loader** : U-Boot loads kernel, initramfs and DTBs into memory |
|
|
||
| The encryption system operates during the Linux boot process: | ||
|
|
||
| #. **Bootloader Stage**: U-boot loads the kernel and initramfs into memory |
Member
There was a problem hiding this comment.
Suggested change
| #. **Bootloader Stage**: U-boot loads the kernel and initramfs into memory | |
| #. **Boot loader Stage**: U-boot loads the kernel and initramfs into memory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new security subsection for fTPM based filesystem encryption feature.
Enable this documentation for AM62AX, AM62AX, AM62PX, AM62LX as per testing done with 12.0 SDK.