esp-idf/components/bootloader_support/src
Jakob Hasse f4f45345ee esp_hw_support: decrease RNG read frequency on C6 and H2
* The RNG reading frequency of 200 KHz has been too high for
  C6 and H2 since on these chips the RNG output is combined
  with the RTC slow clock which is only 150KHz. Reduced the max
  reading frequency via esp_random() from 200KHz to 62.5KHz,
  which show best results in tests.
  Also updated the bootloader_fill_random() max frequency to the
  same value to be in line, even though it was just 83KHz.
2023-05-31 16:16:25 +00:00
..
esp32 bootloader: removed unavailable rtc features 2023-04-24 11:32:23 +08:00
esp32c2 bootloader: enable super WDT and BOD reset on C2 2023-04-24 11:32:23 +08:00
esp32c3 bootloader: cleanup ana reset config code 2023-04-24 11:32:23 +08:00
esp32c6 bootloader: fix analog reset on C6 and H2 2023-04-24 11:32:23 +08:00
esp32h2 bootloader: fix analog reset on C6 and H2 2023-04-24 11:32:23 +08:00
esp32s2 bootloader: removed unavailable rtc features 2023-04-24 11:32:23 +08:00
esp32s3 bootloader: fixed super watchdog not enabled issue on C3, S3, H4 2023-04-24 11:32:23 +08:00
flash_encryption Merge branch 'feature/adds_more_efuse_logs' into 'master' 2023-02-22 19:25:58 +08:00
idf mbedtls-3 update: 2022-03-03 01:37:10 +05:30
secure_boot_v1 bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
secure_boot_v2 esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
bootloader_clock_init.c clk_tree: Add basic clock support for esp32h2 2023-02-20 17:15:02 +08:00
bootloader_clock_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_common_loader.c bootloader_support: Adds API to detect Factory reset has happened 2023-03-22 02:21:54 +08:00
bootloader_common.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
bootloader_console_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_console.c rom: patch uart function to switch buffer 2023-01-31 13:11:32 +08:00
bootloader_efuse.c esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
bootloader_init.c esp_system: Do not rely on bootloader cache settings, do cache settings unconditionally at startup app 2023-03-28 23:17:16 +08:00
bootloader_mem.c apm: added support for APM on esp32h2 2023-02-14 10:43:49 +00:00
bootloader_panic.c bootloader: dont print assert msg if CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is set 2022-09-02 11:01:50 +08:00
bootloader_random_esp32.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +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_esp32c6.c esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available 2023-05-24 09:43:21 +05:30
bootloader_random_esp32h2.c esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available 2023-05-24 09:43:21 +05:30
bootloader_random_esp32s2.c hw_support: fixed regi2c not protected by lock on ESP32S2 2022-03-13 00:24:08 +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_random.c esp_hw_support: decrease RNG read frequency on C6 and H2 2023-05-31 16:16:25 +00:00
bootloader_utility.c esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
esp_image_format.c esp32h4: removed esp32h4 related codes 2023-04-26 18:53:12 +08:00
flash_encrypt.c Merge branch 'feature/secure_set_efuses_to_prevent_brick_chip' into 'master' 2023-03-29 11:51:09 +08:00
flash_partitions.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
secure_boot.c bootloader_support(esp32c2): Fix esp_secure_boot_cfg_verify_release_mode API 2023-01-24 18:16:19 +08:00