esp-idf/components/bootloader_support/src
Ivan Grokhotkov 964f5a91f7 bootloader, esp32: add workaround for Tensilica erratum 572
If zero-overhead loop buffer is enabled, under certain rare conditions
when executing a zero-overhead loop, the CPU may attempt to execute an invalid instruction. Work around by disabling the buffer.
2018-11-19 04:39:35 +00:00
..
bootloader_clock.c
bootloader_common.c
bootloader_flash.c
bootloader_init.c bootloader, esp32: add workaround for Tensilica erratum 572 2018-11-19 04:39:35 +00:00
bootloader_random.c
bootloader_sha.c
bootloader_utility.c
efuse.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
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 Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
flash_partitions.c
flash_qio_mode.c
secure_boot.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
secure_boot_signatures.c