-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Sysbuild fix approtect #20609
base: main
Are you sure you want to change the base?
Sysbuild fix approtect #20609
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b5f23a477a23394747614cbd315d66c72c21250b more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
sysbuild/CMakeLists.txt
Outdated
if(secure_approtect AND SB_CONFIG_SUPPORT_NETCORE AND NOT SB_CONFIG_NETCORE_NONE AND ${image} IN_LIST network_images) | ||
# Network core image | ||
set_config_bool(${image} ${normal_approtect} y) |
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.
keep existing style that checks the SB_CONFIG_*'s
7629023
to
7139783
Compare
Setting SB_CONFIG_APPROTECT_* values resulted in error if SB_CONFIG_SECURE_APPROTECT_* value was not set. Signed-off-by: Markus Lassila <[email protected]>
Add nRF54LX suppport for SB_CONFIG_APPROTECT_* and SB_CONFIG_SECURE_APPROTECT_*. Signed-off-by: Markus Lassila <[email protected]>
7139783
to
b5f23a4
Compare
|
Documentation update for ap_protect.rst will be done on a follow-up PR.