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

Data Fields

uint32_t signature
 
uint16_t header_length
 
uint8_t header_revision
 
uint8_t reserved
 
uint32_t patch_entry_num
 
uint32_t patch_entries [0]
 

Detailed Description

Definition at line 50 of file fsp_relocate.c.

Field Documentation

◆ header_length

uint16_t fsp_patch_table::header_length

Definition at line 52 of file fsp_relocate.c.

Referenced by relocate_patch_table().

◆ header_revision

uint8_t fsp_patch_table::header_revision

Definition at line 53 of file fsp_relocate.c.

◆ patch_entries

uint32_t fsp_patch_table::patch_entries[0]

Definition at line 56 of file fsp_relocate.c.

Referenced by relocate_patch_table().

◆ patch_entry_num

uint32_t fsp_patch_table::patch_entry_num

Definition at line 55 of file fsp_relocate.c.

Referenced by relocate_patch_table().

◆ reserved

uint8_t fsp_patch_table::reserved

Definition at line 54 of file fsp_relocate.c.

◆ signature

uint32_t fsp_patch_table::signature

Definition at line 51 of file fsp_relocate.c.


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