-
Notifications
You must be signed in to change notification settings - Fork 236
[nrf fromlist] Add vendor and image class UUID support #486
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
Open
tomchy
wants to merge
17
commits into
nrfconnect:main
Choose a base branch
from
tomchy:feature/bootutil/NCSDK-34175_Add_vid_cid_support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[nrf fromlist] Add vendor and image class UUID support #486
tomchy
wants to merge
17
commits into
nrfconnect:main
from
tomchy:feature/bootutil/NCSDK-34175_Add_vid_cid_support
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
3f228e9
to
9a85c66
Compare
…tion" This reverts commit d69621e. Signed-off-by: Tomasz Chyrowicz <[email protected]>
This reverts commit 9dacf6d. Signed-off-by: Tomasz Chyrowicz <[email protected]>
This reverts commit 373038b. Signed-off-by: Tomasz Chyrowicz <[email protected]>
…ture key" This reverts commit 26192ca. Signed-off-by: Tomasz Chyrowicz <[email protected]>
…ssion" This reverts commit 0ae1441. Signed-off-by: Tomasz Chyrowicz <[email protected]>
This reverts commit 002515b. Signed-off-by: Tomasz Chyrowicz <[email protected]>
This reverts commit 898b9bc. Signed-off-by: Tomasz Chyrowicz <[email protected]>
9a85c66
to
d79c291
Compare
Add a possibility to express vendor ID and image class ID inside image's TLVs. Upstream PR #: 2409 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Allow to specify VID and CID for an image. Upstream PR #: 2409 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a possibility to configure vendor ID and image class ID through Kconfig. Upstream PR #: 2409 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Adds support for LZMA-compressed firmware updates which also supports encrypted images and supports more than 1 updateable image Signed-off-by: Jamie McCrae <[email protected]> Signed-off-by: Michal Kozikowski <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 27758d7)
This commit aligns to the changes in the nrfcompress API, which now enables the caller to provide the expected size of the decompressed image. ref: NCSDK-32340 Signed-off-by: Michal Kozikowski <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 002515b)
Adds selecting the experimental Kconfig when compession is in use Signed-off-by: Jamie McCrae <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 0ae1441)
The commit adds verification of image using keys stored in KMU. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 26192ca)
Adds a new Kconfig CONFIG_BOOT_SIGNATURE_KMU_SLOTS which allows specifying how many KMU key IDs are supported, the default is set to 1 instead of 3 which was set before NCSDK-30743 Signed-off-by: Jamie McCrae <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 373038b)
Disable previous generation key when update comes with new valid key and application is confirmed. Signed-off-by: Mateusz Michalek <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 9dacf6d)
This configuration has the purpose of using keys provisioned to the internal trusted storage (ITS). It makes use of the already existing parts of code for MCUBOOT_BUILTIN_KEY Signed-off-by: Artur Hadasz <[email protected]> (cherry picked from commit d69621e)
d79c291
to
b21bcb1
Compare
|
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.
No description provided.