esp-idf/components/bootloader_support/src/esp32s2
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_esp32s2.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 bootloader: update copyright notice 2021-05-10 04:58:34 +02: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 efuse_example_test: Fix the example test ( broken due to latest change 2021-11-23 15:21:32 +05:30