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

#include <StmApi.h>

Collaboration diagram for TXT_BIOS_COMPONENT_STATUS:
Collaboration graph

Data Fields

uint64_t bios_component_base
 
uint32_t image_size
 
uint32_t hash_algorithm
 
uint8_t hash [32]
 

Detailed Description

Definition at line 57 of file StmApi.h.

Field Documentation

◆ bios_component_base

uint64_t TXT_BIOS_COMPONENT_STATUS::bios_component_base

Definition at line 58 of file StmApi.h.

◆ hash

uint8_t TXT_BIOS_COMPONENT_STATUS::hash[32]

Definition at line 61 of file StmApi.h.

◆ hash_algorithm

uint32_t TXT_BIOS_COMPONENT_STATUS::hash_algorithm

Definition at line 60 of file StmApi.h.

◆ image_size

uint32_t TXT_BIOS_COMPONENT_STATUS::image_size

Definition at line 59 of file StmApi.h.


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