TF-M Reference Manual
1.2.0
TrustedFirmware-M
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
tfm_boot_data.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020, Arm Limited. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*
6
*/
7
8
#ifndef __TFM_BOOT_DATA_H__
9
#define __TFM_BOOT_DATA_H__
10
11
#include <stdint.h>
12
19
void
tfm_core_get_boot_data_handler
(uint32_t args[]);
20
25
void
tfm_core_validate_boot_data
(
void
);
26
27
#endif
/* __TFM_BOOT_DATA_H__ */
tfm_core_validate_boot_data
void tfm_core_validate_boot_data(void)
Validate the content of shared memory area, which stores the shared data between bootloader and runti...
Definition:
tfm_boot_data.c:119
tfm_core_get_boot_data_handler
void tfm_core_get_boot_data_handler(uint32_t args[])
Retrieve secure partition related data from shared memory area, which stores shared data between boot...
Definition:
tfm_boot_data.c:134
secure_fw
spm
common
tfm_boot_data.h
Generated on Thu Feb 18 2021 13:29:11 for TF-M Reference Manual by
1.8.6