esp-idf/components/bootloader_support/src
nilesh.kale f5dd1074b6 feat: enable secure boot for c5
This MR added suppport for secure boot in ESP32-C5.
2024-05-30 11:43:17 +05:30
..
esp32 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp32c2 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c3 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c5 ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp32c6 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c61 feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
esp32h2 change(esp_phy): close esp32h2 rf pll by default 2024-03-12 10:10:41 +08:00
esp32p4 feat(spi_flash): Adjust flash clock to real 80M clock, and support 32bit address on eco1 2024-05-27 19:42:47 +08:00
esp32s2 fix(ram_app): Fixed issue ram_app can't use the SPI Flash 2023-11-01 02:01:45 +08:00
esp32s3 Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
flash_encryption fix(bootloader_support): Fix flash encryption for esp32p4 2024-05-11 10:01:16 +05:30
idf mbedtls-3 update: 2022-03-03 01:37:10 +05:30
secure_boot_v1 fix(all): remove unused header includes 2024-03-25 13:58:40 +08:00
secure_boot_v2 feat: enable secure boot for c5 2024-05-30 11:43:17 +05:30
bootloader_clock_init.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
bootloader_clock_loader.c
bootloader_common.c feat(gpio): remove io_mux_reg array in gpio_periph.c from c5 2024-05-17 20:55:25 +08:00
bootloader_common_loader.c fix(rtc_memory): fix conflict between LP-ROM and RTC reserved 2024-04-17 13:37:56 +08:00
bootloader_console.c feat(gpio): remove io_mux_reg array in gpio_periph.c from c5 2024-05-17 20:55:25 +08:00
bootloader_console_loader.c fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
bootloader_efuse.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
bootloader_init.c fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header 2024-05-13 16:54:45 +05:30
bootloader_mem.c feat: add esp32p4 APM HAL/LL API 2024-05-29 21:37:49 +05:30
bootloader_panic.c fix(esp_hw_support): re-enable CONFIG_ESP_DEBUG_OCDAWARE functionality 2023-10-18 08:48:45 +02:00
bootloader_random.c feat(esp_hw_support): brought up RNG on ESP32-P4 2024-04-01 07:09:11 +05:30
bootloader_random_esp32.c fix(soc): soc header files can pass CI check 2023-06-26 23:00:45 +08:00
bootloader_random_esp32c2.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
bootloader_random_esp32c3.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
bootloader_random_esp32c5.c feat(esp32c5mp): add system related components 2024-03-18 17:34:56 +08:00
bootloader_random_esp32c6.c esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available 2023-05-23 18:14:51 +08:00
bootloader_random_esp32h2.c esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available 2023-05-23 18:14:51 +08:00
bootloader_random_esp32p4.c refactor(esp_hw_support): removed unneccessary code 2024-04-15 12:33:08 +02:00
bootloader_random_esp32s2.c fix(soc): soc header files can pass CI check 2023-06-26 23:00:45 +08:00
bootloader_random_esp32s3.c ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
bootloader_utility.c fix(btld): fixed wrong esp_early_loge in bootloader_utility.c 2024-05-29 10:00:41 +08:00
esp_image_format.c feat(xip_psram): support xip psram feature on esp32p4 2024-05-22 15:56:07 +08:00
flash_encrypt.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
flash_partitions.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
secure_boot.c fix(bootloader_support): Fix condition for SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT 2023-09-25 12:02:58 +05:30