coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <assert.h>
#include <soc/romstage.h>
#include <spd_bin.h>
#include <string.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 mainboard_memory_init_params (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 mainboard_memory_init_params().

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 15 of file romstage.c.

References memcpy().

Referenced by mainboard_memory_init_params().

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

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  mupd)

Definition at line 22 of file romstage.c.

References spd_block::addr_map, assert, dump_spd_info(), FSP_M_CONFIG, get_spd_smbus(), spd_block::len, mainboard_fill_rcomp_res_data(), mainboard_fill_rcomp_strength_data(), and spd_block::spd_array.

Referenced by platform_fsp_memory_init_params_cb().

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