![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
Contains the received boot status information from bootloader. More...
Data Fields | |
struct shared_data_tlv_header | header |
uint8_t | data [512] |
Contains the received boot status information from bootloader.
This is a redefinition of tfm_boot_data to allocate the appropriate, service dependent size of boot_data.
Definition at line 46 of file attest_core.c.
uint8_t data[512] |
Definition at line 48 of file attest_core.c.
struct shared_data_tlv_header header |
Definition at line 47 of file attest_core.c.