esp-idf/components/bootloader_support/src/esp32
Xiao Xufeng 28f19cf0e6 fix(ram_app): Fixed issue ram_app can't use the SPI Flash
1st bootloader won't help to initialize the MSPI & cache properly as it
usually do when loading from flash. And the ram app doesn't have valid
headers.

Since there is no enough space in 2nd bootloader, we replace the
`bootloader_init_spi_flash` in the ram_app (!pure_ram_app), with an
customized alternative of it for the ram_app.

This alternative helps to initialize the MSPI & cache properly, without
the help of 1st bootloader or image headers.
2023-11-01 02:01:45 +08:00
..
bootloader_esp32.c fix(ram_app): Fixed issue ram_app can't use the SPI Flash 2023-11-01 02:01:45 +08:00
bootloader_sha.c bugfix: dual core chip haven't started the pro cpu in the bootloader, so no workaround is needed 2023-02-01 17:57:28 +08:00
bootloader_soc.c bootloader: removed unavailable rtc features 2023-04-11 10:23:20 +08:00
flash_encryption_secure_features.c bootloader: Adds an option to leave DIS_CACHE writeable 2023-03-29 00:02:25 +08:00
secure_boot_secure_features.c secure_boot: Fix warning when UART ROM DL mode is disabled 2021-11-22 12:01:15 +05:30