mcuboot/sim/mcuboot-sys
Andrzej Puzdrowski e575fe9ead image encryption: fix enc_state array indexing for zephyr
enc_state table was indexed with assumption that
image flash area are subsequent and increasing numbers.
It might not be true while building zephyr.

Patch introduce flash_area_id_to_image_slot() implementation for
the zephyr port and uses it to assign proper slot number.
This API is already available in MyNewt.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-03-14 16:10:54 +01:00
..
csupport image encryption: fix enc_state array indexing for zephyr 2019-03-14 16:10:54 +01:00
mbedtls@60fbd5bdf0 Update Mbed-TLS submodule to 2.14.1 2019-01-03 11:22:05 -02:00
src Replace flash partitioning terminology 2019-03-13 15:40:21 -06:00
.gitignore sim: Naive move of binding into mcuboot-sys 2017-07-12 15:00:57 -06:00
Cargo.toml Replace flash partitioning terminology 2019-03-13 15:40:21 -06:00
build.rs Replace flash partitioning terminology 2019-03-13 15:40:21 -06:00