]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/secure_boot_enable_image_verify' into 'master'
authorAngus Gratton <angus@espressif.com>
Wed, 26 Apr 2017 02:58:55 +0000 (10:58 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 26 Apr 2017 02:58:55 +0000 (10:58 +0800)
Fix secure boot enable - can verify bootloader image

Secure boot enable would fail because esp_image_basic_verify() would fail to verify the bootloader image.

* Failure prevented secure boot from enabling.
* Also adds unit test cases for esp_image_basic_verify()

Ref https://esp32.com/viewtopic.php?f=2&t=1602
TW11878

See merge request !693


Trivial merge