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

#include <program_loading.h>

Collaboration diagram for prog:
Collaboration graph

Data Fields

enum prog_type type
 
enum cbfs_type cbfs_type
 
const char * name
 
voidstart
 
size_t size
 
void(* entry )(void *)
 
voidarg
 

Detailed Description

Definition at line 42 of file program_loading.h.

Field Documentation

◆ arg

◆ cbfs_type

enum cbfs_type prog::cbfs_type

Definition at line 192 of file program_loading.h.

Referenced by run_ramstage_from_resume(), and selfload_check().

◆ entry

void(* prog::entry) (void *)

◆ name

const char* prog::name

◆ size

size_t prog::size

Definition at line 47 of file program_loading.h.

Referenced by prog_chain_rdev(), prog_set_area(), and prog_size().

◆ start

void* prog::start

Definition at line 46 of file program_loading.h.

Referenced by prog_chain_rdev(), prog_set_area(), and prog_start().

◆ type

enum prog_type prog::type

Definition at line 192 of file program_loading.h.


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