Home
last modified time | relevance | path

Searched refs:partition_table (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dflash_partitions.c14 esp_err_t esp_partition_table_verify(const esp_partition_info_t *partition_table, bool log_errors, … in esp_partition_table_verify() argument
22 const esp_partition_info_t *part = &partition_table[num_parts]; in esp_partition_table_verify()
44 …esp_rom_md5_update(&context, (unsigned char *) partition_table, num_parts * sizeof(esp_partition_i… in esp_partition_table_verify()
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c44 static esp_err_t encrypt_and_load_partition_table(esp_partition_info_t *partition_table, int *num_p…
251 esp_partition_info_t partition_table[ESP_PARTITION_TABLE_MAX_ENTRIES]; in esp_flash_encrypt_contents() local
263 err = encrypt_and_load_partition_table(partition_table, &num_partitions); in esp_flash_encrypt_contents()
273 err = encrypt_partition(i, &partition_table[i]); in esp_flash_encrypt_contents()
364 static esp_err_t encrypt_and_load_partition_table(esp_partition_info_t *partition_table, int *num_p… in encrypt_and_load_partition_table() argument
368 …err = bootloader_flash_read(ESP_PARTITION_TABLE_OFFSET, partition_table, ESP_PARTITION_TABLE_MAX_L… in encrypt_and_load_partition_table()
373 if (esp_partition_table_verify(partition_table, false, num_partitions) == ESP_OK) { in encrypt_and_load_partition_table()
/hal_espressif-latest/components/bootloader_support/include/
Desp_flash_partitions.h96 esp_err_t esp_partition_table_verify(const esp_partition_info_t *partition_table, bool log_errors, …
/hal_espressif-latest/components/bootloader/
DCMakeLists.txt1 idf_component_register(PRIV_REQUIRES partition_table esptool_py)
/hal_espressif-latest/components/efuse/
DKconfig36 … a feature to keep eFuses after reboots in flash memory. To use this mode the partition_table
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst50 …RGET_BOOTLOADER_OFFSET} build/bootloader/bootloader.bin 0x8000 build/partition_table/partition-tab…
75 …RGET_BOOTLOADER_OFFSET} build/bootloader/bootloader.bin 0x8000 build/partition_table/partition-tab…
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt26 partition_table