Add documentation for STM32MP2#325
Open
bruelc wants to merge 1 commit intoseL4:masterfrom
Open
Conversation
Indanz
approved these changes
Feb 17, 2026
Indanz
reviewed
Apr 28, 2026
Signed-off-by: Christian Bruel <christian.bruel@foss.st.com>
Indanz
approved these changes
Apr 29, 2026
|
|
||
| ### ARM Trusted Firmware (TF-A) | ||
|
|
||
| seL4 uses TF-A to start the AT35-TD BL2 U-boot and a secure monitor to serve RIF accesses. The default configuration enables a system watchdog that causes a reset if not rearmed, which might not be long enough for seL4 components. |
Contributor
There was a problem hiding this comment.
This would be a good place to mention how to re-arm the watchdog timer. Is it done with an SMC call or via memory mapped registers?
Author
There was a problem hiding this comment.
It is refreshed with the memory mapped iwdg_kr register, described in the refman. On a seL4 boot with a Linux VM running, just using the watchdog daemon and API works
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.
Hello,
Description
Add the STM32MP25 eval board platform installation instructions.
The boot relies on the TF-A binaries used by the OSTL distribution package that includes the Linux kernel, u-boot, TF-A and OP-TEE.
Provide links and instructions to rebuild TF-A or use this pre-build image to boot seL4
Link to kernel PR seL4
Testing
tested with
thank you