OVMS3-idf/components/bootloader_support/src
chenjianqiang 3349c99882 bugfix(flash): add flash config in app startup
We fixed some flash bugs in bootloader, but for the users used the old
vrsion bootloader, they can not fix these bugs via OTA, the solution is
add these updates in app startup.

These updates include:
1. SPI flash gpio matrix and drive strength configuration
2. SPI flash clock configuration
3. SPI flash read dummy configuration
4. SPI flash cs timing configuration
5. Update flash id of g_rom_flashchip
2019-10-15 12:08:04 +08:00
..
bootloader_clock.c soc: define named constants for DPORT_CPUPERIOD_SEL values 2019-02-28 20:38:31 +08:00
bootloader_common.c bugfix(flash): add flash config in app startup 2019-10-15 12:08:04 +08:00
bootloader_flash.c Bugfix: ota fails with secure boot on for image size greater than 3.2MB 2019-07-19 09:56:32 +05:30
bootloader_flash_config.c bugfix(flash): add flash config in app startup 2019-10-15 12:08:04 +08:00
bootloader_init.c bugfix(flash): add flash config in app startup 2019-10-15 12:08:04 +08:00
bootloader_random.c esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00:00
bootloader_sha.c app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
bootloader_utility.c bootloader: account for load address when mapping cache pages 2019-01-23 17:02:02 +08:00
efuse.c support esp32 eco revision 2 and 3 2019-09-19 17:05:08 +08:00
esp_image_format.c support esp32 eco revision 2 and 3 2019-09-19 17:05:08 +08:00
flash_encrypt.c flash encryption: Add config option to disable any plaintext reflashes 2019-09-05 18:54:29 +10:00
flash_partitions.c bootloader: Don't verify Partition Table as part of Secure Boot 2018-07-13 15:45:15 +10:00
flash_qio_mode.c feature(flash): support for QIO mode of XM25QU64A 2018-07-11 22:28:01 +08:00
secure_boot.c Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-16 16:24:10 +11:00
secure_boot_signatures.c Bugfix: ota fails with secure boot on for image size greater than 3.2MB 2019-07-19 09:56:32 +05:30