feat(esp_tee): Support for ESP32-C5 - the esp_tee component

This commit is contained in:
Laukik Hase
2025-04-30 19:32:05 +05:30
parent 056e4a4162
commit 11d3a2480f
27 changed files with 2261 additions and 46 deletions

View File

@@ -10,13 +10,17 @@
extern "C" {
#endif
#include "soc/soc_caps.h"
#include "sdkconfig.h"
/* Declarations used inside TEE binary, only */
#define portNUM_PROCESSORS (1)
#define configNUM_CORES (portNUM_PROCESSORS)
#define TEE_SECURE_INUM (14)
#define TEE_SECURE_INUM (31)
#if SOC_INT_CLIC_SUPPORTED
#define TEE_PASS_INUM (30)
#endif
#define ESP_TEE_M2U_SWITCH_MAGIC 0xfedef