![]() |
TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
|
#include <tt_bundle_loader.h>
Data Fields | |
| uint32_t | u32_all |
| The field as a u32. | |
| struct { | |
| uint32_t mis_demotion: 1 | |
| MIS demotion When secure_boot == 1, indicates that the MIS manifest will demand demotion. This causes the SEP BL0 to not lock the demotion register to allow a later firmware to perform the lock. The demotion key derivation is used when this is selected so that production secrets are not revealed. More... | |
| uint32_t reserved: 23 | |
| Reserved, must be 0. More... | |
| uint32_t impl_reserved: 8 | |
| Reserved for implementation defined use. More... | |
| } | f |
| struct { ... } fw_bundle_unauthed_flags::f |
| uint32_t fw_bundle_unauthed_flags::impl_reserved |
Reserved for implementation defined use.
| uint32_t fw_bundle_unauthed_flags::mis_demotion |
MIS demotion When secure_boot == 1, indicates that the MIS manifest will demand demotion. This causes the SEP BL0 to not lock the demotion register to allow a later firmware to perform the lock. The demotion key derivation is used when this is selected so that production secrets are not revealed.
| uint32_t fw_bundle_unauthed_flags::reserved |
Reserved, must be 0.
| uint32_t fw_bundle_unauthed_flags::u32_all |
The field as a u32.