mcuboot/scripts
David Vincze e574f2d617 boot: Introduce direct execute-in-place (XIP) mode
This patch introduces the direct execute-in-place (XIP) mode in addition
to the other upgrade modes (swap strategies, overwrite-only). When
direct-XIP is enabled with the MCUBOOT_DIRECT_XIP option, mcuboot
selects the newest valid image based on the image version numbers from
the image header, thereafter the selected image runs directly from its
flash partition (slot) instead of moving it. Therefore the images must
be linked to be executed from the given image slot. It means that in
direct-XIP mode either of the primary and the secondary slots can hold
the active image.

This patch is based on the NO_SWAP upgrade strategy which was first
introduced in the Trusted Firmware-M project.
Source TF-M version: TF-Mv1.0.

Change-Id: If584cf01ae5aa7208845f6a6fa206f0595e0e61e
Signed-off-by: David Vincze <david.vincze@linaro.org>
2020-08-12 09:39:44 +02:00
..
imgtool boot: Introduce direct execute-in-place (XIP) mode 2020-08-12 09:39:44 +02:00
assemble.py assemble: Allow use of ZEPHYR_BASE environment var 2020-07-10 15:26:13 -03:00
flash.sh Replace flash partitioning terminology 2019-03-13 15:40:21 -06:00
gdb-boot.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
imgtool.nix imgtool: Add CBOR encoded boot record to TLV area 2020-03-26 12:23:36 +01:00
imgtool.py Add imgtool publishing support 2019-01-08 07:29:24 -02:00
jgdb.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
jl.sh Add some simple scripts for signing/flashing 2017-01-23 15:56:39 -07:00
mcubin.bt sim: Add debugging ptable to image dumps 2019-08-15 14:23:37 -05:00
requirements.txt imgtool: Add CBOR encoded boot record to TLV area 2020-03-26 12:23:36 +01:00
setup.py imgtool: Add CBOR encoded boot record to TLV area 2020-03-26 12:23:36 +01:00