/hal_espressif-latest/components/bootloader_support/src/esp32h2/ |
D | flash_encryption_secure_features.c | 43 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features() 44 // esp32h2 has DIS_ICACHE. Write-protection bit = 2. in esp_flash_encryption_enable_secure_features() 46 // DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s2/ |
D | flash_encryption_secure_features.c | 51 …// Set write-protection for DIS_ICACHE and DIS_DCACHE to prevent bricking chip in case it will be … in esp_flash_encryption_enable_secure_features() 52 // esp32s2 has DIS_ICACHE and DIS_DCACHE. Write-protection bit = 2 for both. in esp_flash_encryption_enable_secure_features() 54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | flash_encryption_secure_features.c | 51 …// Set write-protection for DIS_ICACHE and DIS_DCACHE to prevent bricking chip in case it will be … in esp_flash_encryption_enable_secure_features() 52 // esp32s3 has DIS_ICACHE and DIS_DCACHE. Write-protection bit = 2 for both. in esp_flash_encryption_enable_secure_features() 54 // DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c3/ |
D | flash_encryption_secure_features.c | 50 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features() 51 // esp32c3 has DIS_ICACHE. Write-protection bit = 2. in esp_flash_encryption_enable_secure_features() 53 // DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c6/ |
D | flash_encryption_secure_features.c | 50 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features() 51 // esp32c6 has DIS_ICACHE. Write-protection bit = 2. in esp_flash_encryption_enable_secure_features() 53 // SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader_support/src/esp32/ |
D | flash_encryption_secure_features.c | 83 …// Set write-protection for DIS_ICACHE to prevent bricking chip in case it will be set accidentall… in esp_flash_encryption_enable_secure_features() 84 // esp32 has DIS_ICACHE. Write-protection bit = 3. in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1013 bool "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)" 1018 …DIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enab… 1029 ESP32-C3: DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG, 1032 ESP32-C6: SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, 1036 … ESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS, 1039 ESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE, 1043 ESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 107 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Set this bit to disable I…
|
D | esp_efuse_table.c | 27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE, 390 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 734 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE 1189 &DIS_ICACHE[0], // [] Set this bit to disable Icache
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 18 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 112 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Represents whether icache…
|
D | esp_efuse_table.c | 35 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE, 410 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 777 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE 1247 …&DIS_ICACHE[0], // [] Represents whether icache is disabled or enabled. 1: disabled. 0: enabl…
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 116 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Set this bit to disable I…
|
D | esp_efuse_table.c | 27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE, 426 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 814 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE 1314 &DIS_ICACHE[0], // [] Set this bit to disable Icache
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 112 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Represents whether icache…
|
D | esp_efuse_table.c | 27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE, 410 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 775 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE 1255 …&DIS_ICACHE[0], // [] Represents whether icache is disabled or enabled. 1: disabled. 0: enabl…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 16 WR_DIS.DIS_ICACHE, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_ICACHE 133 DIS_ICACHE, EFUSE_BLK0, 40, 1, [] Set this bit to disable I…
|
D | esp_efuse_table.c | 27 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_ICACHE, 494 static const esp_efuse_desc_t DIS_ICACHE[] = { variable 942 &WR_DIS_DIS_ICACHE[0], // [] wr_dis of DIS_ICACHE 1527 &DIS_ICACHE[0], // [] Set this bit to disable Icache
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 16 …DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable…
|
D | summary_ESP32-H2.rst | 14 …DIS_ICACHE (BLOCK0) Represents whether icache is disabled or enable…
|
D | summary_ESP32-C3.rst | 32 …DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
|
D | summary_ESP32-S2.rst | 34 …DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
|
D | summary_ESP32-S3.rst | 14 …DIS_ICACHE (BLOCK0) Set this bit to disable Icache …
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | flash_encrypt.c | 398 ESP_LOGW(TAG, "Not write-protected DIS_ICACHE (set WR_DIS_DIS_ICACHE->1)"); in esp_flash_encryption_cfg_verify_release_mode()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 188 /** dis_icache : RO; bitpos: [8]; default: 0; 191 uint32_t dis_icache:1; member 1637 * Indicates a programming error of DIS_ICACHE.
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 187 /** dis_icache : RO; bitpos: [8]; default: 0; 190 uint32_t dis_icache:1; member 1634 * Indicates a programming error of DIS_ICACHE.
|