-
Notifications
You must be signed in to change notification settings - Fork 848
bootutil: Add manifest-based loader for Direct XIP #2511
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?
bootutil: Add manifest-based loader for Direct XIP #2511
Conversation
6ebfcaf to
aaf2a5a
Compare
aaf2a5a to
d8e62ff
Compare
d8e62ff to
3688d72
Compare
JarmouniA
left a comment
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.
Can we have some documentation for this feature? Thanks!
3688d72 to
8eca34c
Compare
8eca34c to
34d235b
Compare
This feature definitely deserves a few words in the docs. Just keep in mind that:
|
34d235b to
faed92a
Compare
fbb5565 to
937c80a
Compare
Alternatively, you could expand the PR's description. |
37184b0 to
0a6ed81
Compare
0a6ed81 to
81a6c5f
Compare
Fix values presented in the design.md for UUID TLVs. Signed-off-by: Tomasz Chyrowicz <[email protected]>
81a6c5f to
cd4c1c9
Compare
cd4c1c9 to
078bcd7
Compare
Add a possibility to attach a basic manifest with expected digests to an image. Alter the image verification logic, so only digests specified by the manifest are allowed on the device. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a simple logic that allows to attach a manifest TLV to an image. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a loader variant that is capable of booting images, based on a simple manifest. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a short description about motivation behind manifest-based updates and the Direct XIP mode of operation if the manifests are enabled. Signed-off-by: Tomasz Chyrowicz <[email protected]>
078bcd7 to
61956e5
Compare
Description aligned, few paragraphs inside the |
Add a loader variant that is capable of booting images in Direct XIP mode, based on a simple manifest.
MCUBOOT_MANIFEST_IMAGE_INDEX(slot pair) is the main/lead image - it describes firmware bundle for the device.For more details, please take a look at updates inside the
design.mdfile.