/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 37 WR_DIS.SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 16, 1, [] wr_dis of SECURE_BOOT_AGG… 131 SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 117, 1, [] Set this bit to enable re…
|
D | esp_efuse_table.c | 111 {EFUSE_BLK0, 16, 1}, // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE, 486 static const esp_efuse_desc_t SECURE_BOOT_AGGRESSIVE_REVOKE[] = { variable 839 &WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE 1309 …&SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] Set this bit to enable revoking aggressive secure bo…
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 40 WR_DIS.SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 16, 1, [] wr_dis of SECURE_BOOT_AGG… 139 SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 117, 1, [] Represents whether revoki…
|
D | esp_efuse_table.c | 123 {EFUSE_BLK0, 16, 1}, // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE, 518 static const esp_efuse_desc_t SECURE_BOOT_AGGRESSIVE_REVOKE[] = { variable 887 &WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE 1382 …&SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] Represents whether revoking aggressive secure boot i…
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 42 WR_DIS.SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 16, 1, [] wr_dis of SECURE_BOOT_AGG… 146 SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 117, 1, [] Set this bit to enable ag…
|
D | esp_efuse_table.c | 131 {EFUSE_BLK0, 16, 1}, // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE, 546 static const esp_efuse_desc_t SECURE_BOOT_AGGRESSIVE_REVOKE[] = { variable 944 &WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE 1464 …&SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] Set this bit to enable aggressive secure boot key re…
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 41 WR_DIS.SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 16, 1, [] wr_dis of SECURE_BOOT_AGG… 141 SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 117, 1, [] Represents whether revoki…
|
D | esp_efuse_table.c | 127 {EFUSE_BLK0, 16, 1}, // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE, 526 static const esp_efuse_desc_t SECURE_BOOT_AGGRESSIVE_REVOKE[] = { variable 900 &WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE 1400 …&SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] Represents whether revoking aggressive secure boot i…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 45 WR_DIS.SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 16, 1, [] wr_dis of SECURE_BOOT_AGG… 161 SECURE_BOOT_AGGRESSIVE_REVOKE, EFUSE_BLK0, 117, 1, [] Set this bit to enable re…
|
D | esp_efuse_table.c | 143 {EFUSE_BLK0, 16, 1}, // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE, 606 static const esp_efuse_desc_t SECURE_BOOT_AGGRESSIVE_REVOKE[] = { variable 1087 &WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] wr_dis of SECURE_BOOT_AGGRESSIVE_REVOKE 1667 …&SECURE_BOOT_AGGRESSIVE_REVOKE[0], // [] Set this bit to enable revoking aggressive secure bo…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 98 …SECURE_BOOT_AGGRESSIVE_REVOKE (BLOCK0) Represents whether revoking aggressive secure b…
|
D | summary_ESP32-H2.rst | 100 …SECURE_BOOT_AGGRESSIVE_REVOKE (BLOCK0) Represents whether revoking aggressive secure b…
|
D | summary_ESP32-C3.rst | 96 …SECURE_BOOT_AGGRESSIVE_REVOKE (BLOCK0) Set this bit to enable revoking aggressive secu…
|
D | summary_ESP32-S2.rst | 106 …SECURE_BOOT_AGGRESSIVE_REVOKE (BLOCK0) Set this bit to enable aggressive secure boot k…
|
D | summary_ESP32-S3.rst | 91 …SECURE_BOOT_AGGRESSIVE_REVOKE (BLOCK0) Set this bit to enable revoking aggressive secu…
|
D | summary_ESP32-P4.rst | 120 …SECURE_BOOT_AGGRESSIVE_REVOKE (BLOCK0) Represents whether revoking aggressive secure b…
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | secure_boot.c | 338 ESP_LOGW(TAG, "Not enabled AGGRESSIVE KEY REVOKE (set SECURE_BOOT_AGGRESSIVE_REVOKE->1)"); in esp_secure_boot_cfg_verify_release_mode()
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 1294 "SECURE_BOOT_AGGRESSIVE_REVOKE": (1 << 1), 1340 if get_security_flag_status("SECURE_BOOT_AGGRESSIVE_REVOKE", flags):
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | efuse_struct.h | 357 /** secure_boot_aggressive_revoke : RO; bitpos: [21]; default: 0; 361 uint32_t secure_boot_aggressive_revoke:1; member 1791 * Indicates a programming error of SECURE_BOOT_AGGRESSIVE_REVOKE.
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | efuse_struct.h | 357 /** secure_boot_aggressive_revoke : RO; bitpos: [21]; default: 0; 361 uint32_t secure_boot_aggressive_revoke:1; member 1788 * Indicates a programming error of SECURE_BOOT_AGGRESSIVE_REVOKE.
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | efuse_struct.h | 338 /** secure_boot_aggressive_revoke : RO; bitpos: [21]; default: 0; 341 uint32_t secure_boot_aggressive_revoke:1; member 1777 * If SECURE_BOOT_AGGRESSIVE_REVOKE is 1, then it indicates a programming error.
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32c61.yaml | 31 …SECURE_BOOT_AGGRESSIVE_REVOKE : {show: y, blk : 0, word: 2, pos: 27, len : 1, start : 91, type…
|
D | esp32c3.yaml | 38 …SECURE_BOOT_AGGRESSIVE_REVOKE : {show: y, blk : 0, word: 3, pos: 21, len : 1, start: 117, type…
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 382 /** secure_boot_aggressive_revoke : RO; bitpos: [21]; default: 0; 385 uint32_t secure_boot_aggressive_revoke:1; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 374 /** secure_boot_aggressive_revoke : RO; bitpos: [21]; default: 0; 377 uint32_t secure_boot_aggressive_revoke:1; member
|