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

#include <txt_register.h>

Collaboration diagram for acm_info_table:
Collaboration graph

Data Fields

uint8_t uuid [16]
 
uint8_t chipset_acm_type
 
uint8_t version
 
uint16_t length
 
uint32_t chipset_id_list
 
uint32_t os_sinit_data_ver
 
uint32_t min_mle_hdr_ver
 
uint32_t capabilities
 
uint8_t acm_ver
 
uint8_t reserved [3]
 

Detailed Description

Definition at line 219 of file txt_register.h.

Field Documentation

◆ acm_ver

uint8_t acm_info_table::acm_ver

Definition at line 228 of file txt_register.h.

◆ capabilities

uint32_t acm_info_table::capabilities

Definition at line 227 of file txt_register.h.

◆ chipset_acm_type

uint8_t acm_info_table::chipset_acm_type

Definition at line 221 of file txt_register.h.

◆ chipset_id_list

uint32_t acm_info_table::chipset_id_list

Definition at line 224 of file txt_register.h.

◆ length

uint16_t acm_info_table::length

Definition at line 223 of file txt_register.h.

◆ min_mle_hdr_ver

uint32_t acm_info_table::min_mle_hdr_ver

Definition at line 226 of file txt_register.h.

◆ os_sinit_data_ver

uint32_t acm_info_table::os_sinit_data_ver

Definition at line 225 of file txt_register.h.

◆ reserved

uint8_t acm_info_table::reserved[3]

Definition at line 229 of file txt_register.h.

◆ uuid

uint8_t acm_info_table::uuid[16]

Definition at line 220 of file txt_register.h.

◆ version

uint8_t acm_info_table::version

Definition at line 222 of file txt_register.h.


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