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

#include <coreboot_tables.h>

Collaboration diagram for lb_header:
Collaboration graph

Data Fields

uint8_t signature [4]
 
uint32_t header_bytes
 
uint32_t header_checksum
 
uint32_t table_bytes
 
uint32_t table_checksum
 
uint32_t table_entries
 

Detailed Description

Definition at line 108 of file coreboot_tables.h.

Field Documentation

◆ header_bytes

uint32_t lb_header::header_bytes

Definition at line 110 of file coreboot_tables.h.

◆ header_checksum

uint32_t lb_header::header_checksum

Definition at line 111 of file coreboot_tables.h.

Referenced by lb_table_fini().

◆ signature

uint8_t lb_header::signature[4]

Definition at line 109 of file coreboot_tables.h.

◆ table_bytes

uint32_t lb_header::table_bytes

Definition at line 112 of file coreboot_tables.h.

Referenced by lb_table_fini().

◆ table_checksum

uint32_t lb_header::table_checksum

Definition at line 113 of file coreboot_tables.h.

Referenced by lb_table_fini().

◆ table_entries

uint32_t lb_header::table_entries

Definition at line 114 of file coreboot_tables.h.

Referenced by lb_table_fini().


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