OVMS3-idf/components/bootloader_support/src
Vikram Dattu e155cd7a78 Add mmu pages available check in non-secure image hash check path.
Made MMU pages available check in `esp_image_format.c`
This now makes it possible to map and process bootoader image as well in chunks when image doesn't fit completely into available free pages.

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2019-07-19 10:08:39 +05:30
..
bootloader_clock.c soc: define named constants for DPORT_CPUPERIOD_SEL values 2019-02-28 20:38:31 +08:00
bootloader_common.c feat(psram): config SPI psram pins based on efuse value 2019-06-13 16:07:21 +08:00
bootloader_flash.c Bugfix: ota fails with secure boot on for image size greater than 3.2MB 2019-07-19 09:56:32 +05:30
bootloader_init.c bugfix(flash): fix flash read error in DIO/26MHz mode 2019-07-11 21:10:20 +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 bootloader: account for load address when mapping cache pages 2019-01-23 17:02:02 +08:00
efuse.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
esp_image_format.c Add mmu pages available check in non-secure image hash check path. 2019-07-19 10:08:39 +05:30
flash_encrypt.c efuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field 2019-04-12 07:28:57 +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.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
secure_boot_signatures.c Bugfix: ota fails with secure boot on for image size greater than 3.2MB 2019-07-19 09:56:32 +05:30