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

Go to the source code of this file.

Functions

int32_t tfm_core_get_boot_data (uint8_t major_type, struct tfm_boot_data *boot_data, uint32_t len)
 Retrieve secure partition related data from shared memory area, which stores shared data between bootloader and runtime firmware. More...
 

Function Documentation

int32_t tfm_core_get_boot_data ( uint8_t  major_type,
struct tfm_boot_data boot_data,
uint32_t  len 
)

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

Parameters
[in]major_typeMajor type.
[out]boot_dataPointer to boot data.
[in]lenThe length of the boot data.

Definition at line 13 of file service_api.c.

Here is the caller graph for this function: