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

Data Fields

unsigned int addr_cells
 
unsigned int size_cells
 
voiddata
 

Detailed Description

Definition at line 247 of file fit.c.

Field Documentation

◆ addr_cells

unsigned int entry_params::addr_cells

Definition at line 248 of file fit.c.

Referenced by fit_update_memory().

◆ data

void* entry_params::data

Definition at line 250 of file fit.c.

Referenced by fit_update_memory().

◆ size_cells

unsigned int entry_params::size_cells

Definition at line 249 of file fit.c.

Referenced by fit_update_memory().


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