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

#include <intel_bios.h>

Collaboration diagram for aimdb_header:
Collaboration graph

Data Fields

char signature [16]
 
char oem_device [20]
 
u16 aimdb_version
 
u16 aimdb_header_size
 
u16 aimdb_size
 

Detailed Description

Definition at line 354 of file intel_bios.h.

Field Documentation

◆ aimdb_header_size

u16 aimdb_header::aimdb_header_size

Definition at line 358 of file intel_bios.h.

◆ aimdb_size

u16 aimdb_header::aimdb_size

Definition at line 359 of file intel_bios.h.

◆ aimdb_version

u16 aimdb_header::aimdb_version

Definition at line 357 of file intel_bios.h.

◆ oem_device

char aimdb_header::oem_device[20]

Definition at line 356 of file intel_bios.h.

◆ signature

char aimdb_header::signature[16]

Definition at line 355 of file intel_bios.h.


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