esp-idf/components/soc/esp32
Angus Gratton 17adb40ca8 bootloader: Calculate SHA256 hash of image on every boot
Makes app image booting more reliable (256-bit rather than 8-bit verification.)

Some measurements, time to boot a 655KB app.bin file and run to app_main() execution.

(All for rev 1 silicon, ie no 340ms spurious WDT delay.)

80MHz QIO mode:
before = 300ms
after = 140ms

40MHz DIO mode:
before = 712ms
after = 577ms

40MHz DIO mode, secure boot enabled
before = 1380ms
after = 934ms

(Secure boot involves two ECC signature verifications (partition table, app) that take approx 300ms each with 80MHz CPU.)
2017-07-19 18:31:59 +10:00
..
include/soc bootloader: Calculate SHA256 hash of image on every boot 2017-07-19 18:31:59 +10:00
test
cpu_util.c
i2c_apll.h
i2c_bbpll.h
i2c_rtc_clk.h
rtc_clk.c
rtc_init.c soc: fix typo in register name 2017-07-06 12:36:06 +08:00
rtc_pm.c
rtc_sleep.c
rtc_time.c
soc_log.h
soc_memory_layout.c heap: Rename memory "tags" to "types" to avoid confusion w/ old tag allocator API 2017-07-10 17:46:03 +08:00