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 <boardid.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

const struct mb_cfgvariant_memory_params (void)
 
void memcfg_variant_init (FSPM_UPD *mupd)
 

Variables

static const struct mb_cfg board_memcfg
 

Function Documentation

◆ memcfg_variant_init()

void memcfg_variant_init ( FSPM_UPD *  mupd)

Definition at line 64 of file memory.c.

References board_id(), and FSP_M_CONFIG.

Here is the call graph for this function:

◆ variant_memory_params()

const struct mb_cfg* variant_memory_params ( void  )

Definition at line 59 of file memory.c.

References board_memcfg.

Variable Documentation

◆ board_memcfg

const struct mb_cfg board_memcfg
static

Definition at line 1 of file memory.c.

Referenced by variant_memory_params().