]> granicus.if.org Git - esp-idf/commit
Flash encryption: Temporary fix for issue with stale cache reads
authorAngus Gratton <angus@espressif.com>
Thu, 26 Jan 2017 07:29:18 +0000 (18:29 +1100)
committerAngus Gratton <angus@espressif.com>
Thu, 26 Jan 2017 07:29:18 +0000 (18:29 +1100)
commitd8aae55eebc8c47703593d8c9222dd339d7f5b82
treea5421bae86f837919adbdc9d0c7538f1d7576d08
parent67336672bddb761b7f448b10c44f930655f6686e
Flash encryption: Temporary fix for issue with stale cache reads

Seems doing certain kinds of short reads while flash encryption is
enabled will return stale data. This fixes it, but is probably a
little heavy-handed performance wise.
components/bootloader_support/include/esp_flash_encrypt.h
components/spi_flash/flash_mmap.c