mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-21 19:09:13 +00:00
feat(esp_tee): Support for ESP-TEE - bootloader_support component
This commit is contained in:
@@ -21,6 +21,8 @@ extern "C" {
|
||||
#define PART_SUBTYPE_OTA_FLAG 0x10
|
||||
#define PART_SUBTYPE_OTA_MASK 0x0f
|
||||
#define PART_SUBTYPE_TEST 0x20
|
||||
#define PART_SUBTYPE_TEE_0 0x30
|
||||
#define PART_SUBTYPE_TEE_1 0x31
|
||||
|
||||
#define PART_TYPE_DATA 0x01
|
||||
#define PART_SUBTYPE_DATA_OTA 0x00
|
||||
@@ -38,6 +40,9 @@ extern "C" {
|
||||
#define PART_SUBTYPE_PARTITION_TABLE_PRIMARY 0x00
|
||||
#define PART_SUBTYPE_PARTITION_TABLE_OTA 0x01
|
||||
|
||||
#define PART_SUBTYPE_DATA_TEE_OTA 0x90
|
||||
#define PART_SUBTYPE_DATA_TEE_SEC_STORAGE 0x91
|
||||
|
||||
#define PART_TYPE_END 0xff
|
||||
#define PART_SUBTYPE_END 0xff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user