esp-idf/components/bootloader_support/src
Michael (XIAO Xufeng) e5ac1eb83f spi_flash: fix the corruption of ROM after calling bootloader_execute_flash_command
The user register, especially dummy related ones, needs to be restored, otherwise the ROM function will not work.

Introduced in dd40123129.
2022-06-09 12:41:56 +08:00
..
esp32 bootloader: add xmc spi_flash startup flow to improve reliability 2022-06-09 12:41:56 +08:00
esp32s2 bootloader: add xmc spi_flash startup flow to improve reliability 2022-06-09 12:41:56 +08:00
idf bootloader: create public bootloader_flash.h header 2022-06-09 12:41:56 +08:00
bootloader_clock.c esp32s2: fix enabling 32k XTAL clock 2020-02-17 17:33:56 +01:00
bootloader_common.c bootloader: create public bootloader_flash.h header 2022-06-09 12:41:56 +08:00
bootloader_efuse_esp32.c bootloader: move esp32 specific code from bootloader_common 2019-10-03 09:38:13 +02:00
bootloader_efuse_esp32s2.c esp_phy: Update ESP32S2 phy lib to support eco1 chip 2022-02-10 14:00:53 +08:00
bootloader_flash_config_esp32.c bootloader: Fix selection of Quad I/O modes on ESP32-U4WDH chip 2021-06-09 05:10:21 +00:00
bootloader_flash_config_esp32s2.c spi_flash: add config option to override flash size in bootloader header 2021-02-22 23:18:17 +08:00
bootloader_flash.c spi_flash: fix the corruption of ROM after calling bootloader_execute_flash_command 2022-06-09 12:41:56 +08:00
bootloader_init.c bootloader: create public bootloader_flash.h header 2022-06-09 12:41:56 +08:00
bootloader_mem.c bootloader_support: mem-related initializations using cpu abstractions 2020-02-27 07:14:21 +05:00
bootloader_random_esp32.c esp32s2: Support bootloader_random_enable() 2020-10-19 10:24:37 +11:00
bootloader_random_esp32s2.c esp32s2: Use regi2c registers to enable bootloader RNG 2020-10-21 15:09:22 +11:00
bootloader_random.c esp32s2: Support bootloader_random_enable() 2020-10-19 10:24:37 +11:00
bootloader_utility.c bootloader: create public bootloader_flash.h header 2022-06-09 12:41:56 +08:00
esp_image_format.c bootloader: create public bootloader_flash.h header 2022-06-09 12:41:56 +08:00
flash_encrypt.c bootloader: Fix esp_get_flash_encryption_mode(). RELEASE = (CRYPT_CNT == max) or (CRYPT_CNT.write_protect == true) 2020-10-15 02:36:04 +00:00
flash_partitions.c paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 06:35:45 +00:00
flash_qio_mode.c bootloader: add xmc spi_flash startup flow to improve reliability 2022-06-09 12:41:56 +08:00