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

Go to the source code of this file.

Functions

static void mainboard_fill_rcomp_res_data (void *rcomp_ptr)
 
static void mainboard_fill_rcomp_strength_data (void *rcomp_strength_ptr)
 
void variant_configure_fspm (FSPM_UPD *mupd)
 

Function Documentation

◆ mainboard_fill_rcomp_res_data()

static void mainboard_fill_rcomp_res_data ( void rcomp_ptr)
static

Definition at line 8 of file romstage.c.

References memcpy().

Referenced by variant_configure_fspm().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mainboard_fill_rcomp_strength_data()

static void mainboard_fill_rcomp_strength_data ( void rcomp_strength_ptr)
static

Definition at line 14 of file romstage.c.

References memcpy().

Referenced by variant_configure_fspm().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ variant_configure_fspm()

void variant_configure_fspm ( FSPM_UPD *  mupd)