esp-idf/components/bootloader_support/include
Michael (XIAO Xufeng) f6da7f3305 spi_flash: add config option to override flash size in bootloader header
Sometimes the flash size read from bootloader is not correct. This may
forbid SPI Flash driver from reading the the area larger than the size
in bootloader header.

When the new config option is enabled, the latest configured
ESPTOOLPY_FLAHSIZE in the app header will be used to override the value
read from bootloader header.
2021-02-23 01:23:53 +08:00
..
bootloader_clock.h Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 13:44:24 +10:00
bootloader_common.h bootloader_support: refactor to better support multi target 2019-12-23 05:45:17 +00:00
bootloader_flash_config.h spi_flash: add config option to override flash size in bootloader header 2021-02-23 01:23:53 +08:00
bootloader_random.h bootloader_support: Add C++ header guards 2019-06-26 11:26:56 +10:00
bootloader_util.h bootloader_support: Add C++ header guards 2019-06-26 11:26:56 +10:00
esp_app_format.h Add chip revision into image header 2019-09-16 18:13:53 +08:00
esp_flash_data_types.h merge esp_flash_data_types into esp_flash_partitions 2019-03-18 08:51:55 +00:00
esp_flash_encrypt.h efuse: Add ESP32 V3 'disable Download Mode' functionality 2020-12-16 17:08:04 +11:00
esp_flash_partitions.h bootloader_support: Remove deprecated partition load/verify functions 2019-09-13 09:44:07 +10:00
esp_image_format.h spi_flash: add config option to override flash size in bootloader header 2021-02-23 01:23:53 +08:00
esp_secure_boot.h bootloader: Add fault injection resistance to Secure Boot bootloader verification 2020-03-06 01:16:04 +05:30