feat(esp_tee): Support for ESP-TEE - bootloader_support component

This commit is contained in:
Laukik Hase
2024-11-06 17:57:18 +05:30
parent f254f93594
commit 54c3f1bae4
10 changed files with 833 additions and 27 deletions

View File

@@ -38,6 +38,13 @@ bool bootloader_utility_load_partition_table(bootloader_state_t* bs);
*/
int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs);
/**
* @brief Load and verify the TEE image from the selected partition
*
* @param bs Bootloader state structure
*/
void bootloader_utility_load_tee_image(const bootloader_state_t *bs);
/**
* @brief Load the selected partition and start application.
*