Home
last modified time | relevance | path

Searched refs:BOOT_LOG_WRN (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h34 #define BOOT_LOG_WRN(...) MCUBOOT_LOG_WRN(__VA_ARGS__) macro
45 #define BOOT_LOG_WRN(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/boot/bootutil/src/
Dswap_move.c276 BOOT_LOG_WRN("Cannot upgrade: not a compatible amount of sectors"); in boot_slots_compatible()
282 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed"); in boot_slots_compatible()
296 BOOT_LOG_WRN("Cannot upgrade: not same sector layout"); in boot_slots_compatible()
316 BOOT_LOG_WRN("Cannot upgrade: slot write sizes are not compatible"); in boot_slots_compatible()
323 BOOT_LOG_WRN("Cannot upgrade: not same sector layout"); in boot_slots_compatible()
554 BOOT_LOG_WRN("Not enough free space to run swap upgrade"); in swap_run()
555 BOOT_LOG_WRN("required %d bytes but only %d are available", in swap_run()
Dswap_scratch.c158 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed"); in boot_slots_compatible()
188 BOOT_LOG_WRN("Cannot upgrade: slots have non-compatible sectors"); in boot_slots_compatible()
209 BOOT_LOG_WRN("Cannot upgrade: slots have non-compatible sectors"); in boot_slots_compatible()
223 BOOT_LOG_WRN("Cannot upgrade: not all sectors fit inside scratch"); in boot_slots_compatible()
235 BOOT_LOG_WRN("Cannot upgrade: slots are not compatible"); in boot_slots_compatible()
815 BOOT_LOG_WRN("Cannot upgrade: slots have non-compatible sectors"); in app_max_size()
826 BOOT_LOG_WRN("Cannot upgrade: slots have non-compatible sectors"); in app_max_size()
840 BOOT_LOG_WRN("Cannot upgrade: not all sectors fit inside scratch"); in app_max_size()
Dswap_offset.c353 BOOT_LOG_WRN("Cannot upgrade: not a compatible amount of sectors");
359 BOOT_LOG_WRN("Cannot upgrade: more sectors than allowed");
373 BOOT_LOG_WRN("Cannot upgrade: not same sector layout");
393 BOOT_LOG_WRN("Cannot upgrade: slot write sizes are not compatible");
400 BOOT_LOG_WRN("Cannot upgrade: not same sector layout");
653 BOOT_LOG_WRN("Not enough free space to run swap upgrade");
654 BOOT_LOG_WRN("required %d bytes but only %d are available",
Dloader.c997 BOOT_LOG_WRN("Image in %s slot at 0x%x has been built for offset 0x%x"\
1768 BOOT_LOG_WRN("%d status write fails performing the swap",
1994 BOOT_LOG_WRN("Failed reading sectors; BOOT_MAX_IMG_SECTORS=%d"
2011 BOOT_LOG_WRN("Failed reading image headers; Image=%u",
2036 BOOT_LOG_WRN("Failed reading boot status; Image=%u",
2058 BOOT_LOG_WRN("Failed reading image headers; Image=%u",
2662 BOOT_LOG_WRN("Failed reading image headers.");
2814 BOOT_LOG_WRN("Failed to set copy_done flag of the image in "
/mcuboot-latest/boot/espressif/
Dmain.c118BOOT_LOG_WRN("eFuse virtual mode is enabled. If Secure boot or Flash encryption is enabled then it… in main()