OVMS3-idf/components/bootloader_support/src
chenjianqiang a6f990ffb9 bugfix(flash): improve flash dio read timing
When flash work in DIO Mode, in order to ensure the fast read mode of flash
is a fixed value, we merged the mode bits into address part, and the fast
read mode value is 0 (the default value).
2019-07-02 14:25:27 +08:00
..
bootloader_clock.c soc: define named constants for DPORT_CPUPERIOD_SEL values 2019-02-26 17:07:59 +08:00
bootloader_common.c bootloader: Add support of anti-rollback 2019-02-14 18:51:43 +08:00
bootloader_flash.c bootloader: account for load address when mapping cache pages 2019-01-19 14:44:55 +08:00
bootloader_init.c bugfix(flash): improve flash dio read timing 2019-07-02 14:25:27 +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 remove secure boot test mode 2019-06-14 14:37:02 +05:30
esp_image_format.c bootloader: verify that loaded image does not overlap bootloader code 2018-10-26 12:44:10 +08:00
flash_encrypt.c Enable secure boot only after encrypting flash 2019-05-06 11:34:12 +05:30
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 remove secure boot test mode 2019-06-14 14:37:02 +05:30
secure_boot_signatures.c secure boot: Use mbedtls_sha256() not esp_sha() 2019-03-15 17:34:06 +11:00