Home
last modified time | relevance | path

Searched refs:BOOT_LOG_DBG (Results 1 – 13 of 13) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dflash_check.c33 BOOT_LOG_DBG("Discrepancy, slot0 expected write block size: %d, actual: %d", in swap_write_block_size_check()
43 BOOT_LOG_DBG("Discrepancy, slot1 expected write block size: %d, actual: %d", in swap_write_block_size_check()
Dflash_map_legacy.c71 BOOT_LOG_DBG("area %d: offset=0x%x, length=0x%x", idx, fa->fa_off, in flash_area_get_sectors()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h36 #define BOOT_LOG_DBG(...) MCUBOOT_LOG_DBG(__VA_ARGS__) macro
47 #define BOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/boot/bootutil/src/
Dswap_offset.c354 BOOT_LOG_DBG("slot0 sectors: %d, slot1 sectors: %d, usable slot0 sectors: %d",
364 BOOT_LOG_DBG("Non-optimal sector distribution, slot0 has %d usable sectors "
380 BOOT_LOG_DBG("Discrepancy, slot0 expected erase size: %d, actual: %d",
386 BOOT_LOG_DBG("Discrepancy, slot1 expected erase size: %d, actual: %d",
471 BOOT_LOG_DBG("Skipping erase of secondary 0x%x and copy from primary 0x%x", sec_off,
475 BOOT_LOG_DBG("Erasing secondary 0x%x of 0x%x", sec_off, sz);
479 BOOT_LOG_DBG("Copying primary 0x%x -> secondary 0x%x of 0x%x", pri_off, sec_off, sz);
491 BOOT_LOG_DBG("Skipping erase of primary 0x%x and copy from secondary 0x%x", pri_off,
495 BOOT_LOG_DBG("Erasing primary 0x%x of 0x%x", pri_off, sz);
500 BOOT_LOG_DBG("Copying secondary 0x%x -> primary 0x%x of 0x%x", sec_up_off, pri_off,
[all …]
Dswap_misc.c49 BOOT_LOG_DBG("erasing trailer; fa_id=%d", flash_area_get_id(fap)); in swap_erase_trailer_sectors()
97 BOOT_LOG_DBG("initializing status; fa_id=%d", flash_area_get_id(fap)); in swap_status_init()
Dswap_move.c277 BOOT_LOG_DBG("slot0 sectors: %d, slot1 sectors: %d, usable slot0 sectors: %d", in boot_slots_compatible()
287 BOOT_LOG_DBG("Non-optimal sector distribution, slot0 has %d usable sectors (%d assigned) " in boot_slots_compatible()
303 BOOT_LOG_DBG("Discrepancy, slot0 expected erase size: %d, actual: %d", in boot_slots_compatible()
309 BOOT_LOG_DBG("Discrepancy, slot1 expected erase size: %d, actual: %d", in boot_slots_compatible()
Dbootutil_public.c327 BOOT_LOG_DBG("writing magic; fa_id=%d off=0x%lx (0x%lx)", in boot_write_magic()
385 BOOT_LOG_DBG("writing image_ok; fa_id=%d off=0x%lx (0x%lx)", in boot_write_image_ok()
411 BOOT_LOG_DBG("writing swap_info; fa_id=%d off=0x%lx (0x%lx), swap_type=0x%x" in boot_write_swap_info()
495 BOOT_LOG_DBG("writing copy_done; fa_id=%d off=0x%lx (0x%lx)", in boot_write_copy_done()
Dbootutil_misc.c303 BOOT_LOG_DBG("writing swap_size; fa_id=%d off=0x%lx (0x%lx)", in boot_write_swap_size()
318 BOOT_LOG_DBG("writing enc_key; fa_id=%d off=0x%lx (0x%lx)", in boot_write_enc_key()
Dloader.c761 BOOT_LOG_DBG("writing swap status; fa_id=%d off=0x%lx (0x%lx)", in boot_write_status()
1607 BOOT_LOG_DBG("erasing secondary header");
1615 BOOT_LOG_DBG("erasing secondary trailer");
2793 BOOT_LOG_DBG("Erasing faulty image in the %s slot.",
2803 BOOT_LOG_DBG("The copy_done flag had an unexpected value. Its "
Dswap_scratch.c615 BOOT_LOG_DBG("erasing scratch area"); in boot_swap_sectors()
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c140 BOOT_LOG_DBG("%s: ID=%d", __func__, (int)id); in flash_area_open()
294 BOOT_LOG_DBG("%s: Addr: 0x%08x Length: %d", __func__, (int)start_addr, (int)len); in flash_area_write()
318 BOOT_LOG_DBG("%s: Addr: 0x%08x Length: %d", __func__, (int)start_addr, (int)len); in flash_area_erase()
402 BOOT_LOG_DBG("%s", __func__); in flash_area_id_from_multi_image_slot()
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c561 BOOT_LOG_DBG("Erasing %zu bytes at offset %" PRIu32, in flash_area_erase()
571 BOOT_LOG_DBG("Erasing %" PRIu32 " bytes at offset %" PRIu32, in flash_area_erase()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c856 BOOT_LOG_DBG("Erasing range 0x%jx:0x%jx", (intmax_t)start, in erase_range()
1083 BOOT_LOG_DBG("Writing at 0x%x until 0x%x", curr_off, curr_off + (uint32_t)img_chunk_len); in bs_upload()
1174 BOOT_LOG_DBG("RX: 0x%x", rc); in bs_upload()
1433 BOOT_LOG_DBG("TX"); in boot_serial_output()