]> granicus.if.org Git - esp-idf/commit
bootloader: Combine loading from flash & verifying to save boot time
authorAngus Gratton <gus@projectgus.com>
Fri, 16 Jun 2017 06:30:21 +0000 (16:30 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 19 Jul 2017 08:25:17 +0000 (18:25 +1000)
commit0c8888d68f9ee38b549e0895a93672dbeb2b14e3
treee69bc5a780851b512a79a643914a71f06786f69b
parent105c4b7386b8b1db96adef5860091fb74066c892
bootloader: Combine loading from flash & verifying to save boot time

Still needs updating to account for secure boot.
components/app_update/esp_ota_ops.c
components/bootloader/subproject/main/bootloader_start.c
components/bootloader/subproject/main/esp32.bootloader.ld
components/bootloader_support/include/esp_image_format.h
components/bootloader_support/src/bootloader_flash.c
components/bootloader_support/src/esp_image_format.c
components/bootloader_support/src/flash_encrypt.c
components/bootloader_support/src/secure_boot.c