Lines Matching refs:image

12 - Added support for using builtin keys for image validation
36 recovery and encryption whereby an encrypted image is loaded
38 - Zephyr: Add estimated image footer size to cache in sysbuild.
40 allows for a single application slot and firmware loader image in
41 the secondary slot which is used to update the primary image
78 - Fixed issue with serial recovery not showing image details for
81 iterating over 2 image slots.
91 - Serial recovery image state and image set state optional commands added
92 - imgtool: add 'dumpinfo' command for signed image parsing.
112 - Reworked image encryption support for Zephyr, static dummy key files
120 led to usage faults when the secondary slot image was encrypted.
134 - Add multi image support to the espressif esp32 target.
162 of the image trailer. If `BOOT_MAX_ALIGN` is kept at 8, the trailer
176 - Add support for "partial multi-image booting"
177 - Add support for clear image generation with encryption capability to
198 - Add various hooks to be able to change how image data is accessed.
207 - Allow to boot primary image if secondary one is unreachable.
208 - Add AES256 image encryption support.
213 - Thingy:53 now supports multi-image DFU.
214 - ram load and image encryption can be used together, allowing the
230 and single image mode.
241 - Renamed single-image mode to single-slot mode.
245 if the primary image was padded.
254 - boot/boot_serial: allow nonaligned last image data chunk
257 - imgtool: Print image digest during verify.
320 - imgtool was updated to correctly detect trailer overruns by image.
321 - Encrypted image TLVs can be saved in swap metadata during a swap
328 image update strategy is used)
336 The 1.4.0 release of MCUboot primarily adds support for multi-image
341 Multi-image support adds backward-incompatible changes to the format
351 - Documentation updates for multi-image features
356 - Added some additional overflow and bound checks to data in the image
359 written to a hex-format image. This allows the image to be flashed
361 image.
376 - Some preparation work was done to allow for multi image support, which
480 generate image headers with the new format. There should be no
487 block appended to the image. This allows
488 - The signature to be replaced without changing the image.
490 to sign an image with two algorithms, to support different
491 bootloader configurations based on these image.
539 - An overwrite only which upgrades slot 0 with the image in slot 1.
540 - A swapping upgrade which enables image test, allowing for rollback to a
541 previous known good image.
552 - The image header and TLV formats are planned to change with release 1.0: