mcuboot/boot
Dominik Ermel c68a600403 bootutil: Little rework of boot_find_status
In rework:
  - size has been removed from array, as it has been making array
    at least of two elements, even if scratch partition not used;
  - some variables have been localized and some removed;
  - no longer returning rc codes from flash_area_ functions on
    failure, just single point of failure-exit - it made no sense
    anyway as we can not recover from flash failure;
  - flash area pointer is now NULLified on failure, or when
    status not found.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2023-02-22 08:51:18 -07:00
..
boot_serial boot/boot_serial: Add boot_reset_request_hook to bs_reset 2023-02-14 16:33:34 -07:00
bootutil bootutil: Little rework of boot_find_status 2023-02-22 08:51:18 -07:00
cypress flash_map_backend: Remove flash_area_id_to_image_slot 2023-02-14 16:40:21 -07:00
espressif espressif: ci: Add new building jobs configs for Espressif chips 2023-02-03 18:05:07 -03:00
mbed flash_map_backend: Remove flash_area_id_to_image_slot 2023-02-14 16:40:21 -07:00
mynewt fih: Hardening of fault injection countermeasures 2023-01-30 09:34:34 -07:00
nuttx fih: Hardening of fault injection countermeasures 2023-01-30 09:34:34 -07:00
zephyr zephyr: serial_recovery: Fix confusing/wrong Kconfig values 2023-02-17 15:53:57 +01:00