Home
last modified time | relevance | path

Searched refs:ESP_LOGW (Results 1 – 25 of 71) sorted by relevance

123

/hal_espressif-latest/components/bootloader_support/src/
Dsecure_boot.c51 ESP_LOGW(TAG, "eFuse BLOCK%d should not be readable. Fixing..", block); in secure_boot_v1_check()
56 ESP_LOGW(TAG, "eFuse BLOCK%d should not be writeable. Fixing..", block); in secure_boot_v1_check()
84 ESP_LOGW(TAG, "eFuse BLOCK%d should not be writeable. Fixing..", block); in secure_boot_v2_check()
115 ESP_LOGW(TAG, "eFuse BLOCK%d should not be writeable. Fixing..", block); in secure_boot_v2_check()
123ESP_LOGW(TAG, "The KEY_PURPOSE_SECURE_BOOT_DIGEST%d should be write-protected. Fixing..", block); in secure_boot_v2_check()
132 ESP_LOGW(TAG, "Unused SECURE_BOOT_DIGEST%d should be revoked. Fixing..", i); in secure_boot_v2_check()
137ESP_LOGW(TAG, "Unused SECURE_BOOT_DIGEST%d should be revoked. It will not be fixed due to the conf… in secure_boot_v2_check()
163ESP_LOGW(TAG, "App has %d signatures. Only the first position of signature blocks is used to verif… in check_signature_on_update_check()
218 ESP_LOGW(TAG, "Not read-protected secure boot key (set RD_DIS_BLK2->1)"); in esp_secure_boot_cfg_verify_release_mode()
225 ESP_LOGW(TAG, "Not write-protected secure boot key (set WR_DIS_BLK2->1)"); in esp_secure_boot_cfg_verify_release_mode()
[all …]
Dflash_encrypt.c68 ESP_LOGW(TAG, "Flash encryption mode is DEVELOPMENT (not secure)"); in esp_flash_encryption_init_checks()
235 ESP_LOGW(TAG, "Not enabled Flash Encryption (FLASH_CRYPT_CNT->1 or max)"); in esp_flash_encryption_cfg_verify_release_mode()
242 ESP_LOGW(TAG, "ENCRYPT_CONFIG must be set 0xF (set ENCRYPT_CONFIG->0xF)"); in esp_flash_encryption_cfg_verify_release_mode()
250ESP_LOGW(TAG, "Not release mode of Flash Encryption (set FLASH_CRYPT_CNT->max or WR_DIS_FLASH_CRYP… in esp_flash_encryption_cfg_verify_release_mode()
257 ESP_LOGW(TAG, "Not disabled UART bootloader encryption (set DISABLE_DL_ENCRYPT->1)"); in esp_flash_encryption_cfg_verify_release_mode()
263 ESP_LOGW(TAG, "Not disabled UART bootloader decryption (set DISABLE_DL_DECRYPT->1)"); in esp_flash_encryption_cfg_verify_release_mode()
269 ESP_LOGW(TAG, "Not disabled UART bootloader MMU cache (set DISABLE_DL_CACHE->1)"); in esp_flash_encryption_cfg_verify_release_mode()
275 ESP_LOGW(TAG, "Not disabled JTAG (set DISABLE_JTAG->1)"); in esp_flash_encryption_cfg_verify_release_mode()
281 ESP_LOGW(TAG, "Not disabled ROM BASIC interpreter fallback (set CONSOLE_DEBUG_DISABLE->1)"); in esp_flash_encryption_cfg_verify_release_mode()
287 ESP_LOGW(TAG, "Not write-protected DIS_CACHE (set WR_DIS_DIS_CACHE->1)"); in esp_flash_encryption_cfg_verify_release_mode()
[all …]
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dsecure_boot_secure_features.c31 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
38 ESP_LOGW(TAG, "Not disabling ROM BASIC fallback - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
60 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
71 ESP_LOGW(TAG, "Not disabling ROM BASIC fallback - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
82 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
101 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
Dflash_encryption_secure_features.c45 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
52 ESP_LOGW(TAG, "Not disabling UART bootloader decryption - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
59 ESP_LOGW(TAG, "Not disabling UART bootloader MMU cache - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
66 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
73 ESP_LOGW(TAG, "Not disabling ROM BASIC fallback - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
Dbootloader_esp32.c123 ESP_LOGW(TAG, "WDT reset info: %s CPU PC=0x%"PRIx32" (waiti mode)", cpu_name, pc); in wdt_reset_info_dump()
125 ESP_LOGW(TAG, "WDT reset info: %s CPU PC=0x%"PRIx32, cpu_name, pc); in wdt_reset_info_dump()
147 ESP_LOGW(TAG, "PRO CPU has been reset by WDT."); in bootloader_check_wdt_reset()
152 ESP_LOGW(TAG, "APP CPU has been reset by WDT."); in bootloader_check_wdt_reset()
196ESP_LOGW(TAG, "eFuse virtual mode is enabled. If Secure boot or Flash encryption is enabled then i… in bootloader_init()
/hal_espressif-latest/components/bootloader_support/src/esp32c2/
Dflash_encryption_secure_features.c23 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
30 ESP_LOGW(TAG, "Not disabling UART bootloader cache - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
37 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
Dsecure_boot_secure_features.c36 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
43 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
57 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32c3/
Dflash_encryption_secure_features.c23 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
30 ESP_LOGW(TAG, "Not disabling UART bootloader cache - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
38 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
Dsecure_boot_secure_features.c36 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
45 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
66 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32c6/
Dflash_encryption_secure_features.c23 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
30 ESP_LOGW(TAG, "Not disabling UART bootloader cache - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
38 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
Dsecure_boot_secure_features.c36 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
45 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
66 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dflash_encryption_secure_features.c23 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
31 ESP_LOGW(TAG, "Not disabling UART bootloader cache - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
38 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
Dsecure_boot_secure_features.c37 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
45 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
66 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dflash_encryption_secure_features.c23 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
31 ESP_LOGW(TAG, "Not disabling UART bootloader cache - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
39 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
Dsecure_boot_secure_features.c36 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
45 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
66 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
/hal_espressif-latest/components/esp_phy/src/
Dbtbb_init.c48 ESP_LOGW(TAG, "failed to destroy sleep retention linked list for btbb retention"); in btbb_sleep_retention_deinit()
52 ESP_LOGW(TAG, "Modem BT BB retention callback unregister failed"); in btbb_sleep_retention_deinit()
72 ESP_LOGW(TAG, "failed to allocate sleep retention linked list for btbb retention"); in esp_btbb_enable()
75 ESP_LOGW(TAG, "Modem BT BB retention callback register failed"); in esp_btbb_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32h2/
Dsecure_boot_secure_features.c36 ESP_LOGW(TAG, "UART ROM Download mode kept enabled - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
45 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
66 ESP_LOGW(TAG, "Allowing read disabling of additional efuses - SECURITY COMPROMISED"); in esp_secure_boot_enable_secure_features()
Dflash_encryption_secure_features.c23 ESP_LOGW(TAG, "Not disabling UART bootloader encryption"); in esp_flash_encryption_enable_secure_features()
31 ESP_LOGW(TAG, "Not disabling JTAG - SECURITY COMPROMISED"); in esp_flash_encryption_enable_secure_features()
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c134 ESP_LOGW(TAG, "failed to allocate sleep retention linked list for wifi mac retention"); in esp_wifi_mac_pd_mem_init()
145 ESP_LOGW(TAG, "failed to free sleep retention linked list for wifi mac retention"); in esp_wifi_mac_pd_mem_deinit()
162 ESP_LOGW(TAG, "Failed to unregister Rx callbacks"); in wifi_deinit_internal()
208 ESP_LOGW(TAG, "WiFi MAC sleep retention deinit failed"); in wifi_deinit_internal()
281 ESP_LOGW(TAG, "WiFi cache TX buffers should be disabled when initialize SPIRAM failed"); in esp_wifi_psram_check()
284ESP_LOGW(TAG, "TX buffers type should be changed from static to dynamic when initialize SPIRAM fai… in esp_wifi_psram_check()
287 ESP_LOGW(TAG, "WiFi/LWIP prefer SPIRAM should be disabled when initialize SPIRAM failed"); in esp_wifi_psram_check()
290 ESP_LOGW(TAG, "WiFi AMSDU TX should be disabled when initialize SPIRAM failed"); in esp_wifi_psram_check()
342 ESP_LOGW(TAG, "WiFi MAC sleep retention init failed"); in esp_wifi_init()
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_utility.c67 ESP_LOGW(TAG, "Virtual efuses enabled: Not really burning eFuses"); in esp_efuse_utility_burn_chip()
116 ESP_LOGW(TAG, "BLOCK%d already has a coding error", num_block); in esp_efuse_utility_burn_chip()
134 ESP_LOGW(TAG, "BLOCK%d got a coding error", num_block); in esp_efuse_utility_burn_chip()
139ESP_LOGW(TAG, "BLOCK%d: next retry to fix an error [%d/3]...", num_block, repeat_burn_op); in esp_efuse_utility_burn_chip()
146 ESP_LOGW(TAG, "Coding error was not fixed"); in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_sleep_retention.c67 ESP_LOGW(TAG, "Failed to allocate sleep retention linked list for GDMA retention"); in gdma_sleep_retention_init()
77 ESP_LOGW(TAG, "GDMA pair (%d, %d) retention destroy failed", group_id, pair_id); in gdma_sleep_retention_deinit()
81 ESP_LOGW(TAG, "GDMA pair (%d, %d) retention deinit failed", group_id, pair_id); in gdma_sleep_retention_deinit()
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_utility.c81 ESP_LOGW(TAG, "Virtual efuses enabled: Not really burning eFuses"); in esp_efuse_utility_burn_chip()
130 ESP_LOGW(TAG, "BLOCK%d already has a coding error", num_block); in esp_efuse_utility_burn_chip()
148 ESP_LOGW(TAG, "BLOCK%d got a coding error", num_block); in esp_efuse_utility_burn_chip()
153ESP_LOGW(TAG, "BLOCK%d: next retry to fix an error [%d/3]...", num_block, repeat_burn_op); in esp_efuse_utility_burn_chip()
160 ESP_LOGW(TAG, "Coding error was not fixed"); in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c30 ESP_LOGW(TAG, "Not support: %s", __FUNCTION__); in wifi_set_gpio_debug_cb()
34 ESP_LOGW(TAG, "Not support: %s", __FUNCTION__); in wifi_gpio_debug_max_event_get()
40 ESP_LOGW(TAG, "Not support: %s", __FUNCTION__); in coex_set_gpio_debug_cb()
45 ESP_LOGW(TAG, "Not support: %s", __FUNCTION__); in coex_gpio_debug_max_event_get()
51 ESP_LOGW(TAG, "Not support: %s", __FUNCTION__); in coex_gpio_debug_matrix_init()
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_utility.c81 ESP_LOGW(TAG, "Virtual efuses enabled: Not really burning eFuses"); in esp_efuse_utility_burn_chip()
130 ESP_LOGW(TAG, "BLOCK%d already has a coding error", num_block); in esp_efuse_utility_burn_chip()
148 ESP_LOGW(TAG, "BLOCK%d got a coding error", num_block); in esp_efuse_utility_burn_chip()
153ESP_LOGW(TAG, "BLOCK%d: next retry to fix an error [%d/3]...", num_block, repeat_burn_op); in esp_efuse_utility_burn_chip()
160 ESP_LOGW(TAG, "Coding error was not fixed"); in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_utility.c81 ESP_LOGW(TAG, "Virtual efuses enabled: Not really burning eFuses"); in esp_efuse_utility_burn_chip()
130 ESP_LOGW(TAG, "BLOCK%d already has a coding error", num_block); in esp_efuse_utility_burn_chip()
148 ESP_LOGW(TAG, "BLOCK%d got a coding error", num_block); in esp_efuse_utility_burn_chip()
153ESP_LOGW(TAG, "BLOCK%d: next retry to fix an error [%d/3]...", num_block, repeat_burn_op); in esp_efuse_utility_burn_chip()
160 ESP_LOGW(TAG, "Coding error was not fixed"); in esp_efuse_utility_burn_chip()

123