/mcuboot-latest/boot/espressif/ |
D | main.c | 54 BOOT_LOG_INF("br_image_off = 0x%x", rsp->br_image_off); in do_boot() 55 BOOT_LOG_INF("ih_hdr_size = 0x%x", rsp->br_hdr->ih_hdr_size); in do_boot() 79 BOOT_LOG_INF("Image offset = 0x%x", fap->fa_off); in read_image_header() 80 BOOT_LOG_INF("Image header size = 0x%x", img_header->ih_hdr_size); in read_image_header() 142 BOOT_LOG_INF("enabling secure boot v2..."); in main() 147 BOOT_LOG_INF("secure boot v2 is already enabled, continuing.."); in main() 168 BOOT_LOG_INF("Enter the serial recovery mode"); in main() 195 BOOT_LOG_INF("blowing secure boot efuse..."); in main() 214 BOOT_LOG_INF("Secure boot permanently enabled"); in main() 225 BOOT_LOG_INF("Checking flash encryption..."); in main() [all …]
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | main.c | 69 BOOT_LOG_INF("Starting User Application on CM4 (wait)..."); in do_boot() 70 BOOT_LOG_INF("Start Address: 0x%08lx", app_addr); in do_boot() 71 BOOT_LOG_INF("Deinitializing hardware..."); in do_boot() 117 BOOT_LOG_INF("MCUBoot Bootloader Started"); in main() 130 BOOT_LOG_INF("External Memory initialized w/ SFDP."); in main() 143 BOOT_LOG_INF("User Application validated successfully"); in main() 155 BOOT_LOG_INF("MCUBoot Bootloader found none of bootable images"); in main()
|
/mcuboot-latest/boot/zephyr/ |
D | main.c | 255 BOOT_LOG_INF("Copying image to SRAM"); in copy_img_to_SRAM() 284 BOOT_LOG_INF("br_image_off = 0x%x\n", rsp->br_image_off); in do_boot() 285 BOOT_LOG_INF("ih_hdr_size = 0x%x\n", rsp->br_hdr->ih_hdr_size); in do_boot() 404 BOOT_LOG_INF("Enter the serial recovery mode"); 422 BOOT_LOG_INF("Starting bootloader"); 424 BOOT_LOG_INF("Starting Direct-XIP bootloader"); 465 BOOT_LOG_INF("Waiting for USB DFU"); 467 BOOT_LOG_INF("USB DFU wait time elapsed"); 475 BOOT_LOG_INF("Waiting for USB DFU"); 480 BOOT_LOG_INF("USB DFU wait time elapsed"); [all …]
|
/mcuboot-latest/boot/nuttx/src/flash_map_backend/ |
D | flash_map_backend.c | 252 BOOT_LOG_INF("ID:%" PRIu8, id); in flash_area_open() 266 BOOT_LOG_INF("Flash area ID %" PRIu8 " already open, count: %" PRIu32 " (+)", in flash_area_open() 316 BOOT_LOG_INF("Flash area offset: 0x%" PRIx32, dev->fa_cfg->fa_off); in flash_area_open() 317 BOOT_LOG_INF("Flash area size: %" PRIu32, dev->fa_cfg->fa_size); in flash_area_open() 318 BOOT_LOG_INF("MTD erase state: 0x%" PRIx8, dev->erase_state); in flash_area_open() 322 BOOT_LOG_INF("Flash area %" PRIu8 " open, count: %" PRIu32 " (+)", id, dev->refs); in flash_area_open() 351 BOOT_LOG_INF("ID:%" PRIu8, fa->fa_id); in flash_area_close() 366 BOOT_LOG_INF("Close request for flash area %" PRIu8 ", count: %" PRIu32 " (-)", in flash_area_close() 374 BOOT_LOG_INF("Flash area %" PRIu8 " closed", fa->fa_id); in flash_area_close() 407 BOOT_LOG_INF("ID:%" PRIu8 " offset:%" PRIu32 " length:%" PRIu32, in flash_area_read() [all …]
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_log.h | 35 #define BOOT_LOG_INF(...) MCUBOOT_LOG_INF(__VA_ARGS__) macro 46 #define BOOT_LOG_INF(...) IGNORE(__VA_ARGS__)
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_loader.c | 50 BOOT_LOG_INF("Loading image %d - slot %d from flash, area id: %d", image_index, slot, area_id); in esp_app_image_load() 77 …BOOT_LOG_INF("DRAM segment: start=0x%x, size=0x%x, vaddr=0x%x", fap->fa_off + load_header.dram_fla… in esp_app_image_load() 80 …BOOT_LOG_INF("IRAM segment: start=0x%x, size=0x%x, vaddr=0x%x", fap->fa_off + load_header.iram_fla… in esp_app_image_load() 83 BOOT_LOG_INF("start=0x%x", load_header.entry_addr); in esp_app_image_load()
|
/mcuboot-latest/boot/bootutil/src/ |
D | swap_move.c | 332 BOOT_LOG_INF("%s: magic=%s, swap_type=0x%x, copy_done=0x%x, " \ 375 BOOT_LOG_INF("Boot source: primary slot"); in swap_status_source() 379 BOOT_LOG_INF("Boot source: none"); in swap_status_source() 532 BOOT_LOG_INF("Starting swap using move algorithm."); in swap_run()
|
D | bootutil_public.c | 419 BOOT_LOG_INF("Secondary image of image pair (%d.) " in boot_swap_type_multi() 443 BOOT_LOG_INF("Image index: %d, Swap type: %s", image_index, in boot_swap_type_multi() 457 BOOT_LOG_INF("Image index: %d, Swap type: none", image_index); in boot_swap_type_multi()
|
D | swap_scratch.c | 244 BOOT_LOG_INF("%s: magic=%s, swap_type=0x%x, copy_done=0x%x, " \ 397 BOOT_LOG_INF("Boot source: %s", in swap_status_source() 406 BOOT_LOG_INF("Boot source: none"); in swap_status_source() 756 BOOT_LOG_INF("Starting swap using scratch algorithm."); in swap_run()
|
D | loader.c | 1464 BOOT_LOG_INF("Image %d upgrade secondary slot -> primary slot", image_index); 1465 BOOT_LOG_INF("Erasing the primary slot"); 1521 BOOT_LOG_INF("Image %d copying the secondary slot to the primary slot: 0x%zx bytes", 2183 BOOT_LOG_INF("Image %d in slot 1 erased due to downgrade prevention", BOOT_CURR_IMG(state)); 2615 BOOT_LOG_INF("Image %d %s slot: Image not found", 2686 BOOT_LOG_INF("Image %d loaded from the %s slot", 2953 BOOT_LOG_INF("Error whilst copying image %d from Flash to SRAM: %d", 3066 … BOOT_LOG_INF("Image %d RAM load address 0x%x is invalid.", BOOT_CURR_IMG(state), img_dst); 3073 BOOT_LOG_INF("Image %d RAM loading to address 0x%x would overlap with\ 3092 BOOT_LOG_INF("Image %d RAM loading to 0x%x is failed.", BOOT_CURR_IMG(state), img_dst); [all …]
|
D | bootutil_priv.h | 186 BOOT_LOG_INF("%-9s slot: version=%u.%u.%u+%u", \
|
/mcuboot-latest/boot/espressif/port/esp32/ |
D | serial_adapter.c | 108 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|
/mcuboot-latest/boot/espressif/port/esp32c2/ |
D | serial_adapter.c | 117 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|
/mcuboot-latest/boot/espressif/port/esp32s2/ |
D | serial_adapter.c | 119 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|
/mcuboot-latest/boot/espressif/port/esp32s3/ |
D | serial_adapter.c | 152 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|
/mcuboot-latest/boot/espressif/port/esp32c3/ |
D | serial_adapter.c | 148 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|
/mcuboot-latest/boot/espressif/port/esp32c6/ |
D | serial_adapter.c | 148 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|
/mcuboot-latest/boot/espressif/port/esp32h2/ |
D | serial_adapter.c | 148 BOOT_LOG_INF("Initializing serial boot pins"); in boot_console_init()
|