esp-idf/components/bootloader_support/bootloader_flash/src
KonstantinKondrashov 88ef0d8aeb efuse: Fix load_efuses_from_flash when FE is on
esp_efuse_utility_load_efuses_from_flash() read emul_efuse
as an encrypted partition, but that is not correct,
this partition was never encrypted.
Need to read it as not encrypted partition.

Fxed the case: If FE is already on then EFUSE VIRT mode can work with it.

Closes https://github.com/espressif/esp-idf/issues/10929
2023-03-23 16:20:43 +08:00
..
bootloader_flash_config_esp32.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash_config_esp32c2.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash_config_esp32c3.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash_config_esp32c6.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash_config_esp32h2.c system: fixed ram app cannot use mmu correctly issue 2023-03-15 10:59:20 +08:00
bootloader_flash_config_esp32h4.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash_config_esp32s2.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash_config_esp32s3.c refactor: move bootloader_init_spi_flash to bootloader_flash_config_{target}.c 2023-02-01 17:57:28 +08:00
bootloader_flash.c efuse: Fix load_efuses_from_flash when FE is on 2023-03-23 16:20:43 +08:00
flash_qio_mode.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00