]> granicus.if.org Git - esp-idf/commit
bootloader: Do not obfuscate RAM if we are not doing image validation
authorTim Nordell <tim.nordell@nimbelink.com>
Fri, 12 Apr 2019 20:34:46 +0000 (15:34 -0500)
committerbot <bot@espressif.com>
Wed, 21 Aug 2019 11:44:37 +0000 (11:44 +0000)
commit82984f05394bc04e5abda365bc734d168c2d69b7
tree19de31a84ffe0895fd50f04951f06501c229e7f2
parent1e32fa2cf7cf328d965a8f5015cbb28d787beb58
bootloader: Do not obfuscate RAM if we are not doing image validation

No need to take this step if we are not doing image validation.  The
obfuscation only buys us a tiny bit of "security" anyways since the
main parts of flash are memory mapped, too.  This saves a little bit of
wake-up time when waking up from deep sleep when the
BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP option is set.

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
components/bootloader_support/src/esp_image_format.c