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

#include <util.h>

Collaboration diagram for fsp_load_descriptor:
Collaboration graph

Data Fields

struct prog fsp_prog
 
cbfs_allocator_t alloc
 
voidarg
 

Detailed Description

Definition at line 133 of file util.h.

Field Documentation

◆ alloc

cbfs_allocator_t fsp_load_descriptor::alloc

Definition at line 138 of file util.h.

◆ arg

void* fsp_load_descriptor::arg

Definition at line 140 of file util.h.

Referenced by fspm_allocator().

◆ fsp_prog

struct prog fsp_load_descriptor::fsp_prog

Definition at line 73 of file util.h.

Referenced by fsps_load().


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