Home
last modified time | relevance | path

Searched refs:ESP_BOOTLOADER_OFFSET (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bootloader_support/include/
Desp_flash_partitions.h45 #define ESP_BOOTLOADER_OFFSET CONFIG_BOOTLOADER_OFFSET_IN_FLASH /* Offset of bootloader image. Has… macro
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c157 verify_sha = (part->offset != ESP_BOOTLOADER_OFFSET) && do_verify; in image_load()
221 …ESP_FAULT_ASSERT(data->start_addr == ESP_BOOTLOADER_OFFSET || memcmp(image_digest, verified_digest… in image_load()
699 if (segment == 0 && metadata->start_addr != ESP_BOOTLOADER_OFFSET) { in process_segment_data()
829 .offset = ESP_BOOTLOADER_OFFSET, in esp_image_verify_bootloader_data()
830 .size = ESP_PARTITION_TABLE_OFFSET - ESP_BOOTLOADER_OFFSET, in esp_image_verify_bootloader_data()
853 if (part_offset == ESP_BOOTLOADER_OFFSET) { in process_appended_hash_and_sig()
987 if (data->start_addr != ESP_BOOTLOADER_OFFSET) { in verify_secure_boot_signature()
Dbootloader_init.c35 …if (bootloader_flash_read(ESP_BOOTLOADER_OFFSET, &bootloader_image_hdr, sizeof(esp_image_header_t)… in bootloader_read_bootloader_header()
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v1/
Dsecure_boot.c64 image = bootloader_mmap(ESP_BOOTLOADER_OFFSET, image_len); in secure_boot_generate()
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c333 if (ESP_BOOTLOADER_OFFSET + image_length > ESP_PARTITION_TABLE_OFFSET) { in encrypt_bootloader()
339 err = esp_flash_encrypt_region(ESP_BOOTLOADER_OFFSET, image_length); in encrypt_bootloader()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dmspi_timing_tuning_configs.h15 #define MSPI_TIMING_FLASH_TEST_DATA_ADDR ESP_BOOTLOADER_OFFSET