-
Notifications
You must be signed in to change notification settings - Fork 667
Revert "[nrf noup] boards: Add non-secure target for nrf54L15dk" #2730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
This was referenced Apr 8, 2025
This reverts commit c9b6b6a. Reverting this noup now that we have the 54L15 NS board target upstream. Signed-off-by: Tomi Fontanilles <[email protected]>
Add binding for the Nordic Memory Privilege Controller (MPC). Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit b184272)
Add the Nordic Memory Privilege Controller (MPC) in the dtsi of nrf54l15/10/05. This sets the number of override regions and the granularity of the regions. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 320505e)
This adds the nrf54l15dk/nrf54l15/cpuapp/ns board variant to Zephyr. It allows to build applications for this target. This is an initial support for the non secure target which allows building and running tfm_ipc and config_build. This is NOT full support of the non secure target in upstream Zephyr. There are important limitations, such as: - The hardware Crypto accelerator is not supported and thus the non secur target is NOT secure for production applicatiions in upstream Zephyr. - The BL2 is not supported, so no DFU is supported with this support Most of the code chagnes here are taken from nRF Connect SDK in order to avoid having noups there. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 47c71e3)
Add nRF54L15 non secure target for the config_build and the tfm_ipc samples. Signed-off-by: Georgios Vasilakis <[email protected]> (cherry picked from commit 85f2810)
fe295d9
to
900bba9
Compare
|
nordicjm
approved these changes
Apr 9, 2025
frkv
approved these changes
Apr 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
Reverting this noup now that we have the 54L15 NS board target upstream, and pulling the needed commits from Zephyr..