Home
last modified time | relevance | path

Searched refs:BOOT_LOG_ERR (Results 1 – 24 of 24) sorted by relevance

/mcuboot-latest/boot/nuttx/src/watchdog/
Dwatchdog.c62 BOOT_LOG_ERR("Failed to open %s", CONFIG_MCUBOOT_WATCHDOG_DEVPATH); in mcuboot_watchdog_feed()
72 BOOT_LOG_ERR("Failed to ping watchdog device: %d", errcode); in mcuboot_watchdog_feed()
101 BOOT_LOG_ERR("Failed to open %s", CONFIG_MCUBOOT_WATCHDOG_DEVPATH); in mcuboot_watchdog_init()
110 BOOT_LOG_ERR("Failed to set timeout in watchdog device: %d", errcode); in mcuboot_watchdog_init()
119 BOOT_LOG_ERR("Failed to start watchdog device: %d", errcode); in mcuboot_watchdog_init()
/mcuboot-latest/boot/espressif/
Dmain.c128BOOT_LOG_ERR("Secure Boot and Flash Encryption cannot be enabled separately, only together (their … in main()
182 BOOT_LOG_ERR("Unable to find bootable image"); in main()
204 BOOT_LOG_ERR("Error programming security eFuses (err=0x%x).", err); in main()
229BOOT_LOG_ERR("flash encryption is not enabled, and SECURE_FLASH_REQUIRE_ALREADY_ENABLED is set, re… in main()
239 BOOT_LOG_ERR("Initialization of Flash Encryption key failed (%d)", err); in main()
247 BOOT_LOG_ERR("Encryption flash contents failed (%d)", err); in main()
253 BOOT_LOG_ERR("Enabling of Flash encryption failed (%d)", err); in main()
262 BOOT_LOG_ERR("Error programming eFuses (err=0x%x).", err); in main()
/mcuboot-latest/boot/espressif/port/
Desp_loader.c48 BOOT_LOG_ERR("%s: Bootloader mmap failed", __func__); in load_segment()
65 BOOT_LOG_ERR("%s: flash_area_open failed with %d", __func__, rc); in esp_app_image_load()
76 BOOT_LOG_ERR("Load header magic verification failed. Aborting"); in esp_app_image_load()
81 BOOT_LOG_ERR("IRAM region in load header is not valid. Aborting"); in esp_app_image_load()
86 BOOT_LOG_ERR("DRAM region in load header is not valid. Aborting"); in esp_app_image_load()
94 BOOT_LOG_ERR("%s_IRAM region in load header is not valid. Aborting", LP_RTC_PREFIX); in esp_app_image_load()
104BOOT_LOG_ERR("%s_RAM region in load header is not valid. Aborting %p", LP_RTC_PREFIX, load_header.… in esp_app_image_load()
111BOOT_LOG_ERR("Application entry point (0x%x) is not in IRAM. Aborting", load_header.entry_addr); in esp_app_image_load()
Desp_mcuboot.c207 BOOT_LOG_ERR("%s: Out of Bounds (0x%x vs 0x%x)", __func__, end_offset, fa->fa_size); in flash_area_read()
213 BOOT_LOG_ERR("%s: Flash read failed", __func__); in flash_area_read()
289 BOOT_LOG_ERR("%s: Out of Bounds (0x%x vs 0x%x)", __func__, end_offset, fa->fa_size); in flash_area_write()
298 BOOT_LOG_ERR("%s: Flash write failed", __func__); in flash_area_write()
312 BOOT_LOG_ERR("%s: Not aligned on sector Offset: 0x%x Length: 0x%x", in flash_area_erase()
321 BOOT_LOG_ERR("%s: Flash erase failed", __func__); in flash_area_erase()
328 BOOT_LOG_ERR("%s: Erase at 0x%x Failed", __func__, (int)val); in flash_area_erase()
410 BOOT_LOG_ERR("Unexpected Request: image_index=%d, slot=%d", image_index, slot); in flash_area_id_from_multi_image_slot()
/mcuboot-latest/boot/zephyr/include/
Dplatform-bench.h31 BOOT_LOG_ERR("start benchmark"); \
37 BOOT_LOG_ERR("bench: %" PRId32 " cycles", _stop_time - *(_s)); \
/mcuboot-latest/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c257 BOOT_LOG_ERR("Undefined flash area: %" PRIu8, id); in flash_area_open()
277 BOOT_LOG_ERR("Error opening MTD device: %d", errcode); in flash_area_open()
287 BOOT_LOG_ERR("Error retrieving MTD device geometry: %d", errcode); in flash_area_open()
297 BOOT_LOG_ERR("Error retrieving MTD partition info: %d", errcode); in flash_area_open()
308 BOOT_LOG_ERR("Error retrieving MTD device erase state: %d", errcode); in flash_area_open()
416 BOOT_LOG_ERR("Attempt to read out of flash area bounds"); in flash_area_read()
428 BOOT_LOG_ERR("Seek to offset %" PRIu32 " failed: %d", off, errcode); in flash_area_read()
440 BOOT_LOG_ERR("Read from %s failed: %d", fa->fa_mtd_path, errcode); in flash_area_read()
484 BOOT_LOG_ERR("Attempt to write out of flash area bounds"); in flash_area_write()
496 BOOT_LOG_ERR("Seek to offset %" PRIu32 " failed: %d", off, errcode); in flash_area_write()
[all …]
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h33 #define BOOT_LOG_ERR(...) MCUBOOT_LOG_ERR(__VA_ARGS__) macro
44 #define BOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/boot/zephyr/
Dboot_serial_extension_zephyr_basic.c48 BOOT_LOG_ERR("failed to open flash area"); in bs_custom_storage_erase()
52 BOOT_LOG_ERR("failed to erase flash area"); in bs_custom_storage_erase()
Dflash_map_legacy.c82 BOOT_LOG_ERR("area %d size 0x%x not divisible by sector size 0x%x", in flash_area_get_sectors()
94 BOOT_LOG_ERR("flash area %d sector count overflow", idx); in flash_area_get_sectors()
Dmain.c288 BOOT_LOG_ERR("flash_area_open failed with %d\n", rc); in copy_img_to_SRAM()
294 BOOT_LOG_ERR("flash_area_read failed with %d\n", rc); in copy_img_to_SRAM()
491 BOOT_LOG_ERR("Cannot enable USB");
501 BOOT_LOG_ERR("Cannot enable USB");
557 BOOT_LOG_ERR("Unable to find bootable image");
569 BOOT_LOG_ERR("Cannot enable USB");
604 BOOT_LOG_ERR("Never should get here");
Dsingle_loader.c154 BOOT_LOG_ERR("Failed to add image data to shared area"); in boot_go()
162 BOOT_LOG_ERR("Failed to add data to shared memory area."); in boot_go()
Dflash_map_extended.c48 BOOT_LOG_ERR("invalid flash ID %d; expected %d", in flash_device_base()
97 BOOT_LOG_ERR("invalid flash area ID"); in flash_area_id_to_multi_image_slot()
Dio.c87 BOOT_LOG_ERR("Didn't find LED device referred by the LED0_NODE\n"); in io_led_init()
Dserial_adapter.c155 BOOT_LOG_ERR("Not enough memory to store" in boot_uart_fifo_callback()
/mcuboot-latest/boot/cypress/MCUBootApp/
Dmain.c134 BOOT_LOG_ERR("External Memory initialization w/ SFDP FAILED: 0x%02x", (int)rc); in main()
/mcuboot-latest/boot/bootutil/src/
Dloader.c178 BOOT_LOG_ERR("Failed to add image data to shared area"); in boot_add_shared_data()
188 BOOT_LOG_ERR("Failed to add data to shared memory area."); in boot_add_shared_data()
1097 BOOT_LOG_ERR("Secondary header magic detected in first sector, wrong upload address?");
1111 BOOT_LOG_ERR("insufficient version in secondary slot");
1141 BOOT_LOG_ERR("Image in the %s slot is not valid!",
1167 BOOT_LOG_ERR("Reset address of image in secondary slot is not in the primary slot");
1168 BOOT_LOG_ERR("Erasing image from secondary slot");
1596 BOOT_LOG_ERR("Security counter update failed after image upgrade.");
1842 BOOT_LOG_ERR("Security counter update failed after "
1901 BOOT_LOG_ERR("panic!");
[all …]
Dbootutil_public.c768 BOOT_LOG_ERR("Failed reading image header"); in boot_image_load_header()
773 BOOT_LOG_ERR("Bad image magic 0x%lx", (unsigned long)hdr->ih_magic); in boot_image_load_header()
779 BOOT_LOG_ERR("Image not bootable"); in boot_image_load_header()
Dbootutil_misc.c344 BOOT_LOG_ERR("Unable to determine flash sector of the image trailer"); in bootutil_max_image_size()
Dswap_move.c193 BOOT_LOG_ERR("Detected inconsistent status!"); in swap_read_status_bytes()
Dswap_scratch.c102 BOOT_LOG_ERR("Detected inconsistent status!"); in swap_read_status_bytes()
Dswap_offset.c279 BOOT_LOG_ERR("Detected inconsistent status!");
/mcuboot-latest/boot/cypress/cy_flash_pal/
Dcy_flash_map.c190 BOOT_LOG_ERR("invalid flash ID %d; expected %d", in flash_device_base()
255 BOOT_LOG_ERR("Flash area read error, rc = %d", (int)rc); in flash_area_read()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c553 BOOT_LOG_ERR("Failed to open flash area ID %d", area_id); in bs_set()
636 BOOT_LOG_ERR("Did not find image with specified hash"); in bs_set()
861 BOOT_LOG_ERR("Error %d while erasing range", rc); in erase_range()
980 BOOT_LOG_ERR("Unable to determine flash sector of the image trailer"); in bs_upload()
1164 BOOT_LOG_ERR("Error %d post upload hook", rc); in bs_upload()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c528 BOOT_LOG_ERR("%s:%d: %s: Assertion `%s' failed.", file, line, function, assertion); in sim_assert()