Searched refs:BOOT_LOG_DBG (Results 1 – 13 of 13) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | flash_check.c | 33 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()
|
D | flash_map_legacy.c | 71 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/ |
D | bootutil_log.h | 36 #define BOOT_LOG_DBG(...) MCUBOOT_LOG_DBG(__VA_ARGS__) macro 47 #define BOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
|
/mcuboot-latest/boot/bootutil/src/ |
D | swap_offset.c | 354 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 …]
|
D | swap_misc.c | 49 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()
|
D | swap_move.c | 277 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()
|
D | bootutil_public.c | 327 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()
|
D | bootutil_misc.c | 303 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()
|
D | loader.c | 761 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 "
|
D | swap_scratch.c | 615 BOOT_LOG_DBG("erasing scratch area"); in boot_swap_sectors()
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 140 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/ |
D | flash_map_backend.c | 561 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/ |
D | boot_serial.c | 856 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()
|