TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_spm_db_func.inc File Reference
#include "psa_manifest/sid.h"
Include dependency graph for tfm_spm_db_func.inc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __TFM_SPM_DB_FUNC_INC__
 

Variables

uint32_t * ctx_stack_list []
 
const struct
spm_partition_static_data_t 
static_data_list []
 
const struct
tfm_spm_partition_platform_data_t ** 
platform_data_list_list []
 
struct spm_partition_db_t g_spm_partition_db
 

Macro Definition Documentation

#define __TFM_SPM_DB_FUNC_INC__

Definition at line 11 of file tfm_spm_db_func.inc.

Variable Documentation

uint32_t* ctx_stack_list[]

Definition at line 277 of file tfm_spm_db_func.inc.

struct spm_partition_db_t g_spm_partition_db
Initial value:
= {
.is_init = 0,
.partition_count = sizeof(partition_list) / sizeof(partition_list[0]),
.running_partition_idx = 0,
.partitions = partition_list,
}

Definition at line 897 of file tfm_spm_db_func.inc.

const struct tfm_spm_partition_platform_data_t** platform_data_list_list[]

The platform data of the partition list

Definition at line 656 of file tfm_spm_db_func.inc.

const struct spm_partition_static_data_t static_data_list[]

Dependencies array for Secure Partition The static data of the partition list

Definition at line 419 of file tfm_spm_db_func.inc.