mcuboot/sim/mcuboot-sys/csupport
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
..
mcuboot_config boot: zephyr: migrate to new log subystem 2019-01-10 19:11:15 +01:00
bootsim.h sim: Add missing license headers 2018-05-23 09:29:25 -06:00
flash_map.h Add flash_area_read_is_empty to sim 2018-10-01 21:42:20 -03:00
generated_dts_board.h zephyr: allow dynamic numeration of flash_areas 2019-02-10 16:08:38 +01:00
keys.c Add encrypted image support on sim 2018-10-12 13:36:13 -03:00
run.c image encryption: fix enc_state array indexing for zephyr 2019-03-14 16:10:54 +01:00