You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding MCUBOOT_CHECK_HEADER_LOAD_ADDRESS that allows to verify
header stored ih_load_addr against target boot slot, to allow
MCUboot to reject firmware uploaded for incorrect slot.
This option works with encrypted software, as it does not require
decrypting image.
This option takes precedence over MCUBOOT_VERIFY_IMG_ADDRESS.
Note that the change leaves MCUBOOT_VERIFY_IMG_ADDRESS with the
bug reported here #2473.
This commit also removes dependency on having more then one image
to have the check enabled, as it makes no point to block using it
on single image.
Co-authored-by: Andrzej Puzdrowski <[email protected]>
Signed-off-by: Dominik Ermel <[email protected]>
0 commit comments