Home
last modified time | relevance | path

Searched refs:ESP_PARTITION_TABLE_MAX_LEN (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/bootloader_support/include/
Desp_flash_partitions.h53 #define ESP_PARTITION_TABLE_MAX_LEN 0xC00 /* Maximum length of partition table data */ macro
54 #define ESP_PARTITION_TABLE_MAX_ENTRIES (ESP_PARTITION_TABLE_MAX_LEN / sizeof(esp_partition_info_t)…
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_common.c108 partitions = bootloader_mmap(ESP_PARTITION_TABLE_OFFSET, ESP_PARTITION_TABLE_MAX_LEN); in bootloader_common_erase_part_type_data()
110 …AG, "bootloader_mmap(0x%x, 0x%x) failed", ESP_PARTITION_TABLE_OFFSET, ESP_PARTITION_TABLE_MAX_LEN); in bootloader_common_erase_part_type_data()
Dbootloader_utility.c134 partitions = bootloader_mmap(ESP_PARTITION_TABLE_OFFSET, ESP_PARTITION_TABLE_MAX_LEN); in bootloader_utility_load_partition_table()
136 …AG, "bootloader_mmap(0x%x, 0x%x) failed", ESP_PARTITION_TABLE_OFFSET, ESP_PARTITION_TABLE_MAX_LEN); in bootloader_utility_load_partition_table()
/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dflash_encrypt.c292 …loader_flash_read(ESP_PARTITION_TABLE_OFFSET, partition_table, ESP_PARTITION_TABLE_MAX_LEN, false); in encrypt_and_load_partition_table()
/device/soc/esp/esp32/components/spi_flash/
Dpartition.c585 if (addr <= ESP_PARTITION_TABLE_OFFSET + ESP_PARTITION_TABLE_MAX_LEN) { in esp_partition_main_flash_region_safe()