esp-idf/components/esp32/ld
Tim Nordell 43393cf4d1 bootloader: Support for skipping validation upon wake from deep sleep
This saves time when waking up from deep sleep, but potentially decreases
the security of the system.  If the application able to modify itself
(especially areas that are loaded into RAM) in flash while running
without crashing or is modifies the cached bits of information about
what was last booted from the bootloader, this could cause security
issues if the user does a "deep sleep reset" since the full validation
is skipped.

Signed-off-by: Tim Nordell <tim.nordell@nimbelink.com>
2019-08-21 11:44:37 +00:00
..
esp32_fragments.lf esp32: make WiFi IRAM optimization configurable 2019-02-26 19:55:57 +08:00
esp32.extram.bss.ld linker external bss: Align end of ext bss to word boundary 2018-12-20 01:40:05 +00:00
esp32.ld bootloader: Support for skipping validation upon wake from deep sleep 2019-08-21 11:44:37 +00:00
esp32.peripherals.ld add esp_eth component 2019-06-26 10:19:23 +08:00
esp32.project.ld.in Port NimBLE Host Stack on ESP-IDF 2019-06-25 09:03:58 +08:00