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 <stdint.h>
#include <string.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void mainboard_memory_init_params (FSPM_UPD *mupd)
 

Function Documentation

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  mupd)

Definition at line 9 of file romstage.c.

References spd_block::addr_map, assert, dump_spd_info(), FSP_M_CONFIG, get_spd_smbus(), spd_block::len, memcpy(), rcomp_resistors, rcomp_targets, and spd_block::spd_array.

Here is the call graph for this function: