esp-idf/components/bootloader_support/src
KonstantinKondrashov 0a71dce1ef reset_reasons: EFUSE_RST is treated as POWERON_RST
ESP32 does not have the EFUSE_RST, the rest chips has this reset reason.
2022-06-22 17:56:32 +08:00
..
esp32 secure_boot: Fix warning when UART ROM DL mode is disabled 2021-12-02 15:17:56 +05:30
esp32c3 efuse: update efuse name (backport v4.3) 2022-05-31 14:42:05 +08:00
esp32s2 secure_boot.c add missing '#include "esp_flash_encrypt.h"' 2022-02-13 19:51:55 +01:00
esp32s3 efuse: update efuse name (backport v4.3) 2022-05-31 14:42:05 +08:00
idf secure_boot: Secure Boot V2 verify app signature on update (without Secure boot) 2021-03-17 17:08:59 +08:00
secure_boot_v1 secure_boot: Secure Boot V2 verify app signature on update (without Secure boot) 2021-03-17 17:08:59 +08:00
secure_boot_v2 secure_boot: Do not allow key revocation in bootloader 2021-11-17 12:35:06 +05:30
bootloader_clock_init.c ulp: clear rtc int at initialization 2021-06-01 21:41:12 +08:00
bootloader_clock_loader.c bootloader: fix section placement issues found by the check script 2020-09-03 18:14:17 +02:00
bootloader_common_loader.c bootloader: Fix "skip validate in deep sleep" on ESP32 & ESP32-S2 2021-06-01 19:05:09 +10:00
bootloader_common.c bootloader: Fixes bootloader_common_get_sha256_of_partition. Adds hash check. 2022-01-25 20:01:00 +08:00
bootloader_console_loader.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
bootloader_console.c bootloader: fixed the issue custom_uart_gpio doesn't take effect 2022-03-02 02:56:17 +08:00
bootloader_efuse_esp32.c bootloader_efuse: Adds IRAM_ATTR for efuse API 2022-06-17 13:53:35 +08:00
bootloader_efuse_esp32c3.c bootloader_efuse: Adds IRAM_ATTR for efuse API 2022-06-17 13:53:35 +08:00
bootloader_efuse_esp32s2.c bootloader_efuse: Adds IRAM_ATTR for efuse API 2022-06-17 13:53:35 +08:00
bootloader_efuse_esp32s3.c bootloader_efuse: Adds IRAM_ATTR for efuse API 2022-06-17 13:53:35 +08:00
bootloader_flash_config_esp32.c bootloader: Fix selection of Quad I/O modes on ESP32-U4WDH chip 2021-06-07 14:53:43 +10:00
bootloader_flash_config_esp32c3.c soc: merge C3 caps into a single soc_caps.h 2021-05-11 15:20:54 +08:00
bootloader_flash_config_esp32s2.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
bootloader_flash_config_esp32s3.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
bootloader_flash.c bootloader: support unlock MXIC flash chips 2022-02-25 08:20:07 +00:00
bootloader_init.c bootloader: create public bootloader_flash.h header 2020-09-19 10:52:02 +08:00
bootloader_mem.c Updates for riscv support 2020-11-13 07:49:11 +11:00
bootloader_panic.c Updates for riscv support 2020-11-13 07:49:11 +11:00
bootloader_random_esp32.c esp32s2: Support bootloader_random_enable() 2020-10-16 18:48:26 +11:00
bootloader_random_esp32c3.c fix: support bootloader random enable for esp32c3 2021-01-11 14:41:09 +08:00
bootloader_random_esp32s2.c esp32s2: Use regi2c registers to enable bootloader RNG 2020-10-22 14:39:59 +11:00
bootloader_random_esp32s3.c ci: add more build test for esp32-s3 2020-10-27 17:22:17 +08:00
bootloader_random.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
bootloader_utility.c Merge branch 'bugfix/bootloader_debug_buffers_v4.3' into 'release/v4.3' 2021-12-21 03:45:32 +00:00
esp_image_format.c reset_reasons: EFUSE_RST is treated as POWERON_RST 2022-06-22 17:56:32 +08:00
flash_encrypt.c bootloader: add flash encryption support for C3 2021-01-18 14:10:54 +08:00
flash_partitions.c paritition_table: Verify the partition table md5sum when loading the app 2021-05-30 23:21:14 +00:00
flash_qio_mode.c spi_flash: add support for th 1M flash 2022-02-14 16:01:43 +08:00
secure_boot.c secure_boot/SIGNED_ON_UPDATE_NO_SECURE_BOOT: Only the first position of signature blocks is used to verify any update 2021-03-25 15:40:24 +08:00