Home
last modified time | relevance | path

Searched refs:MCUBOOT_LOG_INF (Results 1 – 12 of 12) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Dsecurity_cnt.c31 MCUBOOT_LOG_INF("Read security counter value (%d) for image: %d\n", counter, image_id); in boot_nv_security_counter_get()
38MCUBOOT_LOG_INF("Writing security counter value (%d) for image: %d\n", img_security_cnt, image_id); in boot_nv_security_counter_update()
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_logging.h69 #define MCUBOOT_LOG_INF tr_info macro
71 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_logging.h76 #define MCUBOOT_LOG_INF(_fmt, ...) \ macro
83 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_logging.h68 #define MCUBOOT_LOG_INF(_fmt, ...) \ macro
73 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_logging.h61 #define MCUBOOT_LOG_INF(_fmt, ...) \ macro
66 #define MCUBOOT_LOG_INF(_fmt, ...) macro
/mcuboot-latest/boot/espressif/hal/include/
Desp_log.h19 #define ESP_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
25 #define ESP_EARLY_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
Dsoc_log.h14 #define SOC_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__)
/mcuboot-latest/boot/espressif/hal/src/
Dbootloader_banner.c14 MCUBOOT_LOG_INF("*** Booting MCUboot build %s ***", MCUBOOT_VER); in __wrap_bootloader_print_banner()
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_logging.h72 #define MCUBOOT_LOG_INF(_fmt, ...) \ macro
80 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__) macro
/mcuboot-latest/boot/nuttx/include/mcuboot_config/
Dmcuboot_logging.h42 #define MCUBOOT_LOG_INF(format, ...) \ macro
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_logging.h24 #define MCUBOOT_LOG_INF(...) LOG_INF(__VA_ARGS__) macro
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h35 #define BOOT_LOG_INF(...) MCUBOOT_LOG_INF(__VA_ARGS__)