OVMS3-idf/components/bootloader_support/src
Ivan Grokhotkov b4939b1121 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.
2019-01-23 16:23:08 +08:00
..
bootloader_clock.c bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 2018-03-21 13:27:56 +05:00
bootloader_common.c bootloader: Don't verify Partition Table as part of Secure Boot 2018-07-16 16:59:36 +10:00
bootloader_flash.c add api get valid mmu table pages number 2018-03-16 10:40:55 +08:00
bootloader_init.c bootloader, esp32: add workaround for Tensilica erratum 572 2019-01-23 16:23:08 +08:00
bootloader_random.c log: Remove non-static TAG variables 2017-12-15 10:59:48 +11:00
bootloader_sha.c assert: Fix. Move useful functions from wrapped assert functions 2018-06-25 11:05:54 +08:00
bootloader_utility.c nvs_flash: Add support for nvs encryption 2018-10-04 19:25:12 +05:30
efuse.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-24 23:21:17 +00:00
esp_image_format.c bootloader: verify that loaded image does not overlap bootloader code 2018-10-26 12:44:58 +08:00
flash_encrypt.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-24 23:21:17 +00:00
flash_partitions.c bootloader: Don't verify Partition Table as part of Secure Boot 2018-07-16 16:59:36 +10:00
flash_qio_mode.c feature(flash): support for QIO mode of XM25QU64A 2018-08-08 10:58:13 +08:00
secure_boot.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-24 23:21:17 +00:00
secure_boot_signatures.c secure boot: Pad to avoid data after the signature mapping into the address space 2018-07-23 13:45:55 +10:00