coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
preload.c File Reference
#include <bootstate.h>
#include <fsp/api.h>
Include dependency graph for preload.c:

Go to the source code of this file.

Functions

static void start_fsps_preload (void *unused)
 
 BOOT_STATE_INIT_ENTRY (BS_PRE_DEVICE, BS_ON_ENTRY, start_fsps_preload, NULL)
 

Function Documentation

◆ BOOT_STATE_INIT_ENTRY()

BOOT_STATE_INIT_ENTRY ( BS_PRE_DEVICE  ,
BS_ON_ENTRY  ,
start_fsps_preload  ,
NULL   
)

◆ start_fsps_preload()

static void start_fsps_preload ( void unused)
static

Definition at line 6 of file preload.c.

References preload_fsps().

Here is the call graph for this function: