-
Notifications
You must be signed in to change notification settings - Fork 1.3k
bootloader: mcuboot: Added BOOT_SIGNATURE_USING_ITS configuration #23433
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
base: main
Are you sure you want to change the base?
bootloader: mcuboot: Added BOOT_SIGNATURE_USING_ITS configuration #23433
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: f0cb088d399c3e3b9f1831aa6a80bba081a94a87 more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (7)
Outputs:ToolchainVersion: bd39d1676f Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12430[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23433/2) |
This configuration has the purpose of using keys provisioned to the internal trusted storage (ITS). Signed-off-by: Artur Hadasz <[email protected]>
60a0124
to
f0cb088
Compare
else() | ||
set_config_bool(mcuboot CONFIG_BOOT_SIGNATURE_USING_ITS n) | ||
endif() | ||
endif() | ||
# A v1 board doesn't define board qualifiers, thus below test will just test the pure board |
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.
newline after line 295
@@ -171,6 +171,12 @@ config MCUBOOT_SIGNATURE_USING_KMU | |||
help | |||
The device needs to be provisioned with proper set of keys. | |||
|
|||
config MCUBOOT_SIGNATURE_USING_ITS |
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.
Consider adding as EXPERIMENTAL
This configuration has the purpose of using keys provisioned to the internal trusted storage (ITS).