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

#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

Field Documentation

◆ [struct]

struct { ... } fw_bundle_unauthed_flags::f

◆ impl_reserved

uint32_t fw_bundle_unauthed_flags::impl_reserved

Reserved for implementation defined use.

◆ mis_demotion

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.

◆ reserved

uint32_t fw_bundle_unauthed_flags::reserved

Reserved, must be 0.

◆ u32_all

uint32_t fw_bundle_unauthed_flags::u32_all

The field as a u32.


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