coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
apob_base_header Struct Reference
Collaboration diagram for apob_base_header:
Collaboration graph

Data Fields

uint32_t signature
 
uint32_t version
 
uint32_t size
 
uint32_t offset_of_first_entry
 

Detailed Description

Definition at line 29 of file apob_cache.c.

Field Documentation

◆ offset_of_first_entry

uint32_t apob_base_header::offset_of_first_entry

Definition at line 33 of file apob_cache.c.

◆ signature

uint32_t apob_base_header::signature

Definition at line 30 of file apob_cache.c.

Referenced by apob_header_valid().

◆ size

uint32_t apob_base_header::size

Definition at line 32 of file apob_cache.c.

Referenced by apob_header_valid(), and soc_update_apob_cache().

◆ version

uint32_t apob_base_header::version

Definition at line 31 of file apob_cache.c.


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