]> granicus.if.org Git - esp-idf/commit
Add mmu pages available check in non-secure image hash check path.
authorVikram Dattu <vikram.dattu@espressif.com>
Wed, 19 Jun 2019 11:53:44 +0000 (17:23 +0530)
committerbot <bot@espressif.com>
Mon, 1 Jul 2019 20:04:15 +0000 (20:04 +0000)
commit4b42f535edc3c4e87ebc454bfe0ea6cb62cfb012
treea5677805b77e9f498b2208743ae8b0f3f625eecb
parentda77dcb0be7949d99a29bbf3bd3a999ce607fce5
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>
components/bootloader_support/src/esp_image_format.c