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

#include <intel_bios.h>

Collaboration diagram for bdb_header:
Collaboration graph

Data Fields

u8 signature [16]
 Always 'BIOS_DATA_BLOCK'. More...
 
u16 version
 decimal More...
 
u16 header_size
 in bytes More...
 
u16 bdb_size
 in bytes More...
 

Detailed Description

Definition at line 22 of file intel_bios.h.

Field Documentation

◆ bdb_size

u16 bdb_header::bdb_size

in bytes

Definition at line 26 of file intel_bios.h.

Referenced by generate_vbt().

◆ header_size

u16 bdb_header::header_size

in bytes

Definition at line 25 of file intel_bios.h.

Referenced by generate_vbt().

◆ signature

u8 bdb_header::signature[16]

Always 'BIOS_DATA_BLOCK'.

Definition at line 23 of file intel_bios.h.

Referenced by generate_vbt().

◆ version

u16 bdb_header::version

decimal

Definition at line 24 of file intel_bios.h.

Referenced by generate_vbt().


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