esp-idf/components/bootloader_support/src
Angus Gratton 7755015f4f secure boot: Fix enabling secure boot on first bootloader boot
Bootloader would accidentally check its own image for a secure boot signature,
but bootloader is unsigned (protected by secure boot digest).
2017-08-23 11:19:42 +10:00
..
bootloader_flash.c bootloader: Calculate SHA-256 of image while loading/verifying 2017-07-19 18:25:17 +10:00
bootloader_random.c component/soc : move dport access header files to soc 2017-05-09 18:06:00 +08:00
bootloader_sha.c bootloader: Calculate SHA256 hash of image on every boot 2017-07-19 18:31:59 +10:00
efuse.c Flash encryption: Support enabling flash encryption in bootloader, app support 2016-12-01 23:49:12 -08:00
esp_image_format.c secure boot: Fix enabling secure boot on first bootloader boot 2017-08-23 11:19:42 +10:00
flash_encrypt.c bootloader: Combine loading from flash & verifying to save boot time 2017-07-19 18:25:17 +10:00
flash_partitions.c bootloader: Check all partitions fit inside configured flash size 2016-12-30 14:19:46 +11:00
secure_boot_signatures.c bootloader: Calculate SHA256 hash of image on every boot 2017-07-19 18:31:59 +10:00
secure_boot.c bootloader: Combine loading from flash & verifying to save boot time 2017-07-19 18:25:17 +10:00