coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
vendor_command_response Struct Reference

#include <tss_structures.h>

Collaboration diagram for vendor_command_response:
Collaboration graph

Data Fields

uint16_t vc_subcommand
 
union {
   uint8_t   num_restored_headers
 
   uint8_t   recovery_button_state
 
   uint8_t   tpm_mode
 
   uint8_t   boot_mode
 
}; 
 

Detailed Description

Definition at line 343 of file tss_structures.h.

Field Documentation

◆ 

union { ... }

◆ boot_mode

uint8_t vendor_command_response::boot_mode

Definition at line 349 of file tss_structures.h.

Referenced by tlcl_cr50_get_boot_mode(), and unmarshal_vendor_command().

◆ num_restored_headers

uint8_t vendor_command_response::num_restored_headers

Definition at line 346 of file tss_structures.h.

Referenced by tlcl_cr50_enable_update(), and unmarshal_vendor_command().

◆ recovery_button_state

uint8_t vendor_command_response::recovery_button_state

Definition at line 347 of file tss_structures.h.

Referenced by tlcl_cr50_get_recovery_button(), and unmarshal_vendor_command().

◆ tpm_mode

uint8_t vendor_command_response::tpm_mode

Definition at line 348 of file tss_structures.h.

Referenced by tlcl_cr50_get_tpm_mode(), and unmarshal_vendor_command().

◆ vc_subcommand

uint16_t vendor_command_response::vc_subcommand

Definition at line 344 of file tss_structures.h.

Referenced by unmarshal_vendor_command().


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