esp-idf/components/bootloader_support/src
Angus Gratton c69af42b96 esp32: Fix backwards compatibility for pre-v2.1 bootloaders
Older bootloaders don't set RTC_XTAL_FREQ_REG or call rtc_clk_init(),
app needs to pick this up.

Reported at
https://esp32.com/viewtopic.php?f=2&t=3939&p=17836
2017-12-18 13:45:57 +11:00
..
bootloader_clock.c esp32: Fix backwards compatibility for pre-v2.1 bootloaders 2017-12-18 13:45:57 +11: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 esp32: Add KConfig option to disable ROM Console fallback on first boot 2017-08-29 14:52:00 +10: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 flash encryption: Also always disable ROM BASIC console when enabling flash encryption 2017-08-29 14:52:00 +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