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

Go to the source code of this file.

Functions

void variant_configure_fspm (FSPM_UPD *memupd)
 

Variables

static const struct cnl_mb_cfg memcfg
 

Function Documentation

◆ variant_configure_fspm()

void variant_configure_fspm ( FSPM_UPD *  memupd)

Definition at line 32 of file romstage.c.

Referenced by mainboard_memory_init_params().

Here is the caller graph for this function:

Variable Documentation

◆ memcfg

const struct cnl_mb_cfg memcfg
static
Initial value:
= {
.spd[0] = {
.read_type = READ_SPD_CBFS,
.spd_spec = {.spd_index = 0},
},
.spd[2] = {
.read_type = READ_SMBUS,
.spd_spec = {.spd_smbus_address = 0xa4},
},
.rcomp_resistor = { 121, 81, 100 },
.rcomp_targets = { 100, 40, 20, 20, 26 },
.dq_pins_interleaved = 1,
.vref_ca_config = 2,
}
@ READ_SMBUS
@ READ_SPD_CBFS

Definition at line 1 of file romstage.c.

Referenced by mainboard_memory_init_params(), and variant_configure_fspm().