![]() |
TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
|
Authenticated flags field Some sub-fields in flags are subject to bits in the selector_bits field. More...
#include <tt_bundle_loader.h>
Data Fields | |
| uint32_t | u32_all |
| The field as a u32. | |
| struct { | |
| uint32_t bl1_demotion: 1 | |
| BL1 demotion request, only valid when selector_bits[17] is 1. More... | |
| uint32_t encrypted_payload: 1 | |
| Payload is encrypted. More... | |
| uint32_t security_version_update: 1 | |
| Update the hardware security version to match security_version. More... | |
| uint32_t reserved: 29 | |
| Reserved, must be 0. More... | |
| } | f |
Authenticated flags field Some sub-fields in flags are subject to bits in the selector_bits field.
| uint32_t fw_bundle_auth_flags::bl1_demotion |
BL1 demotion request, only valid when selector_bits[17] is 1.
| uint32_t fw_bundle_auth_flags::encrypted_payload |
Payload is encrypted.
| struct { ... } fw_bundle_auth_flags::f |
| uint32_t fw_bundle_auth_flags::reserved |
Reserved, must be 0.
| uint32_t fw_bundle_auth_flags::security_version_update |
Update the hardware security version to match security_version.
| uint32_t fw_bundle_auth_flags::u32_all |
The field as a u32.