esp-idf/components/bootloader_support/src
Angus Gratton e8a4e70c42 flash encryption: Add config option to disable any plaintext reflashes
Enabled by default when Secure Boot is on, so Flash Encryption protection
is always available in case of a Secure Boot bypass.
2019-07-30 08:35:30 +00:00
..
bootloader_clock.c soc: define named constants for DPORT_CPUPERIOD_SEL values 2019-02-26 17:07:59 +08:00
bootloader_common.c feat(psram): config SPI psram pins based on efuse value 2019-07-02 14:15:55 +08:00
bootloader_flash.c bootloader: account for load address when mapping cache pages 2019-01-19 14:44:55 +08:00
bootloader_init.c bugfix(flash): fix flash read error in DIO/26MHz mode 2019-07-15 14:26:53 +08:00
bootloader_random.c esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00:00
bootloader_sha.c app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
bootloader_utility.c remove secure boot test mode 2019-06-14 14:37:02 +05:30
esp_image_format.c bootloader: verify that loaded image does not overlap bootloader code 2018-10-26 12:44:10 +08:00
flash_encrypt.c flash encryption: Add config option to disable any plaintext reflashes 2019-07-30 08:35:30 +00:00
flash_partitions.c bootloader: Don't verify Partition Table as part of Secure Boot 2018-07-13 15:45:15 +10:00
flash_qio_mode.c feature(flash): support for QIO mode of XM25QU64A 2018-07-11 22:28:01 +08:00
secure_boot_signatures.c secure boot: Use mbedtls_sha256() not esp_sha() 2019-03-15 17:34:06 +11:00
secure_boot.c remove secure boot test mode 2019-06-14 14:37:02 +05:30