-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: Update sdk-mcuboot with Cracen key locking #23140
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?
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: 83940783b96e222e261dfa45e9cf1ba8b4930ace more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (13)
Outputs:ToolchainVersion: c0e69fc6ed 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 issuessample.matter.template.debug[nrf52840dk/nrf52840]: RAM size increased by 2932[B] in comparison to the main[b826614] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23140/3) |
20cc34b
to
5cf57ed
Compare
94675c0
to
2468b8e
Compare
3fa2c5f
to
c56706d
Compare
harness: pytest | ||
harness_config: | ||
pytest_root: | ||
- "../pytest/test_kmu_revoke_in_app.py" |
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.
remove also this file
9c9e053
to
f7cebb7
Compare
KMU key-locking support. Signed-off-by: Dominik Ermel <[email protected]>
With MCUboot locking the keys it is no longer possible to revoke, or destroy, MCUboot keys from application. Signed-off-by: Dominik Ermel <[email protected]>
f7cebb7
to
8394078
Compare
Add key locking when KMU is used.