fix(security): Set all APM masters to operate in TEE mode by default

This commit is contained in:
Laukik Hase
2025-05-09 13:59:56 +05:30
parent 7cf5dacd4a
commit 8a999ea19e
5 changed files with 34 additions and 4 deletions

View File

@@ -136,6 +136,13 @@ typedef struct {
void apm_tee_hal_set_master_secure_mode(apm_ll_apm_ctrl_t apm_ctrl, apm_ll_master_id_t master_id,
apm_ll_secure_mode_t sec_mode);
/**
* @brief Set all masters to a given secure mode
*
* @param sec_mode Secure mode
*/
void apm_tee_hal_set_master_secure_mode_all(apm_ll_secure_mode_t sec_mode);
/**
* @brief TEE controller clock auto gating enable
*