mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
feat(esp_tee): Support for ESP-TEE - bootloader_support
component
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user