TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
fw_bundle_lc_state Union Reference

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

Detailed Description

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.

Field Documentation

◆ [struct]

struct { ... } fw_bundle_lc_state::f

◆ prod

uint32_t fw_bundle_lc_state::prod

lifecycle state PROD allowed

◆ prod_end

uint32_t fw_bundle_lc_state::prod_end

lifecycle state PROD_END allowed

◆ rma_chiplet

uint32_t fw_bundle_lc_state::rma_chiplet

lifecycle state RMA_CHIPLET allowed

◆ rma_sip

uint32_t fw_bundle_lc_state::rma_sip

lifecycle state RMA_SIP allowed

◆ test_dev

uint32_t fw_bundle_lc_state::test_dev

lifecycle state TEST_DEV allowed

◆ u32_all

uint32_t fw_bundle_lc_state::u32_all

The field as u32.


The documentation for this union was generated from the following file: