/hal_espressif-latest/components/bootloader_support/src/ |
D | secure_boot.c | 51 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() 123 … ESP_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() 137 …ESP_LOGW(TAG, "Unused SECURE_BOOT_DIGEST%d should be revoked. It will not be fixed due to the conf… in secure_boot_v2_check() 163 …ESP_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 …]
|
D | flash_encrypt.c | 68 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() 250 …ESP_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/ |
D | secure_boot_secure_features.c | 31 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()
|
D | flash_encryption_secure_features.c | 45 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()
|
D | bootloader_esp32.c | 123 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() 196 …ESP_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/ |
D | flash_encryption_secure_features.c | 23 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()
|
D | secure_boot_secure_features.c | 36 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/ |
D | flash_encryption_secure_features.c | 23 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()
|
D | secure_boot_secure_features.c | 36 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/ |
D | flash_encryption_secure_features.c | 23 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()
|
D | secure_boot_secure_features.c | 36 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/ |
D | flash_encryption_secure_features.c | 23 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()
|
D | secure_boot_secure_features.c | 37 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/ |
D | flash_encryption_secure_features.c | 23 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()
|
D | secure_boot_secure_features.c | 36 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/ |
D | btbb_init.c | 48 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/ |
D | secure_boot_secure_features.c | 36 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()
|
D | flash_encryption_secure_features.c | 23 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/ |
D | wifi_init.c | 134 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() 284 …ESP_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/ |
D | esp_efuse_utility.c | 67 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() 139 … ESP_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/ |
D | gdma_sleep_retention.c | 67 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/ |
D | esp_efuse_utility.c | 81 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() 153 … ESP_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/ |
D | coexist_debug.c | 30 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/ |
D | esp_efuse_utility.c | 81 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() 153 … ESP_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/ |
D | esp_efuse_utility.c | 81 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() 153 … ESP_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()
|