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 <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_dq_map_data (void *dq_map_ch0, void *dq_map_ch1)
 
static void mainboard_fill_dqs_map_data (void *dqs_map_ch0, void *dqs_map_ch1)
 
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_dq_map_data()

static void mainboard_fill_dq_map_data ( void dq_map_ch0,
void dq_map_ch1 
)
static

Definition at line 8 of file romstage.c.

References dq_map, and 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_dqs_map_data()

static void mainboard_fill_dqs_map_data ( void dqs_map_ch0,
void dqs_map_ch1 
)
static

Definition at line 19 of file romstage.c.

References dqs_map, and 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_res_data()

static void mainboard_fill_rcomp_res_data ( void rcomp_ptr)
static

Definition at line 28 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 34 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)