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

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

Detailed Description

Authenticated flags field Some sub-fields in flags are subject to bits in the selector_bits field.

Field Documentation

◆ bl1_demotion

uint32_t fw_bundle_auth_flags::bl1_demotion

BL1 demotion request, only valid when selector_bits[17] is 1.

◆ encrypted_payload

uint32_t fw_bundle_auth_flags::encrypted_payload

Payload is encrypted.

◆ [struct]

struct { ... } fw_bundle_auth_flags::f

◆ reserved

uint32_t fw_bundle_auth_flags::reserved

Reserved, must be 0.

◆ security_version_update

uint32_t fw_bundle_auth_flags::security_version_update

Update the hardware security version to match security_version.

◆ u32_all

uint32_t fw_bundle_auth_flags::u32_all

The field as a u32.


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