Home
last modified time | relevance | path

Searched refs:ESP_LOGI (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/boot/espressif/hal/src/esp32/
Dapp_cpu_start.c22 ESP_LOGI(TAG, "Starting APPCPU"); in appcpu_start()
37 ESP_LOGI(TAG, "APPCPU start sequence complete"); in appcpu_start()
/mcuboot-latest/boot/espressif/hal/src/esp32s3/
Dapp_cpu_start.c23 ESP_LOGI(TAG, "Starting APPCPU"); in appcpu_start()
41 ESP_LOGI(TAG, "APPCPU start sequence complete"); in appcpu_start()
/mcuboot-latest/boot/espressif/hal/src/
Dflash_encrypt.c115 ESP_LOGI(TAG, "flash encryption is enabled (%d plaintext flashes left)", left); in esp_flash_encrypt_state()
217 ESP_LOGI(TAG, "Generating new flash encryption key..."); in check_and_generate_encryption_keys()
241 ESP_LOGI(TAG, "Using pre-loaded flash encryption key in efuse"); in check_and_generate_encryption_keys()
303 ESP_LOGI(TAG, "Encrypting remaining flash..."); in esp_flash_encrypt_contents()
332 ESP_LOGI(TAG, "Flash encryption completed"); in esp_flash_encrypt_contents()
350 ESP_LOGI(TAG, "Setting CRYPT_CNT for permanent encryption"); in esp_flash_encrypt_enable()
367 ESP_LOGI(TAG, "Flash encryption completed"); in esp_flash_encrypt_enable()
382 ESP_LOGI(TAG, "Encrypting bootloader..."); in encrypt_bootloader()
389 ESP_LOGI(TAG, "Bootloader encrypted successfully"); in encrypt_bootloader()
433 ESP_LOGI(TAG, "Encrypting primary slot..."); in encrypt_primary_slot()
Dsecure_boot.c133 ESP_LOGI(TAG, "Digests successfully calculated, %d valid signatures (image offset 0x%x)", in s_calculate_image_public_key_digests()
183ESP_LOGI(TAG, "Secure boot digests %s", has_secure_boot_digest ? "already present":"absent, genera… in check_and_generate_secure_boot_keys()
197ESP_LOGI(TAG, "%d signature block(s) found appended to the bootloader.", boot_key_digests.num_dige… in check_and_generate_secure_boot_keys()
199 ESP_LOGI(TAG, "Burning public key hash to eFuse"); in check_and_generate_secure_boot_keys()
258 ESP_LOGI(TAG, "Revoking empty key digest slot (%d)...", i); in check_and_generate_secure_boot_keys()
/mcuboot-latest/boot/espressif/hal/include/
Desp_log.h19 #define ESP_LOGI(tag, fmt, ...) MCUBOOT_LOG_INF("[%s] " fmt, tag, ##__VA_ARGS__) macro