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

Go to the source code of this file.

Functions

void __weak variant_memory_params (struct cnl_mb_cfg *bcfg)
 

Variables

static const struct cnl_mb_cfg baseboard_memcfg
 

Function Documentation

◆ variant_memory_params()

void __weak variant_memory_params ( struct cnl_mb_cfg bcfg)

Definition at line 22 of file memory.c.

Variable Documentation

◆ baseboard_memcfg

const struct cnl_mb_cfg baseboard_memcfg
static
Initial value:
= {
.rcomp_resistor = {121, 81, 100},
.rcomp_targets = {100, 40, 20, 20, 26},
.vref_ca_config = 2,
.ect = 1,
}

Definition at line 1 of file memory.c.

Referenced by variant_memory_params().