![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdint.h>
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... | |
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.
[in] | args | Pointer to stack frame, which carries input parameters. |
Definition at line 134 of file tfm_boot_data.c.
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.