TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_boot_data.h File Reference
#include <stdint.h>
Include dependency graph for tfm_boot_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void tfm_core_get_boot_data_handler (uint32_t args[])
 Retrieve secure partition related data from shared memory area, which stores shared data between bootloader and runtime firmware. More...
 
void tfm_core_validate_boot_data (void)
 Validate the content of shared memory area, which stores the shared data between bootloader and runtime firmware. More...
 

Function Documentation

void tfm_core_get_boot_data_handler ( uint32_t  args[])

Retrieve secure partition related data from shared memory area, which stores shared data between bootloader and runtime firmware.

Parameters
[in]argsPointer to stack frame, which carries input parameters.

Definition at line 134 of file tfm_boot_data.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void tfm_core_validate_boot_data ( void  )

Validate the content of shared memory area, which stores the shared data between bootloader and runtime firmware.

Definition at line 119 of file tfm_boot_data.c.