![]() |
TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
|
Lifecycle state selection This field controls whether or not this image is loaded on a device based on the lifecycle state of that device. This is only enforced when secure boot is enabled. More...
#include <tt_bundle_loader.h>
Data Fields | |
| uint32_t | u32_all |
| The field as u32. | |
| struct { | |
| uint32_t test_dev: 1 | |
| lifecycle state TEST_DEV allowed More... | |
| uint32_t prod: 1 | |
| lifecycle state PROD allowed More... | |
| uint32_t prod_end: 1 | |
| lifecycle state PROD_END allowed More... | |
| uint32_t rma_sip: 1 | |
| lifecycle state RMA_SIP allowed More... | |
| uint32_t rma_chiplet: 1 | |
| lifecycle state RMA_CHIPLET allowed More... | |
| } | f |
Lifecycle state selection This field controls whether or not this image is loaded on a device based on the lifecycle state of that device. This is only enforced when secure boot is enabled.
| struct { ... } fw_bundle_lc_state::f |
| uint32_t fw_bundle_lc_state::prod |
lifecycle state PROD allowed
| uint32_t fw_bundle_lc_state::prod_end |
lifecycle state PROD_END allowed
| uint32_t fw_bundle_lc_state::rma_chiplet |
lifecycle state RMA_CHIPLET allowed
| uint32_t fw_bundle_lc_state::rma_sip |
lifecycle state RMA_SIP allowed
| uint32_t fw_bundle_lc_state::test_dev |
lifecycle state TEST_DEV allowed
| uint32_t fw_bundle_lc_state::u32_all |
The field as u32.