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

#include <qclib_common.h>

Collaboration diagram for qclib_cb_if_table_entry:
Collaboration graph

Data Fields

char name [QCLIB_TE_NAME_LENGTH]
 
uint64_t blob_address
 
uint32_t size
 
uint32_t blob_attributes
 

Detailed Description

Definition at line 30 of file qclib_common.h.

Field Documentation

◆ blob_address

◆ blob_attributes

uint32_t qclib_cb_if_table_entry::blob_attributes

Definition at line 34 of file qclib_common.h.

Referenced by dump_te_table(), qclib_add_if_table_entry(), and qclib_load_and_run().

◆ name

char qclib_cb_if_table_entry::name[QCLIB_TE_NAME_LENGTH]

Definition at line 31 of file qclib_common.h.

Referenced by dump_te_table(), qclib_add_if_table_entry(), and write_table_entry().

◆ size


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